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
Age
Commit message (
Expand
)
Author
2004-07-13
regen after stat/mode_t/nlink_t changes
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
regen
Todd C. Miller
2004-07-09
Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.
Todd C. Miller
2004-05-28
regen
Ted Unangst
2004-05-28
ACCOUNTING is optional. found by mpech. ok deraadt
Ted Unangst
2004-01-14
sync
Ted Unangst
2004-01-14
change sigaltstack.ss_size type to size_t. handle syscall fallout.
Ted Unangst
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-10
Regen
Miod Vallat
2003-05-10
Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl
Miod Vallat
2003-01-30
regen now that setreuid/setregid have moved out of compat and into kern
Todd C. Miller
2003-01-30
Bring back setreuid(2) and setregid(2) as first class syscalls
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-14
Regen after syscall changes (option PTRACE)
Miod Vallat
2002-03-14
Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in
Miod Vallat
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-26
sync
Theo de Raadt
2001-08-26
there is no need for .bak files
Theo de Raadt
2001-05-16
regen for COMPAT_2{3,5}
Todd C. Miller
2001-05-16
Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.
Todd C. Miller
2000-06-08
Add explicit inclusions of signalvar.h to files actually using syms defined
Niklas Hallqvist
2000-05-01
sys_semconfig goes foom
Theo de Raadt
2000-05-01
sys_semconfig goes away
Theo de Raadt
1999-11-13
regen based on syscalls.master changes
Todd C. Miller
1999-11-13
Add OSS audio support to BSD/OS emulation.
Todd C. Miller
1999-11-10
include syscallnames only if compiling w/ SYSCALL_DEBUG.
Michael Shalayeff
1999-06-07
sync
Theo de Raadt
1999-06-07
replacement pipe() system call; copies data into place inside kernel, so
Theo de Raadt
1999-05-31
regen
Todd C. Miller
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1997-11-13
sync
Theo de Raadt
1997-11-13
make msync() have 3 args
Theo de Raadt
1997-09-03
regen
Jason Downs
1997-09-03
Update for BSD/OS 3.0.
Jason Downs
1997-09-02
New COMPAT_BSDOS framework. Needs a lot more work (syscalls missing,
Jason Downs
1997-09-02
New COMPAT_BSDOS syscalls.master.
Jason Downs