]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Make ALTQ cope with disappearing interfaces (particularly common with mpd
[FreeBSD/FreeBSD.git] / sys / kern /
2008-03-28 attiliob_waiters cannot be adequately protected by the interlo...
2008-03-27 jbRegen after makesyscalls.sh change.
2008-03-27 jbGenerate another function for the DTrace syscall provid...
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-26 dfrRegen.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-25 scottlImplement taskqueue_block() and taskqueue_unblock(...
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-25 ruRegen after changing prototypes of cpuset_{get,set...
2008-03-25 ruFixed type of the fourth argument of cpuset_{get,set...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 jeff - Greatly simplify vget() by removing the guarantee...
2008-03-24 jeff - Don't acquire the vnode interlock in _vn_lock()...
2008-03-23 kibYield the cpu in the kernel while iterating the list...
2008-03-23 davidxuRemove commented out code, thread suspension is done...
2008-03-23 jeff - Only return 1 from sync_vnode() in cases where the...
2008-03-23 jeff - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don...
2008-03-22 phkIn abort2(2): Accept a NULL arg pointer if nargs == 0
2008-03-22 jeff - Complete part of the unfinished bufobj work by consi...
2008-03-22 alfredFix a race where timeout/untimeout could cause crashes...
2008-03-21 kibReduce contention on the vnode interlock by not acquiri...
2008-03-21 jeff - Reduce contention on the global bdonelock and bpinlo...
2008-03-21 jeff - Add a new td flag TDF_NEEDSUSPCHK that is set whenev...
2008-03-20 jhbImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 kibFix the leak of the vmspace on the fork when the proces...
2008-03-20 jeff - Restore runq to manipulating threads directly by...
2008-03-20 jeff - Remove the unused and redundant sched_newproc()...
2008-03-20 jeff - There is no sense in calling sched_newthread() at...
2008-03-20 jeff - ULE and 4BSD share only one line of code from sched_...
2008-03-20 jeff - Don't call the empty sched_newproc() function. ...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-20 jeff - Move maybe_preempt() from kern_switch.c to sched_4bs...
2008-03-20 jeff - Directly include opt_sched.h in sched_4bsd.
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 sobomaxRevert previous change - it appears that the limit...
2008-03-19 pjdRemove extra uihold() call that accidentally sneak...
2008-03-19 jeff - Remove some dead code and comments related to KSE.
2008-03-19 jeff - At the top of sleepq_catch_signals() lock the thread...
2008-03-19 jeff - Remove stale comment.
2008-03-19 jeff - Add a facility similar to LOCK_PROFILING under SLEEP...
2008-03-19 jeff - Fix the last of the threading bugs that were introdu...
2008-03-19 jeff - Restore the NULL check for td_cpuset. This can...
2008-03-19 jeff - Relax requirements for p_numthreads, p_threads,...
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-17 kibFix two races in the handling of the d_gianttrick for...
2008-03-17 pjd- There is no more "uidinfo struct" mutex.
2008-03-16 pjdWhitespace cleanups.
2008-03-16 pjd- Use wait-free method to manage ui_sbsize and ui_procc...
2008-03-16 rwatsonConsistently use ANSI C declarationsfor all functions...
2008-03-16 pjdStyle fixes.
2008-03-16 pjdFix information leak. We can find PIDs of running proce...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-16 sobomaxProperly set size of the file_zone to match kern.maxfil...
2008-03-15 ruFix panic on e.g. "kldload /dev/null".
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-14 jhbMake the function prototype for cpu_search() match...
2008-03-13 jeffPR 117603
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-12 jeff - Pass the priority argument from *sleep() into sleepq...
2008-03-12 jeff - KSE may free a thread that was never actually forked...
2008-03-10 jeff - Fix the invalid priority panics people are seeing...
2008-03-10 jeff - Don't rely on a side effect of sched_prio() to set...
2008-03-10 jeff - Handle kdb switch panics outside of mi_switch()...
2008-03-10 jeffReduce ULE context switch time by over 25%.
2008-03-10 impTiny bit of KNF to make bus_setup_intr() look like...
2008-03-10 jeff - Add the missing '2' case to the switch table for...
2008-03-10 jeff - Add an implementation of sched_preempt() that avoids...
2008-03-10 jeff - Add a sched_preempt() routine to be called by md...
2008-03-09 impAny driver that relies on its parent to set the devclas...
2008-03-08 antoineIntroduce a new F_DUP2FD command to fcntl(2), for compa...
2008-03-08 rwatsonUse sbuf routines to construct core dump filenames...
2008-03-08 rwatsonUnlock the process lock when expand_name() fails, or...
2008-03-07 rwatsonAdd __FBSDID() tag.
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 jeff - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL...
2008-03-05 jeff - Don't overwrite the recently allocated 'nset' in...
2008-03-05 jeff - Verify that when a user supplies a mask that is...
2008-03-04 ruMake it possible to continue working after calling...
2008-03-03 rajInitial support for Freescale PowerQUICC III MPC85xx...
2008-03-02 marcelUnbreak after cpuset: initialize td_cpuset in sched_for...
2008-03-02 jeffAdd support for the new cpu topology api:
2008-03-02 jeff - Remove the old smp cpu topology specification with...
2008-03-02 jeff - Regen for cpuset
2008-03-02 jeffAdd cpuset, an api for thread to cpu binding and cpu...
2008-03-02 jeff - Add a new sched_affinity() api to be used in the...
2008-03-01 attilio- Handle buffer lock waiters count directly in the...
2008-02-26 kibDo not assert any locks for VOP_PRINT. In particular...
2008-02-25 attilioAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-24 attilioIntroduce some functions in the vnode locks namespace...
2008-02-24 cpercivaAfter finishing sending file data in sendfile(2), don...
2008-02-23 desThis patch adds a new ktrace(2) record type, KTR_STRUCT...
2008-02-18 yarUndo the damage I did in sys/kern/vfs_mount.c #1.274 and
2008-02-18 yarAdd a remark on a questionable property of vfs_mergeopts().
2008-02-17 antoineMake sysctl_kern_arnd return a random buffer instead...
2008-02-17 krisSwitch from conditionally dropping Giant in exit1(...
2008-02-17 impFix typo in comment.
next