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
/
jobs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for set -o pipefail
jca
2020-07-07
1
-2
/
+28
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-16
/
+16
*
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-03-15
1
-35
/
+32
*
Introduce internal_warningf() and mark internal_errorf() as noreturn
jca
2018-01-16
1
-9
/
+9
*
update comments that were left behind in the recent unifdef JOB commit
benno
2018-01-08
1
-15
/
+15
*
unifdef JOBS support
jca
2018-01-05
1
-48
/
+4
*
Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.
tb
2018-01-05
1
-3
/
+3
*
remove some ARGSUSED
mmcc
2016-03-17
1
-2
/
+1
*
rename global "e" to genv to avoid accidental shadowing and aliasing.
tedu
2015-12-30
1
-2
/
+2
*
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
1
-1
/
+5
*
use symbolics for flags to open
deraadt
2015-11-12
1
-2
/
+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
/
+2
*
Move limits.h include from sh.h to the files that actually need it. No
mmcc
2015-10-19
1
-1
/
+3
*
Apply style(9) to header includes.
mmcc
2015-10-19
1
-4
/
+5
*
More (foo *)0 -> NULL, from Michael McConville. No binary change.
nicm
2015-09-17
1
-65
/
+64
*
Remove unnecessary casts, from Michael McConville. No binary change.
nicm
2015-09-17
1
-3
/
+3
*
correct spelling of NULL from (char *)0. from Michael McConville.
tedu
2015-09-15
1
-4
/
+4
*
stop abusing null (the variable) for an empty string in output formats.
tedu
2015-09-15
1
-7
/
+7
*
Replace newline and space defines by "\n" and " " directly, from Michael
nicm
2015-09-10
1
-4
/
+4
*
Remove INT32 define and just use int, from Martijn van Duren and Michael
nicm
2015-09-10
1
-3
/
+3
*
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
2015-04-18
1
-3
/
+11
*
Add a proper suspend builtin that saves/restores the tty and pgrp
millert
2013-09-04
1
-1
/
+54
*
remember to restore errno (ie. stop someone from making a mistake later)
deraadt
2009-12-13
1
-2
/
+3
*
a dangling do / while that was very very ugly
deraadt
2009-12-12
1
-3
/
+2
*
pass "xerrok" status across the execution call stack to more closely
jaredy
2009-01-29
1
-4
/
+4
*
Be more smart waiting for input for non-interactive scripts. Fix
otto
2007-09-06
1
-6
/
+14
*
typos from alexey dobriyan;
jmc
2006-02-06
1
-2
/
+2
*
lots of indentation cleanup, now ksh is readable like our other code.
deraadt
2005-03-30
1
-100
/
+100
*
spacing
deraadt
2005-03-28
1
-2
/
+1
*
knf
deraadt
2005-02-25
1
-1
/
+2
*
Remove -Wno-unused form CFLAGS and kill some unused vars found as a result of
otto
2004-12-30
1
-2
/
+1
*
Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds
millert
2004-12-22
1
-13
/
+17
*
Use stdbool.h instead of rolling our own bools.
millert
2004-12-22
1
-14
/
+14
*
Ansification plus some minor knf. No binary change on i386 and
otto
2004-12-20
1
-67
/
+41
*
spacing
deraadt
2004-12-19
1
-2
/
+2
*
Use struct termios instead of TTY_state typedef
millert
2004-12-18
1
-17
/
+13
*
Flags set in signal handlers should be volatile sig_atomic_t
millert
2004-12-18
1
-2
/
+2
*
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
millert
2004-12-18
1
-11
/
+1
*
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
millert
2004-12-18
1
-291
/
+47
*
do the variety-pack of bash-style \letter expansions on prompt variables.
deraadt
2004-11-04
1
-2
/
+22
*
If "from fd" == "to fd" don't call dup2() or close "from fd".
millert
2003-11-10
1
-3
/
+5
*
typos from Jared Yanovich;
jmc
2003-10-22
1
-4
/
+4
*
a few strcpy -> strlcpy; a couple people have mailed in a variety of
deraadt
2003-03-13
1
-13
/
+15
*
typos; from Brian Poole
jmc
2003-02-28
1
-3
/
+3
*
knf
todd
2002-06-09
1
-3
/
+3
*
o Better fix for not sending a HUP to pg 0 from the pdksh maintainer
millert
1999-08-04
1
-54
/
+26
*
Check to make sure process group is not 0 before sending a SIGHUP to
millert
1999-08-02
1
-2
/
+2
*
pdksh-5.2.14
millert
1999-07-14
1
-2
/
+6
*
Updates from pdksh-unstable-5.2.13.7. Most notable change is:
millert
1999-01-19
1
-1
/
+5
[next]