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
/
sort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parentheses to suppress compiler warning.
brad
2014-10-26
1
-3
/
+3
*
Userland reallocarray() audit.
doug
2014-10-11
1
-3
/
+3
*
repair buffer resizing "undershoot", and some minor issues with
deraadt
2013-11-13
1
-3
/
+4
*
fdopen(3) return a FILE * not an int, so compare against NULL.
gsoares
2012-10-30
1
-2
/
+2
*
implement -C (silent -c), required by POSIX.1-2008;
schwarze
2009-12-22
1
-6
/
+12
*
Don't catch a signal if we inherited it as ignored. Instigated by
guenther
2009-10-28
1
-3
/
+6
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
sort usage();
jmc
2007-08-22
1
-3
/
+3
*
Add a -s option to make the radix sort be a stable sort. Based on
millert
2007-08-21
1
-5
/
+8
*
Use separate buffers in fsort.c and msort.c. Fixes a problem with
millert
2007-03-13
1
-6
/
+3
*
some bug (in sort? or compiler) gets hit too late in the release cycle.
deraadt
2007-03-11
1
-3
/
+6
*
Use separate buffers in fsort.c and msort.c. Fixes a problem with
millert
2007-03-07
1
-6
/
+3
*
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
millert
2006-10-29
1
-2
/
+10
*
revert previous change; causes segfault when called from
naddy
2006-10-28
1
-9
/
+2
*
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
millert
2006-10-18
1
-2
/
+9
*
remove ellipsis from -k in usage();
jmc
2005-10-04
1
-3
/
+3
*
sort options and sync usage();
jmc
2005-09-28
1
-4
/
+5
*
add a -z option that allows you to split records on the nul character
dlg
2005-09-27
1
-4
/
+11
*
remove silly optimization which should eventually save
moritz
2005-04-11
1
-5
/
+3
*
ARGSUSED before signal handler with unused signo
deraadt
2004-09-14
1
-2
/
+3
*
do not init SINGL_FLD, SEP_FLAG twice; from robert nagy
mickey
2004-03-17
1
-3
/
+2
*
protos
deraadt
2003-06-26
1
-3
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-10
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.
millert
2003-03-30
1
-4
/
+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
-5
/
+5
*
Repair brain-damaged struct sigaction initialization.
millert
2001-11-17
1
-4
/
+6
*
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
ericj
2001-02-04
1
-3
/
+6
*
mark remaining signal races which are difficult to fix, and fix a few partially
deraadt
2001-01-19
1
-3
/
+3
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-8
/
+8
*
Using mkstemp to create permanent files is possible, but then
espie
1999-11-30
1
-3
/
+11
*
Dynamically allocate memory for structures whose sizes are based on the
millert
1999-05-24
1
-9
/
+21
*
put -H in synopsis; aaron@ug.cs.dal.ca
deraadt
1998-07-24
1
-3
/
+3
*
use warnx()
mickey
1998-07-20
1
-3
/
+4
*
indent
deraadt
1998-07-20
1
-3
/
+3
*
fix usage correctly
deraadt
1998-07-20
1
-5
/
+7
*
consolidate printfs
mickey
1998-07-20
1
-4
/
+4
*
64bit fixes. Some of these are a bit bogus as there were "long"s
millert
1997-06-30
1
-3
/
+3
*
Normalize treatment of -n option. Don't know why it was ever special-cased
millert
1997-06-16
1
-11
/
+5
*
Cosmetic cleanup, mostly KNF.
millert
1997-06-16
1
-9
/
+28
*
for implied stdin, do not corrupt argv[0]
deraadt
1997-01-26
1
-5
/
+11
*
Fix some err(3) usage and usage string.
millert
1997-01-22
1
-7
/
+7
*
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
millert
1997-01-20
1
-0
/
+297