summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* The version of setproctitle() inside nfsd was busted. It was not terminatingpeter1995-12-151-0/+1
| | | | | | | | | the argv array, causing parts of the argv[0] to be picked up several times by libkvm, causing strange ps results for the nfs-server and nfs-master processes.. :-] (How many copies of setproctitle() do we need anyway? NetBSD has it in libc and BSDI have it in libutil.)
* Add #include <vm/pmap.h> in order to make savecore compile again after thepeter1995-12-131-0/+1
| | | | last round of <vm/*.h> include file changes.
* Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'wollman1995-12-071-9/+26
| | | | | | | | actually retrieves all the information no matter how many interfaces there are. (Probably there are other utilities which need similar modification.) Submitted by: Andrew Webster <awebster@dataradio.com>
* Make the default tape device match dump(8).joerg1995-11-262-4/+4
|
* Connect fsdb to /sbin makefile...peter1995-11-241-2/+2
|
* Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffspeter1995-11-241-2/+2
|
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)joerg1995-11-185-17/+56
| | | | | | | | | | | | | | | | changes and one addition by me. . Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't have. . Add a summary line displaying the alapsed time and the total throughput. . Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this is the historical protocol, and relying on the $PATH causes a big pain. Make it adjustable via an environmental variable though. Reviewed by: joerg (for Andreas' part) Submitted by: andreas@knobel.gun.de (Andreas Klemm)
* Avoid bogus free() of a junk pointer.joerg1995-11-171-2/+2
| | | | | Detected by: phkmalloc Submitted by: grog@lemis.de (Greg Lehey)
* Make sysctl compile again by removing all the debug stuff.phk1995-11-171-32/+2
|
* If root does not have a password, `init' should not ask to enter it.dima1995-11-101-1/+1
| | | | | otherwise it's not possible to get into single-user mode, if root does not have password and console insecure.
* Mount program for EXT2FS.dyson1995-11-064-0/+331
| | | | Submitted by: Godmar Back <gback@facility.cs.utah.edu>
* Commit FreeBSD-specific changes. Mainly to do with structure layoutpeter1995-11-034-17/+19
| | | | differences that we dont have.
* This commit was generated by cvs2svn to compensate for changes in r12048,peter1995-11-035-0/+1366
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl.peter1995-11-035-0/+1366
| | | | Obtained from: NetBSD
* Define TRUE & FALSE rather than depending on bogus #includes.phk1995-10-291-0/+3
|
* Add a few more heuristics to modload:peter1995-10-282-19/+32
| | | | | | | | | | | | 1: generate the outfile in /tmp if it's not specified explicitly. 2: if the outfile was implicitly placed in /tmp, automatically remove it. This means that you can type: modload /lkm/ipfw_mod.o and it'll work, it wont try and write to /lkm, and it wont leave the (normally) useless symbol file. This should not interfere with things like ibcs2 and atapi, which export some symbols from one LKM to the other by leaving the symbol file.
* Make modload calculate a reasonable default entry point name, in lightpeter1995-10-282-8/+14
| | | | | | | | | of the recent changes to bsd.kmod.mk, which enforces that the entry point be <modname>_mod, unless overridden. This means that when modloading "/lkm/foo_mod.o", it'll use "foo_mod" as the default entry point (instead of xxxinit) unless you specify another via the -e option.
* Submitted by: john hayjulian1995-10-271-1/+1
| | | | | | | patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
* fix a reference in "SEE ALSO" (modunload(8) mistakenly referencestorstenb1995-10-261-2/+2
| | | | itself instead of modload(8))
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+74
| | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
* Convert manpage to -mandoc macros.nate1995-10-261-130/+307
| | | | | | Submitted by: Gary Palmer <gary@palmer.demon.co.uk> Minor cleanup by me in the English.
* Convert to proper English in the same manner as the sliplogin manpage.nate1995-10-261-12/+11
|
* Fix a silly bug where MAXPATHLEN was subtracted from the string length ratherjkh1995-10-241-2/+2
| | | | | than the other way around! Submitted by: Elmar Bartel <bartel@informatik.tu-muenchen.de>
* Remove unneeded ctype.hache1995-10-236-6/+0
|
* Add setlocale LC_CTYPEache1995-10-231-0/+2
|
* Support all the tcpflag options in firewall.ugen1995-10-231-33/+215
| | | | | | Add reading options from file, now ipfw <filename> will read commands string after string from file , form of strings same as command line interface.
* Totally revamp the man page, update to the state of affairs.joerg1995-10-072-61/+111
| | | | | | | Make a link from boot_${ARCH}.8 to boot.8, so people will get what they expect when asking "man boot". I think David will lynch me when i'm requesting this to go into 2.1... :-)
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-042-6/+130
| | | | | from version 1.2 to version 1.9. Submitted by: Serge Vakulenko, <vak@cronyx.ru>
* Fix $Id$.bde1995-10-031-1/+1
|
* remove the calls to DIOCWLABEL, as it isn't supported any morejulian1995-10-032-0/+8
| | | | | and the error message confuses the user. (just commented out foe now)
* Support IP Option smatching in grammar and listing.ugen1995-10-011-30/+130
| | | | | TcpSyn option removed and will be shortly repoaced by support of all TCP Flags including syn and ack...
* As init/Makefile now 'knows' how to build secure code if necessary, cleanmarkm1995-10-011-7/+1
| | | | out the .if (<building secure>) / .endif
* Make this make work the same way as passwd and xntpd. Here it will allowmarkm1995-10-011-0/+7
| | | | secure/sbin/init to be cleaned out, and sbin/Makefile to be tidied up.
* Define CRYPTOBJDIR if secure is being builtmarkm1995-10-011-0/+10
|
* Catch the case where the children can die too soon causing wait3()peter1995-10-011-1/+3
| | | | | | | to return ECHILD, which causes the while loop to run forever. (eg: when accidently running nfsiod on a slow system with a kernel without NFS support...) Obtained from: NetBSD; Frank van den Linden <frank@struis.fwi.uva.nl>
* Call the -u UCMD command on exit. The command is called with thejoerg1995-09-291-0/+9
| | | | | | | | current unit number, and the "new" unit number of -1. This allows the script to actually deconfigure the SLIP interface (e.g. by running "ifconfig delete") which has been impossible previously. This is most likely a candidate for 2.1, too.
* Build secure init if available and allowedache1995-09-291-1/+7
|
* Log user name with each info and total connection time elapsedache1995-09-271-48/+55
| | | | | (for accounting purposes). Log few additional events like dialing number and connection established. Set speed POSIXly.
* Rename PATH_LOCK to PATH_UUCPLOCKache1995-09-231-2/+2
|
* Use new _PATH_LOCK for lock namesache1995-09-201-5/+6
|
* From Bruce:ache1995-09-202-4/+26
| | | | | | | | | | | | | | | | | | | slattach always exited early because fd is not open in acquire_line(). Other (trivial) changes that I've been neglecting for some time: - Turn off O_NONBLOCK so that `chat' doesn't need to worry about it (`chat' actually does worry about it). - Really set speeds POSIXly :-). cfsetspeed() isn't POSIX. - Fix spelling error in comment. - Gripe about bad programming of doing everything from signal handlers. slattach should be written to do everything from the sigsuspend() loop, but I don't want to do it :-). From me: Use .PATH to find uucplock.c Submitted by: bde
* Make uucp-lock optional: -L optionache1995-09-202-18/+31
|
* Make uucp-locking optional: -L optionache1995-09-202-53/+105
|
* Unlock device for redial_cmd, then lock againache1995-09-191-0/+8
|
* Fix uucp lockingache1995-09-192-38/+29
| | | | | Remove unnecesary TIOCSETD Move SLIO* before startup script call
* Implement uucp-lockingache1995-09-193-10/+172
| | | | Cleanup debug/syslog code
* Change new -U option to -S to go the same way as startslip.ache1995-09-182-7/+7
|
* New option: -S #: set SLIP unit numberache1995-09-182-5/+18
|
* New options:ache1995-09-182-30/+113
| | | | | | | | | -K #: set SLIP keepalive timeout -O #: set SLIP outfil timeout -U #: set SLIP unit number sighup handler now sets tty disc for non-redial case too. Implement SIGURG handling (from keepalive). POSIXing speed settings.
* Add new options:ache1995-09-172-12/+52
| | | | | | | -K: set keepalive SLIP timeout -O: set outfill SLIP timeout Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect. Back out background scription change, cause some synchro problems.
OpenPOWER on IntegriCloud