]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standalone
[FreeBSD/FreeBSD.git] / sys / kern /
2010-11-09 jhb- Remove <machine/mutex.h>. Most of the headers were...
2010-11-09 brucecFix typos.
2010-11-08 jmallettUse macros rather than inline functions to lock and...
2010-11-08 mdfWhitespace and other aspects of style(9). No functiona...
2010-11-08 mdfAdd a taskqueue_cancel(9) to cancel a pending task...
2010-11-08 mavOn APs startup skip hard-/statclock events, which time...
2010-11-07 jhAdd missing curly brackets. By chance, the missing...
2010-11-03 jhbRemove 'softclock_ih' as it is no longer used.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-02 jhbTweak the waitchannel messages for the dead lock detect...
2010-11-01 davidxuUse integer for size of cpuset, as it won't be bigger...
2010-10-31 mavFix callout_tickstofirst() behavior after signed intege...
2010-10-30 kibRemove sysctl debug.ncnegfactor, it is renamed to vfs...
2010-10-29 traszFix uninitialized variable.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-29 davidxuAdd sysctl kern.sched.cpusetsize to export the size...
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-28 jhbSet bootverbose directly in mi_startup() rather than...
2010-10-27 davidxu- Revert r214409.
2010-10-27 davidxuIf input parameter cpusetsize is zero, give userland...
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:
next