on 13/06/2009 01:49 Juli Mallett said the following:
> Author: jmallett
> Date: Fri Jun 12 22:49:35 2009
> New Revision: 194082
> URL: http://svn.freebsd.org/changeset/base/194082
>
> Log:
> Fix MALTA build; some prototypes were wrong and blew up when kobj method
> signature checking was turne
Author: thompsa
Date: Sat Jun 13 04:56:45 2009
New Revision: 194099
URL: http://svn.freebsd.org/changeset/base/194099
Log:
Make variables static where appropriate.
Found by: cscout
Modified:
head/sys/dev/usb/input/ukbd.c
head/sys/dev/usb/serial/uchcom.c
head/sys/dev/usb/serial/uf
On Fri, 12 Jun 2009, John Baldwin wrote:
Log:
- Note that these interfaces require for the structure
definitions.
This should be noted somewhere other than in the synopsis. Struct
definitions may or may not be needed for using a function, but one
place where they are certainly not needed
Author: des
Date: Sat Jun 13 01:23:34 2009
New Revision: 194098
URL: http://svn.freebsd.org/changeset/base/194098
Log:
nscd builds cleanly at WARNS level 3.
MFC after:1 week
Modified:
head/usr.sbin/nscd/Makefile
Modified: head/usr.sbin/nscd/Makefile
=
Author: des
Date: Sat Jun 13 01:22:56 2009
New Revision: 194097
URL: http://svn.freebsd.org/changeset/base/194097
Log:
Explain to the compiler why the aliasing we're doing is OK.
MFC after:1 week
Modified:
head/usr.sbin/nscd/cachelib.c
head/usr.sbin/nscd/cachelib.h
head/usr.sbin/
On Fri, 12 Jun 2009, John Baldwin wrote:
On Thursday 11 June 2009 11:12:58 pm Bruce Evans wrote:
On Thu, 11 Jun 2009, John Baldwin wrote:
On Wednesday 10 June 2009 11:53:16 pm Bruce Evans wrote:
On Wed, 10 Jun 2009, John Baldwin wrote:
I wanted to match 'ticks' and figured changing 'ticks'
Author: des
Date: Sat Jun 13 00:56:17 2009
New Revision: 194096
URL: http://svn.freebsd.org/changeset/base/194096
Log:
Fix a large number of signed - unsigned comparison warnings.
MFC after:1 week
Modified:
head/usr.sbin/nscd/config.c
head/usr.sbin/nscd/mp_rs_query.c
head/usr.sbi
Author: des
Date: Sat Jun 13 00:54:52 2009
New Revision: 194095
URL: http://svn.freebsd.org/changeset/base/194095
Log:
Change hashtable_index_t to unsigned.
Generate prototypes for our hash table.
MFC after:1 week
Modified:
head/usr.sbin/nscd/cachelib.c
head/usr.sbin/nscd/hashtab
Author: des
Date: Sat Jun 13 00:46:07 2009
New Revision: 194094
URL: http://svn.freebsd.org/changeset/base/194094
Log:
#include the right header so we get prototypes for our own functions.
MFC after:1 week
Modified:
head/usr.sbin/nscd/agents/group.c
Modified: head/usr.sbin/nscd/agen
Author: des
Date: Sat Jun 13 00:43:56 2009
New Revision: 194093
URL: http://svn.freebsd.org/changeset/base/194093
Log:
Further #include cleanup.
MFC after:1 week
Modified:
head/usr.sbin/nscd/agent.c
head/usr.sbin/nscd/agents/group.c
head/usr.sbin/nscd/agents/passwd.c
head/usr.s
Author: ivoras
Date: Sat Jun 13 00:27:03 2009
New Revision: 194092
URL: http://svn.freebsd.org/changeset/base/194092
Log:
Add support for labels derived from GPT metadata.
Approved by: gnn (mentor)
Reviewed by: pjd
PR: 128398
Submitted by: Marius Nuennerich < marius at nue
Author: des
Date: Sat Jun 13 00:13:44 2009
New Revision: 194091
URL: http://svn.freebsd.org/changeset/base/194091
Log:
Make the debugging macros expand to (void)0 instead of simply nothing
when debugging is turned off.
Rename debugging functions due to namespace violation.
MFC after:
Author: jamie
Date: Sat Jun 13 00:12:02 2009
New Revision: 194090
URL: http://svn.freebsd.org/changeset/base/194090
Log:
Add counterparts to getcredhostname:
getcreddomainname, getcredhostuuid, getcredhostid
Suggested by: rmacklem
Approved by: bz
Modified:
head/sys/compat/linux/linu
Author: des
Date: Sat Jun 13 00:06:52 2009
New Revision: 194089
URL: http://svn.freebsd.org/changeset/base/194089
Log:
#include cleanup
MFC after:1 week
Modified:
head/usr.sbin/nscd/cachelib.h
head/usr.sbin/nscd/cacheplcs.c
head/usr.sbin/nscd/cacheplcs.h
head/usr.sbin/nscd/conf
Author: edwin
Date: Fri Jun 12 23:43:19 2009
New Revision: 194088
URL: http://svn.freebsd.org/changeset/base/194088
Log:
Fix typo in cons25l7 definition in etc/termcap.small and share/termcap
There is a minor typo in the cons25l7 (':' instead of '|') entry
in src/etc/termcap.small
Author: des
Date: Fri Jun 12 23:39:05 2009
New Revision: 194087
URL: http://svn.freebsd.org/changeset/base/194087
Log:
Provide correct prototypes for functions with no arguments.
MFC after:1 week
Modified:
head/usr.sbin/nscd/agent.c
head/usr.sbin/nscd/agent.h
head/usr.sbin/nscd/a
Author: des
Date: Fri Jun 12 23:27:31 2009
New Revision: 194086
URL: http://svn.freebsd.org/changeset/base/194086
Log:
_nss_cache_cycle_prevention_function doesn't actually need to be a function,
it just needs to have external linkage.
MFC after:1 week
Modified:
head/usr.sbin/nscd/
Author: edwin
Date: Fri Jun 12 23:15:36 2009
New Revision: 194085
URL: http://svn.freebsd.org/changeset/base/194085
Log:
Fix printing of some wide-characters by iswprint() on ja_JP.eucJP
and ja_JP.SJIS locale
The iswprint() function does not return non-zero if used for
some wide
Author: edwin
Date: Fri Jun 12 22:53:49 2009
New Revision: 194084
URL: http://svn.freebsd.org/changeset/base/194084
Log:
Add various new keymaps:
addition: danish syscons keymap with accents
There are two danish keymap files shipping with FreeBSD:
danish.iso.kbd and danish.cp
Author: jmallett
Date: Fri Jun 12 22:49:35 2009
New Revision: 194082
URL: http://svn.freebsd.org/changeset/base/194082
Log:
Fix MALTA build; some prototypes were wrong and blew up when kobj method
signature checking was turned on.
Modified:
head/sys/mips/malta/gt_pci.c
head/sys/mips/mips/
Author: ed
Date: Fri Jun 12 21:21:17 2009
New Revision: 194079
URL: http://svn.freebsd.org/changeset/base/194079
Log:
Revert my previous change, because it reintroduces an old regression.
Because our rc scripts also open the /etc/ttyv* nodes, it revokes the
console, preventing startup mes
Author: jhb
Date: Fri Jun 12 21:19:57 2009
New Revision: 194078
URL: http://svn.freebsd.org/changeset/base/194078
Log:
Update the inline version of vn_get_ino() for ".." lookups to match the
recentish changes to vn_get_ino().
MFC after:1 week
Modified:
head/sys/fs/cd9660/cd9660_loo
Author: bz
Date: Fri Jun 12 20:50:28 2009
New Revision: 194077
URL: http://svn.freebsd.org/changeset/base/194077
Log:
Garbage collect an extern for a non-existent variable.
While here let the comment end in a '.' and mark the #endif of _KERNEL.
Reviewed by: rwatson (as part of a larger p
Author: bz
Date: Fri Jun 12 20:46:36 2009
New Revision: 194076
URL: http://svn.freebsd.org/changeset/base/194076
Log:
Move the kernel option FLOWTABLE chacking from the header file to the
actual implementation.
Remove the accessor functions for the compiled out case, just returning
"unavai
Author: jkim
Date: Fri Jun 12 20:41:44 2009
New Revision: 194075
URL: http://svn.freebsd.org/changeset/base/194075
Log:
MFC: r175904, r175905, r186009
Sync amd64 and i386 CPUID feature flags with -CURRENT.
- amd64 only: DTES64, SSE4.1, SSE4.2, x2APIC, POPCNT
- both: AB
Author: ed
Date: Fri Jun 12 20:29:55 2009
New Revision: 194074
URL: http://svn.freebsd.org/changeset/base/194074
Log:
Prevent yet another staircase effect bug in the console device.
Even though I thought I fixed the staircase issue (and I was no longer
able to reproduce it), I got some re
Author: rmacklem
Date: Fri Jun 12 20:18:08 2009
New Revision: 194073
URL: http://svn.freebsd.org/changeset/base/194073
Log:
Add a #include so that it builds when
options KGSSAPI is specified in the kernel configuration.
Approved by: kib (mentor)
Modified:
head/sys/nfsserver/nfs_srvkr
Author: marcel
Date: Fri Jun 12 20:00:38 2009
New Revision: 194072
URL: http://svn.freebsd.org/changeset/base/194072
Log:
Move the memory layout definitions and logic from mvreg.h to mvwin.h
so that it isn't exposured unless needed. In particular this means
that it's easier to tune the memor
On Friday 12 June 2009 9:34:18 am Jilles Tjoelker wrote:
> On Fri, Jun 12, 2009 at 08:51:32AM -0400, John Baldwin wrote:
> > On Friday 12 June 2009 6:13:08 am Dmitry Morozovsky wrote:
> > > On Thu, 11 Jun 2009, John Baldwin wrote:
> > >
> > > JB> Author: jhb
> > > JB> Date: Thu Jun 11 21:37:23 200
Author: jhb
Date: Fri Jun 12 18:13:34 2009
New Revision: 194071
URL: http://svn.freebsd.org/changeset/base/194071
Log:
- Note that these interfaces require for the structure
definitions.
- Note that these functions return NULL on failure.
MFC after:3 days
Modified:
head/lib/li
On Fri, Jun 12, 2009 at 1:19 PM, Julian Elischer wrote:
> YAY!
>
> this one proves that perseverance pays off in the end...
Absolutely. It is a good day indeed!
Thanks everyone involved from the pfSense team!
Scott
___
svn-src-all@freebsd.org mailing
VANHULLEBUS Yvan wrote:
Author: vanhu
Date: Fri Jun 12 15:44:35 2009
New Revision: 194062
URL: http://svn.freebsd.org/changeset/base/194062
Log:
Added support for NAT-Traversal (RFC 3948) in IPsec stack.
Thanks to (no special order) Emmanuel Dreyfus (m...@netbsd.org), Larry
Baird (l...
Author: lulf
Date: Fri Jun 12 16:37:53 2009
New Revision: 194070
URL: http://svn.freebsd.org/changeset/base/194070
Log:
- Remove semicolon that should not have been there.
Submitted by: rdivacky
MFC after:1 week
Modified:
head/contrib/csup/rcsfile.c
Modified: head/contrib/csup/rcs
Julian Elischer wrote:
Alexander Kabaev wrote:
On Thu, 11 Jun 2009 13:27:12 -0700
Julian Elischer wrote:
Marko Zec wrote:
On Thursday 11 June 2009 21:01:40 Pawel Jakub Dawidek wrote:
On Thu, Jun 11, 2009 at 04:50:49PM +, Marko Zec wrote:
Author: zec
Date: Thu Jun 11 16:50:49 2009
New R
Author: thompsa
Date: Fri Jun 12 16:07:06 2009
New Revision: 194069
URL: http://svn.freebsd.org/changeset/base/194069
Log:
Cleanup claim/release interface code, which is specific to libusb v0.1. Remove
claim and release interface support from libusb v2.0, because it is not
useful.
Submit
Author: thompsa
Date: Fri Jun 12 16:04:32 2009
New Revision: 194068
URL: http://svn.freebsd.org/changeset/base/194068
Log:
Change ums_probe() so it does not need to fetch the usb_interface_descriptor.
Submitted by: Hans Petter Selasky
Modified:
head/sys/dev/usb/input/ums.c
Modified: hea
Author: thompsa
Date: Fri Jun 12 16:03:38 2009
New Revision: 194067
URL: http://svn.freebsd.org/changeset/base/194067
Log:
Check for a keyboard HID report in addition to the interface class so devices
such as the Yubikey attach.
Submitted by: Hans Petter Selasky
Reported by: Jeremy Fau
Author: gnn
Date: Fri Jun 12 16:00:42 2009
New Revision: 194066
URL: http://svn.freebsd.org/changeset/base/194066
Log:
Free Yvan from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
---
Author: thompsa
Date: Fri Jun 12 16:00:12 2009
New Revision: 194065
URL: http://svn.freebsd.org/changeset/base/194065
Log:
Free the correct memory pointer.
Submitted by: Tim Borgeaud (via HPS)
Modified:
head/sys/dev/usb/usb_compat_linux.c
Modified: head/sys/dev/usb/usb_compat_linux.c
==
Author: thompsa
Date: Fri Jun 12 15:58:55 2009
New Revision: 194064
URL: http://svn.freebsd.org/changeset/base/194064
Log:
Minor device side improvement. Make sure a not complete state gets paired with
a complete state in device side mode for the default control endpoint.
Submitted by: Ha
Author: jhb
Date: Fri Jun 12 15:53:56 2009
New Revision: 194063
URL: http://svn.freebsd.org/changeset/base/194063
Log:
MFC: Add manpages for kinfo_getfile() and kinfo_getvmmap().
Added:
stable/7/lib/libutil/kinfo_getfile.3
- copied unchanged from r185729, head/lib/libutil/kinfo_getfile.3
Author: vanhu
Date: Fri Jun 12 15:44:35 2009
New Revision: 194062
URL: http://svn.freebsd.org/changeset/base/194062
Log:
Added support for NAT-Traversal (RFC 3948) in IPsec stack.
Thanks to (no special order) Emmanuel Dreyfus (m...@netbsd.org), Larry
Baird (l...@gta.com), gnn, bz, and oth
Author: avg
Date: Fri Jun 12 14:27:50 2009
New Revision: 194061
URL: http://svn.freebsd.org/changeset/base/194061
Log:
gdb: make 'thread apply all bt' always work on all threads
even if some appear to have (partially) corrupted stack traces.
E.g. kernel crashdumps typically have stack wei
Author: rmacklem
Date: Fri Jun 12 14:18:13 2009
New Revision: 194060
URL: http://svn.freebsd.org/changeset/base/194060
Log:
Update the content of the nfsv4.4 man page to reflect the final
choice of variable names for rc.conf and option name for the
experimental server.
Also replace the ina
On Fri, Jun 12, 2009 at 08:51:32AM -0400, John Baldwin wrote:
> On Friday 12 June 2009 6:13:08 am Dmitry Morozovsky wrote:
> > On Thu, 11 Jun 2009, John Baldwin wrote:
> >
> > JB> Author: jhb
> > JB> Date: Thu Jun 11 21:37:23 2009
> > JB> New Revision: 194040
> > JB> URL: http://svn.freebsd.org/ch
On Friday 12 June 2009 6:13:08 am Dmitry Morozovsky wrote:
> On Thu, 11 Jun 2009, John Baldwin wrote:
>
> JB> Author: jhb
> JB> Date: Thu Jun 11 21:37:23 2009
> JB> New Revision: 194040
> JB> URL: http://svn.freebsd.org/changeset/base/194040
> JB>
> JB> Log:
> JB> If the running kernel has supp
On Thursday 11 June 2009 11:12:58 pm Bruce Evans wrote:
> On Thu, 11 Jun 2009, John Baldwin wrote:
>
> > On Wednesday 10 June 2009 11:53:16 pm Bruce Evans wrote:
> >> On Wed, 10 Jun 2009, John Baldwin wrote:
> >>
> >>> Log:
> >>> Change a few members of tcpcb that store cached copies of ticks to
on 12/06/2009 12:08 Rui Paulo said the following:
> Author: rpaulo
> Date: Fri Jun 12 09:08:25 2009
> New Revision: 194050
> URL: http://svn.freebsd.org/changeset/base/194050
>
> Log:
> Free avg from mentorship.
John, Rui,
thank you for being such great mentors!
I really had no trouble meldin
Author: edwin
Date: Fri Jun 12 11:16:13 2009
New Revision: 194055
URL: http://svn.freebsd.org/changeset/base/194055
Log:
French translations for keyboards keymaps descriptions
French translations for keyboards keymaps descriptions with
some corrections on existing translations in
On Thu, 11 Jun 2009, John Baldwin wrote:
JB> Author: jhb
JB> Date: Thu Jun 11 21:37:23 2009
JB> New Revision: 194040
JB> URL: http://svn.freebsd.org/changeset/base/194040
JB>
JB> Log:
JB> If the running kernel has support for shm_open() and shm_unlink() as
JB> system calls (i.e. 8.0+), then i
On Thu, 11 Jun 2009, Alexander Kabaev wrote:
Are you sure Marko that you can't use sys/sys/osd.h instead of adding yet
another field to the thread structure? Netgraph is optional component and
optional components could take advantage of allocating stuff they need
dynamically. The OSD (Object-
Author: zec
Date: Fri Jun 12 09:31:14 2009
New Revision: 194052
URL: http://svn.freebsd.org/changeset/base/194052
Log:
Remove unnecessary #ifdef lines and code.
Approved by: julian (mentor)
Modified:
head/sys/netinet6/mld6.c
Modified: head/sys/netinet6/mld6.c
==
Author: zec
Date: Fri Jun 12 09:20:31 2009
New Revision: 194051
URL: http://svn.freebsd.org/changeset/base/194051
Log:
Assign ng_eiface nodes a netgraph name on instantiation, in a way which
is consistent with the current behavior of ng_iface, i.e. borrow the
same naming code from ng_iface.c
Author: rpaulo
Date: Fri Jun 12 09:08:25 2009
New Revision: 194050
URL: http://svn.freebsd.org/changeset/base/194050
Log:
Free avg from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
-
Author: avg
Date: Fri Jun 12 09:05:23 2009
New Revision: 194049
URL: http://svn.freebsd.org/changeset/base/194049
Log:
KOBJMETHOD: throw the switch on kobj method signature checking
It seems that current code should pass the check.
This commit should not lead to any changes in compiled co
Author: edwin
Date: Fri Jun 12 07:48:35 2009
New Revision: 194048
URL: http://svn.freebsd.org/changeset/base/194048
Log:
MFC of r174887
Add Turkish collate
PR: conf/118976
Submitted by: Ismail YENIGUL
Added:
stable/7/share/colldef/map.ISO8859-9
- copied unchanged f
Author: ariff
Date: Fri Jun 12 07:39:10 2009
New Revision: 194047
URL: http://svn.freebsd.org/changeset/base/194047
Log:
Last (hopefully) attempt to fix both parallel build and
cyclic dependencies, in a simmilar fashion to kmod.mk.
Discussed with: bde, bz
Modified:
head/s
Author: edwin
Date: Fri Jun 12 07:34:34 2009
New Revision: 194046
URL: http://svn.freebsd.org/changeset/base/194046
Log:
MFC of r193498
[patch] Portuguese timedef
In Portuguese, the names of the days of the week are not capitalized.
Also there is always a dash before "feira" in the n
Pawel Jakub Dawidek wrote:
Are you sure Marko that you can't use sys/sys/osd.h instead of adding
yet another field to the thread structure? Netgraph is optional
component and optional components could take advantage of allocating
stuff they need dynamically. The OSD (Object-Specific Data) KPI is
59 matches
Mail list logo