aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want toBrian Somers1999-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. Notes: svn path=/head/; revision=52412
* mergemaster bmake glue.Bill Fumerola1999-10-202-0/+12
| | | | Notes: svn path=/head/; revision=52403
* Import mergemaster into the tree, a product of freebsdcon.Bill Fumerola1999-10-203-0/+1634
| | | | | | | Submitted by: Doug Barton <doug@gorean.org> Notes: svn path=/cvs2svn/branches/BARTON/; revision=52400
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-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. Notes: svn path=/head/; revision=52396
* Use Pa for filenames.Philippe Charnier1999-10-171-1/+2
| | | | Notes: svn path=/head/; revision=52339
* Correct use of .Nm.Philippe Charnier1999-10-171-2/+2
| | | | Notes: svn path=/head/; revision=52338
* Xref to warn(3) which is used instead of perror.Philippe Charnier1999-10-171-2/+2
| | | | Notes: svn path=/head/; revision=52337
* add .Sh DIAGNOSTICSPhilippe Charnier1999-10-171-5/+5
| | | | Notes: svn path=/head/; revision=52336
* add missing .El.Philippe Charnier1999-10-171-0/+1
| | | | Notes: svn path=/head/; revision=52335
* Correct a few diagnosticsBrian Somers1999-10-161-3/+3
| | | | Notes: svn path=/head/; revision=52315
* Don't ntohl() the signature before printing it... it's alreadyBrian Somers1999-10-161-1/+1
| | | | | | | | | been done. Spotted by: Gert-Jan Vons <gert-jan@bigfoot.com> Notes: svn path=/head/; revision=52304
* When more than one timer is expired at once, allow for the possibilityBrian Somers1999-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> Notes: svn path=/head/; revision=52267
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNBrian Somers1999-10-151-1/+1
| | | | | | | rather than CLOSE_NORMAL. Notes: svn path=/head/; revision=52266
* Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.Brian Somers1999-10-151-0/+7
| | | | | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp> Notes: svn path=/head/; revision=52265
* -Wall fix: ambigious elseBill Fumerola1999-10-151-1/+2
| | | | Notes: svn path=/head/; revision=52262
* "Plag and play" -> "Plug and Play"Alexey Zelkin1999-10-151-1/+2
| | | | Notes: svn path=/head/; revision=52255
* Add mount_nwfs program. Now -current can mount NetWare volumes.Boris Popov1999-10-153-0/+578
| | | | Notes: svn path=/head/; revision=52252
* Do not dot or \n terminate syslog string.Philippe Charnier1999-10-131-3/+3
| | | | Notes: svn path=/head/; revision=52219
* When uncompressing VJ-compressed frames, fix the ip_sum directlyBrian Somers1999-10-131-17/+13
| | | | | | | | | | | | | | in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff <asolovjoff@hotmail.com> Notes: svn path=/head/; revision=52197
* err -> errx for malloc failurePhilippe Charnier1999-10-121-3/+3
| | | | Notes: svn path=/head/; revision=52166
* Further cleanup. Also remove the following unused or defunct tokens:Peter Wemm1999-10-109-164/+49
| | | | | | | and, bio, cam, master, minor, net, priority, sequential, size, slave, trace Notes: svn path=/head/; revision=52098
* Nuke the old antique copy of ipfilter from the tree. This is old enoughPeter Wemm1999-10-108-112/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. Notes: svn path=/head/; revision=52088
* Remove an unnecessary cross-reference to ioctl(2)Chris Costello1999-10-091-1/+0
| | | | Notes: svn path=/head/; revision=52064
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-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 Notes: svn path=/head/; revision=52055
* space is not allowed between owner and :group.Philippe Charnier1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=52039
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.Brian Somers1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=52029
* Zap references to 'major' token, it's not used.Peter Wemm1999-10-083-5/+2
| | | | | | | | Zap references to devices.i386 - it's not used. (neither is devices.pc98 or devices.alpha) Notes: svn path=/head/; revision=52007
* Deconfuse release and revisionNick Hibma1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51992
* Don't go from datalink state opening directly to lcp, go viaBrian Somers1999-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 Notes: svn path=/head/; revision=51978
* Mention the received/expected magic for dodgy ECHO LQRs.Brian Somers1999-10-061-2/+3
| | | | Notes: svn path=/head/; revision=51970
* Put the umount request through the same translation as the mountAlfred Perlstein1999-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> Notes: svn path=/head/; revision=51968
* Remove the inclusion of device.h. It's no longer there.Nick Hibma1999-10-061-1/+0
| | | | Notes: svn path=/head/; revision=51960
* Undo previous change.Marcel Moolenaar1999-10-051-1/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=51948
* Really fix the auto keyword botch correctly by just letting itJordan K. Hubbard1999-10-051-2/+2
| | | | | | | | | do its job and not override it when set. Submitted by: Ruslan Ermilov <ru@FreeBSD.org> Notes: svn path=/head/; revision=51947
* Bring links down gently when their throughput isn't enough forBrian Somers1999-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. Notes: svn path=/head/; revision=51945
* Restore -traditional compilationMarcel Moolenaar1999-10-031-3/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=51902
* Use the sys/wormio.h definitions of CDRIOCNEXTWRITEABLEADDR andPeter Wemm1999-10-011-2/+0
| | | | | | | CDRIOCBLANK ioctls. Notes: svn path=/head/; revision=51840
* Use sigemptyset rather than sa_mask = 0.Peter Wemm1999-09-302-2/+2
| | | | | | | Submitted by: "John W. DeBoskey" <jwd@unx.sas.com> Notes: svn path=/head/; revision=51825
* Sigh, too many late nights!Jordan K. Hubbard1999-09-301-1/+1
| | | | Notes: svn path=/head/; revision=51812
* Support GRE packetsBrian Somers1999-09-303-1/+49
| | | | | | | Submitted by: Harry Starr <starr@gccs.com.au> Notes: svn path=/head/; revision=51809
* Add and activate the man page for memcontrol(8).Chris Costello1999-09-292-1/+116
| | | | | | | Reviewed by: msmith Notes: svn path=/head/; revision=51803
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-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. Notes: svn path=/head/; revision=51794
* Oh bollocks, I really screwed up the "auto" check here. TimeJordan K. Hubbard1999-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> Notes: svn path=/head/; revision=51735
* -Wall fixes.Bill Fumerola1999-09-273-5/+8
| | | | | | | Submitted by: nrahlstr Notes: svn path=/head/; revision=51705
* Support ``set cd off'' to tell ppp not to even look for carrier on theBrian Somers1999-09-266-27/+57
| | | | | | | device. Notes: svn path=/head/; revision=51699
* o Remove all of the objformat logic, it's never coming back.Bill Fumerola1999-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. Notes: svn path=/head/; revision=51638
* TypoBrian Somers1999-09-242-2/+2
| | | | | | | Submitted by: Alex Nash <nash@mcs.net> Notes: svn path=/head/; revision=51634
* Various style and visual changes.Alexey Zelkin1999-09-241-8/+10
| | | | | | | | VESA_132x30 is not available mode SC_PIXLE_MODE -> SC_PIXEL_MODE Notes: svn path=/head/; revision=51633
* Sync with am-utils-6.0.2s2.David E. O'Brien1999-09-231-2/+14
| | | | Notes: svn path=/head/; revision=51597
* moved to koi2altAndrey A. Chernov1999-09-231-101/+0
| | | | Notes: svn path=/head/; revision=51581