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
/
sys
/
compat
/
linux
/
linux_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the Linux emulation code, no longer referenced by anything
naddy
2016-03-02
1
-975
/
+0
*
Move p_emul and p_sigcode from proc to process.
guenther
2014-03-26
1
-20
/
+20
*
Try to cope better with void pointer to int usage cases.
pirofti
2014-01-23
1
-3
/
+5
*
compat_linux: Add support for future time_t and ino_t size enlargements.
pirofti
2013-05-10
1
-6
/
+12
*
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
guenther
2012-04-22
1
-3
/
+3
*
implement chown(2) in compat_linux which is needed by some antivirus software
robert
2011-11-25
1
-1
/
+16
*
remove all the old COMPAT_43 syscalls. The option itself remains for
tedu
2011-07-07
1
-2
/
+44
*
Correct the links between threads, processes, pgrps, and sessions,
guenther
2010-07-26
1
-6
/
+7
*
Use S_IS* macros insted of masking with S_IF* flags. The latter may
otto
2006-09-25
1
-2
/
+2
*
remove some copy and waste. from marius@monkey.org
tedu
2003-08-13
1
-7
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-8
/
+8
*
More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl functions in sys/compat are left.
art
2002-02-13
1
-2
/
+7
*
Be more consistent about using fd_getfile where it matters.
art
2002-02-02
1
-3
/
+4
*
- every new fd created by falloc() is marked as larval and should not be used
art
2001-10-26
1
-4
/
+3
*
rename some syscalls to <syscall>16 to make room for new ones.
jasoni
2001-07-03
1
-7
/
+7
*
seperate -> separate, okay aaron@
provos
2000-11-10
1
-2
/
+2
*
common/compat_util.c
ericj
2000-09-07
1
-2
/
+2
*
Use our own pread/pwrite.
jasoni
2000-07-23
1
-106
/
+23
*
O_FYNC -> O_SYNC
millert
2000-04-21
1
-3
/
+3
*
Change struct file interface methods read and write to pass file offset in
csapuntz
2000-04-19
1
-19
/
+18
*
Implement Linux's pread(2) and pwrite(2).
jasoni
2000-04-04
1
-6
/
+149
*
Add missing system calls as unimplemented.
jasoni
2000-02-28
1
-1
/
+23
*
put mremap() in linux_misc.c
deraadt
1997-11-13
1
-21
/
+1
*
fix F_GETLK; tron@lyssa.owl.de
deraadt
1997-09-05
1
-2
/
+8
*
mremap non-emulation; tron@lyssa.owl.de
deraadt
1997-07-27
1
-1
/
+21
*
Nevermind, I looked at it wrong.
downsj
1997-01-27
1
-2
/
+2
*
As of 2.1.14, Linux chown() doesn't follow symlinks either.
downsj
1997-01-27
1
-2
/
+2
*
use variable
deraadt
1996-10-16
1
-2
/
+2
*
sync
deraadt
1996-05-22
1
-2
/
+17
*
Good fixes and changes from latest Net.
mickey
1996-04-17
1
-5
/
+18
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+795