summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15repair typo talking about a.outTheo de Raadt
2013-10-14Display correct values (i.e. blocks where blocks are meant) inKenneth R Westerback
2013-10-11poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-08Fix delivery of SIGPROF and SIGVTALRM to threaded processes by havingPhilip Guenther
2013-10-08If a thread sends a signal to its own process, then have that threadPhilip Guenther
2013-10-07disk sizes, partition sizes and partition offsets are u_int64_tKenneth R Westerback
2013-10-06Tweak commentPhilip Guenther
2013-10-06Replace some XXX casts with an inline function that explains what's going onPhilip Guenther
2013-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-10-06Back out POLLHUP change until a problem with xterm hanging on closeTodd C. Miller
2013-10-04poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-03Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of saidMike Larkin
2013-10-02format string fix: b_flags is longStefan Fritsch
2013-10-02format string fix: p_*ticks are u_intStefan Fritsch
2013-10-02Format string fix: Use %td for pointer differenceStefan Fritsch
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2013-10-01Format string fixes: Cast time_t to long longStefan Fritsch
2013-10-01format string fixStefan Fritsch
2013-09-29Print out the compressed image size during unhibernate, for diagnosticMike Larkin
2013-09-28poll(2) on a socket should set POLLHUP on EOF. This makes theTodd C. Miller
2013-09-24a bit more tmpfs scaffolding (still not active, no kernel change)Marc Espie
2013-09-22Stop merging the per-thread and per-process flags when reportingPhilip Guenther
2013-09-17Fix a misaligned backslashPhilip Guenther
2013-09-14Eliminate the unused retval argument from dogetrusage()Philip Guenther
2013-09-14Correct the handling of I/O of >=2^32 bytes and the ktracing there ofPhilip Guenther
2013-09-14regenPhilip Guenther
2013-09-14Snapshots for all archs have been built, so remove the T32 codePhilip Guenther
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-03When a partition is changing to UNUSED, we try to save kernel-setKenneth R Westerback
2013-08-27Manipulate timevals seperately, not inside a mbuf. Alignment constraintsTheo de Raadt
2013-08-26move attach mpath before any hardware. the benefits being:David Gwynne
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-16regenPhilip Guenther
2013-08-16Tweak the getdents() kernel prototype to use "void *"Philip Guenther
2013-08-14regenPhilip Guenther
2013-08-14The last user of the old __tfork() was updated to the current one,Philip Guenther
2013-08-13regenPhilip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-12The ps flags are split between thread and process. It is usefulAlexander Bluhm
2013-08-08Uncomment kprintf format attributes for sys/kernSylvestre Gallon
2013-08-08Drop the retval argument from do*at() functions which don't use it.Philip Guenther
2013-08-07After a panic, do not fill up the dmesg with splassert messages.Alexander Bluhm
2013-08-06Make it possible to have multiple clonable devices per major.Mark Kettenis
2013-08-03Delete variable left over from the diagnostic code removed by previous commitPhilip Guenther
2013-07-30The previous change was made while chasing nfs performance issuesBob Beck
2013-07-29Do a proper cleanup in the error path when opening a clonable device fails.Mark Kettenis
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck
2013-07-04now that free(null) is safe, delete checksTed Unangst