Age | Commit message (Expand) | Author |
2008-06-13 | back out stupid vnode change that was unintentionally included | Bob Beck |
2008-06-13 | Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG | Rainer Giedat |
2008-06-12 | use PR_ZERO instead of a bzero() right after the pool_get(); | Thordur I. Bjornsson |
2008-06-12 | Oops, do not dereference a NULL function pointer used as an array end | Miod Vallat |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-12 | Reorder foreign binaries probe list, so that more permissive ones are at the | Miod Vallat |
2008-06-11 | Don't use the reference count to create the sensor name; we can end up | Marc Balmer |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-11 | store a pointer to the stack side state key in the mbuf packet | Henning Brauer |
2008-06-11 | add $OpenBSD$ tag. | Thordur I. Bjornsson |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | posix compliant permission checks for sending signals. Based on diffs | Hans-Joerg Hoexer |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | use sched_is_idle() and nuke the sched_chooseproc prototype since we | Thordur I. Bjornsson |
2008-06-07 | Remove the OLF os bitmask field from the compat probe functions array; | Miod Vallat |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-05-23 | update sem_otime on semop(); reported by mkbucc AT gmail.com | Damien Miller |
2008-05-23 | tputchar() can put characters on the tty output queue if clocal is set, | Theo de Raadt |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-23 | Make rd act more like a 'normal' disk device, allowing the elimination of | Kenneth R Westerback |
2008-05-22 | use PR_ZERO instead of calling bzero directly | Thordur I. Bjornsson |
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson |
2008-05-22 | kill 2 bogus ARGUSED and use the LIST_FOREACH() macro | Thordur I. Bjornsson |
2008-05-16 | merge vfs_opv_init into vfs_op_init and remove the former, | Thordur I. Bjornsson |
2008-05-16 | remove some old debug cruft, make some comments nicer | Thordur I. Bjornsson |
2008-05-16 | unsigned -> u_int and warnmess -> warnmsg | Thordur I. Bjornsson |
2008-05-11 | set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctly | Ted Unangst |
2008-05-11 | share signal handlers for rthreads. from philip guenther | Ted Unangst |
2008-05-09 | Add SO_BINDANY socket option from BSD/OS. | Markus Friedl |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-07 | remove the vfc_mountroot member from vfsconf and | Thordur I. Bjornsson |
2008-05-07 | check TIOCSIG for 0 and do not send that to psignal() and pgsignal() | Theo de Raadt |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2008-05-06 | retire vfs_mountroot(); | Thordur I. Bjornsson |
2008-05-06 | Report the clock status in a signal sensor, like all other timedeltas. | Marc Balmer |
2008-05-06 | Rather than clearing particularly dangerous flags when found, just | Kenneth R Westerback |
2008-05-05 | Make nmea(4) behave like the other timedelta sensors and provide a | Marc Balmer |
2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. | Thordur I. Bjornsson |
2008-05-02 | Pass FORK_SHAREFILES flag in kthread_create; avoids allocating a | Bret Lambert |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-04-15 | describe why fd passing is now so fucked up, and who's fault it is | Theo de Raadt |
2008-04-14 | garbage collect the now unused spec_ebadf(); | Thordur I. Bjornsson |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-10 | scrub local stack-based buffers in the tty subsystem. tested by a lot of | Theo de Raadt |
2008-04-10 | Make sure the fd passing code only accepts control messages without padding | Mark Kettenis |