Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 1 | -2/+2 |
| | | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me) | ||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -6/+7 |
| | |||||
* | o remove __P | imp | 2002-03-21 | 1 | -4/+4 |
| | | | | o remove main prototype | ||||
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -1/+1 |
| | | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?) | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -0/+2 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -3/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | Fixes a potential buffer overflow with the pid filename. | joe | 2000-04-30 | 1 | -1/+3 |
| | | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -5/+10 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Correct use of .Nm and .Ev. | charnier | 1998-08-03 | 2 | -31/+34 |
| | | | | Add rcsid, rmove unused #include. Spelling. | ||||
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -2/+3 |
| | |||||
* | Fixed printf format errors, scanf format errors and scanf error handling. | bde | 1998-06-28 | 1 | -7/+9 |
| | |||||
* | Remove unused include files | eivind | 1997-12-22 | 1 | -9/+3 |
| | | | | Submitted by: bde | ||||
* | Remove unused private header. | eivind | 1997-12-21 | 1 | -2/+1 |
| | | | | Submitted by: max | ||||
* | Use err(3). Add missing prototypes. Cosmetic in usage string. | charnier | 1997-06-19 | 1 | -11/+20 |
| | |||||
* | Fixed missing DPADD. Removed now-redundant SRCS. | bde | 1997-04-01 | 1 | -1/+1 |
| | |||||
* | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 1 | -2/+6 |
| | | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org | ||||
* | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 2 | -162/+2 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -2/+3 |
| | |||||
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 1 | -1/+2 |
| | |||||
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 1 | -12/+15 |
| | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. | ||||
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -1/+1 |
| | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. | ||||
* | Fixed a couple of format strings to match the change of pid_t from long | bde | 1996-04-13 | 1 | -1/+1 |
| | | | | | | to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'. | ||||
* | Prepare to eliminate multiply uucplock.c copies | ache | 1996-03-04 | 1 | -16/+33 |
| | |||||
* | Fix a bunch of spelling errors. | mpp | 1996-01-29 | 1 | -4/+4 |
| | |||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 3 | -16/+0 |
| | |||||
* | Log user name with each info and total connection time elapsed | ache | 1995-09-27 | 1 | -48/+55 |
| | | | | | (for accounting purposes). Log few additional events like dialing number and connection established. Set speed POSIXly. | ||||
* | Rename PATH_LOCK to PATH_UUCPLOCK | ache | 1995-09-23 | 1 | -2/+2 |
| | |||||
* | Use new _PATH_LOCK for lock names | ache | 1995-09-20 | 1 | -5/+6 |
| | |||||
* | Make uucp-lock optional: -L option | ache | 1995-09-20 | 2 | -18/+31 |
| | |||||
* | Fix uucp locking | ache | 1995-09-19 | 2 | -38/+29 |
| | | | | | Remove unnecesary TIOCSETD Move SLIO* before startup script call | ||||
* | New option: -S #: set SLIP unit number | ache | 1995-09-18 | 2 | -5/+18 |
| | |||||
* | Add new options: | ache | 1995-09-17 | 2 | -12/+52 |
| | | | | | | | -K: set keepalive SLIP timeout -O: set outfill SLIP timeout Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect. Back out background scription change, cause some synchro problems. | ||||
* | Use daemon() instead of fork/setsid/close. | ache | 1995-09-16 | 1 | -26/+15 |
| | | | | Rearrange things to do fork as later as possible. | ||||
* | Oops. Fix my error with -W option | ache | 1995-09-15 | 1 | -2/+2 |
| | |||||
* | Close line before fork, or becomes close twice. | ache | 1995-09-15 | 1 | -28/+26 |
| | | | | Debug output cleanup. | ||||
* | Tune it to REALLY sense carrier drop. | ache | 1995-09-15 | 2 | -102/+117 |
| | | | | | | | | | Now works with dialin devices too. Add new option in slattach style -l: dont use modem control. Add new option -W: specify max number of dial tries for one phone. Remove -p option, this ugly hack not needed. Fix script timeout expires. Some code cleanups. | ||||
* | Restore TTYDISC on exit. Move setting of control terminal | ache | 1995-09-15 | 1 | -9/+14 |
| | | | | after TTYDISC setting | ||||
* | Wait until login completed before starting SLIP (5 secs) | ache | 1995-09-15 | 1 | -0/+3 |
| | |||||
* | Pass sequence number to called scripts via LINE env. variable. | ache | 1995-09-15 | 2 | -3/+18 |
| | | | | It allows specific per phone number tunings | ||||
* | Add reference to /usr/share/examples/startslip | ache | 1995-09-14 | 1 | -1/+2 |
| | |||||
* | Add example scripts | ache | 1995-09-14 | 3 | -0/+16 |
| |