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
/
xargs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sizeof(char *) not sizeof(char **) when allocating an array
millert
2018-06-12
1
-3
/
+3
*
Favor memmove() over memcpy() since dst and src originates from the same
anton
2017-10-16
1
-2
/
+2
*
Fix -L/-I processing in -0 mode so that NUL-delimited entries are
millert
2017-01-19
1
-4
/
+11
*
remove unused variable repllen.
tedu
2017-01-03
1
-3
/
+2
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
1
-5
/
+3
*
pledge "stdio rpath proc exec". proc & exec because obviously it
deraadt
2015-10-10
1
-1
/
+5
*
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
2015-04-18
1
-7
/
+15
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
IL are marked xsi;
jmc
2014-06-04
1
-9
/
+8
*
no longer any need to quote macro lines with >9 args;
jmc
2013-08-14
1
-3
/
+3
*
add an EXIT STATUS section for /usr/bin;
jmc
2010-09-03
1
-4
/
+4
*
Regarding -L, consider a line ending in unescaped white space and the next
schwarze
2010-03-25
2
-12
/
+25
*
xargs -I and -L are XPG4, not POSIX; ok jmc@
schwarze
2010-02-04
1
-3
/
+11
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
2
-20
/
+2
*
use the UNIX-related macros (.At and .Ux) where appropriate.
sobrado
2009-10-22
1
-3
/
+4
*
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
jmc
2009-02-08
1
-3
/
+3
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-4
/
+4
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
- use a consistent text for STANDARDS
jmc
2007-05-30
1
-11
/
+8
*
a variation of netbsd -r1.18:
jmc
2006-08-12
1
-2
/
+3
*
Use 'cp -R' instead of 'cp -r' in the example of the -J option.
bernd
2006-07-24
1
-2
/
+2
*
Put commas in right places, from Ray Lai.
otto
2006-02-14
1
-2
/
+3
*
Document that -0 is an non-standard extension (sad but true).
otto
2006-02-14
1
-2
/
+2
*
lint makes it easy to find these really bad ones, like size_t n = snprintf
cloder
2005-12-01
1
-3
/
+4
*
spacing
deraadt
2005-11-01
2
-8
/
+8
*
terminate the buffer before calling regexec(3) when prompting for
fgsch
2005-09-26
1
-2
/
+3
*
- add -r to usage()
jmc
2005-09-12
2
-5
/
+5
*
Make xargs run [utility] program even when zero arguements are provided,
brad
2005-09-10
2
-9
/
+20
*
KNF
millert
2005-06-20
1
-8
/
+6
*
Make behavior if the utility was not found or could not be executed
millert
2004-08-23
1
-12
/
+7
*
Fix typo (errx vs. err) for malloc failures; Andrey Matveev
millert
2003-08-15
1
-6
/
+6
*
can't use err after vfork. ok millert
tedu
2003-07-15
1
-6
/
+10
*
Close correct fd after dup2(); Maxime Henrion
millert
2003-06-13
1
-3
/
+3
*
tweak;
jmc
2003-06-12
1
-3
/
+5
*
Check snprintf rval for -1
millert
2003-06-12
1
-3
/
+3
*
Add the -o option to the getopt() string; missed in last commit.
millert
2003-06-12
1
-3
/
+3
*
Sync with FreeBSD's xargs plus some fixes by me. This makes us
millert
2003-06-12
4
-182
/
+707
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-10
/
+8
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
3
-19
/
+7
*
Don't require the -n flag if -x is specified. This is consistent with
millert
2002-02-18
1
-5
/
+2
*
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
*
kill more registers
mpech
2001-11-19
1
-5
/
+5
*
Change all option list specifications to ".Bl -tag -width Ds". Most man
aaron
2000-11-09
1
-2
/
+2
*
Finish off cleanup usr.bin/ man pages.
aaron
2000-03-14
1
-2
/
+2
*
Default value for -s option is ARG_MAX - 4096, not - 2048; enami
deraadt
2000-01-20
1
-2
/
+2
*
formatting
aaron
1999-08-18
1
-20
/
+21
*
usr.bin/ man page fixes, t-z
aaron
1998-10-30
1
-1
/
+2
*
use sysconf() to get ARG_MAX
deraadt
1998-06-23
1
-3
/
+6
*
indent
deraadt
1998-04-26
1
-8
/
+8
*
spelling; peter@clari.net.au
deraadt
1997-12-13
1
-2
/
+2
[next]