summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Silence some cc -Wall warnings in quotacheck.mpp1996-02-271-8/+10
|
* Fix quotacheck to not do a bunch of unneeded fseeks if thempp1996-02-271-2/+9
| | | | | quota file information is accurate. This makes it about twice as fast when the uid name space is very large.
* Bring in some of Paul K's fixes for ldconfig from NetBSD-current.pst1996-02-261-10/+30
| | | | | | | | | | | | | This solves the problem of being unable to use shared libraries with dots in their names before the ".so.<version>" code. This should be brought into -stable. There are more changes from Paul that look like they should be included, but they change the format of the hints file, so I'm not going to bring them in now (but we should in the future). Obtained from: pk@netbsd.org
* Update to match kernel code.phk1996-02-243-100/+252
|
* A new ipfw program that can set and control the new features.phk1996-02-242-969/+400
| | | | An almost correct usage is printed.
* Update -current ipfw program as well.phk1996-02-232-170/+29
| | | | I hope it all compiles...
* Print out an informative message if the verbose option is givenmpp1996-02-212-3/+7
| | | | | | | | | | | and an unknown uid/gid is found in the file system. This is useful if you wind up with a file in your file system that has a uid that is extremely large, since quotacheck will wind up running a very very long time due to it not handling large gaps in uids very well (this is a problem that should be addressed some day). Update the man page to reflect that fact the the -v flag now prints some additional diagnostic messages.
* Fix route to check if inet_addr and inet_network return INADDR_NONE,mpp1996-02-171-3/+3
| | | | instead of -1 which is never returned by those routines.
* Call unit-command -1 <new> first time connected, close PR 569ache1996-02-172-9/+18
|
* This commit was generated by cvs2svn to compensate for changes in r14125,peter1996-02-177-0/+1321
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-177-0/+1321
| | | | | | | | | | | | rpc.statd. This is apparently fully functional and complete.
* | This commit was generated by cvs2svn to compensate for changes in r14123,peter1996-02-177-0/+1481
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-177-0/+1481
| | | | | | | | | | | stub lockd. This implements just the protocol, but does not interact with the kernel. It says "Yes!" to all requests. This is useful if you have people using tools that do locking for no reason (eg: some PC NFS systems running some Microsoft products) and will happily report they couldn't lock the file and merrily proceed anyway. Running this will not change the reliability of sharing files, it'll just keep it out of everybody's face.
* XNS sort-of-support is no more.wollman1996-02-133-30/+73
|
* Document that the firewall will no longer reorder the rules.phk1996-02-131-3/+8
|
* The DES-based init(8) belongs to the "des" distribution.joerg1996-02-131-1/+2
|
* Another round of man page cleanups.mpp1996-02-121-2/+3
| | | | Down to only about 100 items left to cleanup! :-)
* Removed the boot_*(8) man pages for machines we don't support:mpp1996-02-125-689/+1
| | | | hp300, sparc, tahoe, and vax
* Fixed some minor formatting problems to silence manck some more.mpp1996-02-121-2/+2
| | | | | | | | | Corrected some bogus cross references to man pages that we don't/won't have and either deleted them, or found a more appropriate man page that we do have. Various other minor changes to silence manck. Manck is currently down to about 200 lines of errors, down from the 500 - 600+ when I started all this.
* Correct a bunch of man page cross references and generallympp1996-02-112-5/+5
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-112-2/+2
|
* Another round of various man page cleanups.mpp1996-02-096-12/+2
|
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-064-66/+112
| | | | | in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
* Correct some man page cross references and some filempp1996-02-056-7/+2
| | | | locations.
* Try to preserve the fdisk table in the primary bootstrap, should itjoerg1996-02-034-0/+94
| | | | | | | already exist. Mention the cases where this doesn't work in the BUGS section of the man page.
* Only print statistics in verbose modepst1996-02-031-5/+6
|
* man page link tmpfs.8 -> mfs.8 for former SunOS userswosch1996-02-021-1/+1
|
* Added mount_ext2fs to SUBDIR list.mpp1996-02-011-2/+2
|
* Add mount_devfs to the subdir list.markm1996-02-011-1/+1
|
* Hacked up a small man page for mount_ext2fs. The existing man page wasmpp1996-01-311-61/+10
| | | | simply a copy of the mount_lfs man page.
* Add CCDF_MIRROR and CCDF_PARITY to list of flags.asami1996-01-311-0/+2
|
* A better algorithm to place the numbers on the lines.joerg1996-01-301-17/+17
| | | | Submitted by: satoshi
* Add mirror and parity flags to list of symbolic names.asami1996-01-301-1/+3
|
* Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!)peter1996-01-301-1/+1
|
* Add missing comma in usage printfache1996-01-301-1/+1
|
* Fix even more spelling errors in some more man pages.mpp1996-01-304-8/+8
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-3/+3
|
* ccdcontrol -> ccdconfig.asami1996-01-301-3/+3
|
* Fix a bunch of spelling errors.mpp1996-01-2912-28/+28
|
* A manpage. May be the file nologin.5 should located inwosch1996-01-282-0/+63
| | | | src/share/man/man5.
* Make the numbers for the "superblock backups" fit nicely on the screen,joerg1996-01-251-1/+35
| | | | | even for larger partitions. Until now, partition sizes > 500 MB messed up the screen.
* Disclaimer redundant and man page cleanupspst1996-01-222-48/+20
|
* Change the reference to format(8) (which we don't have) to fdformat(1) andmpp1996-01-221-1/+2
| | | | scsiformat(8) (which we do have). Closes PR# 663.
* Finally implement the "auto" disktype. It attempts to get all thejoerg1996-01-224-2/+136
| | | | | | | | | | | required information from the driver, and produce a virgin disklabel for it. The latter might be further edited with `disklabel -e' to satisfy the user's need. The magic sequence is: disklabel -r -w sdX auto disklabel -e sdX
* Declare functions, resolve printf-format warnings.joerg1996-01-212-66/+150
|
* Route calls the errx routine with the wrong number of argumentsmpp1996-01-201-2/+2
| | | | when printing "route: bad address: ...".
* Source cleanup: prototypes, varargs, POSIXification, getopts, -Wall clean.peter1996-01-191-183/+182
| | | | | | Bugfixes: no longer stomps it's argv causing ps to change the string. Unfortunately, Bill Fenner and I have overlapping changes here...
* Made router discovery at least build and run. There are a few thingsfenner1996-01-193-56/+81
| | | | | | | | | | left to do (e.g. it doesn't yet run on systems with aliased addresses) but this should work for simple configurations. I don't plan to enable the rdisc directory in the sbin/ makefile until I get feedback on this and add the missing features, so please, if you have routers that perform router discovery, or if your FreeBSD box is itself a router, give this a try.
* 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.
OpenPOWER on IntegriCloud