aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldJordan K. Hubbard1994-10-041-5/+7
* -lcompat removed from libsAndrey A. Chernov1994-10-041-2/+2
* Same as last one, use "sh -e" for these to make them catch pathologicalPoul-Henning Kamp1994-10-036-12/+12
* Make sure mkskel.sh bails out if it finds trouble. Use "sh -e" to run it.Poul-Henning Kamp1994-10-031-1/+1
* Submitted by: gibbs@uclink.berkeley.eduAndreas Schulz1994-10-031-1/+1
* Allow multicast NTP.Garrett Wollman1994-10-021-0/+1
* Removed a lot of stuff which has no raison d`etre now that the kernel-driverPoul-Henning Kamp1994-10-021-149/+2
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-024-115/+258
* Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio andGary Palmer1994-10-021-15/+16
* Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways.David Greenman1994-10-011-1/+1
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.David Greenman1994-10-014-0/+524
* Move bootp & related stuffPaul Traina1994-09-301-1/+1
* Sorry, wrong previous commit backed out, HAVE_GETBOOTFILEAndrey A. Chernov1994-09-301-1/+1
* Forget to define HAVE_GETBOOTFILEAndrey A. Chernov1994-09-301-1/+1
* Use getbootfile() properly, old code cause reboots somethimesAndrey A. Chernov1994-09-301-3/+11
* Make it compile under 2.0.Garrett Wollman1994-09-306-16/+24
* Merged changes from the vendor branch. NB: this will NOT compile untilGarrett Wollman1994-09-2915-2356/+1455
* This commit was generated by cvs2svn to compensate for changes in r3215,Garrett Wollman1994-09-29215-10968/+34469
|\
| * xntp 3.4e from Dave Mills @ UDelGarrett Wollman1994-09-29229-13262/+35900
* | Don't let pkg_delete remove the recorded location until everything hasJordan K. Hubbard1994-09-293-9/+15
* | Fix conflicts from importPaul Traina1994-09-291-1/+2
* | Portmap 3.0 from win.tue.nlPaul Traina1994-09-2910-4/+624
* | getbootfile() not invokedPaul Traina1994-09-281-1/+1