Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-11 | redundant includes. | Artur Grabowski | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | regen after removing compatopts | Todd C. Miller | |
2001-05-16 | remove unneeded compatopts | Todd C. Miller | |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis | |
from OpenBSD format to their respective native formats. A lot of common code here for interfacing with OpenBSD VOP_READDIR. Most of this code and logic has been moved to common/compat_dir.c When reading a portion of the directory, the compatibility layer registers a callback which is passed an OpenBSD-style dirent and the cookie/offset. | |||
2000-08-15 | keep file naming consistent, rename exec.h -> sunos_exec.h | Brad Smith | |
2000-04-21 | O_FYNC -> O_SYNC | Todd C. Miller | |
2000-01-22 | minor getdents cleanup: | Todd C. Miller | |
o return ENOTDIR, not EINVAL for v_type != VDIR (SunOS behavior) o return EINVAL for values of nbytes too small to hold a single dir entry o remove a redundant check for error != 0 | |||
1999-11-26 | Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG. | Artur Grabowski | |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-07-02 | sparc -> __sparc__ | Brad Smith | |
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-03 | use __sparc__ just in case | Theo de Raadt | |
1999-05-21 | remove duplicate contents from Makefile | Brad Smith | |
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist | |
Also, fix the NCR SVR4 rdebug syscall emulation. | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-04-26 | NetBSD merge | Niklas Hallqvist | |
1998-04-26 | New audio adaption; netbsd | Niklas Hallqvist | |
1998-03-23 | regen | Todd C. Miller | |
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd C. Miller | |
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway). | |||
1998-03-23 | Emulate otimes(2) | Todd C. Miller | |
1997-12-18 | support GETLK,SETLK,UNLK etc like svr4 code does; pk | Theo de Raadt | |
1997-12-04 | vfs lite2 changes things... | Theo de Raadt | |
1997-11-30 | fix TIOCGPGRP in sunos emulation | Theo de Raadt | |
1997-11-30 | use stackgap macros | Theo de Raadt | |
1997-11-14 | mmap() takes void * | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-11-06 | Use lite2 vfs interfaces. | Todd C. Miller | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | stime; christos | Theo de Raadt | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt | |
delivered with in the siginfo information | |||
1997-01-26 | Regen. | Jason Downs | |
1997-01-26 | Since these are old systems, call lchown() in place of chown(). | Jason Downs | |
1997-01-15 | add prototype of reboot2() via machdep.h | kstailey | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-25 | sync | Theo de Raadt | |
1996-08-25 | route execve via compat filename translation | Theo de Raadt | |
1996-08-02 | Regen | Niklas Hallqvist | |
1996-08-02 | /sys_poll/s/STD/NOARGS/ | Niklas Hallqvist | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. |