Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -14/+8 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -13/+13 |
| | |||||
* | Remove cross reference to uustat(1), which is no longer in the base | rwatson | 2005-01-02 | 1 | -1/+0 |
| | | | | | | | tree. MFC after: 3 days Submitted by: bkoenig at cs dot tu-berlin dot de | ||||
* | Reflect the cuaa->cuad namechange in documentation. | philip | 2004-11-13 | 1 | -1/+1 |
| | | | | | | Might as well do them all while I'm at it :-) Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
| | |||||
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core, imp | ||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Change this: | peter | 2003-01-08 | 1 | -4/+4 |
| | | | | | | | | | | | #include <strings.h> ... foo = (char *)strdup(...); To: #include <string.h> foo = strdup(...); because the former segfaults on an ia64 since there is no prototype for strdup() in strings.h. Converting an "int" to a pointer is fatal. | ||||
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -4/+4 |
| | | | | PR: docs/37176 | ||||
* | The .Nm utility. | charnier | 2002-07-06 | 1 | -6/+10 |
| | |||||
* | s/demon/daemon/ | dd | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | o remove __P | imp | 2002-03-21 | 1 | -1/+1 |
| | | | | o remove main prototype | ||||
* | 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 | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -4/+8 |
| | | | | | 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 | 3 | -3/+3 |
| | |||||
* | sprintf -> snprintf | kris | 1999-06-06 | 1 | -2/+3 |
| | | | | Obtained from: OpenBSD | ||||
* | $Header$ -> $Id$ | kris | 1999-05-29 | 3 | -58/+70 |
| | | | | | | | | Manpage formatting/grammatical fixes. Check return value of malloc() Add sccsid[], other minor source code cleanups Submitted by: Philippe Charnier | ||||
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -2/+4 |
| | |||||
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -2/+2 |
| | |||||
* | Remove the casts on signal() returns and compare the returned value | jb | 1998-02-20 | 1 | -5/+5 |
| | | | | | | with SIG_ERR to detect the error case. Suggested by: bde. | ||||
* | signal() returns an pointer, so must be cast to long, not int before | jb | 1998-01-25 | 1 | -5/+5 |
| | | | | comparing < 0. | ||||
* | Remove unused private include files from slattach. | eivind | 1997-12-21 | 1 | -8/+3 |
| | | | | Submitted by: bde | ||||
* | Use err(3). Add usage(). | charnier | 1997-06-19 | 1 | -34/+21 |
| | |||||
* | Fix typo: "oder" -> "order". | danny | 1997-04-16 | 1 | -2/+2 |
| | |||||
* | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 1 | -3/+10 |
| | | | | | | | | | 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 | 1 | -4/+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 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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 | -4/+4 |
| | |||||
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 1 | -1/+2 |
| | |||||
* | Fix if.h lossage. I could have sworn I already fixed this one. | wollman | 1996-12-10 | 1 | -2/+3 |
| | |||||
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 1 | -11/+14 |
| | | | | | | 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. | ||||
* | Properly distinguish 3 different cases: | ache | 1996-03-12 | 2 | -10/+23 |
| | | | | | No redial command. Empty redial command. Non-empty redial command. Pointed-by: bde | ||||
* | Re-open line after hangup in any case | ache | 1996-03-12 | 1 | -15/+2 |
| | |||||
* | Call unit-command -1 <new> first time connected, close PR 569 | ache | 1996-02-17 | 2 | -9/+18 |
| | |||||
* | Fix a bunch of spelling errors. | mpp | 1996-01-29 | 1 | -5/+5 |
| | |||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -143/+0 |
| | |||||
* | Convert to proper English in the same manner as the sliplogin manpage. | nate | 1995-10-26 | 1 | -12/+11 |
| | |||||
* | Call the -u UCMD command on exit. The command is called with the | joerg | 1995-09-29 | 1 | -0/+9 |
| | | | | | | | | current unit number, and the "new" unit number of -1. This allows the script to actually deconfigure the SLIP interface (e.g. by running "ifconfig delete") which has been impossible previously. This is most likely a candidate for 2.1, too. | ||||
* | From Bruce: | ache | 1995-09-20 | 2 | -4/+26 |
| | | | | | | | | | | | | | | | | | | | slattach always exited early because fd is not open in acquire_line(). Other (trivial) changes that I've been neglecting for some time: - Turn off O_NONBLOCK so that `chat' doesn't need to worry about it (`chat' actually does worry about it). - Really set speeds POSIXly :-). cfsetspeed() isn't POSIX. - Fix spelling error in comment. - Gripe about bad programming of doing everything from signal handlers. slattach should be written to do everything from the sigsuspend() loop, but I don't want to do it :-). From me: Use .PATH to find uucplock.c Submitted by: bde | ||||
* | Make uucp-locking optional: -L option | ache | 1995-09-20 | 2 | -53/+105 |
| | |||||
* | Unlock device for redial_cmd, then lock again | ache | 1995-09-19 | 1 | -0/+8 |
| |