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
/
common_source
/
displayq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+1
*
Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.
bentley
2016-03-17
1
-9
/
+10
*
Move prototypes of local functions from lp.h to the .c files and make
tb
2016-01-12
1
-9
/
+17
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
stat(2) on the spool file needs privileges. Fixes file size reported by
pascal
2014-05-21
1
-2
/
+6
*
more ctype cleanups
deraadt
2013-11-24
1
-2
/
+2
*
If a constant string needs a name, use a static const array instead of a
guenther
2013-10-27
1
-3
/
+3
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
spaces
stevesk
2009-03-03
1
-3
/
+3
*
I have an HP LaserJet (P2015dn) whose LPR implementation may not end
stevesk
2007-04-08
1
-4
/
+8
*
trailing "\n" not needed in fatal(); ok millert@
stevesk
2007-04-07
1
-3
/
+3
*
Plug memory leak when nitems == 0.
ray
2006-04-08
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
Don't reformat output beyond a minimum terminal width (60).
pjanzen
2003-05-13
1
-2
/
+4
*
Do vis()-cleaning when displaying the print queue.
pjanzen
2003-05-12
1
-3
/
+9
*
trivial strlcat, tedu@ ok
avsm
2003-04-05
1
-3
/
+3
*
Better fix for correct queue printing when things have been moved around.
millert
2002-06-09
1
-14
/
+9
*
Don't print jobs in transit to a remote queue as being "active"
millert
2002-06-09
1
-4
/
+9
*
o Kill "garbage" global (unused)
millert
2002-06-09
1
-12
/
+10
*
o Replace some hard-coded octal constants w/ S_I*
millert
2002-06-08
1
-4
/
+4
*
Remove setuid root from lp*. lpr needs to be setuid daemon so the
millert
2002-06-08
1
-37
/
+43
*
Remove useless sigaddset()
millert
2002-05-28
1
-3
/
+2
*
Pull in useful bits from NetBSD and make our lp* easier to diff and
millert
2002-05-20
1
-55
/
+62
*
displayq to honor the terminal width; millert@ ok
mickey
2001-11-01
1
-12
/
+25
*
o kill register
millert
2001-08-30
1
-12
/
+12
*
Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are not
millert
2001-08-30
1
-4
/
+4
*
Fix buffer oflow reading from queue file. While we are at it, crank
millert
2001-08-29
1
-9
/
+15
*
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-06-22
1
-4
/
+3
*
Fix snprintf return value usage.
millert
1998-06-23
1
-4
/
+4
*
be more paranoid.
deraadt
1998-02-27
1
-11
/
+21
*
1 byte oflows; millert
deraadt
1997-07-23
1
-4
/
+4
*
Wall
deraadt
1997-07-17
1
-3
/
+3
*
Possible buf oflow.
millert
1997-01-17
1
-3
/
+10
*
proactive bounds checking; help from millert
deraadt
1996-10-25
1
-3
/
+4
*
Integrated 4.4Lite2 source
tholo
1996-07-04
1
-12
/
+13
*
from netbsd; {} mania
deraadt
1995-11-22
1
-4
/
+5
*
lprm failed to delete all files; from thomas@cevis.uni-Bremen.de; netbsd pr#1756
deraadt
1995-11-13
1
-3
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+470