summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0cvs2svn2000-06-251-8/+4
| | | | | | | | 'RELENG_3_5_0_RELEASE'. Notes: svn path=/stable/3/; revision=62043 svn path=/release/3.5.0/; revision=62044; tag=release/3.5.0
* MF4: Understand comments in passwd and group filesBrian Somers2000-06-201-4/+8
| | | | | | | Unfortunately I missed the 3.5 tag :-( Notes: svn path=/stable/3/; revision=61885
* MF3: Allow padding in LQR ECHO requestsBrian Somers2000-06-201-2/+3
| | | | Notes: svn path=/stable/3/; revision=61854
* MF4: Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
| | | | Notes: svn path=/stable/3/; revision=61832
* MFC recent bug fixes and feature.David Nugent2000-06-189-110/+297
| | | | | | | | This commit unifies pw(8) code across all active branches. Still-Todo: manpage updates Notes: svn path=/stable/3/; revision=61793
* MF4: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-158-14/+71
| | | | Notes: svn path=/stable/3/; revision=61711
* MFC: cosmetics.Ruslan Ermilov2000-06-133-13/+22
| | | | Notes: svn path=/stable/3/; revision=61617
* MFC: cleanup manpage.Ruslan Ermilov2000-06-131-7/+7
| | | | Notes: svn path=/stable/3/; revision=61614
* MF4: Hard sentence breaks and trailing space tidy-upsBrian Somers2000-06-121-527/+854
| | | | Notes: svn path=/stable/3/; revision=61567
* MF4: Don't oan about padding charactersBrian Somers2000-06-111-2/+0
| | | | Notes: svn path=/stable/3/; revision=61549
* MFC: Alignment, type-safety and buffer overflow fixesKris Kennaway2000-06-081-6/+6
| | | | Notes: svn path=/stable/3/; revision=61392
* MFC: Temporary file handling and partially applied delta fixKris Kennaway2000-06-082-9/+28
| | | | Notes: svn path=/stable/3/; revision=61391
* MFC: Security warningKris Kennaway2000-06-081-1/+32
| | | | Notes: svn path=/stable/3/; revision=61390
* MFC: Close potentially exploitable buffer overflow. I can't believeKris Kennaway2000-06-082-45/+54
| | | | | | | I forgot about this one :-( Notes: svn path=/stable/3/; revision=61389
* Get it right... RELENG_3's release doesn't have NETGRAPH !Brian Somers2000-06-051-8/+5
| | | | Notes: svn path=/stable/3/; revision=61280
* MF4: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-0511-46/+71
| | | | | | | | | | | | | | | | | Don't disable the autoload timer at the wrong time Use a SOCK_DGRAM socketpair() for synchronous "!program" devices Send a HUP to "!program" devices when they're closed Drop packets when the fsm header length is bigger than the payload Create /etc/resolv.conf with the correct umask (when dns is enabled) Don't dump core when trying to write a new resolv.conf Add some more verbose ``inappropriate peer'' diagnostics in MP mode Pass all packets through libalias in NAT mode Describe ``enable proxy'' a bit more chmod local-domain diagnostic sockets correctly When a PPPoTCP connection fails, don't moan about invalid syntax Notes: svn path=/stable/3/; revision=61275
* The RELENG_3 release doesn't have NETGRAPHBrian Somers2000-06-041-0/+1
| | | | Notes: svn path=/stable/3/; revision=61252
* MF4: Include netgraph support when building with RELEASE_CRUNCHBrian Somers2000-06-0177-1563/+2755
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make mbufs more like kernel mbufs Allocate mbufs in buckets rather than individually Tidy up (and fix) sockaddr parsing of mib structures Parse quotes properly and complain about unbalanced ones Allow comments at the end of lines Use ioctl(TUNSIFHEAD) on the tun device if possible Correct CBCP redials Correct cmsghdr handling when passing links Don't fork to lose the current session when we're about to exit Tell the tun device when we change pid Show hex/decimal values rather than ??? for things not understood Depricate (but still support) -alias in favour of -nat Support DNS0/DNS1 macros, add the ``resolv'' command and dns logging Support redial/reconnect properly, and tell the -background parent Some constification, staticising, spelling and better diagnostics Default carrier behaviour based on the device type Differentiate between failing to start a program and the program exiting Fix the MP link-passing race by using a local-domain UDP socket Add "nat target" Fix some timer issues where timers are removed before they are triggered Handle pap text messages longer than 255 bytes Make -foreground a real option Bump version Notes: svn path=/stable/3/; revision=61140
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-093-4/+7
| | | | Notes: svn path=/stable/3/; revision=60260
* MFC: field structure changed name from 'typename' -> 'type_name'.Archie Cobbs2000-05-051-1/+1
| | | | Notes: svn path=/stable/3/; revision=60055
* MFC: Fix a potential buffer overflow (r1.24).Josef Karthauser2000-04-301-7/+10
| | | | | | | PR: bin/15101 Notes: svn path=/stable/3/; revision=59795
* MFC: rev 1.25, install additional docs, install additional manpagesAlexey Zelkin2000-04-241-1/+22
| | | | Notes: svn path=/stable/3/; revision=59591
* MFC: Reduce the default timeout for the three button emulationKazutaka YOKOTA2000-04-212-2/+2
| | | | | | | from 200 msec to 100 msec. Notes: svn path=/stable/3/; revision=59466
* MFC: -3 option fix (rev 1.41, 1.43).Kazutaka YOKOTA2000-04-212-84/+367
| | | | Notes: svn path=/stable/3/; revision=59464
* MFC: add support for more PS/2 mice.Kazutaka YOKOTA2000-04-091-26/+137
| | | | | | | | psm.c rev 1.24, mouse.h rev 1.16, atkbdcreg.h rev 1.5, moused.c rev 1.39, 1.40, 1.42. Notes: svn path=/stable/3/; revision=59101
* MFC: Plug two file descriptor leaksBrian Somers2000-04-031-2/+6
| | | | Notes: svn path=/stable/3/; revision=58984
* MFC: rev 1.10, export hostChris Piazza2000-03-291-0/+1
| | | | Notes: svn path=/stable/3/; revision=58768
* MFC: Add a test for the environment variable PW_SCAN_BIG_IDS andSheldon Hearn2000-03-274-5/+35
| | | | | | | | | | silence warnings about largs IDs if the envar exists. See the attributed PR for an exact list of revisions merged. PR: 13344 Notes: svn path=/stable/3/; revision=58661
* Make memcontrol(8) able to delete the segments starting at a base of 0Brian Feldman2000-03-201-1/+1
| | | | | | | which it can create.. Notes: svn path=/stable/3/; revision=58408
* MFC rev 1.41: Fix post-creation cleanup bug.Sheldon Hearn2000-03-151-2/+2
| | | | Notes: svn path=/stable/3/; revision=58093
* MFC rev 1.9: Do not list a null string in a dialog box.Sheldon Hearn2000-03-141-1/+3
| | | | Notes: svn path=/stable/3/; revision=58053
* MFC rev 1.8: Formalize the option descriptions.Sheldon Hearn2000-03-141-76/+116
| | | | Notes: svn path=/stable/3/; revision=58052
* MFC rev 1.11: Cope with quotes around font names in /etc/rc.conf .Sheldon Hearn2000-03-141-1/+1
| | | | Notes: svn path=/stable/3/; revision=58051
* MFC: (rev. 1.2) remove erroneous help text.Archie Cobbs2000-03-131-3/+1
| | | | Notes: svn path=/stable/3/; revision=58019
* MFC rev 1.10 rev 1.11 rev 1.12: Add -s option, add description of -oSheldon Hearn2000-03-082-4/+17
| | | | | | | option, remove blank lines. Notes: svn path=/stable/3/; revision=57819
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-0677-475/+985
| | | | Notes: svn path=/stable/3/; revision=57783
* MFC part of rev 1.44: Make TCPMUX a valid subsection and mark FreeBSDSheldon Hearn2000-03-041-3/+2
| | | | | | | | | | up properly. This is why it's such a bad idea to mix several different kinds of fix into mdoc commits. :-( Notes: svn path=/stable/3/; revision=57759
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-033-28/+57
| | | | Notes: svn path=/stable/3/; revision=57746
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-034-333/+668
| | | | | | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. This is not a merge from current because these files were recreated from the HTML source from the new distribution in current. The new files weren't created with _any_ hard sentence breaks. Notes: svn path=/stable/3/; revision=57720
* MFC: $FreeBSD$, hosts_access(5) reference.Chris Timmons2000-03-031-1/+9
| | | | Notes: svn path=/stable/3/; revision=57706
* MFC rev 1.45 and rev 1.46:Sheldon Hearn2000-03-011-21/+50
| | | | | | | | Fix hard sentence breaks. Clarify explanation of which syslog logging facility is used. Notes: svn path=/stable/3/; revision=57653
* MFC: SIGHUP and SIGCHLD ought to be restartable as they used to be.Joerg Wunsch2000-02-291-2/+2
| | | | Notes: svn path=/stable/3/; revision=57610
* MFC: rev 1.58, fix a deadly race condition between the signal handlersJoerg Wunsch2000-02-281-36/+97
| | | | | | | for SIGHUP and SIGCHLD. Notes: svn path=/stable/3/; revision=57559
* MFC: {rev 1.11} Increase `CIS_MAXSTR' to 254. This allows pccardd(8) inJoseph Koshy2000-02-281-1/+1
| | | | | | | | | -STABLE to recognize PCMCIA cards with long identification strings. Reviewed by: Warner Losh <imp@village.org> Notes: svn path=/stable/3/; revision=57551
* MFC: add a couple of serial mouse PnP IDs (rev 1.36, 1.37).Kazutaka YOKOTA2000-02-241-0/+4
| | | | Notes: svn path=/stable/3/; revision=57425
* MFC: buffer overflow fix.Ruslan Ermilov2000-02-211-2/+2
| | | | | | | PR: 16415 Notes: svn path=/stable/3/; revision=57374
* MFC: better isdir() handling, string-stomping fix.Jordan K. Hubbard2000-02-192-2/+10
| | | | Notes: svn path=/stable/3/; revision=57329
* MFC: updates the vidcontrol man page to include mention of the new -MBill Swingle2000-02-171-0/+4
| | | | | | | | | | flag PR: 16221 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/stable/3/; revision=57273
* MFC: Unbroke the reference to libalias(3).Ruslan Ermilov2000-02-051-1/+1
| | | | Notes: svn path=/stable/3/; revision=57002
* MFC: crunchgen features useful for PicoBSD buildsLuigi Rizzo2000-02-052-9/+60
| | | | Notes: svn path=/stable/3/; revision=56996