Age | Commit message (Expand) | Author |
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 |
2013-07-04 | permit free(NULL) to work. ok deraadt | Ted Unangst |
2013-07-04 | Format string fixes: | Stefan Fritsch |
2013-07-03 | don't use empty format string | Stefan Fritsch |
2013-07-03 | add support for %td for ptrdiff_t in kernel printf | Stefan Fritsch |
2013-07-02 | Cast to time_t before the final multiplication to prevent overflow in | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values, duh | Philip Guenther |
2013-06-27 | B_WANTED is set when we want a B_BUSY buffer - Therefore we should always | Bob Beck |
2013-06-25 | allow kernel to compile with MALLOC_DEBUG. | syl |
2013-06-24 | Manipulating buffers after sleeping is dangerous. Instead of attempting | Bob Beck |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-13 | beck would prefer to keep things just as they were for a while longer. | Ted Unangst |
2013-06-11 | sprinkle knf fairy dust over new buf code | Ted Unangst |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-11 | replace bcopy with memcpy in m_defrag. this is safe because the | David Gwynne |
2013-06-11 | convert some easy bcopy to memcpy and clean up fdexpand a bit. | Ted Unangst |
2013-06-11 | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. | David Gwynne |
2013-06-10 | Switch from timeval to timespec introduced format error; fix by prepping | Philip Guenther |
2013-06-09 | arguments to bcopy/memmove are reversed. put on thinking cap, then commit. | Ted Unangst |
2013-06-09 | regen | Miod Vallat |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-09 | change a bcopy to memmove (mainly to catch platforms that don't offer it) | Ted Unangst |
2013-06-06 | Prevent idle thread from being stolen on startup. | Christiano F. Haesbaert |
2013-06-05 | Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing | Philip Guenther |
2013-06-05 | factor out pid allocation to functions. add a small cache of recently | Ted Unangst |
2013-06-05 | blow up sooner rather than later for double pool_put | Ted Unangst |
2013-06-03 | When creating a thread, don't add it to the process's thread list | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Use long long and %lld for printing tv_sec values | Philip Guenther |
2013-06-02 | Coredumping is now single-threaded, so update comment about locking | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Work around stack smash protector getting confused because we switched | Mike Larkin |
2013-06-01 | Change return codes in various hibernate functions to be able to later | Mike Larkin |
2013-06-01 | regen | Ted Unangst |
2013-06-01 | always implement stub utrace syscall, but keep the body #ifdef KTRACE | Ted Unangst |
2013-06-01 | As found by kurt, there's a twisty race between exit1 and fork1 | Ted Unangst |
2013-06-01 | regen | Miod Vallat |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-06-01 | some small style changes that are distracting me from seeing a real bug | Ted Unangst |
2013-05-31 | open up some races. if pool_debug == 2, force a yield() whenever waitok. | Ted Unangst |