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