]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION
[FreeBSD/FreeBSD.git] / sys / sys /
2011-01-21 pluknetMake MSGBUF_SIZE kernel option a loader tunable kern...
2011-01-19 mdfIntroduce signed and unsigned version of CTLTYPE_QUAD...
2011-01-19 mdfsysctl(8) should use the CTLTYPE to determine the type...
2011-01-17 jkimAdd reader/writer lock around mem_range_attr_get()...
2011-01-14 jhbRework realtime priority support:
2011-01-13 mdfAdd a 64-bit hex-printed sysctl(9) since there is at...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-12 mdfFix a typo. XLONG should allow pointers to unsigned...
2011-01-12 mdfAdd type checking for static and dynamic sysctls using...
2011-01-12 nwhitehornUpdate dialog to version 20100428. This changes the...
2011-01-11 jhb- Retire some unused ithread priorities: PI_TTYHIGH...
2011-01-10 jhbAdd a nested include of <sys/linker_set.h> to make...
2011-01-09 kibMove repeated MAXSLP definition from machine/vmparam...
2011-01-08 kibIn rtld, read the initial stack access mode from AT_STA...
2011-01-08 kibCreate shared (readonly) page. Each ABI may specify...
2011-01-08 tijlOn 32 bit architectures define (u)int64_t as (unsigned...
2011-01-06 jhbRetire PCONFIG and leave the priority of thread0 alone...
2011-01-06 jhbRetire the INTR_FAST flag as it was obsoleted by the...
2011-01-04 mariusReserve INTR_MD[1-4] similarly to what BUS_DMA_BUS...
2010-12-31 bzHappy New Year 2011.
2010-12-29 davidxu- Follow r216313, the sched_unlend_user_prio is no...
2010-12-28 lstewart- Add some helper hook points to the TCP stack. The...
2010-12-22 davidxuMFp4:
2010-12-21 pjdClose body of the VFS_UNLOCK_GIANT() macro into do...
2010-12-21 mdfInitialize fp_location for explicitly managed fail...
2010-12-21 mdfMove the fail_point_entry definition from fail.h to...
2010-12-21 lstewart- Introduce the Hhook (Helper Hook) KPI. The KPI is...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-13 mckusickTighten up some of the comments describing turnstiles...
2010-12-09 davidxuMFp4:
2010-12-05 dasBump __FreeBSD_version for the addition of log2()....
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 kibAdd SLIST_SWAP() macro.
2010-11-30 kenAdd Serial Management Protocol (SMP) passthrough suppor...
2010-11-29 mdfDo not hold the sysctl lock across a call to the handle...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-25 attilioAdd a missing CTL description from CVS revision 1.147.
2010-11-23 kibAdd PT_GNU_STACK definition.
2010-11-22 dimAfter some off-list discussion, revert a number of...
2010-11-22 attilioAdd the ability for GDB to printout the thread name...
2010-11-19 kibRemove prtactive variable and related printf()s in...
2010-11-17 jhbAdd a resource_list_reserved() method that returns...
2010-11-14 kibDo not use __FreeBSD_version prefix for the special...
2010-11-14 dimInstead of unconditionally emitting .globl's for the...
2010-11-14 dimAdd macros to define static instances of VNET_DEFINE...
2010-11-14 dimSimilar to sys/net/vnet.h, define the linker set name...
2010-11-14 kibUse symbolic names instead of hardcoding values for...
2010-11-14 edAdd support for asterisk characters when filling in...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-12 jillesMake POLL_ERR and POLL_HUP different.
2010-11-12 luigiThis commit implements the SO_USER_COOKIE socket option...
2010-11-12 lstewartThis commit marks the first formal contribution of...
2010-11-12 nwhitehornAdd some platform KOBJ extensions and continue integrat...
2010-11-11 dimUse the same treatment as in linker_set.h for the __sta...
2010-11-11 dimRevert r103230, which depended on ld preserving the...
2010-11-11 edReplace libgcc.a by libcompiler_rt.a.
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-10 mavRemove unexisted since r212541 timer1hz/timer2hz variables.
2010-11-09 jhb- Remove <machine/mutex.h>. Most of the headers were...
2010-11-08 mdfAdd a taskqueue_cancel(9) to cancel a pending task...
2010-11-07 gonzo- Add minidump support for FreeBSD/mips
2010-11-03 jhbRemove 'softclock_ih' as it is no longer used.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 jhb- When disabling ktracing on a process, free any pendin...
2010-10-21 pluknetReshuffle SIOCGIFCONF32 handler from r155224.
2010-10-18 marcelRename boot() to kern_reboot() and make it visible...
2010-10-17 davidxu- Insert thread0 into correct thread hash link list.
2010-10-13 mdfUse a safer mechanism for determining if a task is...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-12 mdfRe-expose and briefly document taskqueue_run(9). The...
2010-10-12 kibAdd macro DECLARE_MODULE_TIED to denote a module as...
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 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 jhCheck the device name validity on device registration.
2010-10-04 phkCertain static code analysis tools (FlexeLint being...
2010-10-04 gordonBump __FreeBSD_version for switch from GNU man to...
2010-09-30 avgthere must be only one SYSINIT with SI_SUB_RUN_SCHEDULE...
2010-09-29 jhbAccount for unlocking a spin mutex in the lock profilin...
2010-09-28 gonzoInitial GPIO bus support. Includes:
2010-09-24 pjdAdd three GPT attributes:
2010-09-23 jchandraAdd MIPS platform, this will make bsdlabel(8) work...
2010-09-22 jhbCopy td_rqindex during fork instead of zero'ing it...
2010-09-21 alcFix exec_imgact_shell()'s handling of two error cases...
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 tijlIndicate that POSIX semaphores are always supported.
2010-09-18 kibAdopt the deferring of object deallocation for the...
2010-09-18 rwatsonWith reworking of the socket life cycle in 7.x, the...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mdfRe-add r212370 now that the LOR in powerpc64 has been...
2010-09-15 avgsys/pcpu.h: remove a workaround for a fixed ld bug
2010-09-14 kibRename the field to not confuse readers. The bytes...
2010-09-14 mavMake kern_tc.c provide minimum frequency of tc_ticktock...
next