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
/
script
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-3
/
+3
2018-01-21
add new '-c' option which runs a command instead of an interactive shell
jasper
1
-11
/
+22
2017-04-12
bluhm discovered "script < /dev/null" attempts tty operations in violation
deraadt
1
-9
/
+16
2015-10-20
add "proc" to pledge for script(1)
semarie
1
-3
/
+3
2015-10-09
Change all tame callers to namechange to pledge(2).
deraadt
1
-5
/
+5
2015-10-07
move from tame "ioctl" to tame "tty", which provides a better fit for
deraadt
1
-2
/
+2
2015-10-04
Repair tame() error check to be == -1
deraadt
1
-2
/
+2
2015-10-03
script is two processes. the main io-loop process can be locked down with
deraadt
1
-1
/
+7
2015-07-19
SIGCHLD handler was established before forking into two processes.
deraadt
1
-4
/
+11
2015-03-15
tzfile.h is an internal header that should never have been installed.
millert
1
-3
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-14
/
+1
2005-12-12
in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto
deraadt
1
-2
/
+6
2005-04-11
use STDERR_FILENO; ok cloder
deraadt
1
-3
/
+3
2004-12-19
Block SIGALRM during write--we only want it to interrupt read().
millert
1
-2
/
+7
2004-10-10
use err/warn and __progname
mickey
1
-8
/
+9
2004-09-14
ARGSUSED before signal handler with unused signo
deraadt
1
-4
/
+8
2003-06-10
mostly ansi cleanup; pval ok
deraadt
1
-16
/
+10
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
1
-7
/
+3
2002-02-16
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
1
-9
/
+9
2001-11-18
After a simplistic rewrite, signal flags were not being noticed until a
deraadt
1
-48
/
+104
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
1
-3
/
+3
2001-01-11
comment on a real nasty race
deraadt
1
-2
/
+3
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
1
-3
/
+3
2000-04-16
Propagate window size changes to slave.
espie
1
-2
/
+21
2000-03-22
Make script give correct return values; adapted from FreeBSD
ericj
1
-13
/
+18
1998-12-19
union wait is wrong; christos
deraadt
1
-4
/
+4
1997-08-06
save errno in mangly handlers
deraadt
1
-2
/
+5
1997-08-04
save errno in sigchld handlers
deraadt
1
-2
/
+4
1997-07-25
user err(3)
mickey
1
-33
/
+5
1997-07-25
#if __STDC__ --> #ifdef __STDC__
mickey
1
-5
/
+5
1997-06-20
Wall
deraadt
1
-2
/
+5
1997-03-25
exec with argv[0] as shell, not "sh"; era@iki.fi
deraadt
1
-3
/
+3
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1
-3
/
+3
1996-06-26
rcsid
deraadt
1
-1
/
+2
1995-10-18
initial import of NetBSD tree
deraadt
1
-0
/
+273