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
/
lib
/
libc
/
sys
/
open.2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commemorate research!dmr by documenting the history of all
schwarze
2011-11-06
1
-4
/
+8
*
Add (rough draft) documentation for fdopendir(3) and the 15 new
matthew
2011-07-18
1
-6
/
+58
*
Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be
matthew
2011-07-12
1
-3
/
+9
*
document O_CLOEXEC and O_DIRECTORY
matthew
2011-07-12
1
-3
/
+14
*
An attempt to open an append-only file without O_APPEND results in EPERM.
millert
2011-02-18
1
-2
/
+10
*
Document EBUSY return when attempting to open a cua device that
millert
2010-09-07
1
-1
/
+4
*
- O_NOFOLLOW is no longer non-posix; from thomas klausner
jmc
2010-09-07
1
-8
/
+5
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
Missing colons.
miod
2005-09-12
1
-2
/
+2
*
open() is not ANSI;
jmc
2003-07-09
1
-2
/
+1
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Document ENXIO error condicion when the named file is a FIFO and
millert
2003-05-20
1
-1
/
+7
*
fifo -> FIFO
jmc
2003-04-02
1
-3
/
+3
*
Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.
millert
2002-07-11
1
-9
/
+2
*
Initial cleanup:
mpech
2002-04-30
1
-2
/
+3
*
most of these is v2, not v6
mickey
2002-01-24
1
-2
/
+2
*
Move return value info into its own "RETURN VALUES" section.
millert
2001-09-29
1
-6
/
+11
*
Spelling corrections per PR 1988 by Andrew Hoerter.
hugh
2001-08-05
1
-4
/
+4
*
Convert flags list from a literal display to a nicely formatted list.
aaron
2001-03-11
1
-15
/
+27
*
Better grammar, move HISTORY before CAVEATS, and add some missing commas.
aaron
2001-03-11
1
-12
/
+11
*
Add a caveat about our O_TRUNC paranoia; art@ ok
avsm
2001-02-22
1
-1
/
+11
*
do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@
provos
2000-11-15
1
-1
/
+9
*
Another round of man page cleanup, this time to remove more hard sentence
aaron
2000-10-18
1
-5
/
+7
*
Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified
millert
2000-09-30
1
-2
/
+5
*
doc that O_TRUNC needs a write mode
deraadt
2000-09-25
1
-2
/
+2
*
Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;
millert
2000-04-21
1
-3
/
+36
*
document EWOULDBLOCK; freebsd
deraadt
2000-04-10
1
-1
/
+8
*
- change references to nil to null; tschroed@acm.org
aaron
1999-06-29
1
-5
/
+5
*
use .Tn instead of .Em for logical/bitwise OR + AND
aaron
1999-06-05
1
-2
/
+2
*
or'ing -> OR'ing
aaron
1999-05-27
1
-2
/
+2
*
add some .Dv and .Er, replace blank lines with .Pp
aaron
1999-05-27
1
-2
/
+7
*
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1999-05-23
1
-2
/
+2
*
Cleanup xrefs under SEE ALSO. Specifically:
alex
1999-05-16
1
-3
/
+3
*
make function names the correct case
deraadt
1999-02-27
1
-3
/
+3
*
fix openbsd tag
deraadt
1998-07-06
1
-0
/
+1
*
prevent open() with wrong flags
deraadt
1997-10-24
1
-0
/
+2
*
fix Xr
deraadt
1997-07-17
1
-2
/
+2
*
errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK
millert
1997-06-22
1
-0
/
+4
*
fix lots of .Xr and other minor things
deraadt
1997-06-13
1
-1
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+263