index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
lpr
/
lpr
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-08
correct Research Unix edition "appeared in" use in HISTORY
jsg
1
-3
/
+3
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-2
/
+1
2016-12-28
fix the remaining cases of .Xr with only one argument
schwarze
1
-5
/
+3
2015-12-28
build all lpr tools with -Werror-implicit-function-declaration
benno
1
-1
/
+2
2015-02-09
clean up flags++ instances around getopt()
deraadt
1
-5
/
+5
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-4
/
+4
2014-05-20
Use errc/warnc to simplify code.
guenther
1
-2
/
+2
2013-11-24
more ctype cleanups
deraadt
1
-2
/
+2
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
guenther
1
-3
/
+3
2013-02-15
Add missing break, reported by Jared S. Candelaria.
mpi
1
-1
/
+2
2011-05-02
no need to escape `|'; as discussed with schwartze
jmc
1
-4
/
+4
2010-10-28
more roff removal;
jmc
1
-9
/
+4
2010-02-18
Each .Bk must be closed by .Ek.
schwarze
1
-2
/
+3
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-15
/
+1
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-04-07
KNF, spaces; ok millert@
stevesk
1
-4
/
+4
2007-03-06
tidy up synopsis, usage(), and options list; from Igor Sobrado
jmc
2
-44
/
+26
2006-10-11
use SEEK_SET; chl@tuxfamily.org
deraadt
1
-4
/
+4
2005-11-12
use asprintf instead; dhill@mindcry.org
deraadt
1
-10
/
+9
2005-03-25
Use the return value from getopt() instead of optopt in non-error
jaredy
1
-4
/
+4
2004-05-10
Do not always print banner page.
otto
1
-3
/
+4
2004-04-14
Pass the job name to the input filter via the -j flag. Some filters
millert
1
-3
/
+3
2003-06-12
- section reorder
jmc
1
-8
/
+8
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
2
-13
/
+5
2003-05-19
No longer complain about printing a.out files; this sort of detection really
pjanzen
2
-14
/
+3
2003-03-27
Add -q to the getopt() string and document it; Brian Ginsbach
millert
2
-6
/
+8
2003-03-25
Fix last commit; to emulate setuid daemon + PRIV_END we need to
millert
1
-5
/
+5
2003-03-11
Make lpr and lprm setuid root but drop to daemon very early.
millert
2
-7
/
+16
2003-03-08
Honor the :sh: flag in the local printcap for remote printers too
millert
1
-3
/
+4
2002-06-19
stretch some ugly while();
deraadt
1
-3
/
+4
2002-06-09
Convert remaining K&R function headers to ANSI
millert
1
-28
/
+16
2002-06-08
Remove setuid root from lp*. lpr needs to be setuid daemon so the
millert
2
-46
/
+50
2002-05-20
Pull in useful bits from NetBSD and make our lp* easier to diff and
millert
3
-152
/
+173
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
1
-12
/
+12
2002-02-13
When you give command examples and etc., in a manual page prefix them with:
mpech
1
-4
/
+4
2001-12-06
use err/warn and friends instead of printf/exit.
ericj
1
-71
/
+36
2001-11-23
use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack
deraadt
1
-2
/
+4
2001-11-19
use _exit in signal handler
deraadt
1
-3
/
+3
2001-08-30
o kill register
millert
1
-22
/
+22
2000-03-19
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
aaron
1
-22
/
+31
1999-06-05
more .Os cleansing
aaron
1
-12
/
+17
1997-07-25
#if __STDC__ --> #ifdef __STDC__
mickey
1
-5
/
+5
1997-07-19
Wall cleanup; people running lpd should test!
deraadt
1
-4
/
+4
1997-07-09
Fix strncat(3) usage.
millert
1
-4
/
+4
1997-07-08
BUFSIZ -> MAXPATHLEN and strcat -> strncat.
millert
1
-9
/
+9
1997-06-23
It is not a reasonable default behavior to abort a printout because of its
kstailey
1
-6
/
+2
1997-06-20
add newline to message
kstailey
1
-3
/
+3
1997-06-20
I wasted a lot of paper because of the way that printcap mx is handled.
kstailey
1
-3
/
+8
1997-01-17
Add OpenBSD tags (was in wrong dir for previous commit)
millert
2
-2
/
+7
1996-11-04
Don't use access(2) -- from Theo.
millert
1
-8
/
+4
[next]