aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that itKen Smith2008-01-227-0/+14
* Cleanup after last commit (remove undefined variables).Ruslan Ermilov2008-01-221-7/+1
* Xref flopen.3 which references this manual page.Tom Rhodes2008-01-221-1/+2
* Quick note on how to disable malloc debugging in the top entry in this file.Tom Rhodes2008-01-221-1/+2
* The config-recursive target is not run during the normal install process, moveTom Rhodes2008-01-221-6/+8
* Repeat iostat header after rows-3 instead of a hardcoded 20.Giorgos Keramidas2008-01-221-3/+71
* Small fixes.Christian Brueffer2008-01-221-2/+2
* Make -l always have the SUSv2 meaning of "check links."Tim Kientzle2008-01-222-30/+11
* Understand newly introduced "ASCII" encodingAndrey A. Chernov2008-01-222-0/+3
* Add a rather basic man page for the coda kernel module.Robert Watson2008-01-212-0/+83
* During PREINIT, when giving the interface the address 0.0.0.0, do it as anBrooks Davis2008-01-211-1/+1
* Introduce new encoding: "ASCII"Andrey A. Chernov2008-01-214-1/+191
* Note that the punch_fw option does not work in securelevel 3 and Xref init.8.Tom Rhodes2008-01-211-1/+6
* Note what options are only for DDS drives.Tom Rhodes2008-01-211-4/+4
* Note change in the supported upgrade path. Prior to this 5.3-releaseWarner Losh2008-01-211-0/+8
* Put "coda_rdwr: Internally Opening" printf generated by in-kernel writesRobert Watson2008-01-211-0/+2
* Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY,Robert Watson2008-01-211-14/+4
* Document the 'maintainer' target.Christian Brueffer2008-01-211-1/+3
* Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions priorDavid E. O'Brien2008-01-212-33/+0
* Adjust paths for EDITOR and PAGER environment variables in the fixitKen Smith2008-01-211-2/+2
* Fix cutoffs. This is just a cleanup and an optimization for unusualBruce Evans2008-01-211-2/+2
* Add copyrights.Ruslan Ermilov2008-01-212-0/+52
* Fix build.Pyun YongHyeon2008-01-211-2/+2
* sf(4) should work on all archs now, remove it from here.Christian Brueffer2008-01-211-1/+0
* Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats.Pyun YongHyeon2008-01-211-1/+19
* Uncomment sf(4), sf(4) should work on all architectures.Pyun YongHyeon2008-01-211-1/+1
* sf(4) gained VLAN_MTU support.Pyun YongHyeon2008-01-211-1/+2
* Overhaul sf(4) to make it run on all architectures and implementPyun YongHyeon2008-01-212-965/+2122
* It seems that the firmware for TxGFP does not work at all. I couldPyun YongHyeon2008-01-211-0/+1
* Import AIC-6915 firmware for GFP from Adaptec.Pyun YongHyeon2008-01-212-0/+235
* sf(4) was repocopied to src/sys/dev/sf.Pyun YongHyeon2008-01-212-2663/+0
* Improve kernel NAT support in rc.firewallRong-En Fan2008-01-212-1/+10
* Update file list and Makefile after repocopying sf(4) fromPyun YongHyeon2008-01-212-2/+2
* Forced commit to note that sf(4) was repocopied from sys/pciPyun YongHyeon2008-01-211-1/+1
* updates for additional chip supportSam Leffler2008-01-211-10/+47
* Regenerate.Robert Watson2008-01-209-15/+15
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsRobert Watson2008-01-202-4/+4
* When printing process file descriptor lists, show a type of 'h' forRobert Watson2008-01-201-0/+4
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asRobert Watson2008-01-202-0/+5
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.Bjoern A. Zeeb2008-01-201-2/+8
* o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...Maxim Konovalov2008-01-201-0/+2
* Oops, when merging from the float version to the double versions, don'tBruce Evans2008-01-201-1/+1
* Remove the float version of the kernel of arg reduction for pi/2, sinceBruce Evans2008-01-191-198/+0
* Re-enable pcpu caching by default make sysctl R/WKip Macy2008-01-192-2/+2
* Do an ordinary assignment in STRICT_ASSIGN() except for floats untilBruce Evans2008-01-191-2/+6
* Correct the visibility macro surrounding SIGSYS.David Schultz2008-01-191-1/+1
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatileBruce Evans2008-01-192-4/+5
* Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()Bruce Evans2008-01-192-7/+10
* Remove unused oldhash definition from Coda namecache.Robert Watson2008-01-191-5/+0
* Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile castBruce Evans2008-01-192-8/+10