| Age | Commit message (Expand) | Author |
| 2000-07-16 | account(): fix so that number of copies is optional and whitespace | jdolecek |
| 2000-07-04 | More #include <stdlib.h> string, etc. cleanup | matt |
| 2000-06-05 | Get rid of the stupid hack that makes this lose when ${CC} is more than one w... | mycroft |
| 2000-05-31 | Just remove the first word so that rcmd.c compiles even if the command line | enami |
| 2000-05-30 | usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid | itojun |
| 2000-04-30 | Need <string.h> for memset() prototype. | thorpej |
| 2000-04-29 | lpf used its own broken argv parsing (-h without an argument would dump core) | abs |
| 2000-04-27 | remove unused variable | msaitoh |
| 2000-04-27 | Finish transition to using getopt(3). Fixes bin/9963 by Brian Stark. | jdolecek |
| 2000-04-25 | allow lp=port@host again. PR9975 from Andreas Gustafsson. | itojun |
| 2000-04-24 | avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname). | itojun |
| 2000-04-16 | make scandir(3)'s 3rd argument take a function that takes a *const* | mrg |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-04-10 | - fix usage message to current reality. | mrg |
| 2000-02-24 | (rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs. | itojun |
| 2000-02-18 | do not sleep on ECONNREFUSED, rather, try the next address first. | itojun |
| 2000-01-27 | IPv6 support, using rcmd-family funciton added. | itojun |
| 1999-12-23 | Fix null terminating the wrong buffer curtesy of similar variables | mjl |
| 1999-12-11 | - use symbolic names for mode bits | mrg |
| 1999-12-11 | xref setsockopt (from freebsd) and hosts.equiv. | mrg |
| 1999-12-10 | tsk. tsk. document new features i added. | mrg |
| 1999-12-07 | - add timeouts to displayq(), rmremote(), sendfile() and response(), | mrg |
| 1999-12-05 | main(): g/c variable errs accidentaly introduced in last commit, rename | jdolecek |
| 1999-12-05 | Change the formatting of output so that entries with host:user longer than | jdolecek |
| 1999-12-05 | put fatal() and a some of variables used independantly of other functions | jdolecek |
| 1999-09-26 | delint and other cleanups. | mrg |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 1999-03-24 | Remove spurious .ne's. | mycroft |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-13 | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | lukem |
| 1999-03-10 | Add missing .El line. | erh |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-09-14 | Fix pr 5071 better after feedback from the Originator Havard Eidnes. | frueauf |
| 1998-09-14 | Add (ugly?) code to prevent core dump as described in pr 5071 by Havard Eidnes. | frueauf |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-09 | Declare ints, too, don't default them. | msaitoh |
| 1998-07-07 | fix "-s" option | mrg |
| 1998-07-07 | oops, missed this in gethostname sweep. | mrg |
| 1998-07-07 | add "lp -s" switch, from darcy@druid.net in pr#5713. document "lp -s" and "l... | mrg |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair |
| 1997-12-21 | Use obj dirs | christos |
| 1997-10-25 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-20 | Add support for DTR/CTS flow control, from Bill Studenmund. | scottr |
| 1997-10-19 | Use S_IS*(), not S_IF*. | mycroft |
| 1997-10-18 | use memcmp/memset/memmove instead of bcmp/bzero/bcopy | lukem |
| 1997-10-18 | enable WARNS=1 by default, but disable in unclean 3rd party code | lukem |
| 1997-10-16 | fix race condition when building libcommon with make -j | lukem |