summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make it build under 3.xmsmith1997-05-232-3/+5
| | | | | | | | Submitted by: fsmp
* | Made 'options NINTR' greater of 24 and calculated value.fsmp1997-05-221-6/+7
| | | | | | | | This coincides with changing kernel default to 64.
* | Adjust config variables to more closely match rc.confjkh1997-05-226-60/+70
| |
* | Add wlconfig.msmith1997-05-221-3/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r26005,msmith1997-05-223-0/+435
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is a program for configuring the Parameter Storage Area on ISAmsmith1997-05-223-0/+435
| / | | | | | | | | Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and discover all manner of odd things about the device.
* | Be more bullish about saving configuration information.jkh1997-05-222-2/+6
| |
* | Actually, rethink last commit and simply remove the apache configurationjkh1997-05-2211-42/+11
| | | | | | | | | | entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall).
* | Update version of apache.jkh1997-05-222-4/+4
| |
* | Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removedjmz1997-05-192-52/+9
| | | | | | | | from the driver.
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* | sysconfig -> rc.confjkh1997-05-192-10/+10
| | | | | | | | | | PR: 3461 Submitted by: "Donald J. Maddox" <root@cola97.scsn.net>
* | Output exit status description of child in background mode.brian1997-05-191-3/+4
| |
* | Mega update to sort out bad implementationsbrian1997-05-1913-95/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of reconnect & -background. o Fix reconnect anomolies. o Make reconnect apply to failed LQR hangups (& mention in man page). o Make reconnect effective in -background mode. o Listen on socket in -background mode. o Try all phone numbers in -background mode. o Insist on system arg in -background mode. o Make a control-connection close command exit in -background mode. o Output status message to stdout on exit of parent in -background mode. o Don't notify parent of success too soon. o Describe termination EX_* code. o Miscelaneous diagnostic corrections. o Remove redundant connect_time from modem.c. o Don't repeatedly DownConnection().
* | Make openmode active by default (for both client/server).brian1997-05-172-8/+5
| | | | | | | | Requested by: The masses.
* | Don't override BINOWN and BINGRP by setting them to "bin". Use thepeter1997-05-171-4/+1
| | | | | | | | system defaults (BINOWN is often root as a security precaution).
* | Check for duplicate spool dirs.brian1997-05-171-1/+30
| | | | | | | | Submitted by: eivind
* | Change FTS_PHYSICAL (not follow symlinks but return them)ache1997-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to FTS_LOGICAL (follow symlinks and return their targets) Because 1) In the real system there is a lot of symlinks nowdays over /var, /spool, etc. Mtree can't do anything for them, i.e. change permissions/owner. I.e. if you have /var/mail -> /somewhere it will never be changed to group "mail" 775 like -current does now, symlink totally confuses mtree. 2) Mtree can't deal with symlinks properly in any case (they are created separately in other places now), so we lost no functionality by making them invisible for mtree.
* | Add SNAP servers to list of FTP sites.jkh1997-05-142-4/+16
| |
* | Build pid_filename without a double slash.brian1997-05-142-7/+11
| | | | | | | | | | | | | | Make ``Dial attempt'' diagnostics consistent. Reset lostCarrier when it has reached max. Suggested by: Kevin Street <street@iName.com>
* | Don't attempt to ioctl(modem...) when modem isbrian1997-05-141-1/+9
| | | | | | | | closed. Just DownConnection().
* | Don't output extraneous tabbrian1997-05-131-3/+7
| | | | | | | | Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
* | Don't drop into the troff args after parsing -#.brian1997-05-131-1/+2
| | | | | | | | Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
* | Fix a bug (dereferencing zero) introduced by the last mods.brian1997-05-131-2/+2
| | | | | | | | Submitted by: David Nugent <davidn@labs.usn.blaze.net.au>
* | Correct the files section for tunX.pid and ttyXX.ifbrian1997-05-132-8/+16
| |
* | Correct sample file name.brian1997-05-122-4/+4
| |
* | Create ttyXX.if and tunX.pid irrespective ofbrian1997-05-111-23/+24
| | | | | | | | | | | | whether we're -dedicated. Required by: David Nugent <davidn@labs.usn.blaze.net.au>
* | Cosmetiqueache1997-05-111-3/+3
| |
* | Print out reject masks on "show lcp"ache1997-05-111-5/+9
| |
* | Use random() for GenerateMagic()ache1997-05-111-9/+9
| |
* | Cosmetique fixes:ache1997-05-102-4/+4
| | | | | | | | | | shorten help message to fit the screen return to prompt from "show ipcp"
* | login_getclass() -> login_getpwclass().davidn1997-05-101-3/+2
| |
* | Document APIC_IO as mandatory.fsmp1997-05-101-5/+5
| | | | | | | | Document SMP_AUTOSTART as working.
* | Fix null dereference if config variable not set.pst1997-05-102-6/+6
| |
* | Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)brian1997-05-101-3/+3
| | | | | | | | Submitted by: NAKAMURA Motonori <motonori@econ.kyoto-u.ac.jp>
* | Ouch. This was dying to cause problems !brian1997-05-101-2/+2
| | | | | | | | | | Luckily the side-effects were what was intended.
* | Add a ttyXX.if file in /var/run that points tobrian1997-05-106-24/+38
| | | | | | | | | | | | | | the tunX.pid file. Change the ppp.tunX.pid name to tunX.pid Requested by: Daniel O Callaghan <danny@panda.hilink.com.au>
* | Tidy up the code - bounds checking, returnbrian1997-05-1019-131/+221
| | | | | | | | | | | | value checking etc. Submitted by: eivind
* | Don't reconnect (due to reconnect setting) afterbrian1997-05-091-1/+2
| | | | | | | | close command.
* | Set setitimer() arg correctly.brian1997-05-091-1/+2
| |
* | Null commit to force version bump.jdp1997-05-091-1/+1
| |
* | Merge 1.33.2.12 from 2.2jkh1997-05-091-1/+5
| |
* | Kill a stale .pq line.joerg1997-05-081-2/+1
| |
* | Allow mixed case commands.brian1997-05-081-10/+10
| | | | | | | | Allow HISADDR, MYADDR, INTERFACE and ALL in mixed case.
* | Make the explanation of the -detach option clearer.brian1997-05-071-2/+3
| | | | | | | | | | PR: 1674 Submitted by: Slaven Rezic <eserte@cabulja.herceg.de>
* | Reset lqrsendcnt.brian1997-05-071-1/+2
| | | | | | | | | | PR: 2449 Submitted by: mark thompson <thompson@tgsoft.com>
* | Only compress tcp packets. Calculate size ofbrian1997-05-072-4/+5
| | | | | | | | | | | | | | logbuff rather than guessing at 2000. PR: 2046 Submitted by: torii@tcd.hitachi.co.jp
* | Allow up to 40 args in the chat script (was 20).brian1997-05-074-15/+20
| | | | | | | | | | | | | | Ignore subsequent args rather than scribbling. PR: 1952 Submitted by: Mikael Hybsch <micke@free.dynas.se>
* | Allow a '-' flag as a placeholder so that path_to_pid_filebrian1997-05-062-14/+47
| | | | | | | | | | | | can be specified without the flags field. Fix bogus "trail" left in parse routine where the code jumps past the end of the line and wanders into oblivion.
* | Make ppp exit on loss of carrier in -background mode.brian1997-05-051-2/+2
| | | | | | | | Submitted by: Jim Carroll <jim@carroll.com>
OpenPOWER on IntegriCloud