summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* src/sbin/dsetugen1995-01-232-0/+289
| | | | | *blush* this is the commit i meant to do before.. Utility to save device configuration.
* Make modload more informative about errors encountered while runningwollman1995-01-232-38/+59
| | | | `ld' by calling execl() directly rather than using system().
* Document the requirements of dynamic loading on mounting order. Cross-refwollman1995-01-222-2/+36
| | | | to vfsload(3).
* Reflect lastest termcap changesache1995-01-191-2/+2
|
* Should that last sentence read "...thus a full dump must be done...",joerg1995-01-181-1/+3
| | | | | | or do I have it all wrong? Submitted by: "Shawn M. Carey" <smcarey@mailbox.syr.edu>
* Removed the comment about missing support for the original "Highjoerg1995-01-161-3/+0
| | | | Sierra" format from the bugs section.
* Make sure a partition we're about to mount on will always exist on thejkh1995-01-144-15/+20
| | | | user's system. Make Mkdir() selectively not die in case of failure.
* Correct positioning of text, update version.jkh1995-01-143-3/+3
|
* Recognise Linux filesystems.jkh1995-01-142-4/+6
| | | | Submitted by: remy
* Correctly recognise Linux partitions.jkh1995-01-141-1/+2
| | | | Submitted by: remy
* Patch from Remy Card for bogus path in Makefile.jkh1995-01-141-1/+1
|
* Make ldconfig and ld.so not hashing the shared lib minor number. Thisjoerg1995-01-121-6/+5
| | | | | | | | | | misfeature caused troubles when a program attempted to access a shlib where one with a higher minor number has been hashed. Ldconfig does only include the highest-numbered shlib anyway, so this is in no way a limitation of generality. Caution: after installing the new programs, your /var/run/ld.so.hints needs to be rebuiult; run ldconfig again as it's done from /etc/rc.
* Utility changes following the facility.ugen1995-01-121-53/+20
| | | | | | We have only one firewall chain and one accounting chain now. No blocking/forwarding so commands changed. Man pages are somewhat out of date and will be updated ASAP.
* Add better argument handlingache1995-01-101-3/+41
| | | | Submitted by: jmz
* Remove excessive argc checking. It was impossible to set `dtrwait' andbde1995-01-102-2/+4
| | | | and `drainwait' in a single command.
* Fight agaist hanging modems: add new drainwait option.ache1995-01-054-24/+76
| | | | Reviewed by: Bruce
* Honor the values for bsize, fsize and bps from the disklabel.gibbs1995-01-043-10/+25
|
* Allow for the specification of bsize, fsize, and bps (blocks per segment)gibbs1995-01-042-2/+32
| | | | for LFS filesystems.
* The -N option takes one argument, hence the getopt control stringjoerg1995-01-021-1/+1
| | | | | needs to have a colon for it. Looks like nobody has tested this so far.
* Tweak the man page too.jkh1994-12-301-0/+7
|
* From: Wankle Rotary Engine <wpaul@skynet.ctr.columbia.edu>jkh1994-12-302-3/+144
| | | | | | | | | | | | | | | | | | | | | | - The -a flag now works just as it does in SunOS: '-a' is actually handled like a wildcard for all interfaces. 'ifconfig -a' displays the status of all interfaces, 'ifconfig -a netmask 0xffffff00' sets the netmask of all interfaces, and so forth. I don't know if many people really need to be able to set the netmasks of all interfaces at once, but the SunOS ifconfig seems to allow this, so there you have it. - An 'ether_status' function has been added to display the ethernet address of all ethernet interfaces. Again, as in SunOS, you must be root in order for this to work. The ethernet address is read from /dev/kmem using kvm_open() and kvm_read(), much in the same was as it's done with netstat. If you choose to install ifconfig set-gid kmem then normal users will be able to see the ethernet address as well, though this may not be desireable. This feature requires a small change to the ifconfig Makefile: you need to link with -lkvm in order to use the kvm_*() functions. Submitted by: wpaul
* Bring the 2.0 RELEASE version back into -current. Now I just needjkh1994-12-2715-1310/+1368
| | | | | to resurrect my changes for the last snapshot, which were unfortunately lost in a forest fire on time.
* Use timelocal() instead of mktime() hackache1994-12-261-10/+18
|
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-232-23/+42
| | | | | | | | | | warning handling and allows for link-time warnings with a modified version of gas. Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now. Obtained from: NetBSD
* Add interface to clear accounting entry option.ugen1994-12-131-82/+80
| | | | Reflect ip_fw structure changes.
* Add via option,minor changes to interface to reflectugen1994-12-121-16/+56
| | | | internal firewall changes.Check option disabled temporary.
* Fix resetting adjkerntz to 0 (pointed by Bruce),ache1994-12-121-0/+2
| | | | forget to initialize mib variable.
* Optimize setting of DISRTCSETache1994-12-121-2/+2
|
* Clean internal logic, helps for some unusual casesache1994-12-121-28/+29
|
* Changed a sum(1) to a cksum(1).ats1994-12-111-1/+1
|
* Changed a reboot(1) to a reboot(8).ats1994-12-111-1/+1
|
* rc.local -> rc.serialache1994-12-052-6/+6
| | | | cua0? -> cuaa?
* Fix spelling/grammar errorspst1994-12-051-1/+1
|
* Joe Greco <jgreco@brasil.moneng.mei.com>'s enhancements to startslip.jkh1994-12-042-54/+121
| | | | Submitted by: jgreco
* Fix another path that was broken by moving things to sbin/i386.bde1994-12-043-6/+6
|
* Move i386-specific programs into i386 subdirectory.wollman1994-12-023-6/+8
|
* This commit was generated by cvs2svn to compensate for changes in r4910,wollman1994-12-024-0/+1010
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-024-0/+1010
| | | | from Serge Vakulenko
* Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-023-0/+1005
| | | | from Serge Vakulenko
* Change obnoxious ``Not root dir'' error message into one which actuallywollman1994-12-021-2/+3
| | | | tells you what's wrong.
* In past releases of FreeBSD, I have used the exit status of "ping" todg1994-11-291-1/+4
| | | | | | | | | | | | determine whether a connection to a given machine is up or not. In FreeBSD 2.0 (and therefore, I assume, BSD 4.4) the exit code of ping is always zero, even if no packets were received. I would like to propose the following change to /usr/src/sbin/ping/ping.c to restore this useful behaviour: Submitted by: Denis Fortin
* Interface changes to support additions to firewall.ugen1994-11-281-31/+88
|
* Submitted by: M.C. Wongats1994-11-271-1/+1
| | | | | Obtained from: Don't throw away the /etc/nologin file in the -k case.
* Correct a litle typo in an error message: PRC -> RPC.ats1994-11-261-1/+1
|
* Sectors field too narow (6 digits only), increase it to 7ache1994-11-241-4/+4
|
OpenPOWER on IntegriCloud