summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.markm2001-12-126-43/+42
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.markm2001-12-122-12/+10
* WARNS=2 fixes, Use __FBSDID(), kill register keyword.markm2001-12-121-32/+33
* Fix the time of an intmax_t calculation; it is unsigned. Also printmarkm2001-12-122-1/+3
* Catch up to the globaldata -> pcpu changes.jhb2001-12-122-20/+20
* Print the path with the shortest absolute length, rather thanmikeh2001-12-121-2/+5
* Sync to pccarddevs 1.25imp2001-12-121-2/+8
* Move LINKSYS2 to its correct numerical location.imp2001-12-121-1/+5
* Make clear that -w gets an argument. Add __FBSDID and remove unusedcharnier2001-12-122-6/+6
* Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Emcharnier2001-12-127-35/+32
* Start option definition with: ``The following options are available''charnier2001-12-122-13/+8
* Add DIVA USB mp3 player.sobomax2001-12-123-0/+8
* o Various language and style tweaks.rwatson2001-12-121-6/+7
* I'm working on cleaning this up, however it probably won't be done formikeh2001-12-121-0/+2
* * style(9)'ifyphantom2001-12-122-8/+8
* New release note: jail sysctl variables moved.bmah2001-12-122-0/+8
* mdoc(7) police: remove the debugging stuff I use to preventru2001-12-121-1/+0
* mdoc(7) police: minor markup nits.ru2001-12-121-20/+20
* mdoc(7) police: fix markup, bump document date.ru2001-12-122-30/+38
* mdoc(7) police: kill HSBs, add missing comma.ru2001-12-121-8/+13
* mdoc(7) police: fix markup.ru2001-12-121-13/+17
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.ru2001-12-121-57/+67
* MFi386: revision 1.35 (Add support for writing to BIOS disks)nyan2001-12-121-4/+221
* mdoc(7) police: use no-break space.ru2001-12-121-1/+3
* mdoc(7) police: use no-break space, fix markup.ru2001-12-121-1/+2
* mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.ru2001-12-121-1/+3
* MFi386: revision 1.485 (the previous commit is not completely)nyan2001-12-122-22/+26
* Set the script_name_sep variable to a safe value if it is notroam2001-12-122-0/+6
* Connect libiconv to the build.sheldonh2001-12-121-0/+1
* Unix: Just Say No..wilko2001-12-121-0/+19
* Fix select on named pipes without a reader.alfred2001-12-121-1/+0
* More "const" poisoning, and only use NO_WERROR if we're bootstrapping.ru2001-12-122-23/+22
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-126-6/+0
* Fix a number of subtle and evil bugs in the libc_r wrapping of sendfile(2).alfred2001-12-121-4/+50
* - Fix sysctl mib examples in order to reflect the recent changes inarr2001-12-121-2/+2
* - Update the sysctl mibs in order to reflect the recent kern_jail.carr2001-12-121-9/+9
* - Move _jail sysctl node underneath _kern_security in order to standardizearr2001-12-121-4/+5
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesmarkm2001-12-1222-404/+437
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-127-8/+1
* Protect this against the coming WARNS=2 default.markm2001-12-121-0/+2
* WARNS=2 fixes, use __FBSDID().markm2001-12-126-67/+78
* Make manpage links for 5.0-CURRENT release documents explicitly access thebmah2001-12-111-1/+2
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-1114-105/+120
* WARNS=2 fixes. use __FBSDID().markm2001-12-111-9/+10
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixmarkm2001-12-114-87/+87
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-10/+12
* WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().markm2001-12-112-6/+5
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-112-35/+37
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-118-38/+78
* Overhaul the per-CPU support a bit:jhb2001-12-11107-1596/+850
OpenPOWER on IntegriCloud