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
/
tail
/
forward.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-8
/
+1
*
Backout previous commit, there are still some issues with it.
landry
2008-11-13
1
-161
/
+58
*
Permit tail -f to follow multiple files, useful when you want to monitor
landry
2008-10-17
1
-58
/
+161
*
use EV_SET() instead of doing it by hand; Iruata Souza
deraadt
2007-10-22
1
-11
/
+10
*
unneeded includes and whitespace police; from Igor Zinovik
otto
2007-09-29
1
-7
/
+2
*
ANSIfy. Ok ray@
kjell
2006-03-24
1
-7
/
+3
*
If kqueue is not available, revert back to old behavior. Unbreaks tail -f
otto
2004-03-12
1
-4
/
+7
*
Unbreak file truncation handling. Resolves PR 3689.
otto
2004-03-01
1
-6
/
+7
*
make -b and -c work with large offsets; tweak from millert@
otto
2004-02-16
1
-8
/
+8
*
typo in comment. ok henning@
otto
2003-07-14
1
-3
/
+3
*
rewrite to not use mmap(2). solves a bunch of issues:
henning
2003-07-01
1
-28
/
+35
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
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
-3
/
+3
*
kill more registers
mpech
2001-11-19
1
-4
/
+4
*
Use kqueue for -f.
art
2001-08-18
1
-4
/
+51
*
When doing tail -f from stdin don't reopen a local file named stdin.
art
2000-11-21
1
-3
/
+3
*
MAP_FAILED, not -1
art
2000-10-12
1
-3
/
+3
*
Get rid of repeating error messages; From netbsd millert@ ok
ericj
2000-06-23
1
-6
/
+10
*
supply particular mapping type to the mmap(2) instead of bogus 0
mickey
1999-08-04
1
-4
/
+4
*
Fix broken conversion of private err() function and make ierr() and oerr()
millert
1999-02-03
1
-23
/
+23
*
In -f mode notice when the file has been replace or truncated and
millert
1997-05-30
1
-3
/
+20
*
why select(2) when you can sleep(3) cheap?
kstailey
1997-05-29
1
-13
/
+3
*
Fix core dump and use libc err(3) instead of private one (which had
millert
1997-01-12
1
-9
/
+11
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
From NetBSD:
niklas
1996-02-23
1
-15
/
+10
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+239