| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a diagnostic typo | brian | 1999-03-11 | 2 | -8/+8 |
* | Get the pid right if a stale lock file exists. | brian | 1999-03-11 | 1 | -4/+4 |
* | Tone down the log levels (Log{ERROR,WARN} -> LogCCP) | brian | 1999-03-11 | 3 | -16/+18 |
* | Describe the default values for useful options. | grog | 1999-03-10 | 1 | -14/+45 |
* | Also look under FREEBSD/.. for distribution files; I meant to do this | jkh | 1999-03-10 | 2 | -2/+8 |
* | PID_MAX is now 99999. | roberto | 1999-03-10 | 1 | -1/+1 |
* | Fix two tests against hex. values for CPUID. | roberto | 1999-03-10 | 2 | -6/+6 |
* | Fixes alignment of blocksize field to be prettier if | mjacob | 1999-03-10 | 1 | -7/+7 |
* | Need to include /contrib/dev/oltr/... not dev/oltr/... | julian | 1999-03-10 | 1 | -2/+2 |
* | Fix fstat compatibility by printing the address of the tcppcb instead of | des | 1999-03-10 | 1 | -3/+7 |
* | Adds the '-p' option to make time(1) output POSIX.2 compliant. | roberto | 1999-03-10 | 2 | -21/+63 |
* | Updated to use new APIC (SMP) safe interrupt register/unregister | roger | 1999-03-10 | 2 | -7/+48 |
* | Header file for pcic interrupt register/unregister functions. | roger | 1999-03-10 | 1 | -0/+36 |
* | Keyboard driver update. | kato | 1999-03-10 | 5 | -223/+239 |
* | - Added new options (ATKBD_DFLT_KEYMAP, KBD_DISABLE_KEYMAP_LOAD and | yokota | 1999-03-10 | 3 | -15/+36 |
* | Sync with sys/i386/conf/options.i386 revision up to 1.108. | kato | 1999-03-10 | 2 | -2/+20 |
* | Sync with sys/i386/conf/majors.i386 revision 1.66. | kato | 1999-03-10 | 1 | -1/+2 |
* | Sync with sys/i386/conf/files.i386 revision up to 1.227. | kato | 1999-03-10 | 2 | -2/+22 |
* | Sync with sys/boot/i386/loader/Makefile revision 1.30. | kato | 1999-03-10 | 1 | -1/+7 |
* | Sync with sys/boot/i386/libi386/bootinfo.c revision 1.17. | kato | 1999-03-10 | 1 | -1/+4 |
* | Keyboard driver update in preparation for the USB keyboard driver. | yokota | 1999-03-10 | 24 | -1388/+678 |
* | Submitted by: Larry Lile | julian | 1999-03-10 | 20 | -2227/+6168 |
* | For clarity, use the "map" variable introduced by the last commit | alc | 1999-03-10 | 1 | -5/+5 |
* | Mention new loader.rc. Point people at the updated man pages for more | imp | 1999-03-10 | 1 | -1/+5 |
* | We don't use this anymore - nuke it. | jkh | 1999-03-10 | 2 | -54/+2 |
* | Install new loader.rc stuff. | dcs | 1999-03-10 | 1 | -1/+7 |
* | Gentlemen, I present you /boot/defaults. Just for the sake of symmetry. | dcs | 1999-03-10 | 1 | -1/+3 |
* | Merge some doc updates which got only into the 3.0 branch during the last | jkh | 1999-03-10 | 11 | -104/+30 |
* | get rid of space padding for compression | mjacob | 1999-03-10 | 1 | -2/+2 |
* | Don't forget to remove devstat entries when taking | mjacob | 1999-03-10 | 2 | -2/+12 |
* | Remove all diagnostics to stdout/stderr with #ifdef DEBUG | brian | 1999-03-09 | 8 | -44/+108 |
* | Set the CPU resource limit back to infinity before exec()ing PP. | brian | 1999-03-09 | 1 | -1/+4 |
* | Take boot1/boot2 from their new place, i.e. /boot/, not from | abial | 1999-03-09 | 2 | -5/+5 |
* | If /etc/ppp/ppp.conf doesn't exist, mention that the | brian | 1999-03-09 | 1 | -7/+19 |
* | Make TIMER_FREQ a normal, undocumented option. Raise confusion to | phk | 1999-03-09 | 8 | -11/+22 |
* | Fix from author of the driver: | andreas | 1999-03-09 | 2 | -6/+6 |
* | Don't free() a NULL pointer! | yokota | 1999-03-09 | 1 | -3/+4 |
* | New loader.rc stuff. | dcs | 1999-03-09 | 3 | -0/+1341 |
* | o Use larger minimum root size on alpha. | jkh | 1999-03-09 | 6 | -18/+69 |
* | Document -D option. Give a more helpful error message for some cases. | dcs | 1999-03-09 | 2 | -3/+11 |
* | Support seconds with -v. | brian | 1999-03-09 | 3 | -13/+55 |
* | Remove (redundant) map timestamp increments from some properly | alc | 1999-03-09 | 1 | -6/+1 |
* | typo police | brian | 1999-03-09 | 3 | -12/+12 |
* | Add Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modules | jkh | 1999-03-08 | 2 | -0/+4 |
* | Reserve cdev 115 for University of Waikato DAG network capture boards | jkh | 1999-03-08 | 2 | -2/+4 |
* | Clean up and order register definitions. | gibbs | 1999-03-08 | 1 | -78/+66 |
* | Add necessary splcam() protection around target mode setup and teardown | gibbs | 1999-03-08 | 1 | -4/+19 |
* | Don't destroy the old server socket another ``set server'' | brian | 1999-03-08 | 1 | -5/+11 |
* | Move untimeout up before call to uhci_ii_done, avoids panic in | n_hibma | 1999-03-08 | 1 | -4/+1 |
* | Add bt_port_probe() a routine shared by the EISA and ISA probe code to | gibbs | 1999-03-08 | 2 | -15/+87 |