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.bin
/
sort
/
msort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-1
/
+3
*
repair buffer resizing "undershoot", and some minor issues with
deraadt
2013-11-13
1
-2
/
+2
*
implement -C (silent -c), required by POSIX.1-2008;
schwarze
2009-12-22
1
-6
/
+13
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Add a -s option to make the radix sort be a stable sort. Based on
millert
2007-08-21
1
-3
/
+3
*
Use separate buffers in fsort.c and msort.c. Fixes a problem with
millert
2007-03-13
1
-27
/
+17
*
some bug (in sort? or compiler) gets hit too late in the release cycle.
deraadt
2007-03-11
1
-17
/
+27
*
Use separate buffers in fsort.c and msort.c. Fixes a problem with
millert
2007-03-07
1
-27
/
+17
*
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
millert
2006-10-29
1
-15
/
+15
*
revert previous change; causes segfault when called from
naddy
2006-10-28
1
-13
/
+15
*
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
millert
2006-10-18
1
-15
/
+13
*
ansi; khalek@linuxgamers.net
deraadt
2004-07-20
1
-24
/
+14
*
protos
deraadt
2003-06-26
1
-7
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
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
-4
/
+4
*
Align the pointers when splitting up a mallocated area.
art
2002-01-04
1
-6
/
+7
*
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
ericj
2001-02-04
1
-13
/
+21
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-3
/
+3
*
Dynamically allocate memory for structures whose sizes are based on the
millert
1999-05-24
1
-9
/
+18
*
64bit fixes. Some of these are a bit bogus as there were "long"s
millert
1997-06-30
1
-9
/
+9
*
Fix an unaligned access on alpha.
millert
1997-06-30
1
-3
/
+3
*
Cosmetic cleanup, mostly KNF.
millert
1997-06-16
1
-23
/
+25
*
Fix some err(3) usage and usage string.
millert
1997-01-22
1
-3
/
+3
*
Fix off-by-one differently--add an extra byte to buffer (ick).
millert
1997-01-22
1
-17
/
+20
*
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
millert
1997-01-20
1
-0
/
+310