summaryrefslogtreecommitdiff
path: root/sys/compat/bsdos/syscalls.master
AgeCommit message (Expand)Author
2005-06-17remove undelete syscallTodd C. Miller
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2004-01-14change sigaltstack.ss_size type to size_t. handle syscall fallout.Ted Unangst
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
2000-05-01sys_semconfig goes awayTheo de Raadt
1999-11-13Add OSS audio support to BSD/OS emulation.Todd C. Miller
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1997-11-13make msync() have 3 argsTheo de Raadt
1997-09-03Update for BSD/OS 3.0.Jason Downs
1997-09-02New COMPAT_BSDOS syscalls.master.Jason Downs