summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy almost all applications that use WARNS=6.ed2009-12-2923-150/+88
* Add missing `void' keywords.ed2009-12-295-5/+5
* Add missing `void' keyword.ed2009-12-291-1/+1
* Add missing `void' keyword.ed2009-12-291-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-2936-112/+109
* Usually these controllers are able to automatically decode command code tomav2009-12-292-5/+27
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.ed2009-12-293-41/+17
* Remove a trailing reference to the obsolete vaps_<IF> variable.jhb2009-12-291-1/+1
* Add support for configuring vlan(4) interfaces as child devices similar tojhb2009-12-293-4/+97
* Remove extra space introduced by the previous commit.trasz2009-12-291-1/+1
* Remove examples for pppd and SLIP-related stuff.trasz2009-12-2921-285/+23
* Delete old firmware.rpaulo2009-12-292-0/+0
* Remove pppd and SLIP-related stuff.trasz2009-12-291-2/+2
* Remove pppd, it's gone.trasz2009-12-291-2/+1
* 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
OpenPOWER on IntegriCloud