summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* make pass work also as the first keywordugen1995-03-301-1/+1
| | | | | | | (while addf skipped) Reviewed by: Submitted by: Obtained from:
* Fixed stupid bug in mountd: it would seem that the kernel doesn't allowwpaul1995-03-261-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | you to push the same host into its NFS export lists twice, but mountd tries to do it anyway. This means that putting: /some_file_system -ro host1 host1 in your /etc/exports file causes an error. This is bogus: mountd should be smart enough to ignore the second instance of host1. This can be a problem in some configurations that use netgroups. For example, each host in my netgroups database is has two entries: startide (startide,-,) (startide.ctr.columbia.edu,-,) When mountd sees this, it tries to put startide.ctr.columbia.edu into the export list *twice*. Just listing 'startide' /etc/exports list will also screw up because mountd will try to resolve the netgroup 'startide' instead of the hostname 'startide.' My solution is watch for duplicate entries in get_host() and mark them as grouptype GT_IGNORE, which do_mount() will now cheefully throw away. This is a bit of a kludge, but it was the least obtrusive fix I could come up with. Also silenced a compiler warning: arguments passwd to xdr_long() should be u_long, not int. :)
* Use more AI to predict initial/final isdst,ache1995-03-261-19/+37
| | | | latest isdst preffered.
* add a \t which has been nagging me too longphk1995-03-191-2/+2
|
* Remove reference to fsdb(8). We don't have it.phk1995-03-173-3/+0
|
* Fix long-standing core dump when ld returns failure.wollman1995-03-161-2/+2
|
* Changed manual page to conform to the reality in FreeBSD.dg1995-03-151-9/+8
|
* Extract the cpio-floppy relative to the root, not /stand.phk1995-03-151-7/+5
|
* Do not try to make any notice if the PID file cannot be created.joerg1995-03-121-3/+1
| | | | | Makes folks happy that run slattach in single-user, where /var/run is probably missing.
* Impliment -ad and -au flags in addition to -a and document the changewpaul1995-03-122-8/+42
| | | | | | | | in the man page. ifconfig -au affects all interfaces marked as up, and ifconfig -ad affects only the interfaces marked down. ifconfig -a still handles everything. This change is purely for compatibility with SunOS, for those who might be accustomed to the SunOS ifconfig's behavior.
* Make slattach create a PID file under /var/run when the connection isjoerg1995-03-122-4/+33
| | | | | | | | | | | established. This way, automatic scripts are possible that might control the SLIP connection. It's unacceptable for a daemon that's being controlled by a variety of signals to not leave its PID somewhere. The file name contains the terminal path name component of the associated tty device, so it should be unique even with multiple parallel slattach's running. The file will be unlinked at regular exit. Also found a minor bug in the option handling by compiling with -Wall.
* Fix it - now this programm should work probably..It isugen1995-03-121-37/+49
| | | | | still commented out in rc and i ask everybody to test it and reply if it makes any troubles...If no - very good..
* Update manpage..BTW,if somebody wit good Englishugen1995-03-031-8/+21
| | | | would go through it and fix it would be a really good idea.
* Oops..remove some debugging leftover..ugen1995-03-031-1/+0
|
* Ok..so everybody picking on me that ipfw syntacsugen1995-03-031-106/+172
| | | | | | | | | | | is a pain in ...wel.. trying to fix this * from/to/via position indepenndant syntax * "any" for 0/0 host address * addf/addb default keyword in case you skip it.. * pass = accept new action, seems to be somewhat better in particular cases * on = via (as on ed0 instead of via ed0,loook at reject tcp on ed0 from hacker )
* Fixed manpage..ldeny,lreject and log options are thereugen1995-02-271-3/+2
| | | | | and others not.. Submitted by: torstenb@FreeBSD.ORG
* The things you have to go through some times! Add a minimal program tophk1995-02-262-4/+22
| | | | read a termcap entry, since tset is picky about filedescriptors...
* oops.phk1995-02-261-4/+6
|
* Add a '-p' option to md5. This will save some time in generation of thephk1995-02-262-7/+15
| | | | ctm deltas.
* configure_network() if carrier already presentache1995-02-251-2/+4
| | | | Submitted by: serg@opus.opu.odessa.ua
* Change utility to accept interface nameugen1995-02-242-10/+59
| | | | along with IP as "via" argument
* Fix -Wall warnings.phk1995-02-231-7/+11
| | | | Yes I have better things to do, but just now I'm waiting...
* Don't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces allbde1995-02-222-0/+22
| | | | | | | | | the values that it doesn't print by defaults. This seems wrong. I want to be able to see the total number of sectors more than edit it. The default d_secperunit of (sectors/track * tracks/cylinder * cylinders) is bogus if sectors/track is only an approximation and more bogus if sectors/track and tracks/cylinder are dummy values such as 4096 and 1 to defeat ufs's pessimizations.
* Document the mountdtab file in the man page.ats1995-02-221-1/+3
|
* Use POSIX.2 regular expressions, get rid of libcompat.wollman1995-02-214-40/+52
|
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-201-1/+3
| | | | | | | | | | | | via sysctl(8). The initial value of maxprocperuid is maxproc-1, that of maxfilesperproc is maxfiles (untill maxfile will disappear) Now it is at least possible to prohibit one user opening maxfiles -Guido Submitted by: Obtained from:
* Clean this file up so it is readable...phk1995-02-201-188/+121
|
* ipfirewall.4 is obviously not here anymore! Adjust the Makefile.jkh1995-02-181-2/+0
|
* Finally document "via" feature..ugen1995-02-171-5/+9
|
* fstab is in section 5, not section 8.jkh1995-02-171-1/+1
| | | | Obtained from: NetBSD
* Fix another bogon in the change before the last.bde1995-02-162-2/+2
|
* 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
|
OpenPOWER on IntegriCloud