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
/
write
/
write.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
-5
/
+5
2018-09-18
Use user_from_uid(3) if getlogin(2) fails, storing the uid as a
millert
1
-9
/
+5
2016-02-05
Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII
martijn
1
-15
/
+24
2015-10-20
Fix write to other user's tty. The device has to be opened with
bluhm
1
-3
/
+10
2015-10-09
Change all tame callers to namechange to pledge(2).
deraadt
1
-3
/
+3
2015-10-06
unfortunately tame "stdio" can only happen well after the sequence of:
deraadt
1
-1
/
+8
2015-10-05
Since the dawn of time, this has contained freopen() for the tty path
deraadt
1
-2
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-5
/
+5
2013-04-16
remove casts to time_t * which are not needed
deraadt
1
-2
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-14
/
+1
2008-07-06
sync synopsis and usage.
sobrado
1
-3
/
+3
2006-10-04
if the utmp file is (mysteriously gone) do not assume that the user is
deraadt
1
-3
/
+3
2005-07-04
make these use setres[ug]id for simple privilege dropping;
djm
1
-4
/
+6
2003-07-10
add missing includes
david
1
-2
/
+3
2003-06-10
mostly ansi cleanup; pval ok
deraadt
1
-3
/
+3
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
1
-7
/
+3
2003-03-13
a few more strlcpy
deraadt
1
-8
/
+8
2002-12-09
do not use sys/types.h and sys/param.h together; andrushock@korovino.net
deraadt
1
-3
/
+2
2002-08-04
ansi, and revoke privs after opening the tty
deraadt
1
-22
/
+14
2002-02-21
use sizeof w/ defines; niklas@ millert@ ok.
fgsch
1
-4
/
+4
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
-8
/
+8
2001-11-19
kill more registers
mpech
1
-7
/
+7
2001-11-02
avoid stdio in signal handler
deraadt
1
-3
/
+3
2001-06-27
-Wall cleanup; ok millert@
jasoni
1
-5
/
+8
2001-01-19
mark remaining signal races which are difficult to fix, and fix a few partially
deraadt
1
-7
/
+10
1999-02-21
vis() buf overflow
deraadt
1
-3
/
+3
1998-07-06
kill non-POSIX S_IWRITE
deraadt
1
-3
/
+3
1996-10-26
missed one change, pointed out by Alex Nash <nash@mcs.net>
downsj
1
-3
/
+3
1996-10-25
kill sprintf, use paths.h
downsj
1
-5
/
+6
1996-08-26
VIS_NOSLASH
deraadt
1
-3
/
+3
1996-08-26
vis this baby too
deraadt
1
-13
/
+10
1996-06-26
rcsid
deraadt
1
-1
/
+2
1995-11-17
handle meta characters; good security idea from freebsd
deraadt
1
-5
/
+10
1995-10-23
warn if my permissions are off; but still allow a write
deraadt
1
-1
/
+1
1995-10-18
initial import of NetBSD tree
deraadt
1
-0
/
+318