| Commit message (Expand) | Author | Age | Files | Lines |
* | Admin some amount of responsibility for the current state of lpr/lpd. | wollman | 2000-07-15 | 1 | -0/+3 |
* | Quit on EOF from terminal instead of redisplaying the prompt. | mph | 2000-06-30 | 1 | -1/+1 |
* | Fix description of `-i' and `-w' options. | wollman | 2000-06-27 | 1 | -23/+34 |
* | Allow Nm to expand gracefully instead of hard-coding an argument. | sheldonh | 2000-06-22 | 1 | -2/+2 |
* | Allow those of us who have to print through LPRng spoolers to send | wollman | 2000-06-21 | 2 | -7/+64 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -8/+8 |
* | Remove the lpr/runqueue directory and associated files. | mpp | 2000-05-24 | 4 | -3014/+0 |
* | Re-implement my fix from rev 1.6 (same rev for both files being committed) | mpp | 2000-05-24 | 2 | -2/+20 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -8/+8 |
* | This appears to have been repo-copied to lpd a while ago and never | imp | 2000-05-09 | 1 | -375/+0 |
* | Print files submitted at the same instant in deterministic order. | wollman | 2000-05-03 | 1 | -5/+20 |
* | Add -p option to prevent lpd(8) from opening a listening socket. | sheldonh | 2000-03-29 | 2 | -17/+32 |
* | Remove blanks lines, replacing them with Pp macros where appropriate. | sheldonh | 2000-03-08 | 1 | -2/+1 |
* | Add missing description for the dummy -o option. | sheldonh | 2000-03-08 | 1 | -0/+5 |
* | Add a dummy -s option for SUSv2 compatibility. | sheldonh | 2000-03-08 | 2 | -2/+11 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 4 | -11/+22 |
* | Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect buffer | dillon | 2000-01-25 | 1 | -1/+1 |
* | 'start' command was not reenabling printing. | dillon | 2000-01-24 | 1 | -3/+4 |
* | It's not been possible to configure a print server running lpd, | joe | 2000-01-19 | 1 | -1/+1 |
* | Add support for pr's locale | ache | 1999-11-30 | 4 | -11/+46 |
* | moved to koi2alt | ache | 1999-09-23 | 1 | -101/+0 |
* | Add koi2855 filter | ache | 1999-09-21 | 5 | -3/+121 |
* | Correct spelling : ascii -> ASCII | phantom | 1999-09-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 51 | -51/+51 |
* | Fix some cut and paste damage. | mdodd | 1999-08-20 | 1 | -2/+2 |
* | What the heck was I thinking? Nobody else saw this? Sheesh. | mdodd | 1999-08-20 | 1 | -3/+5 |
* | Use el_source() so we pick up .editrc | mdodd | 1999-08-19 | 1 | -1/+2 |
* | Add support for command line editing and history. | mdodd | 1999-08-19 | 2 | -26/+47 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 6 | -0/+6 |
* | lpd tries to be clever and checks if RM == my_hostname. | jkh | 1999-04-27 | 3 | -3/+25 |
* | Sigh. Fix capitalization bogon. Who had the pointy hat? | wollman | 1999-02-02 | 1 | -2/+2 |
* | Observe -U flag again, and use it in preference to getlogin(), if | wollman | 1999-02-01 | 1 | -4/+11 |
* | Change my mind on using base '0' for strtol for -i and -# operations | imp | 1999-01-06 | 1 | -3/+3 |
* | Add sanity checking to argument for -# and -i. Require these | imp | 1999-01-06 | 1 | -4/+8 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 3 | -6/+3 |
* | Fix additional warnings. Remove -Werror, since some people have complained | wollman | 1998-09-11 | 17 | -38/+49 |
* | Fix ``lp=port@machine'' syntax and mention it in printcap(5). | brian | 1998-08-21 | 2 | -3/+14 |
* | Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits | jb | 1998-06-11 | 3 | -14/+3 |
* | Spelling fixes. | phk | 1998-06-10 | 1 | -2/+2 |
* | The printf type checking in gcc wants %qd to be a long long, so add | jb | 1998-05-13 | 1 | -2/+2 |
* | Make -Werror i386 specific because -nostinc on alpha spits warnings | jb | 1998-05-13 | 3 | -6/+17 |
* | Make ``-h'' follow the manpage, and suppress the burst page reguardless of | obrien | 1998-04-17 | 1 | -3/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 2 | -4/+4 |
* | Cast an argument to int for a printf field width the way that gcc | jb | 1998-03-22 | 1 | -2/+2 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 10 | -36/+35 |
* | Add DESTDIR to afterinstall | ache | 1998-02-24 | 1 | -1/+1 |
* | Oops, back out DESTDIR addition, handled automatically by bsd.prog.mk | ache | 1998-02-24 | 1 | -1/+1 |
* | Add missing DESTDIR | ache | 1998-02-23 | 1 | -1/+1 |
* | Install printcap.5 from here. | wollman | 1998-02-04 | 1 | -1/+2 |
* | Add comment describing settings | ache | 1998-02-04 | 1 | -3/+10 |