Author: kevlo
Date: Sun Nov 21 04:02:37 2010
New Revision: 215607
URL: http://svn.freebsd.org/changeset/base/215607
Log:
Fix missing closedir()
Reviewed by: imp
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
===
Author: obrien
Date: Sun Nov 21 03:58:11 2010
New Revision: 215606
URL: http://svn.freebsd.org/changeset/base/215606
Log:
Add lex and yacc sources to things cscope'd.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
=
Author: obrien
Date: Sun Nov 21 03:56:41 2010
New Revision: 215605
URL: http://svn.freebsd.org/changeset/base/215605
Log:
Add x86 to ALL_ARCH.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
==
--- head/sys/M
Author: alc
Date: Sat Nov 20 22:30:09 2010
New Revision: 215597
URL: http://svn.freebsd.org/changeset/base/215597
Log:
Optimize vm_object_terminate().
Reviewed by: kib
MFC after:1 week
Modified:
head/sys/vm/vm_object.c
Modified: head/sys/vm/vm_object.c
===
Author: cperciva
Date: Sat Nov 20 21:36:12 2010
New Revision: 215593
URL: http://svn.freebsd.org/changeset/base/215593
Log:
Unifdef XEN. This file is only compiled with the XEN kernel option set,
and the !XEN bits get in the way of understanding the code.
Modified:
head/sys/i386/xen/pmap.c
Author: cperciva
Date: Sat Nov 20 20:04:29 2010
New Revision: 215587
URL: http://svn.freebsd.org/changeset/base/215587
Log:
Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.
Clean up the code by converting xpmap_ptom(VTOP(...)) to VTOM(...) and
converting xpmap_p
Author: andreast
Date: Sat Nov 20 19:23:16 2010
New Revision: 215577
URL: http://svn.freebsd.org/changeset/base/215577
Log:
Check the OF_getprop() return value before proceeding. Allocate only as
much space as needed for the mode buffer. Use strcmp, relying on OF giving
back NULL terminated
Author: mckusick
Date: Sat Nov 20 18:40:50 2010
New Revision: 215576
URL: http://svn.freebsd.org/changeset/base/215576
Log:
Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
Drop reference to it in mount(8).
MFC: 3 days
Deleted:
head/sys/ufs/ffs/README.snapshot
Modified
Author: kib
Date: Sat Nov 20 17:27:38 2010
New Revision: 215574
URL: http://svn.freebsd.org/changeset/base/215574
Log:
The runlen returned from vm_pageout_flush() might be zero legitimately,
when mreq page has status VM_PAGER_AGAIN.
MFC after:5 days
Modified:
head/sys/vm/vm_object.
Author: ae
Date: Sat Nov 20 16:03:53 2010
New Revision: 215570
URL: http://svn.freebsd.org/changeset/base/215570
Log:
Add to gpart(8) an ability to backup partition table and
restore it from given backup.
Discussed with: geom@
Approved by: kib (mentor)
MFC after:1 week
Mod
Author: kevlo
Date: Sat Nov 20 15:22:16 2010
New Revision: 215569
URL: http://svn.freebsd.org/changeset/base/215569
Log:
Remove unused variable
Modified:
head/usr.bin/vmstat/vmstat.c
Modified: head/usr.bin/vmstat/vmstat.c
==
Author: jilles
Date: Sat Nov 20 14:30:28 2010
New Revision: 215568
URL: http://svn.freebsd.org/changeset/base/215568
Log:
sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.
Since is_alpha/is_name/is_in_name were made ASCII-only, this can no longer
happen.
Addition
Author: jilles
Date: Sat Nov 20 14:14:52 2010
New Revision: 215567
URL: http://svn.freebsd.org/changeset/base/215567
Log:
sh: Code size optimizations to buffered output.
This is mainly less use of the outc macro.
No functional change is intended, but code size is about 2K less on i386.
Author: bz
Date: Sat Nov 20 12:27:40 2010
New Revision: 215559
URL: http://svn.freebsd.org/changeset/base/215559
Log:
In case of an early return from the function there is no need to zero
the route upfront, so defer as long as we can.
MFC after:3 days
Modified:
head/sys/netinet6/nd
Author: lstewart
Date: Sat Nov 20 08:40:37 2010
New Revision: 215553
URL: http://svn.freebsd.org/changeset/base/215553
Log:
Fix a minor code redundancy nit.
MFC after:3 days
Modified:
head/sys/netinet/siftr.c
Modified: head/sys/netinet/siftr.c
===
15 matches
Mail list logo