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
/
bin
/
ksh
/
c_ulimit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Support 64 bit integers on 32 bit architectures.
tobias
2018-04-09
1
-3
/
+4
*
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-03-15
1
-2
/
+2
*
Introduce internal_warningf() and mark internal_errorf() as noreturn
jca
2018-01-16
1
-2
/
+2
*
Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
anton
2018-01-16
1
-16
/
+2
*
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
1
-1
/
+2
*
Use isdigit() instead of ksh's homebrewed alternative.
mmcc
2015-11-12
1
-1
/
+2
*
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
1
-1
/
+3
*
Apply style(9) to header includes.
mmcc
2015-10-19
1
-2
/
+3
*
correct spelling of NULL from (char *)0. from Michael McConville.
tedu
2015-09-15
1
-2
/
+2
*
remove trailing whitespaces; use tabs instead of spaces where appropriate;
sobrado
2013-11-28
1
-2
/
+2
*
be more specific in ulimit error messages.
espie
2013-11-14
1
-3
/
+4
*
Make ulimit able to get and set multiple limits in a single invocation
millert
2008-03-21
1
-99
/
+125
*
Compute user-given ulimit value times ulimit unit as an rlim_t value, not a
miod
2006-11-20
1
-2
/
+2
*
might as well make ksh_getopt() match real getopt(), ie. get rid of that
deraadt
2006-03-12
1
-2
/
+2
*
lots of indentation cleanup, now ksh is readable like our other code.
deraadt
2005-03-30
1
-19
/
+18
*
Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic
otto
2005-02-02
1
-2
/
+2
*
Ansification plus some minor knf. No binary change on i386 and
otto
2004-12-20
1
-3
/
+2
*
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
millert
2004-12-18
1
-101
/
+4
*
typos from Jared Yanovich;
jmc
2003-10-22
1
-2
/
+2
*
knf
todd
2002-06-09
1
-2
/
+2
*
patches from pdksh 5.2.13.11
millert
1999-06-15
1
-2
/
+2
*
bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.
millert
1999-01-08
1
-2
/
+2
*
better error message from ulimit
millert
1998-11-24
1
-2
/
+6
*
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
millert
1998-10-29
1
-13
/
+22
*
Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted"
millert
1998-01-17
1
-2
/
+5
*
back out
kstailey
1997-06-19
1
-2
/
+2
*
(foo *)0 -> NULL
kstailey
1997-06-18
1
-2
/
+2
*
Import pdksh 5.2.7.
downsj
1996-08-14
1
-0
/
+257