summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduce a local variable rte acting as a cache of ro->ro_rtluigi2009-12-281-18/+22
* Account for firmware versions which include the CDMA interrupts inmarius2009-12-281-19/+32
* + remove an unused #define print_ip;luigi2009-12-281-19/+13
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-284-3/+2
* this file is also affected by the ipfw changesluigi2009-12-281-0/+2
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-2814-493/+342
* readability fixes -- add braces on large blocks, remove unnecessaryluigi2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityluigi2009-12-281-4/+16
* Bump manual page dates.trasz2009-12-282-2/+2
* Don't refer to pppd(8).trasz2009-12-281-6/+5
* Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.trasz2009-12-282-2/+2
* Line discipline support is gone; update tty(4) manual page to reflect this.trasz2009-12-281-64/+8
* Add references to termios-related stuff.trasz2009-12-281-0/+7
* Portability.kientzle2009-12-281-1/+3
* Remove some dead assignments, fix some declarations.kientzle2009-12-281-3/+1
* Clarify an example so Linux folks won't keep getting confused by this point.kientzle2009-12-281-0/+3
* Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.kientzle2009-12-281-0/+2
* Fix some unused variables and dead assignments.kientzle2009-12-283-5/+2
* Remove an unused variable and an unreachable statement.kientzle2009-12-281-3/+1
* Fix line endings.kientzle2009-12-281-187/+187
* Discourage external use of this header.kientzle2009-12-281-0/+4
* Remove unused variable.kientzle2009-12-281-2/+0
* O_BINARY for Windows.kientzle2009-12-281-0/+9
* Handle Zip CRC validation for uncompressed Zip archives even onkientzle2009-12-282-6/+71
* Include limits.h; remove unused variable.kientzle2009-12-281-3/+3
OpenPOWER on IntegriCloud