| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-15 | 11 | -59/+71 |
| * | Enforce disk unit numbers upper limit in cloning. | Poul-Henning Kamp | 2000-12-15 | 1 | -0/+2 |
| * | Make a #define for the highest legal disk unit (0x1ff) | Poul-Henning Kamp | 2000-12-15 | 3 | -0/+9 |
| * | Don't do raw device 'r' mangling. | Poul-Henning Kamp | 2000-12-15 | 1 | -24/+4 |
| * | Fixed the ``no space after a .Fl'' problem. | Ruslan Ermilov | 2000-12-15 | 1 | -1/+1 |
| * | Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of | Ian Dowse | 2000-12-15 | 9 | -0/+47 |
| * | Fix lseek args order (PR 23549) | Andrey A. Chernov | 2000-12-15 | 1 | -12/+15 |
| * | Fix with debugging option. | Takanori Watanabe | 2000-12-15 | 1 | -2/+2 |
| * | Add a missing dot. | Ruslan Ermilov | 2000-12-15 | 2 | -2/+2 |
| * | Correct the documented default behaviour of mschap, mschap81 and MPPE. | Brian Somers | 2000-12-15 | 2 | -6/+6 |
| * | When p_ucred is passed to the venus daemon, first grab the proc lock to | John Baldwin | 2000-12-15 | 2 | -4/+28 |
| * | Locking change: lock p_cred with the proc mutex (c) instead of assuming | John Baldwin | 2000-12-15 | 1 | -1/+1 |
| * | Whitespace cleanups, and a few comment changes to get everything to fit | John Baldwin | 2000-12-15 | 1 | -40/+40 |
| * | Add in MI implementations of the KTR trace buffer ddb commands. The | John Baldwin | 2000-12-15 | 1 | -0/+97 |
| * | Remove the "machine dependent" KTR trace buffer ddb commands. The code was | John Baldwin | 2000-12-14 | 4 | -378/+0 |
| * | Adapt to new struct kinfo_proc and unbreak world. | Alfred Perlstein | 2000-12-14 | 1 | -0/+9 |
| * | Generalize quirk for Sony Memory Sticks. Any device that starts with | Warner Losh | 2000-12-14 | 1 | -1/+5 |
| * | This commit was generated by cvs2svn to compensate for changes in r70029, | David E. O'Brien | 2000-12-14 | 8 | -9/+43 |
| |\ |
|
| | * | Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvs | David E. O'Brien | 2000-12-14 | 8 | -9/+43 |
| * | | Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list. | Alexey Zelkin | 2000-12-14 | 1 | -4/+5 |
| * | | Add missing coma in SEE ALSO section | Alexey Zelkin | 2000-12-14 | 2 | -3/+3 |
| * | | Add better IP, netmask and gateway checks. | Eivind Eklund | 2000-12-14 | 2 | -28/+184 |
| * | | mdoc(7) police: added missing .Os call. | Ruslan Ermilov | 2000-12-14 | 28 | -10/+29 |
| * | | mdoc(7) police: removed duplicate .Os call. | Ruslan Ermilov | 2000-12-14 | 1 | -1/+1 |
| * | | Make Embedded Controller driver interrupt driven. | Takanori Watanabe | 2000-12-14 | 1 | -19/+77 |
| * | | mdoc(7) police: removed duplicate .Os calls. | Ruslan Ermilov | 2000-12-14 | 7 | -8/+2 |
| * | | mdoc(7) police: removed history info from the .Os FreeBSD call. | Ruslan Ermilov | 2000-12-14 | 120 | -151/+160 |
| * | | Prepare for FreeBSD 4.3, we already have the manpage that refers to it. | Ruslan Ermilov | 2000-12-14 | 1 | -0/+1 |
| * | | mdoc(7) police: removed history info from the .Os call. | Ruslan Ermilov | 2000-12-14 | 4 | -4/+4 |
| * | | Grammar fix. | Sheldon Hearn | 2000-12-14 | 1 | -1/+1 |
| * | | - Move ifs_init() so that it can initialize ifs_inode_hash_mtx. | Seigo Tanimura | 2000-12-14 | 1 | -12/+12 |
| * | | mdoc(7) police: add a missing .Os, change the list type to ``tagged''. | Ruslan Ermilov | 2000-12-14 | 1 | -11/+10 |
| * | | Mdoc(7)ify. | Ruslan Ermilov | 2000-12-14 | 2 | -22/+45 |
| * | | Use _lapic+offset to access the local apic from assembly language | Jake Burkholder | 2000-12-14 | 10 | -60/+74 |
| * | | Adapt sysinstall to use the new msgNoYes() function which assumes | Jordan K. Hubbard | 2000-12-14 | 25 | -69/+138 |
| * | | Add a new function, dialog_noyes(), for sysinstall to be able to | Jordan K. Hubbard | 2000-12-14 | 3 | -13/+45 |
| * | | o Check return of strdup() for NULL, abort if so. | Robert Watson | 2000-12-14 | 1 | -1/+4 |
| * | | Fix this based on Mike's moved pci code. We needed to delete the pci_m | Warner Losh | 2000-12-14 | 1 | -4/+2 |
| * | | Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as | John Baldwin | 2000-12-13 | 1 | -0/+15 |
| * | | Fix include directories for crossbuilding. | Marcel Moolenaar | 2000-12-13 | 1 | -1/+1 |
| * | | Fix a logical bug introduced by changing the formatting. | Thomas-Henning von Kamptz | 2000-12-13 | 1 | -1/+1 |
| * | | - Add a new flag MTX_QUIET that can be passed to the various mtx_* | John Baldwin | 2000-12-13 | 4 | -126/+205 |
| * | | o Remove the COMPAT_OLDPCI option now that Mike removed it. | Warner Losh | 2000-12-13 | 1 | -3/+3 |
| * | | Reconnect linprocfs. | Dag-Erling Smørgrav | 2000-12-13 | 1 | -2/+2 |
| * | | Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) | Dag-Erling Smørgrav | 2000-12-13 | 2 | -212/+256 |
| * | | Add dependency on linux, which is needed for proc/version. | Dag-Erling Smørgrav | 2000-12-13 | 1 | -0/+1 |
| * | | For PC164: document "ERROR: ISA table corrupt!" and workaround | Wilko Bulte | 2000-12-13 | 1 | -1/+4 |
| * | | Add sbuf(9) man page with links to API function names. | Dag-Erling Smørgrav | 2000-12-13 | 2 | -0/+245 |
| * | | Add subr_sbuf.c. | Dag-Erling Smørgrav | 2000-12-13 | 1 | -0/+1 |
| * | | String buffer API | Dag-Erling Smørgrav | 2000-12-13 | 2 | -0/+347 |