summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Typo: PAT -> FAT.steve1998-02-012-4/+4
| | | | PR: 5593
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian1998-01-293-5/+19
| | | | is defined.
* Talk a bit about ongoing development.brian1998-01-291-0/+22
|
* Make it clear that aliasing is done on the public interface, notbrian1998-01-291-2/+21
| | | | the private one.
* MF22: only fclose() OpenConn if non-NULL.jkh1998-01-281-3/+5
|
* Cosmetic:brian1998-01-274-35/+22
| | | | | | | | | | Don't mention the authors name at startup. He's already credited in the man page. Instead, make the message consistent with the one given to the diagnostic port (and fix the grammar when entering `term' mode). Don't credit the zlib author in the man page as ppp isn't linked directly with zlib (it's shared). Mention when the OpenBSD port was first made available.
* Update the keymap menu.yokota1998-01-274-10/+24
|
* A bit of the dpt userland utilities that got left out.julian1998-01-263-0/+136
|
* Obtained from: Simon Shapirojulian1998-01-2620-0/+1737
| | | | Userland utilities to control, and monitor a DPT RAID system.
* The status command prints the audio position, the media catalog and thejmz1998-01-262-29/+61
| | | | | | | volume value for the disc. It is now possible to specify additional arguments (audio, volume, media) to print only a subset of the full status. This is particularly useful with drives which stop playing when asked to return the catalog number.
* Allow comments to begin with multiple '#' characters.steve1998-01-251-22/+22
| | | | | PR: 4452 Submitted by: Joao Carlos Mendes Luis <Jonny@mailhost.coppe.ufrj.br>
* Fix a couple of typos.steve1998-01-251-4/+5
| | | | | PR: 5561 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Fix typo.yokota1998-01-251-8/+8
| | | | PR: docs/5562
* Fix error message.brian1998-01-241-10/+5
| | | | | Don't complicate the test compilation mentioned at the start of the file.
* Stop bogus warnings.brian1998-01-231-1/+2
|
* Re-implement the proxy arp sockaddr_dl search routine (again).brian1998-01-231-65/+80
| | | | It now works :-) and searches all interface aliases.
* In !dists case, invoke the custom dist menu rather than the topleveljkh1998-01-231-2/+2
| | | | | dist menu. This makes a good deal more sense and should have been this way all along.
* Don't allow manual dialing unless in auto or interactive mode.brian1998-01-231-1/+7
|
* MF22: match entries for wfdjkh1998-01-222-4/+4
|
* Use /bin/pwd instead of a potentially shell builtin that doessos1998-01-221-3/+1
| | | | | | not return the "real" path. This makes it possible to have the .o files put in the /usr/obj hierachy instead of in the /usr/src one.
* Add rcsid. Add usage() with up to date flag list. Use err(3).charnier1998-01-221-68/+43
|
* Convert to mdoc format. Document missing flags.charnier1998-01-221-110/+91
|
* Add entry for SMC 9432TX cards (tx driver).jkh1998-01-212-2/+4
|
* Use the sockaddr_dl with the link#, not the ethernet addressbrian1998-01-211-2/+2
| | | | when creating proxy arp entries.
* Don't assume that a computer can have no more thanbrian1998-01-211-49/+82
| | | | | 256 interfaces (mine doesn't). Instead, find local interface addresses using sysctl().
* I must have been smoking crack when I made this change. Using sh -cjkh1998-01-211-4/+4
| | | | | in a vsystem() call is just a ludicrous way of calling sh -c "sh -c ..." Whoops! I don't know my own bloody code here!
* Remove unused #includes.brian1998-01-2135-138/+69
| | | | | | Make various bits static. Remove unused variables. Submitted by: eivind
* Quote filenames more agressively.imp1998-01-211-4/+7
| | | | | Reviewed by: jkh Submitted by: Hubert Feyrer
* Allow an optional delay when specifying "set openmode active".brian1998-01-2013-62/+110
| | | | | | | | | | | | | | | | The delay defaults to 1 sec (as it always has) unless we've done a ~p in interactive mode or we've actually detected a HDLC frame. This is now cleanly implemented (via async timers) so that it is possible for LCP to come up despite the delay if an LCP REQ is received. This will hopefully solve situations with slow servers or slirp scenarios (where ECHO is left on the port for a second or so before the peer enters packet mode). Also, ~p in interactive mode no longer changes the value of the default openmode delay and -dedicated mode enters packet mode in the right state according to the value of openmode.
* Converted to Lite2 mount interface - use vfc_typenum from thebde1998-01-201-9/+3
| | | | | already looked up vfsconf struct for nfs instead of MOUNT_NFS. Removed related FreeBSD ifdefs.
* Merged from Lite2. Get the filesystem type name directly from thebde1998-01-201-2/+6
| | | | statfs struct instead of converting from the filesystem type number.
* Properly initialize the printer struct.wollman1998-01-201-1/+2
| | | | PR: bin/5519
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-204-6/+2
| | | | the default.
* Convert to mdoc format. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-202-144/+151
|
* Add the PnP string for a Logitech serial mouse model.yokota1998-01-201-1/+3
|
* update hub's master configuraton filejmb1998-01-201-2/+4
| | | | | | | | limit sendmail to 500 messages per run keeps the process from growing too large sort the queue by host, not numeric priority connecting to a host is too expensive, once we got the connection, ram all the mail down his throat ;>
* Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One ofwpaul1998-01-192-11/+11
| | | | these days I really should rerwite this creature from the ground up.
* Add wfd style devices to detection list (we'll have to put them on thejkh1998-01-192-2/+4
| | | | boot floppy too, of course - hope I still have enough inodes! :)
* dlopen(..., RTLD_NOW) rather than RTLD_LAZY.brian1998-01-191-3/+7
| | | | Pointed out by: John Polstra <jdp@polstra.com>
* sys/types.h -> sys/param.hbrian1998-01-191-2/+2
| | | | Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-195-93/+127
|
* Allow "set vj" for changing the default number of slotsbrian1998-01-185-32/+120
| | | | | | and whether slot compression is requested. Don't show current values with "show ipcp" if IPCP isn't "opened".
* VVMIO -> VOBJBUF as in pstat.c.bde1998-01-171-2/+2
|
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-6/+2
| | | | | | | | | and the pre-Lite2 vfsconf interfaces. For quot, just back out revs. 1.1 and 1.2 and change MNT_FFS to "ufs", so that vfsconf isn't used at all. Revs. 1.1 and 1.2 were hacks to get around f_fstypename not being in `struct statfs' in Lite1.
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-172-4/+20
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* MF22: fix to install script handling.jkh1998-01-171-4/+4
|
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-164-8/+4
|
* Adapt to new mount(2) argument syntax.jkh1998-01-166-15/+15
| | | | Submitted by: bde
* Benign changes to support Justin's CAM code.jkh1998-01-162-2/+6
|
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-1613-46/+54
|
OpenPOWER on IntegriCloud