summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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''.
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-253-42/+8
|
* Do not rely on malloc() to zero-fill allocated memory, since it issheldonh1999-10-251-2/+3
| | | | | | | | not documented as doing so. This fixes a potential segmentation violation. PR: 14465 Reported by: Tony Finch <fanf@demon.net>
* Put include <netgraph.h> back in - problem was due to a cvsup mess ondillon1999-10-242-1/+2
| | | | | freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
* Cleanup missing includes, stale includes, and a few printf formatdillon1999-10-232-2/+2
| | | | inconsistancies.
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orbrian1999-10-212-4/+45
| | | | | | | | PPPoUDP connection. (*) This is as correct as ftp and uucp wtmp entries are - that is, multiple concurrent connections will not record enough information in wtmp to tell last(1) who was logged in for how long.
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-2118-0/+1820
| | | | | | | | | | Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
* If we're running ppp -direct over a tcp or udp connection,brian1999-10-211-1/+10
| | | | | | record the IP number in the `from' slot and not the tty slot. We put ``ppp'' in the tty slot - in line with what ftp (and probably others) does.
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want tobrian1999-10-211-2/+4
| | | | | | re-open a device. The fact that we're in NETWORK phase indicates that there are other links in DATALINK_OPEN and that we don't want to stop using them.
* mergemaster bmake glue.billf1999-10-202-0/+12
|
* This commit was generated by cvs2svn to compensate for changes in r52400,billf1999-10-203-0/+1634
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import mergemaster into the tree, a product of freebsdcon.billf1999-10-203-0/+1634
| | | | Submitted by: Doug Barton <doug@gorean.org>
* Add the -unit command line switch for specifying the tun device.brian1999-10-196-48/+120
| | | | | | Warn about -alias being depricated (but still allow it). Don't moan twice about failing to open any tun device. Fix a diagnostic and add the -quiet switch to the usage message.
* Use Pa for filenames.charnier1999-10-171-1/+2
|
* Correct use of .Nm.charnier1999-10-171-2/+2
|
* Xref to warn(3) which is used instead of perror.charnier1999-10-171-2/+2
|
* add .Sh DIAGNOSTICScharnier1999-10-171-5/+5
|
* add missing .El.charnier1999-10-171-0/+1
|
* Correct a few diagnosticsbrian1999-10-161-3/+3
|
* Don't ntohl() the signature before printing it... it's alreadybrian1999-10-161-1/+1
| | | | | | been done. Spotted by: Gert-Jan Vons <gert-jan@bigfoot.com>
* When more than one timer is expired at once, allow for the possibilitybrian1999-10-151-10/+22
| | | | | | | | | | | | that the first timer ends up doing a timer_Stop() on the second. When this happens, remove the timer from the pending list so that we still call any subsequent timers. This bug has been here for several years, but has only been tickled recently with my device layering changes. With enormous thanks for the perseverance of: Ruslan Ermilov <ru@ucb.crimea.ua>
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNbrian1999-10-151-1/+1
| | | | rather than CLOSE_NORMAL.
* Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.brian1999-10-151-0/+7
| | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* -Wall fix: ambigious elsebillf1999-10-151-1/+2
|
* "Plag and play" -> "Plug and Play"phantom1999-10-151-1/+2
|
* Add mount_nwfs program. Now -current can mount NetWare volumes.bp1999-10-153-0/+578
|
OpenPOWER on IntegriCloud