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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the embedded scope hack. They way this was written is buggy since the
claudio
2021-01-19
1
-15
/
+10
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
2
-6
/
+6
*
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 ckqueue() to common_source/common.c
jca
2016-02-29
2
-2
/
+32
*
Move prototypes of local functions from lp.h to the .c files and make
tb
2016-01-12
4
-56
/
+50
*
Remove support for lpd.pid file. OK deraadt@
millert
2015-10-28
1
-2
/
+1
*
Use AF_UNIX instead of AF_LOCAL.
millert
2015-10-27
1
-3
/
+3
*
Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept
guenther
2015-10-11
1
-2
/
+2
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
2
-5
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
6
-14
/
+14
*
use nanosleep() instead of select(); ok jsing
deraadt
2014-11-02
1
-4
/
+4
*
reallocarray() obviously
deraadt
2014-10-16
1
-5
/
+4
*
Make sure the correct errno is reported by warn* or err* and not
guenther
2014-07-20
1
-2
/
+3
*
stat(2) on the spool file needs privileges. Fixes file size reported by
pascal
2014-05-21
1
-2
/
+6
*
Prevent lpd(8) from looking into hosts.equiv.
ajacoutot
2014-04-20
1
-2
/
+1
*
Remove the printcap fc, fs, xc, xs capabilities from lpd that were used
naddy
2013-12-10
2
-10
/
+2
*
more ctype cleanups
deraadt
2013-11-24
2
-4
/
+4
*
If a constant string needs a name, use a static const array instead of a
guenther
2013-10-27
1
-3
/
+3
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-2
/
+1
*
Change scandir()'s 'select' argument from
guenther
2012-11-29
2
-4
/
+4
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
4
-10
/
+10
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
5
-41
/
+5
*
spaces
stevesk
2009-03-03
1
-3
/
+3
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
remove #ifndef SUN_LEN; ok millert@
stevesk
2007-05-01
1
-5
/
+2
*
use warn() vs. perror() for consistency; ok millert@
stevesk
2007-05-01
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
2
-6
/
+6
*
remove unused variable; ok millert@
stevesk
2007-03-16
1
-3
/
+2
*
typos in comments; ok millert@
stevesk
2007-03-13
1
-4
/
+4
*
Plug memory leak when nitems == 0.
ray
2006-04-08
1
-3
/
+3
*
NI_WITHSCOPEID is no more.
itojun
2004-11-17
1
-6
/
+2
*
Simpler loop to free queue items. OK otto@
millert
2004-09-28
1
-6
/
+4
*
Fix leaks in error paths. from Patrick Latifi. ok millert@
otto
2004-09-28
1
-10
/
+17
*
realloc fixes; ok deraadt millert
pvalchev
2003-09-26
1
-6
/
+12
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
8
-53
/
+21
*
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
*
kill last strcpy; ok millert
deraadt
2003-04-07
1
-4
/
+5
*
trivial strlcat, tedu@ ok
avsm
2003-04-05
1
-3
/
+3
*
Fix loop invariants in rmremote(). Reported by Arne Woerner in PR
millert
2003-02-13
1
-11
/
+24
*
merge if() and foo = snprintf checks better; millert ok
deraadt
2002-07-27
1
-4
/
+4
*
Fixed some lpd bugs while on the plane from Calgary:
millert
2002-06-13
2
-5
/
+5
*
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
*
Convert remaining K&R function headers to ANSI
millert
2002-06-09
2
-13
/
+8
*
o Kill "garbage" global (unused)
millert
2002-06-09
3
-23
/
+19
*
o Replace some hard-coded octal constants w/ S_I*
millert
2002-06-08
1
-4
/
+4
*
use the dirfd macro instead of reaching into the DIR and pulling out dd_fd
millert
2002-06-08
1
-3
/
+3
[next]