Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-20 | ioctl 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-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-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-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-23 | Kill svr4 #pragma pack. | Marc Espie | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-12-22 | range check signal [] conversions | Theo de Raadt | |
1998-07-28 | Return 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-19 | add IBCS2_FIONREAD support; remy@synx.com | Theo de Raadt | |
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt | |
1997-12-20 | add F_FREESP | Theo de Raadt | |
1997-11-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt | |
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 Lite 2 Changes | Constantine Sapuntzakis | |
1997-09-15 | Fix bsd_to_*_sigaction(). Also add SA_SIGINFO support | Theo de Raadt | |
1997-09-11 | sync with netbsd; missing SCARG() macros | Theo de Raadt | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-06-02 | rename sa_handler to sa__handler | 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-23 | Sync with NetBSD 970118, missed... | Niklas Hallqvist | |
1997-01-23 | Sync with NetBSD 970118 | Niklas Hallqvist | |
1997-01-19 | Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look | Niklas Hallqvist | |
there | |||
1997-01-08 | svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 | Niklas Hallqvist | |
1996-10-17 | Contextual goo for -Wall, and remove some stasic specifiers | Niklas Hallqvist | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-10 | sys/dirent.h | 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$. | |||
1996-08-02 | Make emulations use our native poll(2) | Niklas Hallqvist | |
1996-05-07 | sync with 0504; mostly proto changes (some svr4 ioctl changes) | Theo de Raadt | |
1996-01-08 | from netbsd; Correct name of sysi86 function | Theo de Raadt | |
1996-01-06 | from netbsd; Added support for sysi86 and eaccess syscalls | Theo de Raadt | |
1995-12-30 | from netbsd: Take a stab at implementing TCXONC and TCFLSH | Theo de Raadt | |
1995-11-13 | ufs ==> ffs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |