Age | Commit message (Expand) | Author |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |
2001-06-23 | ooops. remove unfinished work in progress. | Artur Grabowski |
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski |
2001-06-23 | pool_init, not pool_create | Artur Grabowski |
2001-06-23 | pipe_stat isn't referenced from outside sys_pipe.c anymore | Artur Grabowski |
2001-06-23 | Add pipe_init, call it from main, move the pool initialization into it. | Artur Grabowski |
2001-06-23 | Since malloc in hashinit can get M_NOWAIT flags, we should | Artur Grabowski |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-06-23 | Bye-bye to UFS-specific and unused functions | Constantine Sapuntzakis |
2001-06-23 | Get rid of UFS-specific and unused functions in the VFS interface | Constantine Sapuntzakis |
2001-06-23 | Get rid of several unused vnode operations | Constantine Sapuntzakis |
2001-06-22 | Try again. (this time it's tested). | Artur Grabowski |
2001-06-22 | provide sysctl iface for msgbuf; raadtified | Michael Shalayeff |
2001-06-22 | KNF | Theo de Raadt |
2001-06-21 | Canonicalize panic message | Niklas Hallqvist |
2001-06-21 | Panic if we free stuff not in malloc region. (ifdef DIAGNOSTIC) | Niklas Hallqvist |
2001-06-20 | Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd, | Grigoriy Orlov |
2001-06-19 | no way, you are on drugs. last commit revoked because it broke setuid majorly | Theo de Raadt |
2001-06-18 | Check is sugid is allowed where we set the P_SUGID* flags. | Artur Grabowski |
2001-06-18 | Add proc_cansugid used to check if a process should be allowed | Artur Grabowski |
2001-06-18 | trace_req is not used anymore (was a nop). | Artur Grabowski |
2001-06-18 | trace_req is a nop. | Artur Grabowski |
2001-06-18 | split PT_DETACH handling, so that pc cannot be set by it; art ok | Theo de Raadt |
2001-06-16 | sync | Theo de Raadt |
2001-06-16 | sysarch() takes a void * | Theo de Raadt |
2001-06-15 | Avoid a dangerous race. | Artur Grabowski |
2001-06-13 | Repair bad printf (-Wall cleanup) | Miod Vallat |
2001-06-12 | deal with gnu kernel dependencies right; cyxob@thief.dyndns.org | Theo de Raadt |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-06-05 | generic kqfilter that just like select returns ready for read and write. | Niels Provos |
2001-06-05 | fix kqueue EVFILT_WRITE; okay art@ | Niels Provos |
2001-06-03 | e_wmesg was not initialized in all cases; kirk.russell@acm.org | Theo de Raadt |
2001-06-03 | WALTSIG is a valid option for sys_wait4(). | Angelos D. Keromytis |
2001-06-03 | Export nprocs. | Angelos D. Keromytis |
2001-06-03 | KERN_FSCALE and KERN_CCPU | Angelos D. Keromytis |
2001-06-03 | Pass struct diskstats through sysctl, deraadt@ ok | Angelos D. Keromytis |
2001-05-28 | cluster_rbuild() have a race between incore and getblk. incore() returns | Grigoriy Orlov |
2001-05-27 | m_tag_first()/m_tag_next() | Angelos D. Keromytis |
2001-05-26 | Convert to LIST, remove m_tag_append(), add m_tag_init(). | Angelos D. Keromytis |
2001-05-26 | Use m_tag_init() and M_COPY_HDR(). | Angelos D. Keromytis |
2001-05-26 | Fix backpointer. | Angelos D. Keromytis |
2001-05-26 | Style. | Angelos D. Keromytis |
2001-05-26 | Sync in some improvements from FreeBSD + my own improvements. | Artur Grabowski |
2001-05-26 | Make it a bit more obvious what dosetrlimit does. (shrink). | Artur Grabowski |
2001-05-26 | indentation. | Artur Grabowski |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino |
2001-05-24 | More DIAGNOSTIC checks. | Angelos D. Keromytis |
2001-05-24 | Catch another weird case in diagnostics. | Angelos D. Keromytis |
2001-05-24 | If the copied tag container is empty, initialize it properly. | Angelos D. Keromytis |