aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* New way of getting disk drive names.Garrett Wollman1994-10-161-0/+4
| | | | Notes: svn path=/head/; revision=3642
* Stop "make install" from falling over if DESTDIR is defined.Poul-Henning Kamp1994-10-151-2/+2
| | | | Notes: svn path=/head/; revision=3606
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-151-1/+3
| | | | | | | Make -s option set parameters for all targets by default. Notes: svn path=/head/; revision=3600
* Move `ncrcontrol' into machine-dependant section.Gary Palmer1994-10-141-3/+3
| | | | Notes: svn path=/head/; revision=3598
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch1994-10-142-4/+3
| | | | | | | | necessary. Requested by: phk Notes: svn path=/head/; revision=3592
* Sigh. NOW it's ok! :-)Jordan K. Hubbard1994-10-141-2/+2
| | | | Notes: svn path=/head/; revision=3579
* Print a better verbose message when creating packages.Jordan K. Hubbard1994-10-141-3/+7
| | | | Notes: svn path=/head/; revision=3578
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-142-7/+10
| | | | Notes: svn path=/head/; revision=3577
* Whoops - variable was in wrong scope. Correct.Jordan K. Hubbard1994-10-141-3/+2
| | | | Notes: svn path=/head/; revision=3576
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-2/+2
| | | | | | | | checking code. Fix the free space checking code, while I'm at it! ;) Thanks to Garrett for spotting the home dir problem. Notes: svn path=/head/; revision=3575
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-5/+9
| | | | | | | | checking code. Fix the free space checking code, while I'm at it! ;) Thanks to Garrett for spotting the home dir problem. Notes: svn path=/head/; revision=3574
* Added ncrcontrol (display and configure NCR 53c810 SCSI parameters).Stefan Eßer1994-10-131-4/+4
| | | | Notes: svn path=/head/; revision=3560
* Added call to getbootfile() and removed reference to ncr.imask.Stefan Eßer1994-10-131-17/+8
| | | | Notes: svn path=/head/; revision=3559
* ncrcontrol will be installed SETGID kmem in /usr/sbin.Stefan Eßer1994-10-131-1/+4
| | | | Notes: svn path=/head/; revision=3558
* Moved into correct MAN section ...Stefan Eßer1994-10-131-0/+286
| | | | Notes: svn path=/head/; revision=3557
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-123-0/+1924
| | | | | | | Config and statuts display utility for the NCR PCI SCSI driver. Notes: svn path=/cvs2svn/branches/WST/; revision=3545
* Clean up after last commit: get rid of some unused variables.David Greenman1994-10-101-1/+1
| | | | Notes: svn path=/head/; revision=3494
* Rewrote swap code to work with our swap layout. Much of the code stolenDavid Greenman1994-10-101-72/+28
| | | | | | | from swapinfo.c. Notes: svn path=/head/; revision=3492
* Add -U option which does the same things as -u except exits with 0Rodney W. Grimes1994-10-092-6/+24
| | | | | | | instead of 2 on MISMATCH. Notes: svn path=/head/; revision=3468
* Modified to use swaplist instead of swapmap.David Greenman1994-10-091-7/+7
| | | | Notes: svn path=/head/; revision=3454
* #if 0'd out the meat of the swap code until I get a chance to rewrite it.David Greenman1994-10-091-13/+13
| | | | Notes: svn path=/head/; revision=3453
* Be optionally verbose about free-space checking. I need this to ascertianJordan K. Hubbard1994-10-081-1/+3
| | | | | | | whether or not this always works. Notes: svn path=/head/; revision=3445
* After a comment from Rod Grimes about buf.h, I went back and looked at thisDavid Greenman1994-10-051-6/+0
| | | | | | | | and found that swapinfo doesn't need that include file and five others (!). Sheesh. Notes: svn path=/head/; revision=3376
* Changes to buf.h now require that param.h be included.David Greenman1994-10-051-0/+1
| | | | Notes: svn path=/head/; revision=3375
* Correctly interpret the code field of IGMP membership queries.Garrett Wollman1994-10-041-3/+4
| | | | Notes: svn path=/head/; revision=3370
* Print out SNAP frames reasonably, including Apple's bogus EthertalkGarrett Wollman1994-10-041-1/+126
| | | | | | | | pseudo-SNAP encapsulation. Still needs some work, by someone who has a listing of 802.2 LSAPs. Notes: svn path=/head/; revision=3369
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-044-13/+59
| | | | | | | available. Thanks to Michael Elbel for pushing me in the right direction. Notes: svn path=/head/; revision=3364
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldJordan K. Hubbard1994-10-041-5/+7
| | | | | | | override the PLIST file's own first @cwd. Make this so. Notes: svn path=/head/; revision=3363
* -lcompat removed from libsAndrey A. Chernov1994-10-041-2/+2
| | | | Notes: svn path=/head/; revision=3356
* Same as last one, use "sh -e" for these to make them catch pathologicalPoul-Henning Kamp1994-10-036-12/+12
| | | | | | | conditions. Notes: svn path=/head/; revision=3346
* Make sure mkskel.sh bails out if it finds trouble. Use "sh -e" to run it.Poul-Henning Kamp1994-10-031-1/+1
| | | | Notes: svn path=/head/; revision=3345
* Submitted by: gibbs@uclink.berkeley.eduAndreas Schulz1994-10-031-1/+1
| | | | | | | Fixed the missing blank in tzsetupvipw. Notes: svn path=/head/; revision=3334
* Allow multicast NTP.Garrett Wollman1994-10-021-0/+1
| | | | Notes: svn path=/head/; revision=3312
* Removed a lot of stuff which has no raison d`etre now that the kernel-driverPoul-Henning Kamp1994-10-021-149/+2
| | | | | | | works correctly. Notes: svn path=/head/; revision=3303
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-024-115/+258
| | | | | | | but substantially rewritten by me. Notes: svn path=/head/; revision=3291
* Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio andGary Palmer1994-10-021-15/+16
| | | | | | | | | | | vidcontrol out of machine-independance into the I386 & clean dependant sections. Also move 'timed' out of machine-dependace into machine-independance Reviewed by: rgrimes Notes: svn path=/head/; revision=3290
* Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways.David Greenman1994-10-011-1/+1
| | | | | | | | | For one thing, the handling of arch-specific utilities is broken, and things like apm and apmconf (and fdformat, kbdcontrol, vidcontrol, etc) shouldn't be built for all arch's. Notes: svn path=/head/; revision=3262
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.David Greenman1994-10-014-0/+524
| | | | | | | Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=3259
* Move bootp & related stuffPaul Traina1994-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3231
* Sorry, wrong previous commit backed out, HAVE_GETBOOTFILEAndrey A. Chernov1994-09-301-1/+1
| | | | | | | defined in another place Notes: svn path=/head/; revision=3223
* Forget to define HAVE_GETBOOTFILEAndrey A. Chernov1994-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3222
* Use getbootfile() properly, old code cause reboots somethimesAndrey A. Chernov1994-09-301-3/+11
| | | | Notes: svn path=/head/; revision=3221
* Make it compile under 2.0.Garrett Wollman1994-09-306-16/+24
| | | | Notes: svn path=/head/; revision=3219
* Merged changes from the vendor branch. NB: this will NOT compile untilGarrett Wollman1994-09-2915-2356/+1455
| | | | | | | after the NEXT commit. Notes: svn path=/head/; revision=3218
* This commit was generated by cvs2svn to compensate for changes in r3215,Garrett Wollman1994-09-29215-10968/+34469
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=3216
| * xntp 3.4e from Dave Mills @ UDelGarrett Wollman1994-09-29229-13262/+35900
| | | | | | | | Notes: svn path=/vendor/ntpd/dist/; revision=3215
* | Don't let pkg_delete remove the recorded location until everything hasJordan K. Hubbard1994-09-293-9/+15
| | | | | | | | | | | | | | | | | | | | absolutely, positively been successfully removed. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3198
* | Fix conflicts from importPaul Traina1994-09-291-1/+2
| | | | | | | | Notes: svn path=/head/; revision=3195
* | Portmap 3.0 from win.tue.nlPaul Traina1994-09-2910-4/+624
| | | | | | | | Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=3192
* | getbootfile() not invokedPaul Traina1994-09-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=3158