summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-1817-245/+1789
* Fix typo.ben2000-11-181-1/+1
* Fix typos.ben2000-11-181-3/+3
* Fix another typo.ben2000-11-181-1/+1
* While in the SYNOPSIS section, Nm macro always required anru2000-11-181-6/+4
* mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.ru2000-11-182-3/+2
* Further use of M_ZERO.dwmalone2000-11-185-13/+7
* Add the use of M_ZERO to netgraph.dwmalone2000-11-1823-66/+36
* mdoc(7) police: now that Nm macro accepts punctuation charactersru2000-11-181-1/+1
* Fix a braino ..sos2000-11-181-1/+1
* do not blindly assume 8khz is supported on open(). try for 8khz but respectcg2000-11-181-3/+6
* Make the order of values prompted for with the "-i" option match print_part()obrien2000-11-182-4/+4
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-182-4/+12
OpenPOWER on IntegriCloud