summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2
AgeCommit message (Collapse)Author
1999-11-20ioctl arguments are u_long.Marc Espie
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined.
1999-11-10include 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-06-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
Also, fix the NCR SVR4 rdebug syscall emulation.
1999-01-23Kill svr4 #pragma pack.Marc Espie
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-12-22range check signal [] conversionsTheo de Raadt
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵Todd C. Miller
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
1998-02-19add IBCS2_FIONREAD support; remy@synx.comTheo de Raadt
1997-12-20clone my F_FREESP stuff to ibcs2Theo de Raadt
1997-12-20add F_FREESPTheo de Raadt
1997-11-17implement IBCS2_FIONBIO; christosTheo de Raadt
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite 2 ChangesConstantine Sapuntzakis
1997-09-15Fix bsd_to_*_sigaction(). Also add SA_SIGINFO supportTheo de Raadt
1997-09-11sync with netbsd; missing SCARG() macrosTheo de Raadt
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-06-02rename sa_handler to sa__handlerTheo de Raadt
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-23Sync with NetBSD 970118, missed...Niklas Hallqvist
1997-01-23Sync with NetBSD 970118Niklas Hallqvist
1997-01-19Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not lookNiklas Hallqvist
there
1997-01-08svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3Niklas Hallqvist
1996-10-17Contextual goo for -Wall, and remove some stasic specifiersNiklas Hallqvist
1996-08-31Cleanup execPer Fogelstrom
1996-08-10sys/dirent.hTheo de Raadt
1996-08-02RegenNiklas Hallqvist
1996-08-02/sys_poll/s/STD/NOARGS/Niklas Hallqvist
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist
1996-05-07sync with 0504; mostly proto changes (some svr4 ioctl changes)Theo de Raadt
1996-01-08from netbsd; Correct name of sysi86 functionTheo de Raadt
1996-01-06from netbsd; Added support for sysi86 and eaccess syscallsTheo de Raadt
1995-12-30from netbsd: Take a stab at implementing TCXONC and TCFLSHTheo de Raadt
1995-11-13ufs ==> ffsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt