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
/
common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ckqueue() to common_source/common.c
jca
2016-02-29
1
-1
/
+30
*
Move prototypes of local functions from lp.h to the .c files and make
tb
2016-01-12
1
-14
/
+1
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
1
-3
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
use nanosleep() instead of select(); ok jsing
deraadt
2014-11-02
1
-4
/
+4
*
reallocarray() obviously
deraadt
2014-10-16
1
-5
/
+4
*
Remove the printcap fc, fs, xc, xs capabilities from lpd that were used
naddy
2013-12-10
1
-5
/
+1
*
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
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
remove unused variable; ok millert@
stevesk
2007-03-16
1
-3
/
+2
*
typos in comments; ok millert@
stevesk
2007-03-13
1
-4
/
+4
*
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
1
-7
/
+3
*
kill last strcpy; ok millert
deraadt
2003-04-07
1
-4
/
+5
*
Fixed some lpd bugs while on the plane from Calgary:
millert
2002-06-13
1
-3
/
+3
*
Convert remaining K&R function headers to ANSI
millert
2002-06-09
1
-11
/
+6
*
o Kill "garbage" global (unused)
millert
2002-06-09
1
-9
/
+8
*
use the dirfd macro instead of reaching into the DIR and pulling out dd_fd
millert
2002-06-08
1
-3
/
+3
*
Remove some debugging code
millert
2002-06-08
1
-7
/
+2
*
Remove setuid root from lp*. lpr needs to be setuid daemon so the
millert
2002-06-08
1
-12
/
+47
*
Pull in useful bits from NetBSD and make our lp* easier to diff and
millert
2002-05-20
1
-126
/
+155
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-18
/
+4
*
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
2002-02-16
1
-3
/
+3
*
use err/warn and friends instead of printf/exit.
ericj
2001-12-06
1
-4
/
+4
*
use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack
deraadt
2001-11-23
1
-8
/
+33
*
o kill register
millert
2001-08-30
1
-10
/
+10
*
another euid mixup; wiz@danbala.ifoer.tuwien.ac.at
deraadt
2001-04-05
1
-4
/
+6
*
missung euid swapout; j@ida.interface-business.de
deraadt
2001-04-04
1
-3
/
+5
*
Treat a printer as remote iff RM is not us or RP is set and it doesn't match the
angelos
1998-06-28
1
-2
/
+17
*
Use keepalives as the protocol never notices if a networked printer
niklas
1998-02-15
1
-3
/
+6
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-5
/
+5
*
inet_aton() returns 0 on error, not -1.
millert
1997-07-24
1
-3
/
+3
*
Wall cleanup; people running lpd should test!
deraadt
1997-07-19
1
-4
/
+4
*
Add OpenBSD tags
millert
1997-01-17
1
-0
/
+6
*
proactive bounds checking; help from millert
deraadt
1996-10-25
1
-2
/
+2
*
Integrated 4.4Lite2 source
tholo
1996-07-04
1
-19
/
+44
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+361