aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-1511-59/+71
* Enforce disk unit numbers upper limit in cloning.Poul-Henning Kamp2000-12-151-0/+2
* Make a #define for the highest legal disk unit (0x1ff)Poul-Henning Kamp2000-12-153-0/+9
* Don't do raw device 'r' mangling.Poul-Henning Kamp2000-12-151-24/+4
* Fixed the ``no space after a .Fl'' problem.Ruslan Ermilov2000-12-151-1/+1
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofIan Dowse2000-12-159-0/+47
* Fix lseek args order (PR 23549)Andrey A. Chernov2000-12-151-12/+15
* Fix with debugging option.Takanori Watanabe2000-12-151-2/+2
* Add a missing dot.Ruslan Ermilov2000-12-152-2/+2
* Correct the documented default behaviour of mschap, mschap81 and MPPE.Brian Somers2000-12-152-6/+6
* When p_ucred is passed to the venus daemon, first grab the proc lock toJohn Baldwin2000-12-152-4/+28
* Locking change: lock p_cred with the proc mutex (c) instead of assumingJohn Baldwin2000-12-151-1/+1
* Whitespace cleanups, and a few comment changes to get everything to fitJohn Baldwin2000-12-151-40/+40
* Add in MI implementations of the KTR trace buffer ddb commands. TheJohn Baldwin2000-12-151-0/+97
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasJohn Baldwin2000-12-144-378/+0
* Adapt to new struct kinfo_proc and unbreak world.Alfred Perlstein2000-12-141-0/+9
* Generalize quirk for Sony Memory Sticks. Any device that starts withWarner Losh2000-12-141-1/+5
* This commit was generated by cvs2svn to compensate for changes in r70029,David E. O'Brien2000-12-148-9/+43
|\
| * Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvsDavid E. O'Brien2000-12-148-9/+43
* | Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.Alexey Zelkin2000-12-141-4/+5
* | Add missing coma in SEE ALSO sectionAlexey Zelkin2000-12-142-3/+3
* | Add better IP, netmask and gateway checks.Eivind Eklund2000-12-142-28/+184
* | mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-1428-10/+29
* | mdoc(7) police: removed duplicate .Os call.Ruslan Ermilov2000-12-141-1/+1
* | Make Embedded Controller driver interrupt driven.Takanori Watanabe2000-12-141-19/+77
* | mdoc(7) police: removed duplicate .Os calls.Ruslan Ermilov2000-12-147-8/+2
* | mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-14120-151/+160
* | Prepare for FreeBSD 4.3, we already have the manpage that refers to it.Ruslan Ermilov2000-12-141-0/+1
* | mdoc(7) police: removed history info from the .Os call.Ruslan Ermilov2000-12-144-4/+4
* | Grammar fix.Sheldon Hearn2000-12-141-1/+1
* | - Move ifs_init() so that it can initialize ifs_inode_hash_mtx.Seigo Tanimura2000-12-141-12/+12
* | mdoc(7) police: add a missing .Os, change the list type to ``tagged''.Ruslan Ermilov2000-12-141-11/+10
* | Mdoc(7)ify.Ruslan Ermilov2000-12-142-22/+45
* | Use _lapic+offset to access the local apic from assembly languageJake Burkholder2000-12-1410-60/+74
* | Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-1425-69/+138
* | Add a new function, dialog_noyes(), for sysinstall to be able toJordan K. Hubbard2000-12-143-13/+45
* | o Check return of strdup() for NULL, abort if so.Robert Watson2000-12-141-1/+4
* | Fix this based on Mike's moved pci code. We needed to delete the pci_mWarner Losh2000-12-141-4/+2
* | Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well asJohn Baldwin2000-12-131-0/+15
* | Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* | Fix a logical bug introduced by changing the formatting.Thomas-Henning von Kamptz2000-12-131-1/+1
* | - Add a new flag MTX_QUIET that can be passed to the various mtx_*John Baldwin2000-12-134-126/+205
* | o Remove the COMPAT_OLDPCI option now that Mike removed it.Warner Losh2000-12-131-3/+3
* | Reconnect linprocfs.Dag-Erling Smørgrav2000-12-131-2/+2
* | Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)Dag-Erling Smørgrav2000-12-132-212/+256
* | Add dependency on linux, which is needed for proc/version.Dag-Erling Smørgrav2000-12-131-0/+1
* | For PC164: document "ERROR: ISA table corrupt!" and workaroundWilko Bulte2000-12-131-1/+4
* | Add sbuf(9) man page with links to API function names.Dag-Erling Smørgrav2000-12-132-0/+245
* | Add subr_sbuf.c.Dag-Erling Smørgrav2000-12-131-0/+1
* | String buffer APIDag-Erling Smørgrav2000-12-132-0/+347