Age | Commit message (Expand) | Author |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-08-18 | delete some rogue spaces and tabs. no binary change. | Marco Peereboom |
2010-08-18 | - fix compilation of kernel without FFS...don't ask ;-) | Jasper Lievisse Adriaanse |
2010-08-12 | Nuke extra (typoed) extern declaration and a spare newline from the last | Owain Ainsworth |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-08-03 | matthew did not commit the diff he passed around for us to inspect... | Theo de Raadt |
2010-08-03 | If an asynchronous request invalidates a buf, then we might remove it | Matthew Dempsky |
2010-08-02 | Fix knote handling for exiting processes: when triggering a NOTE_EXIT | Philip Guenthe |
2010-07-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
2010-07-28 | more #ifdef needed for the case of not pegging on a non-MP kernel | Theo de Raadt |
2010-07-28 | It's pretty pointless to peg ourselves to the primary CPU if that's the | Mark Kettenis |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-24 | struct emul's e_arglen member is expected to count in units of | Philip Guenthe |
2010-07-23 | Make sure the u area of new processes is zero-filled; this got lost in | Miod Vallat |
2010-07-22 | We have this nice KMEMSTATS option to control when we use kmemstats, | Matthew Dempsky |
2010-07-21 | ptm needs no read/write, just use enodev. | Nicholas Marriott |
2010-07-19 | Rollback the allproclk and fileheadlk addition. When grabbing an | Philip Guenthe |
2010-07-19 | Avoid interleaving of mutexes that would leave is with the wrong spl after | Mark Kettenis |
2010-07-15 | m_getptr(m, 0, ...) may return an mbuf different from m -- if m has no | Claudio Jeker |
2010-07-15 | limit the pools from 14 bits down. We cannot use PAGE_SIZE because it | Theo de Raadt |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-07-09 | need sysctl.h to compile with GPROF; Luis Henriques | Theo de Raadt |
2010-07-08 | dont count requeued io as outstanding io. there is a 1:1 mapping | David Gwynne |
2010-07-08 | Devices which don't have read or write functionality should not return | Theo de Raadt |
2010-07-07 | minor whitespace tweaks and clean up extra ; | David Gwynne |
2010-07-05 | remove compat_bsdos support | Ted Unangst |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson |
2010-07-03 | replace 0 with equivalent allocation flag. ok thib | Ted Unangst |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-02 | structure copy the unp_connid to the other socket | Theo de Raadt |
2010-07-01 | regen | Ted Unangst |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst |
2010-07-01 | Oops. Lost the < 0 check on file position I had in the circulated | Kenneth R Westerback |
2010-07-01 | Implement vs{,un}lock_device and use it for physio. | Artur Grabowski |
2010-07-01 | constrain malloc to only grab pages from dma reachable memory. | Thordur I. Bjornsson |
2010-07-01 | pool setconstraints must be called immediately after pool_init, otherwise | Bob Beck |
2010-07-01 | SO_PEERCRED should return ENOTCONN when the sockets are not connected | Theo de Raadt |
2010-07-01 | Return EINVAL if the file position is greater than LONG_MAX, since | Kenneth R Westerback |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |