Remove trailing whitespace.
[dragonfly.git] / sys / i386 /
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...
2005-11-05 Matthew DillonMake sure that the apic error, performance counter...
2005-11-04 Matthew DillonSolve the continuous stream of spurious IRQ 7's that...
2005-11-04 Matthew DillonICU/APIC cleanup part 11/many.
2005-11-04 Matthew DillonThe 'picmode' variable was mis-named. The MPTable...
2005-11-04 Matthew DillonMark our fine-grained interrupt timer as being INTR_MPS...
2005-11-04 Matthew DillonFix a comment. The slave is connected to IRQ 2 on...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-04 Matthew DillonDisplay warnings for any configured IO APIC pins that...
2005-11-04 Matthew DillonICU/APIC cleanup part 10/many. Be a lot more careful...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-03 Matthew DillonAdd more documentation for the APIC registers and renam...
2005-11-03 Matthew DillonICU/APIC cleanup part 8/many.
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-30 YONETANI Tomokazu- kill `unused variable' warning pointed out by sephe@
2005-10-30 YONETANI TomokazuUnbreak `device pmtimer' for compiled-in acpi driver...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-18 Sepherosa ZiehauAdjust comment on DEVICE_POLLING option.
2005-10-18 Sepherosa ZiehauAdd brief comment on DEVICE_POLLING option. This comme...
2005-10-17 Sepherosa Ziehauadd DEVICE_POLLING option
2005-10-15 Matthew DillonOnly resynchronize the RTC on shutdown if we had previo...
2005-10-15 Matthew DillonMPTable fixup for Shuttle XPC with an AMD Athlon X2...
2005-10-15 Matthew DillonDisplay all IOAPIC pin assignments when bootverbose...
2005-10-15 Matthew DillonImplement an emergency interrupt polling feature. ...
2005-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-07 Simon Schubert1:1 Userland threading stage 2.1/4:
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-23 Matthew DillonRe-initialize the interrupt mask on ACPI wakeup. This...
2005-09-20 Jeroen Ruigrok/asmodaiDocument and order the wlan devices.
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-12 Joerg SonnenbergerCall resettodr on shutdown to ensure that RTC and wall...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Matthew DillonFix isa_wrongintr. The APIC vector was being directly...
2005-09-10 Matthew DillonSyntax cleanup, add a code comment, add a newline in...
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
next