]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Update to version 9.6-ESV-R3, the latest from ISC, which addresses
[FreeBSD/FreeBSD.git] / sys / kern /
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-03 kibTrim whitespaces at the end of lines. Use the commit...
2010-12-03 kibReviewed by: jeff, rwatson
2010-12-02 traszReplace pointer to "struct uidinfo" with pointer to...
2010-12-02 impremoved tag is '-', not '+'.
2010-12-02 traszRemove useless NULL checks for M_WAITOK mallocs.
2010-11-30 impRemove redundant (and bogus) insertion of pnp info...
2010-11-29 mdfFix uninitialized variable warning that shows on Tinder...
2010-11-29 mdfDo not hold the sysctl lock across a call to the handle...
2010-11-29 mdfSlightly modify the logic in sysctl_find_oid to reduce...
2010-11-29 mdfUse the SYSCTL_CHILDREN macro in kern_sysctl.c to help...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-25 kibAccount i/o done on cdevs.
2010-11-24 kibAllow shared-locked vnode to be passed to vunref(9).
2010-11-23 avgtaskqueue: drop unused tq_name field
2010-11-23 pluknetUpdate MNT_ROOTFS comments after changes in the root...
2010-11-23 cpercivaAdd parentheses for clarity. The parentheses around...
2010-11-22 dimAfter some off-list discussion, revert a number of...
2010-11-22 attilioStyle fix.
2010-11-22 attilioAdd the ability for GDB to printout the thread name...
2010-11-22 cpercivaIn tc_windup, handle the case where the previous call...
2010-11-22 netchildBy using the 32-bit Linux version of Sun's Java Develop...
2010-11-22 davidxuUse atomic instruction to set _has_writer, otherwise...
2010-11-19 kibRemove prtactive variable and related printf()s in...
2010-11-19 attilioScan the list in reverse order for the shutdown handler...
2010-11-19 jhbSet the POSIX semaphore capability when the semaphore...
2010-11-19 jhbSet various POSIX capability sysctls to the version...
2010-11-17 jhbAdd a resource_list_reserved() method that returns...
2010-11-16 cognetNo need to include sys/systm.h twice.
2010-11-15 davidxuOnly unlock process if a thread is found.
2010-11-14 dimApply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE...
2010-11-14 dimSimilar to sys/net/vnet.h, define the linker set name...
2010-11-14 brucecFix some more style(9) issues.
2010-11-14 edAdd support for asterisk characters when filling in...
2010-11-14 brucecFix style(9) issues from r215281 and r215282.
2010-11-14 brucecAdd descriptions to some more sysctls.
2010-11-14 brucecAdd some descriptions to sys/kern sysctls.
2010-11-13 traszRemove unused variables.
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-12 luigiThis commit implements the SO_USER_COOKIE socket option...
2010-11-11 traszFix style.
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-11 traszRemove unneeded conditional.
2010-11-10 attilioFix typos.
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...
next