aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.Stefan Eßer1994-10-261-2/+2
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-10-261-4/+7
* From: John Hay <jhay@mikom.csir.co.za>Jordan K. Hubbard1994-10-261-1/+1
* Applied patch009. Also added appropriate #include <string.h> whichSteven Wallace1994-10-251-2/+3
* Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 isBruce Evans1994-10-251-1/+1
* Added lsdev.Garrett Wollman1994-10-241-1/+1
* When -v not given, display longer `state' and no `parent'.Garrett Wollman1994-10-241-11/+32
* These patches fix some lesser problems:Poul-Henning Kamp1994-10-247-15/+32
* Updated to latest kernel code. Also provided a friendlier output format,Garrett Wollman1994-10-234-27/+89
* Add xten.Jordan K. Hubbard1994-10-221-1/+1
* Change to use the correct lock file directory.Doug Rabson1994-10-221-2/+2
* X-10 stuff from 1.1.5.1.Jordan K. Hubbard1994-10-224-0/+508
* spkrtest addedAndrey A. Chernov1994-10-221-1/+1
* Speaker driver test scriptAndrey A. Chernov1994-10-222-0/+47
* Change ``on'' to ``at'' globally.Garrett Wollman1994-10-181-7/+7
* Added a slot in the swap-dev-table for NFS-diskless to abuse.Poul-Henning Kamp1994-10-181-0/+1
* Remove machdep.color_displayAndrey A. Chernov1994-10-181-2/+1
* First bugfix: isa devices print as `at isa?' rather than `on isa0'.Garrett Wollman1994-10-171-1/+1
* lsdev(8), a user-land utility to query the device configuration databaseGarrett Wollman1994-10-175-0/+423
* Document new machdep variables, pointed by RodAndrey A. Chernov1994-10-171-2/+5
* Change references from `/386bsd' to `/kernel'Gary Palmer1994-10-171-2/+2
* Added slstat.David Greenman1994-10-171-2/+2
* slstats for FBSD 2.0. Copied in the repository from 1.1.5, and then appliedDavid Greenman1994-10-172-13/+25
* New way of getting disk drive names.Garrett Wollman1994-10-161-0/+4
* Stop "make install" from falling over if DESTDIR is defined.Poul-Henning Kamp1994-10-151-2/+2
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-151-1/+3
* Move `ncrcontrol' into machine-dependant section.Gary Palmer1994-10-141-3/+3
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch1994-10-142-4/+3
* Sigh. NOW it's ok! :-)Jordan K. Hubbard1994-10-141-2/+2
* Print a better verbose message when creating packages.Jordan K. Hubbard1994-10-141-3/+7
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-142-7/+10
* Whoops - variable was in wrong scope. Correct.Jordan K. Hubbard1994-10-141-3/+2
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-2/+2
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-5/+9
* Added ncrcontrol (display and configure NCR 53c810 SCSI parameters).Stefan Eßer1994-10-131-4/+4
* Added call to getbootfile() and removed reference to ncr.imask.Stefan Eßer1994-10-131-17/+8
* ncrcontrol will be installed SETGID kmem in /usr/sbin.Stefan Eßer1994-10-131-1/+4
* Moved into correct MAN section ...Stefan Eßer1994-10-131-0/+286
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-123-0/+1924
* Clean up after last commit: get rid of some unused variables.David Greenman1994-10-101-1/+1
* Rewrote swap code to work with our swap layout. Much of the code stolenDavid Greenman1994-10-101-72/+28
* Add -U option which does the same things as -u except exits with 0Rodney W. Grimes1994-10-092-6/+24
* Modified to use swaplist instead of swapmap.David Greenman1994-10-091-7/+7
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.David Greenman1994-10-091-13/+13
* Be optionally verbose about free-space checking. I need this to ascertianJordan K. Hubbard1994-10-081-1/+3
* After a comment from Rod Grimes about buf.h, I went back and looked at thisDavid Greenman1994-10-051-6/+0
* Changes to buf.h now require that param.h be included.David Greenman1994-10-051-0/+1
* Correctly interpret the code field of IGMP membership queries.Garrett Wollman1994-10-041-3/+4
* Print out SNAP frames reasonably, including Apple's bogus EthertalkGarrett Wollman1994-10-041-1/+126
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-044-13/+59