summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2018-35/+35
* mdoc(7) police: fixed warnings.ru2000-11-201-4/+2
* mdoc(7) police: fixed warning.ru2000-11-201-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-2017-69/+66
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-206-25/+25
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-204-0/+116
* Connect the new man4.alpha to the build.sheldonh2000-11-203-0/+12
* Change a "while {}" loop to a "do {} while" to allow it to bedeischen2000-11-206-9/+21
* Document the osf1 module.sheldonh2000-11-201-0/+96
* Fix broken cross-reference to linprocfs(5).sheldonh2000-11-201-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-205-24/+24
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2014-35/+37
* Merged from sys/i386/i386/machdep.c revision 1.421.kato2000-11-202-0/+4
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2025-51/+51
* Fix typo; s/demon/daemon/ben2000-11-202-2/+2
* More aggressively rate limit the growth of soft dependency structuresmckusick2000-11-201-33/+21
* Add -lcrypt. This fixes cross-building.marcel2000-11-201-1/+1
* Fix cross-building.marcel2000-11-208-24/+23
* Fix MD macros to work for alpha. Without this fix, threads under alphadeischen2000-11-203-12/+12
* Accept filters broke kernels compiled without options INET.alfred2000-11-202-7/+20
* o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.rwatson2000-11-201-0/+3
* o Export nchstats ("VFS cache effectiveness statistics") usingrwatson2000-11-201-0/+4
* o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.rwatson2000-11-201-0/+3
* Disable calling timeout() when doing bio. It was causing more prolems thanscottl2000-11-191-2/+8
* Make sbcompress use the new M_WRITABLE macro. Previously sbcompressdwmalone2000-11-192-4/+8
* Standardize spelling of "optimization" in commentsdougb2000-11-192-6/+6
* When to run the periodic/daily event has had several rounds of discussiondougb2000-11-191-1/+1
* Some gratuitous whitespace changes.brian2000-11-192-16/+22
* Describe how to tunnel properly.brian2000-11-192-8/+152
* Accept MSCHAPv2 by default.brian2000-11-193-2/+6
* Format string paranoiakris2000-11-193-5/+5
* Format string error in warn()kris2000-11-191-2/+2
* Use mktemp -t to respect TMPDIRkris2000-11-191-7/+7
* Correct typokris2000-11-191-1/+1
* Format string paranoiakris2000-11-191-2/+2
* Convert various calls to splhigh() to disable_intr() since splhigh() isdfr2000-11-198-28/+34
* We don't need <stddef.h> for offsetof() any more.dfr2000-11-192-4/+0
* Unlink the temporary file immediately so it is removed on exit.kris2000-11-191-19/+15
* MAXPATHNAMELEN -> MAXPATHLENkris2000-11-191-1/+1
* L_SET -> SEEK_SETkris2000-11-191-1/+1
* Format string paranoiakris2000-11-191-1/+2
* Don't suggest people use getpid() to construct temporary filenames;kris2000-11-191-2/+6
* Update the documentation to describe the new mktemp() family behaviour.kris2000-11-191-8/+33
* Fix a buffer overflow from a long local hostname.kris2000-11-193-6/+6
* Don't use sizeof() on a pointer when we really wanted to measurekris2000-11-193-9/+4
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-1911-20/+50
* Check return code from login_tty. Allow getty to try and becomejwd2000-11-191-1/+12
* Add/fix the ability to split a file larger than 2 gigabytes.jwd2000-11-191-4/+6
* Implement a low-memory deadlock solution.dillon2000-11-1814-185/+315
* Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().dillon2000-11-181-0/+3
OpenPOWER on IntegriCloud