Age | Commit message (Expand) | Author |
1998-03-06 | Just set the OS tag if it is not already set | Niklas Hallqvist |
1998-03-06 | NCR is handled per process now | Niklas Hallqvist |
1998-03-06 | regen | Niklas Hallqvist |
1998-03-06 | Make NCR rdebug behaviour dependent on p_os field | Niklas Hallqvist |
1998-02-22 | Remember OS tag when running Linux or SVR4 ELF files. KNF. | Niklas Hallqvist |
1998-02-22 | KNF | Niklas Hallqvist |
1998-02-10 | Fix many bugs related to serial line control, like baudrate, bits etc | Niklas Hallqvist |
1998-02-10 | regen | Niklas Hallqvist |
1998-02-10 | fake rdebug proto | Niklas Hallqvist |
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | Thorsten Lockert |
1998-02-09 | Missed one | Thorsten Lockert |
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt |
1997-12-12 | fix non-i386 case | Theo de Raadt |
1997-12-09 | sync | Theo de Raadt |
1997-12-09 | eol | Theo de Raadt |
1997-12-02 | sync | Theo de Raadt |
1997-12-02 | If i386, and COMPAT_LINUX is enabled, if setegid() is called with an out | Theo de Raadt |
1997-11-14 | void * change to mmap() | 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 | 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-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-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 |
1997-08-29 | patch to avoid warning while I figure out what the deal with SCARG() is. | kstailey |
1997-08-29 | pread(2) / pwrite(2), regen | kstailey |
1997-08-29 | pread(2) / pwrite(2) | kstailey |
1997-08-29 | sync with NetBSD. Handle NULL shmid_ds properly in shmctl, christos. | kstailey |
1997-08-29 | if O_NOCTTY is supplied to open(2) do *not* aquire a controlling tty | kstailey |