Age | Commit message (Expand) | Author |
2009-04-04 | Make extent_print() use printf to avoid the pagination that db_printf | Mark Kettenis |
2009-04-03 | Make sure that sys_reboot runs on the primary cpu. Won't hurt when not | Artur Grabowski |
2009-04-03 | sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpu | Artur Grabowski |
2009-04-03 | Fix SEM_UNDO handling for rthreads: use the struct process* instead | Philip Guenthe |
2009-03-30 | bzero -> PR_ZERO | Bret Lambert |
2009-03-28 | use a static and unique string as the disk lock name, so if we're waiting | David Gwynne |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-25 | ntfs was the last user, LK_SLEEFAIL can die now. | Owain Ainsworth |
2009-03-24 | Only copy out the revents field, not the whole pollfd structure. This | Kurt Miller |
2009-03-24 | only apply the strict limit on F_SETLK; ok deraadt@ fgsch@ | Otto Moerbeek |
2009-03-23 | fix buffer cache pending writs statistic so it does not go negative. | Bob Beck |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-23 | advisory locks should return ENOLCK if we're out of locks. | Otto Moerbeek |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-12 | regen | Philip Guenthe |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe |
2009-03-09 | Clarify comment in namei(): the code commented doesn't check if the | Bret Lambert |
2009-03-08 | If a session leader exists s_leader is set to NULL, so don't dereference it | Mark Kettenis |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-03 | put back r1.25 (poisoning chain pointers after removing items from the | Miod Vallat |
2009-03-02 | the packet length passed to m_clget is a u_int, print it with %u not %d in | David Gwynne |
2009-02-22 | Don't enforce a minimum size for nkmempages by default; if the computed | Miod Vallat |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2009-02-17 | ensure all pi_magic checks are inside DIAGNOSTIC | Theo de Raadt |
2009-02-16 | at tedu's request, bring back the basic single "first word" PI_MAGIC check | Theo de Raadt |
2009-02-16 | Disable pool debug stuff for the release (it has a performance hit, but | Theo de Raadt |
2009-02-13 | use nitems(); dunnoseriously@gmail | Theo de Raadt |
2009-02-10 | Sync with current MI tree. | Alexander Yurchenko |
2009-02-09 | Don't panic if m_copyback() is working on a M_READONLY() mbuf. The old version | Claudio Jeker |
2009-02-09 | two more consistency checks for a disklabel, to prevent havoc later | Otto Moerbeek |
2009-02-04 | Make m_copyback() a lot smarter. Make it use all of the last mbuf | Claudio Jeker |
2009-01-29 | Remove KASSERT() that could trigger when an rthread in sigwait() | Philip Guenthe |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2009-01-26 | Remove unneeded brackets that where left over from when these were macros. | Claudio Jeker |
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson |
2009-01-21 | Pass the new pointer to sysctl_clockrate(), so that trying to change the | Miod Vallat |
2009-01-15 | Fix a memory leak in in the case where semget() is called with a | Owain Ainsworth |
2009-01-15 | Surround WEHOLDIT() macro with braces to make it more safe. | Alexander Yurchenko |
2009-01-14 | correct test when checking the default operation entry. | Federico G. Schwindt |
2009-01-13 | Change sbreserve() to return 0 on success, 1 on failure, as god intended. | Bret Lambert |
2009-01-12 | make compile with #define MSTS_DEBUG; ok mbalmer@ | Kevin Steves |
2009-01-12 | 1) remove invalid comment since first field is not message type | Kevin Steves |
2009-01-12 | comment should be epoch not midnight; ok mbalmer@ | Kevin Steves |
2009-01-11 | backout revision 1.109 | Owain Ainsworth |
2009-01-09 | keep b_proc set to the proccess, | Thordur I. Bjornsson |
2009-01-04 | properly terminate fake argument list. | Thordur I. Bjornsson |
2009-01-01 | copyright_year++; | Miod Vallat |
2009-01-01 | use #define MAXFLDS vs. 4 here; ok mbalmer@ | Kevin Steves |
2008-12-25 | don't need #include <sys/queue.h>; ok mbalmer@ | Kevin Steves |