Last commit changed the function arguments of userland version of
[dragonfly.git] / sys / i386 /
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-10 Matthew DillonChange the seeder array from a modulo to a logical...
2006-07-10 Matthew DillonCleanup, no functional changes.
2006-07-04 Sascha Wildner1) Hook pctrack into the build.
2006-07-02 Sascha WildnerRemove unused SCTP_TCP_MODEL_SUPPORT option.
2006-07-02 Simon Schubertonly compile function in the SMP case
2006-06-30 YONETANI TomokazuPort EST driver from NetBSD, as it has better support...
2006-06-27 Matthew Dillon/dev/[k]mem was not allowing access to the CPU globalda...
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-23 Eirik NygaardAdd SCTP to LINT.
2006-06-21 YONETANI TomokazuAdd Enhanced SpeedStep driver(EST), based on Colin...
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-10 Matthew DillonWe shouldn't have to fninit to make the FP unit usable...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonAdd an INVARIANTS test in both the trap code and system...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-05 David XuAllow userland to bind a process to specific CPUs....
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-06-02 Matthew DillonRename arguments to atomic_cmpset_int() to make their...
2006-06-01 Sascha WildnerAdd KTR_GIANT_CONTENTION and KTR_SPIN_CONTENTION.
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
2006-05-29 Matthew DillonAdd two KTR (kernel trace) options: KTR_GIANT_CONTENTIO...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-25 Matthew DillonAdjust pamp_growkernel(), elf_brand_inuse(), and ktrace...
2006-05-22 Sascha WildnerMop up remains of the ibcs2/streams/svr4 removal:
2006-05-21 Matthew DillonOnly _KERNEL code can optimize based on SMP vs UP....
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonRemove the (unmaintained for 10+ years) svr4 and ibcs2...
2006-05-20 Sepherosa Ziehau- Add ral(4) for Ralink RT2500/RT2501/RT2600 chip based...
2006-05-20 Sepherosa Ziehau- Add ciphy for PHY modules produced by Cicada Semicond...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-18 Sepherosa ZiehauSync 802.11 support with FreeBSD6:
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
2006-05-16 Sepherosa ZiehauAdd a commant, which warns atomic_cmpset_int() is a...
2006-05-16 Sepherosa ZiehauPut atomic_cmpset_int() into central place. This funct...
2006-05-14 Sascha WildnerRemove all traces of umapfs and associated stuff.
2006-05-14 Sascha Wildner/tmp/umap.msg
2006-05-12 Matthew DillonUMAPFS has been disabled (and non-working) for a long...
2006-05-11 Matthew DillonRecognize the cpu ident for additional VIA processors.
2006-05-11 Sascha Wildner* Remove the following obsolete options from the system:
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-02 Matthew DillonFix an information disclosure issue on AMD cpus. The...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-02 Matthew DillonDocument the use of SDT_SYS386IGT vs SDT_SYS386TGT...
2006-04-02 Matthew DillonA floating point fault (instead of DNA fault) can occur...
2006-04-01 Sepherosa Ziehau- Import driver[acx(4)] for TI acx100/acx111 based...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-23 Sepherosa ZiehauAdd a new tunable "hw.bge.fake_autoneg", get rid of...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-08 Jeremy C. ReedOnly define atop for _KERNEL or _KERNEL_STRUCTURES.
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-02-28 Matthew DillonDo not set the pcb_ext field until the private TSS...
2006-02-19 Sascha Wildner* Remove unused SC_RENDER_DEBUG option.
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-17 Matthew DillonProperly assert the state of the MP lock in the async...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-02 YONETANI TomokazuFix buildworld with WANT_GCC40 defined. In gcc-4.0...
2005-12-30 Joerg SonnenbergerProvide proper offsetof macro for C++. Prefer __size_t...
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-12-06 Matthew Dillondoreti and splz were improperly requiring that the...
2005-12-03 Matthew DillonReduce SCSI_DELAY in GENERIC from 15 seconds to 5 seconds.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-24 Matthew DillonAdd the ips driver to GENERIC.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonDocument the fact that the vm86 instruction emulator...
2005-11-22 Matthew DillonRemove unused label.
2005-11-22 Matthew DillonAdd a sysctl and tunable kern.trap_mpsafe which allows...
2005-11-22 Matthew DillonWrap psignal() and a few other places that require...
2005-11-21 Matthew DillonFollowup to last commit, cleanup some SMP/UP conditionals.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-11 Sascha WildnerAdd missing CPU options and reorder a little bit.
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-06 Matthew DillonDocument CPU_AMD64X2_INTR_SPAM in LINT.
2005-11-06 Matthew DillonClean up the CPU_AMD64X2_INTR_SPAM option to check...
2005-11-05 Matthew DillonWhen operating in SMP+ICU mode, try to disconnect the...
next