Age | Commit message (Expand) | Author |
1997-06-14 | split the treatment of the random events | Michael Shalayeff |
1997-06-14 | Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L Hitch | Thorsten Lockert |
1997-06-06 | SO_SNDTIMEO tv_usec calc error; stevens, vol2, p548 | Theo de Raadt |
1997-06-05 | random pid generation, heh | Theo de Raadt |
1997-06-05 | fix sendmsg() credential passing on 64 bit machines, i hope. (this was hellish) | Theo de Raadt |
1997-06-05 | kill the other timers too | Theo de Raadt |
1997-06-05 | delete cannot happen code | Theo de Raadt |
1997-06-04 | clear timer for setuid; kloo | Theo de Raadt |
1997-06-03 | some notes on adding a system call; feel free to expand this document | kstailey |
1997-05-31 | sync to syscalls.master | Theo de Raadt |
1997-05-30 | add getpgid(2) from NetBSD | kstailey |
1997-05-29 | save symtab id after addition to ddb for future use | Michael Shalayeff |
1997-05-22 | missing cr | Theo de Raadt |
1997-05-21 | Use vrele() if the vnode was not locked, not vput() | Thorsten Lockert |
1997-05-12 | for miniroot, translate swap to ffs | Theo de Raadt |
1997-04-28 | The type of a pointer to const characters is not the same as a const pointer | Niklas Hallqvist |
1997-04-26 | First argument to nanosleep(2) is const; so is the first argument to | Thorsten Lockert |
1997-04-25 | proper mask check; mike@fast.cs.utah.edu | Theo de Raadt |
1997-04-23 | In nanosleep, use local error variable when storing rqtp in so that an error | Thorsten Lockert |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert |
1997-04-19 | Fix return with missin value... | Per Fogelstrom |
1997-04-14 | Minor performance enhancements from NetBSD | Thorsten Lockert |
1997-04-06 | bad dkpart(), bad dkunit(), bad bad bad | Theo de Raadt |
1997-04-04 | s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.org | Theo de Raadt |
1997-03-29 | Return EISDIR for directories; idea from NetBSD | Thorsten Lockert |
1997-03-29 | Do return values from issetuid() correctly | Thorsten Lockert |
1997-03-27 | Import genassym.sh method from NetBSD | Niklas Hallqvist |
1997-03-27 | Implement NOFILE_MAX--hard limit on max descriptors per proccess. | Todd C. Miller |
1997-03-27 | Make kern.osrevision (sysctl) and /kern/osrev report value of | Todd C. Miller |
1997-03-26 | proper english | Theo de Raadt |
1997-03-26 | loginname copying in fill_eproc; gwing@primenet.com.au | Theo de Raadt |
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk |
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller |
1997-03-01 | Don't dereference a vnode pointer that is NULL | Thorsten Lockert |
1997-03-01 | prevent warning about unused variable when NO_KMEMSTATS is in effect | kstailey |
1997-02-28 | Moved IPsec socket state to the PCB. | Angelos D. Keromytis |
1997-02-28 | New variables for system-wide security default levels. | Angelos D. Keromytis |
1997-02-28 | IPsec socket API additions. | Angelos D. Keromytis |
1997-02-26 | From tholo: Do not do strict POSIX offset checking on character devices. | Niklas Hallqvist |
1997-02-24 | OpenBSD tags | Niklas Hallqvist |
1997-02-22 | Upodate to lite2 -- don't allow setting back the clock if securelevel > 0 | Todd C. Miller |
1997-02-21 | shmdt before shmdt (in child) fix | Theo de Raadt |
1997-02-21 | do not allow SO_SNDBUF/SO_RCVBUF len 0 | Theo de Raadt |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt |
1997-02-18 | if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running | Theo de Raadt |
1997-02-18 | cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd | Theo de Raadt |
1997-02-14 | hide fsid in getfsstat too, clone of millert fix, problem spotted by bitblt | Theo de Raadt |
1997-02-14 | round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom | Theo de Raadt |
1997-02-13 | Don't expose f_fsid to non-root. | Todd C. Miller |