summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Allow the user access to net.inet.igmp, even though there's nothingwollman1995-02-162-12/+12
| | | | sysctl(8) can interpret there. (Someday there might be.)
* Changes for new _menu interfaceache1995-02-151-1/+1
|
* Woops, last change wasn't done quite right...fixed.dg1995-02-152-2/+2
|
* Yanked out (now obsolete) support for 'fastboot'.dg1995-02-152-40/+5
|
* Include the special device in the error output so that it makes sense.dg1995-02-151-1/+1
|
* Verify that the last component of the mount point path exists and isdg1995-02-152-2/+22
| | | | a directory - allows for better error reporting.
* Slight change of wording on clean flag not set message to appease somedg1995-02-153-3/+3
| | | | complaints.
* >The fix for the missing ".." in the root directory is enclosed below.dg1995-02-153-6/+15
| | | | Submitted by: Kirk McKusick
* Ppl asked to make ipfw smarter..ok..ugen1995-02-141-3/+3
| | | | here it is..
* Fix for rather stupid bug by which you couldn't setugen1995-02-141-3/+4
| | | | | | ports for the destination IP addr/port. Nobody reported this btw , while a lot of other things reported- probably ppl does not use destination ports at all????
* Made the changes needed here to install from a CDrom.phk1995-02-139-49/+49
| | | | | Cleaned some cruft in the process. This program becomes curiouser curiouser...
* Added FIFO restore capability.martin1995-02-101-0/+13
|
* Prepare for 950210-SNAPjkh1995-02-101-1/+1
|
* Implement TCP MIB variables.wollman1995-02-091-2/+9
|
* Don't allow the alternate superblock block number for one file systembde1995-02-093-0/+6
| | | | to apply to others (except when it is given on the command line).
* Ok..at least this man page is up to date nowugen1995-02-091-67/+63
| | | | To be continued..
* Allow zero as value for certain arguments to indicate "take from disklabel".phk1995-02-051-2/+2
|
* Change the defaults for newfs to disregard the geometry in the disklabel.phk1995-02-052-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | We pretend we have one head with two megabyte worth of sectors per cylinder. The code try to access another head in what it belives to the same physical cylinder, because it belives that it would be faster than waiting for the next free sector under this head to come around. Most modern drives doesn't have a "classical" geometry, and thus we end up fooling ourselves doing the above optimization. With this change we will fill a cylinder sequentially if we can, and thus get much more mileage from the track-buffer/cache built into the drives. As a result a lot of seeks to the next or previous track should be avoided by this. (My disk is a lot less noisy actually...) You can still get the old behaviour, by specifying zero for the numbers. This will also solve the problem with newfs barfing at really big drives. Obtained from: adult advice from Kirk.
* Bump the date to February 2nd.jkh1995-02-021-1/+1
|
* Mkdir() now takes two flags.jkh1995-02-021-2/+2
|
* Make dirs for msdos fs's.phk1995-02-021-3/+7
|
* Do what I think Poul *intended* to do, rather than what he did.. :-)jkh1995-02-011-9/+9
|
* Bump snap date. Our current version numbering scheme loses.jkh1995-02-011-1/+1
| | | | How can we get ONE canonical version string into everything?
* I have taken sysinstall out of the normal SUBDIR rule. There are toophk1995-01-311-1/+3
| | | | many build problems just now, and it isn't that general after all.
* Add support for kerberised NQNFS.dfr1995-01-302-3/+12
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add support for kerberised NQNFS.dfr1995-01-301-0/+8
|
* Move the real kernel onto the cpio.flp and read this from the boot.flpphk1995-01-304-76/+79
| | | | make debug handling with serial console obnoxious, but present.
* Some cleanup done.phk1995-01-296-127/+59
| | | | | | | | | | | | | Include bteasy, bootsd, sdboot and termcap entries using file2.c Remove all traces of "termcap.small". The policy in this program regarding termcap is: | If $TERM is set | do nothing special, rely on usual termcap. | else | use compiled in (via file2c) termcap entries
* fix another bug in the MAKEDEV cludge :-). The x-bit permission are notats1995-01-291-1/+1
| | | | necessarly copied over. So better call it explicit with a sh ./MAKEDEV .
* Correct the relative path for the etc directory in the makedev cludge :-).ats1995-01-291-1/+1
|
* Less kludge dev.jkh1995-01-281-4/+5
|
* A different kludge for /devjkh1995-01-281-1/+4
|
* Poul lost his copy of K&R again - add a semicolon to the end of thejkh1995-01-281-1/+1
| | | | preceeding statement..
* Update to BTEASY 1.7phk1995-01-281-24/+24
| | | | Submitted by: vak
* Make Jordan a little happier by fixing a couple of bogons.phk1995-01-282-11/+17
|
* Bump the date again - the snapshot doesn't look like it's going to happen untiljkh1995-01-281-1/+1
| | | | tomorrow.. :-)
* Call the bininst.sh script by its new name.jkh1995-01-282-5/+6
|
* Kill used "error" variable.dg1995-01-271-1/+0
|
* Fixed bogus error reporting when the failure is RPC related ("Addressdg1995-01-271-1/+2
| | | | already in use", instead of "Permission denied").
* Tweak SNAP date.jkh1995-01-271-1/+1
|
* Fix verbose printout of "" namedufault1995-01-261-2/+2
|
* Sync with main termcapache1995-01-261-1/+1
|
* Add a reference to ft(8).jkh1995-01-261-2/+1
|
* Add pointer to the `ft' command.jkh1995-01-261-0/+1
|
* DPADD addedache1995-01-251-0/+1
|
* Added "scsi"dufault1995-01-241-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r5843,dufault1995-01-243-0/+640
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Submitted by: Julian Elischer and Peter Dufaultdufault1995-01-243-0/+640
| | | | | | | Obtained from: 1.1.5 "scsi (8)" from 1.1.5, with added support for any command from the command line.
* Use the correct include path if there's an obj directory.bde1995-01-241-2/+1
|
* Add dset to Makefile.ugen1995-01-231-1/+1
|
OpenPOWER on IntegriCloud