Age | Commit message (Expand) | Author |
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 |
2008-04-08 | unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@ | Stefan Kempf |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2008-04-07 | Compare device names consistantly in parsedisk(). | Kenneth R Westerback |
2008-04-06 | In sendit(), len should be size_t, not int. Could cause it to return | Stefan Kempf |
2008-04-04 | ratecheck(9) only seems to be used to limit things to very coarse intervals | David Gwynne |
2008-04-02 | repair code which blocks passing fd's for block devices or | Theo de Raadt |
2008-03-31 | nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks. | Theo de Raadt |
2008-03-31 | purge memory in the tty clist rings as we advance; tested by a few | Theo de Raadt |
2008-03-31 | Refine "netboot" interface group semantics to indicate the interface we | Theo de Raadt |
2008-03-30 | Do not do the ``swap generic'' behaviour if rootdev != NODEV when entering | Miod Vallat |
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson |
2008-03-24 | We were led astray (like many others before us) to believe that | Theo de Raadt |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-03-23 | Wrong printf construct. | Miod Vallat |
2008-03-16 | regen | Otto Moerbeek |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-03-15 | In statclock(), fix local index type in the profiling code. Avoids | Miod Vallat |
2008-03-04 | Do not permit insertion of a "" symbolic link translation into the path | Theo de Raadt |
2008-02-21 | Prevent possible free list corruption when malloc(9) sleeps. | Mark Kettenis |
2008-02-15 | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide | Ted Unangst |
2008-02-13 | Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architectures | Mark Kettenis |
2008-02-09 | Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on | Mark Kettenis |
2008-01-28 | spelling in comment; ok mbalmer@ jmc@ | Kevin Steves |
2008-01-22 | Fix a double VOP_UNLOCK() that was introduced into the error path | Todd C. Miller |
2008-01-20 | Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; being | Miod Vallat |
2008-01-16 | Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed with | Thordur I. Bjornsson |