index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
bsdos
/
syscalls.master
Age
Commit message (
Expand
)
Author
2005-06-17
remove undelete syscall
Todd C. Miller
2004-07-13
Change mode_t and nlink_t from 16bit to 32bit. This allows us to
Todd C. Miller
2004-07-09
Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.
Todd C. Miller
2004-05-28
ACCOUNTING is optional. found by mpech. ok deraadt
Ted Unangst
2004-01-14
change sigaltstack.ss_size type to size_t. handle syscall fallout.
Ted Unangst
2003-05-10
Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl
Miod Vallat
2003-01-30
Bring back setreuid(2) and setregid(2) as first class syscalls
Todd C. Miller
2002-03-14
Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in
Miod Vallat
2001-05-16
Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.
Todd C. Miller
2000-05-01
sys_semconfig goes away
Theo de Raadt
1999-11-13
Add OSS audio support to BSD/OS emulation.
Todd C. Miller
1999-06-07
replacement pipe() system call; copies data into place inside kernel, so
Theo de Raadt
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1997-11-13
make msync() have 3 args
Theo de Raadt
1997-09-03
Update for BSD/OS 3.0.
Jason Downs
1997-09-02
New COMPAT_BSDOS syscalls.master.
Jason Downs