Age | Commit message (Expand) | Author |
1997-11-27 | oh, connect() semantics are EVEN WORSE | Theo de Raadt |
1997-11-26 | enforce VM_PROT_READ in mmap | Theo de Raadt |
1997-11-26 | fix shmctl IPC_STAT | Theo de Raadt |
1997-11-26 | If using async connect(), after select for writeable, if getpeername() | Theo de Raadt |
1997-11-26 | indent | Theo de Raadt |
1997-11-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt |
1997-11-14 | mmap() takes void * | Theo de Raadt |
1997-11-14 | void * change to mmap() | Theo de Raadt |
1997-11-13 | sync | Theo de Raadt |
1997-11-13 | make msync() have 3 args | Theo de Raadt |
1997-11-13 | sync | Theo de Raadt |
1997-11-13 | two poll() calls, argh | Theo de Raadt |
1997-11-13 | sync | Theo de Raadt |
1997-11-13 | conditionalize SYSV thingies | Theo de Raadt |
1997-11-13 | sync | Theo de Raadt |
1997-11-13 | update to recent freebsd status | Theo de Raadt |
1997-11-13 | put mremap() in linux_misc.c | Theo de Raadt |
1997-11-13 | sync | Theo de Raadt |
1997-11-13 | fake auditsys() | Theo de Raadt |
1997-11-13 | make svr4_sys_ulimit() return EINVAL for bad commands | Theo de Raadt |
1997-11-13 | Fix test for NULL arg in svr4_utime() (PR#4418); pk | 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-11-04 | remove double include | Niklas Hallqvist |
1997-11-04 | KNF | Niklas Hallqvist |
1997-11-04 | Add SVR4 jioctl stuff | Niklas Hallqvist |
1997-10-08 | use shorter uname version string | kstailey |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-10-06 | VFS Lite 2 Changes | Constantine Sapuntzakis |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller |
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-09-05 | fix F_GETLK; tron@lyssa.owl.de | 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 |
1997-08-29 | regen for prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-29 | prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-29 | regen for ntp_gettime(2), ntp_adjtime(2) | kstailey |
1997-08-29 | ntp_gettime(2), ntp_adjtime(2) | kstailey |
1997-08-29 | regen for clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey |
1997-08-29 | clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey |
1997-08-29 | regen for s/UNIMPL/STD/ for svr4_sys_socket() | kstailey |
1997-08-29 | s/UNIMPL/STD/ for svr4_sys_socket() | kstailey |
1997-08-29 | regen for sockets | kstailey |
1997-08-29 | add support for sockets. | kstailey |
1997-08-29 | write(2)'s buf arg is externally a "const void *", but interally a "char *". | kstailey |