aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a (relatively harmless) braino. I confused myself over the for() loopPeter Wemm1999-03-241-3/+2
* 'start' command: check that the objects in question aren't already up,Greg Lehey1999-03-241-17/+49
* Correct the text of an obscure error message.Greg Lehey1999-03-241-2/+2
* Correct ioctl calls VINUM_STARTCONFIG. The last commit broke theGreg Lehey1999-03-231-3/+3
* Remove duplicate line.Bill Fumerola1999-03-232-2/+0
* Check whether the PIRQD enable bit is set in LegSup and if not, set it.Nick Hibma1999-03-232-16/+34
* 1) clean up debugging outputNick Hibma1999-03-232-12/+6
* Call the module's unload handler before removing the device from theDoug Rabson1999-03-231-19/+26
* Remove last remaining references to malloc/realloc and functions thatPeter Wemm1999-03-231-50/+40
* Add a sysctl variable which can help stop chroot(2) escapes.Poul-Henning Kamp1999-03-233-4/+119
* Fix some nasty hangs if garbage were passed.Poul-Henning Kamp1999-03-231-4/+6
* Fixed a couple of missing drive selects in wdreset(). This mainlyBruce Evans1999-03-231-2/+4
* Set X11BASE to something deliberately bogus in elf_buildworld so thatJordan K. Hubbard1999-03-231-1/+2
* Fix a typo.Justin T. Gibbs1999-03-232-4/+4
* Add support for the 3950U2B controller.Justin T. Gibbs1999-03-232-2/+32
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.Justin T. Gibbs1999-03-234-41/+55
* o Runnable threads are now maintained in priority queues. TheJohn Birrell1999-03-232-36/+78
* [ The author's description... ]John Birrell1999-03-23115-2006/+9492
* Typo fix.Joseph Koshy1999-03-231-1/+1
* Describe the new semantics of 'create':Greg Lehey1999-03-231-8/+31
* Print correct message if the wrong module is loaded.Greg Lehey1999-03-231-1/+1
* vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.Greg Lehey1999-03-231-1/+1
* Change the definition of VINUM_STARTCONFIG to take an int write parameter.Greg Lehey1999-03-231-1/+1
* Add flag VF_FORCECONFIG for use by the config_drive and friends.Greg Lehey1999-03-231-1/+1
* vinum_start:Greg Lehey1999-03-231-5/+2
* VINUM_STARTCONFIG:Greg Lehey1999-03-231-1/+1
* init_drive:Greg Lehey1999-03-231-2/+9
* Change the declaration of start_config.Greg Lehey1999-03-231-1/+1
* start_config:Greg Lehey1999-03-231-7/+16
* Add partition type for Vinum.Greg Lehey1999-03-233-6/+9
* Simplified using new SYMLINKS macro, mainly to test this macro. TheBruce Evans1999-03-231-26/+15
* Removed all traces of LN_FLAGS. It was only used to produce a linkBruce Evans1999-03-234-17/+59
* Typo fix (set --> get).Alexander Langer1999-03-223-9/+9
* Cosmetical changes.Nick Hibma1999-03-227-13/+14
* Implementation of the keyboard driver.Nick Hibma1999-03-221-438/+1259
* Moved timeout initialisation a bit earlier in the process. TheNick Hibma1999-03-221-8/+9
* Make the same size rounding error both ways.Poul-Henning Kamp1999-03-221-1/+1
* Nuke old copies of /usr/include/timepps.hPoul-Henning Kamp1999-03-221-1/+2
* Address our users in a civilized manner. (They may know better, but probablyPoul-Henning Kamp1999-03-221-11/+5
* Display floats with format %*.0f instead of as "*****" if there isBruce Evans1999-03-221-1/+5
* fix conflicts.David E. O'Brien1999-03-222-2/+14
* Update to latest version.David E. O'Brien1999-03-221-5/+5
* This commit was generated by cvs2svn to compensate for changes in r44930,David E. O'Brien1999-03-222-5/+24
|\
| * Virgin import of ISC-DHCP v2.0b1pl18David E. O'Brien1999-03-224-7/+38
* | The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonJordan K. Hubbard1999-03-211-5/+5
* | Two changes:Alan Cox1999-03-211-19/+24
* | Add cdev 120 as the audit device.Jordan K. Hubbard1999-03-212-4/+6
* | Finally remove the ancient `-exec rm -f {} ;' cruft that used to beJoerg Wunsch1999-03-215-24/+13
* | Now bb structures are linked together.Poul-Henning Kamp1999-03-211-5/+5
* | Link the bb structures together as we find them.Poul-Henning Kamp1999-03-213-6/+30