summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Yet another "fix" for some of the mistakes in the recent versions..peter1996-01-081-13/+25
| | | | | | | | | I discovered that when asking for the IFLIST via sysctl(), if you specify only AF_INET address, it actually gives you only AF_INET.. (suprise, suprise..!) Now, it should "do the right thing" in just about all cases... The only problem, is that "the right thing" isn't exactly clear in all cases.
* Fix some of my mistakes, slight cleanup, improve reliability (the oldpeter1996-01-081-12/+36
| | | | | | | | ifconfig would segfault on "ifconfig ed0 ether up" and the like). The main reason for this commit was that an "ifconfig -a" would also show the AF_INET addresses in AF_IPX form (if the kernel was configured for IPX) due to insufficient AF checking in my "new way" of doing it.
* Move some tables to "const" and remove some unused vars.phk1996-01-071-7/+6
|
* Fix the spelling of 'partition'.jmz1996-01-042-8/+8
|
* oops, do it right this timeadam1996-01-031-1/+1
|
* Link with libutil for kerberos tooadam1996-01-031-1/+1
|
* Clean up GCC warnings, condition out some compatibility cruft, add $Id$.wollman1996-01-021-61/+51
| | | | Pointed-out-by: jmb
* My really ugly hack to ifconfig to make it pick up interface aliasespeter1996-01-011-262/+265
| | | | | | | | | and the ethernet address for non-root users. I apologise to the world for propagating the ugliness of some of the code constructs within ifconfig... Fixing them would just abou mean rewriting most of the function call interfaces, something I didn't have the stomach for. :-)
* Make nfsd use setproctitle from libutil...peter1996-01-012-0/+11
| | | | | Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old code.
* Add hooks into the mount_mfs code in newfs to do the FreeBSD-stylepeter1996-01-011-1/+15
| | | | | | | LKM loading if it was not configured into the system. Note that the LKM for MFS is not enabled by default, but I got it working on my machine.. I'll see what I did..
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-305-1754/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-3041-6335/+0
|
* Added $Id$.asami1995-12-281-0/+2
|
* Make it work for FreeBSD-2.1.asami1995-12-271-21/+8
|
* This commit was generated by cvs2svn to compensate for changes in r13049,asami1995-12-271-0/+11
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Makefile.asami1995-12-271-0/+11
| |
* | This commit was generated by cvs2svn to compensate for changes in r13047,asami1995-12-271-0/+35
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Oops, forgot pathnames.h.asami1995-12-271-0/+35
| |
* | This commit was generated by cvs2svn to compensate for changes in r13044,asami1995-12-272-0/+877
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * ccdcontrol from NetBSD-1.1. Note it was called "ccdconfig" originally.asami1995-12-272-0/+877
|
* Put the superfluous "DUMP:" back in the statistics line, to makejoerg1995-12-231-2/+2
| | | | Amanda happy.
* The rewamped sysctl program that will find all the variables itself.phk1995-12-212-443/+372
| | | | Also a couple of handy new options.
* 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>
OpenPOWER on IntegriCloud