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