summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Further cleanup. Also remove the following unused or defunct tokens:peter1999-10-109-164/+49
| | | | and, bio, cam, master, minor, net, priority, sequential, size, slave, trace
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-108-112/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* Remove an unnecessary cross-reference to ioctl(2)chris1999-10-091-1/+0
|
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-2/+4
| | | | | | | | | | | | | | | | | Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any. Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint. Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used. PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk
* space is not allowed between owner and :group.charnier1999-10-081-1/+1
|
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.brian1999-10-081-1/+1
|
* Zap references to 'major' token, it's not used.peter1999-10-083-5/+2
| | | | | Zap references to devices.i386 - it's not used. (neither is devices.pc98 or devices.alpha)
* Deconfuse release and revisionn_hibma1999-10-071-1/+1
|
* Don't go from datalink state opening directly to lcp, go viabrian1999-10-071-5/+11
| | | | | | | | | carrier instead so that we can set up our carrier detect timer and eventually notice when we lose carrier. Honour the script.run value when coming out of carrier state. PR: 14145
* Mention the received/expected magic for dodgy ECHO LQRs.brian1999-10-061-2/+3
|
* Put the umount request through the same translation as the mountalfred1999-10-061-2/+11
| | | | | | | | | request. Fix some uninitialized warnings and a style bug while we are here. Problem still exists where a failed umount can be misreported as success. Submitted by: Martin Blapp <mb@imp.ch>
* Remove the inclusion of device.h. It's no longer there.n_hibma1999-10-061-1/+0
|
* Undo previous change.marcel1999-10-051-1/+1
| | | | Submitted by: bde
* Really fix the auto keyword botch correctly by just letting itjkh1999-10-051-2/+2
| | | | | | do its job and not override it when set. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Bring links down gently when their throughput isn't enough forbrian1999-10-052-2/+2
| | | | | the ``set autoload'' value. Don't just ``down'' the link. Don't get stuck in ``ready'' the first time we ``close'' a link.
* Restore -traditional compilationmarcel1999-10-031-3/+1
| | | | Submitted by: bde
* Use the sys/wormio.h definitions of CDRIOCNEXTWRITEABLEADDR andpeter1999-10-011-2/+0
| | | | CDRIOCBLANK ioctls.
* Use sigemptyset rather than sa_mask = 0.peter1999-09-302-2/+2
| | | | Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
* Sigh, too many late nights!jkh1999-09-301-1/+1
|
* Support GRE packetsbrian1999-09-303-1/+49
| | | | Submitted by: Harry Starr <starr@gccs.com.au>
* Add and activate the man page for memcontrol(8).chris1999-09-292-1/+116
| | | | Reviewed by: msmith
* sigset_t change (part 5 of 5)marcel1999-09-292-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* Oh bollocks, I really screwed up the "auto" check here. Timejkh1999-09-271-1/+1
| | | | | | to crack the K&R; I must have forgotten the C language. :) Embarrassingly noticed by: Howard Gutch <logix@foobar.franken.de>
* -Wall fixes.billf1999-09-273-5/+8
| | | | Submitted by: nrahlstr
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-266-27/+57
| | | | device.
* o Remove all of the objformat logic, it's never coming back.billf1999-09-251-16/+5
| | | | | o Simplify getpackagesite(), it comes back in full glory when we branch again. It's still needed however to get the i386 or alpha directory.
* Typobrian1999-09-242-2/+2
| | | | Submitted by: Alex Nash <nash@mcs.net>
* Various style and visual changes.phantom1999-09-241-8/+10
| | | | | VESA_132x30 is not available mode SC_PIXLE_MODE -> SC_PIXEL_MODE
* Sync with am-utils-6.0.2s2.obrien1999-09-231-2/+14
|
* moved to koi2altache1999-09-231-101/+0
|
* Support quad & max speeds in wormcontrol.sos1999-09-221-0/+4
| | | | A bit more general cleanup.
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-222-2/+2
| | | | | | | | | | | | | | | for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers). Also updated various documentation to mention the AN985 and created a loadable module. I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
* Allow ``make -DNOKLDLOAD''brian1999-09-221-0/+4
|
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-223-1/+50
| | | | Originally submitted by: green
* Add koi2855 filterache1999-09-215-3/+121
| | | | Repository move koi2alt.c -> koi2alt/koi2alt.c required
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-2120-60/+0
| | | | | | | The original report was due to a mis-installation of the NetBS header files :-/ Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* Bring documentation up to date, add a few more vnconfig examples.dillon1999-09-211-0/+28
|
* Fix the ``lt'' comparison in ``set filter''brian1999-09-211-1/+1
| | | | | PR: 13819 Submitted by: Dean M. Phillips <dphill@inav.net>
* Correct spelling : ascii -> ASCIIphantom1999-09-205-5/+5
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Yet another align.ru1999-09-201-1/+1
| | | | | | It will be required if sizeof(struct sockaddr_in) changes in the future. Not objected to by: wollman
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-2020-0/+60
| | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* NetBSD has changed the el_init() prototypebrian1999-09-201-1/+2
| | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !brian1999-09-201-1/+1
|
* Prepare for K5.markm1999-09-196-13/+13
|
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
| | | | | | can be handled intelligently. WARNING: you will need to reinstall #includes and recompile jail(8).
* execute a strategic clear.jkh1999-09-192-2/+6
|
* Fix -s option.yokota1999-09-191-1/+1
| | | | PR: bin/13799
* - Mention that the SC_PIXEL_MODE kernel option is required, in orderyokota1999-09-191-1/+8
| | | | | | to use the VESA_800x600 raster text mode. - Fix the list of recognized keywords; "40x25" is not recognized, but "VGA_40x25" is.
* Deal with new "auto" setting for network_interfaces.jkh1999-09-191-1/+1
|
* MF3: various small tweaks.jkh1999-09-172-2/+2
|
OpenPOWER on IntegriCloud