]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Bug fix delta to the em driver:
[FreeBSD/FreeBSD.git] / sys / kern /
2010-10-25 ivorasReduce the difference between hirunningspace and lorunn...
2010-10-25 davidxuUse function tdfind() to find a thread.
2010-10-24 brucecMostly revert r203420, and add similar functionality...
2010-10-23 traszRemove workaround for ZFS bug; fix was committed to...
2010-10-23 davidxuIn thr_exit() and kthread_exit(), only remove thread...
2010-10-21 delphijCall chainevh callback when we are invoked with neither...
2010-10-21 jhb- When disabling ktracing on a process, free any pendin...
2010-10-21 delphijIn syscall_module_handler(): all switch branches return...
2010-10-20 davidxu- Don't include sx.h, it is not needed.
2010-10-19 aeZFS pool name is not a real device in devfs. Do not...
2010-10-18 emasteWe've already set p = td->td_proc, so use it.
2010-10-18 marcelRe-implement the root mount logic using a recursive...
2010-10-18 marcelIn vfs_filteropt(), only print the errmsg when there...
2010-10-18 marcelRename boot() to kern_reboot() and make it visible...
2010-10-17 nwhitehornFix an XXX comment by answering 'no'. OS X does not...
2010-10-17 davidxu- Insert thread0 into correct thread hash link list.
2010-10-16 kibProvide vfs.ncsizefactor instead of hard-coding namecac...
2010-10-14 davidxuIn kern_sigtimedwait(), move initialization code out...
2010-10-13 mdfUse a safer mechanism for determining if a task is...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 davidxusigqueue_collect_set() is no longer needed because...
2010-10-12 mdfRe-expose and briefly document taskqueue_run(9). The...
2010-10-12 avggeneric_stop_cpus: prevent parallel execution
2010-10-12 davidxuAdd a flag TDF_TIDHASH to prevent a thread from being
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-10 kibThe r184588 changed the layout of struct export_args...
2010-10-09 avgadd kmem_map_free sysctl: query largest contiguous...
2010-10-09 avgpanic_cpu variable should be volatile
2010-10-09 davidxuCreate a global thread hash table to speed up thread...
2010-10-08 emasteMake a thread's address available via the kern proc...
2010-10-07 avgvm.kmem_map_size: a sysctl to query current kmem_map...
2010-10-07 jhCheck the device name validity on device registration.
2010-10-02 impAdjust the all target message (but maybe all: sysent...
2010-10-02 impTurns out this file was how we make sysent stuff, so...
2010-10-02 marcelSplit the root mount logic from the (generic) mount...
2010-10-02 kibRelease the vnode lock and close the linker file vnode...
2010-10-01 avgsysctls in kern_shutdown: add twin tunables
2010-09-30 avgthere must be only one SYSINIT with SI_SUB_RUN_SCHEDULE...
2010-09-30 avgdebug.kdb.stop_cpus sysctl: hint that this is also...
2010-09-30 avgkmem_size* sysctls: hint that these are also tunables
2010-09-29 davidxu- kern_sched_rr_get_interval should return interval...
2010-09-28 impThis file has been unused for ages. Retire it.
2010-09-28 emasteRemove extra braces for style(9) (found while cleaning...
2010-09-22 avgkdb_backtrace: use stack_print_ddb instead of stack_print
2010-09-22 mavIf kernel built with DEVICE_POLLING, keep one CPU alway...
2010-09-21 jhbComment nit, set TDF_NEEDRESCHED after the comment...
2010-09-21 mavIf new callout scheduled to another CPU and we are...
2010-09-21 mavRemember last kern.eventtimer.periodic value, explicitl...
2010-09-21 alcFix exec_imgact_shell()'s handling of two error cases...
2010-09-21 avgkdb_backtrace: stack(9)-based code to print backtrace...
2010-09-21 mavUntil hardclock() and respectively tc_windup() called...
2010-09-20 traszFirst step at adopting FreeBSD to support PSARC/2010...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 edJust make callout devices and /dev/console force CLOCAL...
2010-09-19 edIgnore DCD handling on /dev/console entirely.
2010-09-18 rwatsonWith reworking of the socket life cycle in 7.x, the...
2010-09-18 avgkern.sched.topology_spec sysctl: use step of 1 for...
2010-09-18 mavWhen global timer used at SMP system, update nextevent...
2010-09-17 impBy popular demand, kill all the non GIANT related inter...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mdfRe-add r212370 now that the LOR in powerpc64 has been...
2010-09-14 mavFix panic on NULL dereference possible after r212541.
2010-09-14 mavMake kern_tc.c provide minimum frequency of tc_ticktock...
2010-09-14 mavReplace spin lock with the set of atomics. It is imprac...
2010-09-14 mavAdd some foot shooting protection by checking singlemul...
2010-09-13 mdfRevert r212370, as it causes a LOR on powerpc. powerpc...
2010-09-13 avgbus_add_child: add specialized default implementation...
2010-09-13 mavRefactor timer management code with priority to one...
2010-09-11 mavDo not print "frequency 0 Hz", when frequency is unknown.
2010-09-11 kanAdd missing pointer increment to sbuf_cat.
2010-09-11 kibProtect mnt_syncer with the sync_mtx. This prevents...
2010-09-11 mavMerge some SCHED_ULE features to SCHED_4BSD:
2010-09-10 jamieDon't exit kern_jail_set without freeing options when...
2010-09-10 mdfReplace sbuf_overflowed() with sbuf_error(), which...
2010-09-10 mavDo not IPI CPU that is already spinning for load. It...
2010-09-10 avgbus_add_child: change type of order parameter to u_int
2010-09-09 mdfAdd a drain function for struct sysctl_req, and use...
2010-09-09 mdfAdd drain functionality to sbufs. The drain is a funct...
2010-09-09 mdfRefactor sbuf code so that most uses of sbuf_extend...
2010-09-09 rpauloFix two bugs in DTrace:
2010-09-09 pjdRemove VI_MOUNT flag from vnode on VFS_MOUNT() failure.
2010-09-08 pjdDoing first mount and updating mount points are both...
2010-09-08 pjd- Log all the problems in devfs_fixup().
2010-09-08 avgsubr_bus: use hexadecimal representation for bit flags
2010-09-05 tuexenImplement correct handling of address parameter and
2010-09-05 mavInitialize buffer for case of empty string. Happens...
2010-09-04 avgstruct device: widen type of flags and order fields...
2010-09-03 mdfUse a better #if guard.
2010-09-03 mdfStyle(9) fixes and eliminate the use of min().
2010-09-03 mdfFix user-space libsbuf build. Why isn't CTASSERT avail...
2010-09-03 mdfFix brain fart when converting an if statement into...
2010-09-03 mdfUse math rather than iteration when the desired sbuf...
2010-09-02 gibbsCorrect bioq_disksort so that bioq_insert_tail() offers...
2010-09-02 mdfFix UP build.
2010-09-01 mdfFix a bug with sched_affinity() where it checks td_pinn...
2010-09-01 mlaierrmlock(9) two additions and one change/fix:
2010-09-01 emasteAs long as we are going to panic anyway, there's no...
2010-09-01 davidxurescure comments from RELENG_4.
2010-08-31 mdfThe realloc case for memguard(9) will copy too many...
2010-08-31 davidxuIf a process is being debugged, skips job control cause...
next