summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-154-5/+26
| | | | | | | | | suitably ominous warning in the manual page. The diff applied is not the one provided in the attributed PR. PR: 13344 Reviewed by: bde
* Add reference to the share/examples/nwclient directory.bp1999-11-141-6/+7
|
* Enable mixer on alpha.dfr1999-11-131-1/+1
|
* Don't insist on 4 digit umasks in ``set server''.brian1999-11-133-20/+12
| | | | Pointed out by: joerg
* Make the meaning of the provider part of the PPPoE device spec clearer.brian1999-11-132-8/+6
|
* (1) Remove ISO support, it's dead in the kernel anyway.billf1999-11-121-94/+6
| | | | | | | | | (2) Check for ENOENT when checking for /var/db/mountdtab (3) Remove a signal handler that called broken functions. (4) Remove the broken functions. Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: bde (1), billf ([234])
* Give nfsd the ability to bind to specific IP addresses through the -hdillon1999-11-112-25/+93
| | | | | | | | | | option and add explicit option to bind to the wildcard address. The default is to bind to the wildcard address when no -h option has been specified and thus backwards compatibility is maintained. PR: kern/13049 Reviewed by: David Malone <dwmalone@maths.tcd.ie> Submitted by: Matt Dillon <dillon@freebsd.org>, David Malone <dwmalone@maths.tcd.ie>
* Oops, netgraph.o -> ether.o for the RELEASE build.brian1999-11-111-2/+2
|
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,brian1999-11-091-1/+1
| | | | don't go and set it to CARRIER_LOST !
* Don't recurse into datalink_UpdateSet() afterbrian1999-11-092-4/+6
| | | | | | | | | | | doing a HangupDone(). The HangupDone() may fuel bundle_CleanDatalinks(), and if so, the bogus UpdateSet() ends up select()ing on a closed descriptor..... Change the main `do/while' loop to a `for' loop so that any `continue's do the bundle_CleanDatalinks() & bundle_IsDead() bit.
* Correct the ``-unix X'' parsing (last time I only correctedbrian1999-11-091-1/+2
| | | | | | ``-unitX''. Pointed out twice by: Gert-Jan Vons <gert-jan@bigfoot.com>
* Add devices from the ATA driver (ad, acd, afd, ast).sos1999-11-092-2/+12
|
* Be a bit smarter when identifying a netgraph nodebrian1999-11-091-55/+9
| | | | (don't dereference NULL).
* Re-support "tape" as an alias for device and clean up a bit more cruftpeter1999-11-093-4/+13
| | | | | left over from the original system (d_dk was for preassigned iostat unit numbers for disks)
* Don't treat -unit as a mode flag when counting mode flags.brian1999-11-091-0/+1
| | | | Submitted by: Gert-Jan Vons <gert-jan@bigfoot.com>
* Add an empty netgraph.o when building a release to keep thebrian1999-11-091-2/+2
| | | | | | crunch stuff happy. Breakage spotted by: phk
* Add the latest categories.jkh1999-11-081-2/+5
|
* Defensive coding to prevent a potential segfault.jkh1999-11-081-1/+1
| | | | | PR: 14706 Submitted by: ru
* Allow distributions to be excluded more easily in scripts.jkh1999-11-085-0/+52
| | | | Submitted by: Brian Dean <brdean@unx.sas.com>
* Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
| | | | Recommended by: julian
* Fix spelling errors.chris1999-11-072-2/+2
| | | | (``compatible'' is misspelled here as ``compatable'')
* Support PPPoEbrian1999-11-0622-133/+1087
| | | | | Help (lots) from: julian, archie Facilities from: ahebert@pubnix.net
* Flag empty UID entries as errors (to stop typos from turning intoeivind1999-11-061-1/+6
| | | | alternate root accounts).
* Update for 6.0.3s1 changes.obrien1999-11-051-27/+30
|
* Make sure modes on new skeleton files are correct.jkh1999-11-052-0/+2
|
* Descriptionjulian1999-11-011-3/+14
| | | | | | | | repquota reports softlimits, hardlimits and ``used'' field incorrectly, namely those numbers get wrapped modulo 4Gbytes. PR: bin/8164 Submitted by: Anton Berezin <tobez@plab.ku.dk>
* ``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.chris1999-11-012-686/+1
| | | | | | | Delete the original mergemaster and modify Makefile to install mergemaster.sh. Seen no problem with by: billf No objections by: Doug Barton
* Some spelling/grammar fixes.mpp1999-10-301-3/+3
|
* Spelling fix.mpp1999-10-301-6/+2
| | | | | | | Also fix a minor mdoc style problem that I noticed. PR: bin/14589 Submitted by:hristian Weisgerber <naddy@mips.rhein-neckar.de>
* Spelling fix.mpp1999-10-301-1/+1
| | | | | PR: bin/14588 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* $FreeBSD$ tags moved to bottom of license aggmt.phantom1999-10-301-1/+1
|
* Remove comments left since mdoc.template time or just useless commentsphantom1999-10-303-22/+3
|
* mdoc(7)'fyphantom1999-10-301-1/+1
|
* ``tty'' is not required parameterphantom1999-10-301-1/+1
|
* Fix broken cross reference : kldload(1) -> kldload(8)phantom1999-10-301-1/+1
|
* Add option "-d destdir" which instructs config to use another outputmarcel1999-10-306-19/+79
| | | | | | | | | | | | | | | | directory than the default one. If the option is not given, then the output of config is exactly as before. Only when an alternate output directory has been specified will config modify its behavior. Additional changed: o Remove the now conflicting and unused NODEV define. It conflicts with NODEV in sys/param.h. o Rename the now conflicting MACHINE token to ARCH. It conflicts with MACHINE in sys/param.h. o Fix some easy style bugs. o Fix some easy grammar bugs in the manpage. Approved by: peter, archie
* Limit COPTS added by Makefile to just '-Wall'.archie1999-10-282-5/+3
|
* If we get an EPROTONOSUPP error when trying to create the netgraph socketarchie1999-10-273-1/+18
| | | | | node, it's most likely because the "ng_socket.ko" KLD is not loaded yet. So make an attempt to load it before giving up.
* Remove extraneous -I compile flag that was used during testing.archie1999-10-271-1/+0
|
* Add IGNORE_MOTD to allow the sysadmin to ignore (likely) differences inbillf1999-10-263-0/+18
| | | | | | the FreeBSD default motd and the system motd Submitted by: author
* Use $FreeBSD$ (instead of the author's $Revision$) to report thebillf1999-10-262-6/+2
| | | | | | version number now that we have it. Reviewed by: author
* freebsd -> FreeBSDbillf1999-10-261-1/+1
|
* Add $FreeBSD$billf1999-10-261-2/+1
| | | | Submitted by: chris
* Co-MAINTAINER this module.billf1999-10-261-0/+1
|
* Don't try updating the passwd file if no data has changed. This allows thingsdavidn1999-10-261-39/+102
| | | | | | like "pw usermod <name> -m" to work for non-local NIS users; since no attempt is made to update the password entry, the home directory will be created and populated as expected without error.
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-264-8/+47
| | | | | | locking mechanism for users. This works by prepending the string "*LOCKED*" to the password field in master.passwd to prevent successful decoding.
* Missed statement in password update relating to the previous changedavidn1999-10-261-1/+1
| | | | to fileupdate() which prevented pwd_mkdb(1) from being run.
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-265-62/+117
| | | | | | | | | | | | instead of a boolean. This replicated through he front-end sub-functions relating to add, delete, modify entries in passwd & group files Errno is now preserved so output of errc()/warnc() will be less obfuscated by subsequent errors when reporting the problem. Add more intelligent error handling when attempting to modify/delete NIS entries with no corresponding local database entry. [MFC to stable in a couple of weeks to keep both in sync]
* Add $FreeBSD$billf1999-10-252-0/+2
|
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-257-32/+73
| | | | for the abstraction of ``set dial'' and ``set hangup''.
OpenPOWER on IntegriCloud