]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
- Fix a comparison in sched_choose() that caused cpus to be constantly
[FreeBSD/FreeBSD.git] / sys / kern /
2007-01-05 jeff - Fix a comparison in sched_choose() that caused cpus...
2007-01-05 jhb- Close a race between enumerating UNIX domain socket...
2007-01-05 jeff - ftick was initialized to -1 for init and any of...
2007-01-04 jeff - Only allow the tdq_idx to increase by one each tick...
2007-01-04 jeff - Don't pass a pointer into runq_choose_from(). The...
2007-01-04 jeffULE 2.0:
2007-01-04 jeff - Add three new functions to support circular run...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2007-01-03 jeff - Fix schedgraph output with KSE threads. Call thread...
2007-01-02 davidxuFix compiling.
2006-12-31 rwatsonPrefer a more traditional spelling of inhibited in...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-29 jeff - More search and replace prettying.
2006-12-29 jeff - Clean up a bit after the most recent KSE restructuring.
2006-12-28 rwatsonBreak contents of kern_mac.c out into two files followi...
2006-12-28 rwatsonUpdate MAC Framework general comments, referencing...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-25 davidxubreak loop early if we know that there are at least...
2006-12-24 davidxuFix typo, p_slptime should be td_slptime.
2006-12-23 bmsDrop all received data mbufs from a socket's queue...
2006-12-23 rwatsonUpdate comments to reflect changes in the extattrctl...
2006-12-23 rwatsonFollowing a repo-copy of vfs_syscalls.c to vfs_extattr...
2006-12-22 rwatsonMove src/sys/sys/mac_policy.h, the kernel interface...
2006-12-21 rrsThe prepend function did not handle non-pkthdr's correctly.
2006-12-21 rwatsonRemove mac_enforce_subsystem debugging sysctls. Enforc...
2006-12-20 rwatsonExpand commenting on label slots, justification for...
2006-12-20 jkimMFP4: (part of) 110058
2006-12-20 kibIn rev. 1.514, iodone on async buffer may happen before...
2006-12-20 davidxuAdd a lwpid field into per-cpu structure, the lwpid...
2006-12-20 mbrBack out rev. 1.266. The real cause for the recent...
2006-12-19 mbrGiant might have been temporarily dropped while waiting...
2006-12-19 mbrAdd the tp->t_refcnt validity check back. There are...
2006-12-19 davidxuRemove unused sysctls.
2006-12-19 pjdUse pipe_direct_write() optimization only if the data...
2006-12-17 kmacyktrace_cv is no longer used - remove
2006-12-17 kmacyCleaner fix for handling declaration of loop variable...
2006-12-16 acheDon't intermix assignments and variable declarations...
2006-12-16 acheFix NULL pointer reference for INVARIANTS case
2006-12-16 rodrigcIn vfs_export(), if we specify MNT_DELEXPORT in the...
2006-12-16 rodrigcAdd a function vfs_deleteopt() which searches through...
2006-12-16 rodrigcConvert to ANSI-style function prototypes.
2006-12-16 rwatsonFor now, back out sysv_ipc.c:1.30, which caused shmget...
2006-12-16 kmacycorrect name of number of sleep queues
2006-12-16 kmacyAdd second sleep queue so that sx and lockmgr can have...
2006-12-16 kmacy- Fix some gcc warnings in lock_profile.h
2006-12-15 n_hibmaAlign the interfaces for the various watchdogs and...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-14 kibResolve two deadlocks that could be caused by busy...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-12 jhbAdd a function to return the MD interrupt source cookie...
2006-12-12 jhbAdd a comment and fix a whitespace nit.
2006-12-12 julianFix a potential point of confusion. Art Ironport we...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-07 rodrigcUse vfs_mount_error() to log mount errors in a few...
2006-12-06 julianChanges to try fix sched_ule.c courtesy of David Xu.
2006-12-06 julianThreading cleanup.. part 2 of several.
2006-12-04 kmacyBug fix for obscenely large wait times on uncontested...
2006-12-04 jhbFix an edge case in rman_manage_region() where it didn...
2006-12-04 davidxuif a thread blocked on userland condition variable is
2006-12-03 davidxuIntroduce userspace condition variable, since we have...
2006-11-30 kibLinker set support depends on the magic __start_<sectio...
2006-11-30 phkOnly grab the sched_lock if we actually need to modify...
2006-11-30 jbFlushing the buffer is conditional on actually using...
2006-11-30 jbTurn console printf buffering into a kernel option...
2006-11-28 davidxu- Remove third parameter of itimer_find, the parameter...
2006-11-22 mohansFix a race in soclose() where connections could be...
2006-11-20 jhbSave exit status of an exiting process in kn_data in...
2006-11-20 julianwhitespace fix only
2006-11-20 davidxuUse scheduler API sched_user_prio() to adjust thread...
2006-11-19 alcAdd vm map and object locking to each_writable_segment().
2006-11-17 jkimFix msgsnd(3)/msgrcv(3) deadlock under heavy resource...
2006-11-16 pjdChange sleepq_add(9) argument from 'struct mtx *' to...
2006-11-15 jhbAdjust assertions to allow for magical properties of...
2006-11-14 davidxuFix a copy-paste bug in NON-KSE case.
2006-11-13 kmacychange vop_lock handling to allowing tracking of caller...
2006-11-13 kmacytrack lock class name in a way that doesn't break WITNESS
2006-11-12 kmacyUnbreak witness
2006-11-12 andreIn kern_sendfile() fix the calculation of sbytes (the...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-12 davidxuCopy base user priority in NO_KSE case.
2006-11-12 trhodesFix mispatch of includes list; allows my kernel to...
2006-11-12 kmacyshow lock class in profiling output for default case...
2006-11-12 davidxuUse mi_switch, this should fix loadavg calculation...
2006-11-11 trhodesUpdate includes for sys/posix4 move.
2006-11-11 trhodesMerge posix4/* into normal kernel hierarchy.
2006-11-11 trhodesUpdate #includes list.
2006-11-11 davidxuUnbreak userland priority inheriting in NO_KSE case.
2006-11-11 kmacytinderbox fix
2006-11-11 kmacyremove lingering call to rd(tick)
2006-11-11 kmacymissed nits replacing mutex with lock
2006-11-11 kmacyMUTEX_PROFILING has been generalized to LOCK_PROFILING...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-08 maximo Fix a couple of obvious typos.
2006-11-07 andreStyle cleanups to the sctp_* syscall functions.
2006-11-07 jhbSimplify operations with sync_mtx in sched_sync():
2006-11-07 jhbFix comment typo and function declaration.
2006-11-06 teggeDon't drop reference to tty in tty_close() if TS_ISOPEN...
2006-11-06 andreHandle early errors in kern_sendfile() by introducing...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
next