summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Silence potentially bogus warning.jkh1998-09-011-2/+2
|
* Don't set the router_enable variable by default.jkh1998-08-312-4/+2
|
* Sort cross references.wosch1998-08-318-41/+41
|
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-312-20/+2
| | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
* Accept gateway value of NOjkh1998-08-311-2/+2
|
* The `group{del,mod,show}' take require a '[group|gid]' argument.jkoshy1998-08-311-1/+4
| | | | PR: docs/7788
* Add OpenBSD build supportbrian1998-08-301-1/+7
|
* Add OpenBSD build supportbrian1998-08-301-2/+8
| | | | Remove -Wmissing-prototypes
* Split lines into one subdir per line.gpalmer1998-08-301-19/+122
|
* Make pstat machine-independant againgpalmer1998-08-301-3/+3
|
* DPDADD -> DPADDgpalmer1998-08-306-12/+12
|
* Fix parallel makes falling over on xwheregpalmer1998-08-301-2/+2
|
* Install ipmon.8 in man8/ not man1/.jkoshy1998-08-301-1/+1
| | | | | PR: 7778 Submitted by: horikawa@jp.freebsd.org
* Don't use ``-width 20'', it's misleading. Use ``-width XX''brian1998-08-292-20/+20
| | | | instead.
* Don't claim that the alias library isn't loaded untilbrian1998-08-292-14/+6
| | | | used.
* Add the following word substitutions when running a shellbrian1998-08-293-35/+109
| | | | | | | | | command: AUTHNAME: The local authname ENDDISC: The local endpoint discriminator LABEL: The configuration label in use PEER_ENDDISC: The peers endpoint discriminator USER: The peers authname
* Allow the use of HISADDR, MYADDR and INTERFACE as wordsbrian1998-08-291-15/+78
| | | | | | | | embedded in the args of a "shell" or "!bg" command, and only accept upper case versions. We can now do: ! sh -c "ifconfig INTERFACE >/tmp/myfile"
* Mention ``cbcp'' in ``set log ?''brian1998-08-291-4/+4
|
* Add /usr/lib to the list of things to chflag before upgrading.jkh1998-08-281-2/+2
| | | | Noticed by: Blaz Zupan <blaz@gold.amis.net>
* Fix recursive package add problem (for on-disk package files) I introducedjkh1998-08-271-3/+6
| | | | | with the change in semantics to make_playpen(). Now package dependencies more than 2 levels deep should work again. Pass the hat.
* bmake framework for contrib_amdobrien1998-08-2719-2/+2378
|
* Make way for the contrib_amd bmake frame work.obrien1998-08-27187-46553/+0
|
* Catch more cases where the CDROM has been mounted.jkh1998-08-271-1/+4
|
* Fix some OpenBSD/alpha warningsbrian1998-08-267-11/+16
|
* Remove redundant include file.brian1998-08-261-2/+1
|
* Put the IP buffer queues into struct ipcp.brian1998-08-2614-57/+62
| | | | Forgotten by: me
* The protocol must be in network byte order (OpenBSD only).brian1998-08-261-3/+3
|
* Remove identity crisis in ispcvt(8) man page. Include reference tojkoshy1998-08-261-1/+1
| | | | | | | ispcvt(8) in pcvt(4). PR: docs/7743 Submitted by: <k-horik@yk.rim.or.jp>
* Submitted by: archie@whistle.comjulian1998-08-252-3/+4
| | | | quieten cc -Wall
* Mention what ``set authname'' does in -direct mode.brian1998-08-252-2/+16
|
* If we've got a full output buffer queue and cannot sendbrian1998-08-2515-17/+180
| | | | | | | | anything for two mintues (see ``set choked'' and ``show bundle''), nuke the ip, mp and link level buffer queues. This should fix problems where ``ppp -auto'' seems to stop responding after failing to connect to the peer a few times.
* Change length arguments to sysctl to size_t.dfr1998-08-251-5/+21
|
* Consolidate the two malloc()s that are done when allocatingbrian1998-08-213-20/+13
| | | | an mbuf.
* Make ``show mem'' display the number of packets allocated as well as thebrian1998-08-211-11/+15
| | | | number of octets.
* Fix ``lp=port@machine'' syntax and mention it in printcap(5).brian1998-08-212-3/+14
|
* Build kvm_mkdb and natd on alpha too.jb1998-08-201-4/+4
|
* Increased column widths for tty input watermark fields so that watermarksbde1998-08-191-9/+10
| | | | | | | | | for 11520-byte buffers for 115200 bps are displayed properly. Fixed my recent printf format error fixes. %p is almost unusable in tables, since its width and format are unknown/machine-dependent. Use %8lx and cast pointers to (u_long)(void*). This is still quite broken, e.g., for machines with 64-bit pointers.
* Bruce says that %p is intended to format void pointers only. So use a void *jb1998-08-181-2/+2
| | | | | cast. There are pointers and then there are _pointers_. One day I'll figure out which are which. 8-)
* Destroy any existing chat timeouts in datalink_ComeDown()brian1998-08-181-1/+2
| | | | | If we're told to close/down while in DIAL or LOGIN state, we don't want to keep our timeout running :-/
* Removing -batch option from adduser. Adduser was written aswosch1998-08-172-106/+8
| | | | | | an *interactive* command for newbies. The pw(8) does now a much better job for adding users from command line. Also, the -batch option is not well tested, buggy and unsupported.
* Update to use the new elf headers.dfr1998-08-171-10/+11
|
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
| | | | | Free it instead. Pointed out by: Theo de Raadt
* Remove a cast and print the pointer value with %p instead of %x.jb1998-08-171-4/+4
|
* Ad #include stdlib.h to get the prototype for malloc().jb1998-08-171-1/+2
|
* We need config to build on the alpha also ... kinda difficult to buildgpalmer1998-08-171-4/+4
| | | | kernels without it :)
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryphk1998-08-142-4/+6
| | | | | | | | | | | predictable /tmp files (static prefix + process number) which are overwritten blindly, and follow links. These workarounds change it from a process number to a very random (9999 with tons of decimal places) number. PR: 7565 Submitted by: Thomas Stromberg <tstrombe@rtci.com>
* Be careful about using ``.Bd -literal'' as groff sometimes keepsbrian1998-08-112-36/+36
| | | | | | | the `-literal' after the closing .Ed. Where this happens, use ``.Bd -unfilled'' with ``.It Li'' to dodge the problem - it looks better too. Problem reported by: Dom Mitchell <dom@phmit.demon.co.uk>
* DNS lookups for partially qualified hosts didn't work right. I was tryingwpaul1998-08-101-5/+2
| | | | | | | | to be clever by avoiding the 'check all domains in the search list' cycle in certain cases, but this would lose if handed a name like "foo.ctr" which refers to an FQDN of "foo.ctr.columbia.edu". If "columbia.edu" is in the search list in /etc/resolv.conf then the DNS lookup code should resolve it, but it didn't.
* `dns' option defaults to disabled, not enabled.brian1998-08-092-4/+4
|
* Add missing .Elbrian1998-08-092-2/+4
|
OpenPOWER on IntegriCloud