summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwn(4) update. Notable changes:rpaulo2009-12-2915-10142/+25132
* Document _FAST and _PRECISE clocks.kib2009-12-291-10/+40
* Use reallocf() to simplify some logic.jhb2009-12-291-7/+3
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-292-3/+7
* - Remove a redundant variable and an unnecessary cast.marius2009-12-291-6/+5
* - Prefer i and j over i and n for temporary integer variables.marius2009-12-292-111/+120
* Fix autonegotiation: tell the MAC where to find the PHY.philip2009-12-291-3/+9
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-293-1/+17
* Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) forkib2009-12-291-4/+3
* Add missing me6 rules. Now, the IPv6 rules become equivalentume2009-12-291-0/+29
* Make rpc.ruserd work with utmpx/libulog.ed2009-12-293-92/+35
* MFV of tzdata2009u, r201187edwin2009-12-291-3/+38
* Add forgotten `void' keyword. This function has no arguments.ed2009-12-291-1/+1
* Add missing `void' keyword for function without arguments.ed2009-12-291-1/+1
* Add missing `void' for functions without arguments.ed2009-12-291-4/+4
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* SLIP is gone; remove its mutex from witness.trasz2009-12-291-6/+0
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* Use ANSI C function declarations.ed2009-12-291-11/+5
* Use ANSI C function declarations.ed2009-12-292-17/+20
* Rationalize the support for cryptographic hashes.kientzle2009-12-292-105/+250
* Essentially eliminate problems with false hardlinks in POSIX cpiokientzle2009-12-291-16/+91
* Clear extraneous error messages.kientzle2009-12-291-0/+2
* Zip write support for libarchive.kientzle2009-12-295-0/+671
* If we're linking against liblzma, allow the decompressor to use up tokientzle2009-12-291-23/+87
* ar only needs to support ar format.kientzle2009-12-292-2/+2
* Minor style fixes plus a fix for an obscure crash on certain malformedkientzle2009-12-291-11/+5
* Be a little more skeptical of dev/ino matches when reading cpio files.kientzle2009-12-291-35/+35
* Style and portability fixes for pax writer. Mostly very routine, except for:kientzle2009-12-291-32/+26
* Style fixes to tar reader:kientzle2009-12-291-16/+16
* Various style fixes to the 'newc' cpio writer:kientzle2009-12-291-17/+26
* Various fixes when creating objects on disk:kientzle2009-12-291-23/+74
* Catch decompression failures earlier. In particular, this giveskientzle2009-12-291-0/+8
* Various style and portability fixes, including:kientzle2009-12-291-12/+35
* 64-bit ino support and discourage bad use of this header.kientzle2009-12-291-1/+5
* Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().jkoshy2009-12-291-0/+6
* we really need htonl() here, see the comment a few lines above in the code.luigi2009-12-291-1/+1
* Use ANSI declarations instead of K&R.ed2009-12-281-39/+14
* Don't forget to use `void' for sched_balance(). It has no arguments.ed2009-12-281-1/+1
* Perform cleanups to rpc.rusersd:ed2009-12-283-198/+204
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-2831-54/+54
* Apply OpenSolaris revision 8012 which brings our zpool to version 14,delphij2009-12-287-97/+123
* The net/if_slvar.h header is long gone.trasz2009-12-281-7/+1
* Make the compiler happy after r201125:bz2009-12-281-1/+1
* Migrate finger(1) away from <utmp.h>.ed2009-12-288-68/+54
* Add BIO_DELETE support to ada(4):mav2009-12-284-119/+263
* Correct alignment and boundary constraints in blkfront's bus dma tag. Thegibbs2009-12-281-2/+2
* Grammar fix.delphij2009-12-281-1/+1
* Make umount(8) WARNS=6 clean:delphij2009-12-283-35/+35
* Add a knob to allow reclaim of the directory vnodes that are source ofkib2009-12-281-2/+10
OpenPOWER on IntegriCloud