| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy up and fix a runtime warning. | Doug Rabson | 2001-09-26 | 1 | -8/+14 |
| * | WARNSify. | Ruslan Ermilov | 2001-09-26 | 2 | -4/+4 |
| * | The "cat - -" feature was broken by the last commit. | Ruslan Ermilov | 2001-09-26 | 1 | -5/+15 |
| * | Make uio_yield() a global. Call uio_yield() between chunks | Matthew Dillon | 2001-09-26 | 5 | -8/+10 |
| * | Give people a chance to do things before fsck is run. | Poul-Henning Kamp | 2001-09-26 | 1 | -0/+6 |
| * | Run rc.devfs a little bit earlier. | David E. O'Brien | 2001-09-26 | 1 | -6/+6 |
| * | The arg parameter is passed by value in Linux, but not in FreeBSD. | Marcel Moolenaar | 2001-09-26 | 1 | -5/+6 |
| * | Lock the vnode while truncating the corefile. This fixes a panic | Paul Saab | 2001-09-26 | 1 | -0/+2 |
| * | Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems | Brooks Davis | 2001-09-26 | 1 | -0/+4 |
| * | Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...") | Bill Fenner | 2001-09-26 | 1 | -1/+1 |
| * | Make this 'make obj' safe | Peter Wemm | 2001-09-26 | 2 | -2/+10 |
| * | Remove superflous parens after de-macroizing. | John Baldwin | 2001-09-26 | 2 | -4/+4 |
| * | Include sys/ktr.h before sys/_lock.h to ensure LOCK_DEBUG is set to its | John Baldwin | 2001-09-25 | 1 | -1/+5 |
| * | Move the definition of LOCK_DEBUG from sys/lock.h to sys/_lock.h. | John Baldwin | 2001-09-25 | 2 | -13/+16 |
| * | Clarify how to determine the firmware version. | Scott Long | 2001-09-25 | 1 | -0/+2 |
| * | o So, when <dd> e-mailed me and said that the comment was inverted | Robert Watson | 2001-09-25 | 1 | -6/+6 |
| * | RFC2132 is not clear about whether the "Maximum DHCP Message Size" | Ian Dowse | 2001-09-25 | 2 | -2/+4 |
| * | The -A option (beep when packets are dropped) didn't work quite | Ian Dowse | 2001-09-25 | 2 | -5/+12 |
| * | Calculate the valid flag for ITRs and DTRs correctly. Also fix a couple | Doug Rabson | 2001-09-25 | 2 | -16/+6 |
| * | New release notes: aac(4) update, Yahoo! coredump patch, touch(1) -h. | Bruce A. Mah | 2001-09-25 | 2 | -0/+28 |
| * | The faith(4) device is no longer a count device so don't specify a count. | Brooks Davis | 2001-09-25 | 9 | -9/+9 |
| * | Clarify that it is the SRM console that disables onboard USB on DS10. | Wilko Bulte | 2001-09-25 | 1 | -1/+2 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 18 | -157/+174 |
| * | mdoc(7) police: fixed markup. | Ruslan Ermilov | 2001-09-25 | 1 | -5/+12 |
| * | Add a fix for the VIA82C686B data corruption bug. | Søren Schmidt | 2001-09-25 | 1 | -18/+50 |
| * | Yet another turn of workaround for psm/ACPI/PnP BIOS | Kazutaka YOKOTA | 2001-09-25 | 5 | -79/+169 |
| * | Add some definitions for the DSP programming registers in the BCM5400 | Bill Paul | 2001-09-25 | 1 | -0/+38 |
| * | - Only use sig_atomic_t objects in signal handlers. | Ruslan Ermilov | 2001-09-25 | 3 | -28/+64 |
| * | Clean up my source tree to avoid getting hit too badly by the next KSE or | Dag-Erling Smørgrav | 2001-09-25 | 2 | -6/+67 |
| * | Clean up my source tree to avoid getting hit too badly by the next KSE or | Dag-Erling Smørgrav | 2001-09-25 | 1 | -20/+37 |
| * | Removed touch(1) from the list of installworld tools that | Ruslan Ermilov | 2001-09-25 | 1 | -1/+1 |
| * | o Further clarify comment: ad Udo's request, re-insert the 'if' | Robert Watson | 2001-09-25 | 1 | -3/+4 |
| * | 1) Back out ~/.login_conf disable | Andrey A. Chernov | 2001-09-25 | 2 | -8/+5 |
| * | A process name may contain whitespace and unprintable characters, | Mike Barcroft | 2001-09-25 | 1 | -5/+11 |
| * | Improve the description on how to construct ~ftp/pub. Specifically, | Mike Heffner | 2001-09-25 | 1 | -5/+7 |
| * | o Parallelize the comment on the relationship between privileged un-jailed | Robert Watson | 2001-09-25 | 1 | -2/+2 |
| * | s/securelvel/securelevel/ | Robert Watson | 2001-09-25 | 1 | -1/+1 |
| * | Let people know when a startup script is skipped because it is not | David E. O'Brien | 2001-09-25 | 1 | -0/+2 |
| * | Back out rev 1.74. This functionality causes a panic on 4.4-RELEASE | Murray Stokely | 2001-09-25 | 1 | -32/+0 |
| * | Add a missing dereference level. This caused nfsm_postop_attr_xx() | Ian Dowse | 2001-09-25 | 1 | -1/+1 |
| * | Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch. | Doug Rabson | 2001-09-24 | 2 | -8/+8 |
| * | Make the Alternate {I,D} TLB vector code actually work for virtual | Doug Rabson | 2001-09-24 | 2 | -4/+4 |
| * | ghostscript6 has been replaced by ghostscript-gnu in the Ports | Bruce A. Mah | 2001-09-24 | 1 | -1/+1 |
| * | Don't try to access external files from SKI unless we are actually running | Doug Rabson | 2001-09-24 | 1 | -0/+3 |
| * | Increase the number of bootstrap PVs. | Doug Rabson | 2001-09-24 | 1 | -1/+1 |
| * | Include <machine/pte.h> instead of <machine/pmap.h> | Doug Rabson | 2001-09-24 | 2 | -2/+2 |
| * | We need different call stubs for static and stacked calling conventions. | Doug Rabson | 2001-09-24 | 3 | -12/+99 |
| * | Add commands to dump the itrs and dtrs. | Doug Rabson | 2001-09-24 | 2 | -0/+296 |
| * | Return the mapkey which EFI gave us when we read the memory map - we need | Doug Rabson | 2001-09-24 | 3 | -3/+8 |
| * | Tidy up a little - don't try to print anything or enable interrupts after | Doug Rabson | 2001-09-24 | 2 | -102/+48 |