Open source ath(4) HAL code.
[dragonfly.git] / sys /
2009-05-16 Hasso TepperOpen source ath(4) HAL code.
2009-05-16 Hasso TepperMake pthread types visible via sys/types.h to conform...
2009-05-16 Sepherosa ZiehauCleanup systimer.h
2009-05-15 Matthew Dillonvkernel - Fix races in stopsig() and ipisig().
2009-05-15 Matthew DillonUse the new cothread_delete() API in vke_stop().
2009-05-15 Matthew DillonAdd cothread_delete() to the vkernel cothread API.
2009-05-15 Matthew Dillonvkernel now autoprobes vkd0s1a as well as vkd0s0a to...
2009-05-15 Matthew DillonFix bug in recent commit - fcntl(... O_ASYNC) on tty...
2009-05-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-15 Matthew DillonFix a simple code bug when dealing with a raced vnode...
2009-05-15 Joe Talbottif_vke: Convert from kqueue API to cothread API.
2009-05-15 Joe Talbottsys_wait4(): Use uap->sysmsg_result when calling kern_w...
2009-05-14 Matthew DillonAdd missing call to sysctl_ctx_init(), fixing a boot...
2009-05-14 Sepherosa ZiehauEnable lapic timer by default.
2009-05-14 Sepherosa ZiehauRemove lapic_timer_test
2009-05-14 Sepherosa ZiehauUse nq version of systimer_init_periodic() when initial...
2009-05-14 Jordan Gordeevamd64: pmap: sync pmap_kmem_choose() with FreeBSD.
2009-05-14 Jordan Gordeevvga(4): Fix truncation of 64-bit addresses.
2009-05-14 Jordan Gordeevamd64: first steps towards 64-bit pmap
2009-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-14 Jordan Gordeevamd64: varsym: increase varsym set size limit
2009-05-12 Sepherosa ZiehauExpose per-cpu vmmeter through vm.cpuX.vmmeter
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
2009-05-08 Sepherosa ZiehauSwitch one shot timer, if user allows C3 state to be...
2009-05-07 Matthew DillonRemoving debugging kprintf() in PTE race check.
2009-05-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-07 Matthew DillonAdd sanity check: Assert (gd_spinlocks_wr > 0) prior...
2009-05-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-05-07 Aggelos Economopouloskill a bit of dead code in nfs
2009-05-07 Simon SchubertRoll DragonFly 2.3.1 v2.3.1
2009-05-07 Matthew DillonReplace Debugger() entry with a kprintf().
2009-05-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-07 Matthew DillonFix O_NOFOLLOW and do not follow softlinks if O_EXCL.
2009-05-07 Matthew DillonHAMMER VFS - Limit recursion for long directory chains...
2009-05-06 Matthew Dillonfstest regression fixes - POSIX error codes.
2009-05-06 Aggelos EconomopoulosAllow USCHED_DEL_CPU for non-superuser processes
2009-05-06 Matthew DillonHAMMER VFS - Refactor merged search function to try...
2009-05-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-05-04 Sepherosa ZiehauAdd tunable to _not_ register i8254 interrupt if lapic...
2009-05-04 Hasso TepperMake dev.cpu.X.cx_usage sysctl also report current...
2009-05-04 Hasso TepperRework a CPU C-state selection logic a bit.
2009-05-04 Hasso TepperMove the code to update cpu_cx_count out of acpi_cpu_ge...
2009-05-04 Hasso Tepperacpi_cpu: fixup for PIIX4E PCI config related to C2.
2009-05-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-04 Matthew DillonThe kernel permissions check code was not checking...
2009-05-03 Simon Schubertnanosleep: don't overwrite error with copyout success...
2009-05-03 Sepherosa Ziehauacpi: Select proper one shot timer based on CPUs' C3...
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-03 Sepherosa Ziehauhpet: Veto Sx state transition, if hpet is the sys_cput...
2009-05-03 Sepherosa Ziehaulapic timer: Improve lapic timer vector code
2009-05-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-02 Matthew DillonFix sticky bit directory handling for deletions.
2009-05-02 Sepherosa ZiehauUnbreak VKERNEL compile: Add missing symbol
2009-05-02 Sepherosa Ziehaulapic timer: Correct AMD C1E handling
2009-05-02 Sepherosa Ziehaulapic timer: Finish the lapic timer support
2009-05-02 Sepherosa Ziehaulapic timer: Improve lapic timer testing
2009-05-02 Sepherosa Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2009-05-02 Sepherosa Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2009-05-02 Sepherosa Ziehaulapic timer: Setup AP lapic timer's divisor
2009-05-02 Sepherosa ZiehauMove sysbeepstop_ch initialization to the beginning...
2009-05-02 Sepherosa Ziehaui8254: Adjust cpu_initclocks() a little bit.
2009-05-01 Sepherosa Ziehaulapic timer: Reimplement set_apic_timer using lapic_tim...
2009-05-01 Sepherosa ZiehauRemove dead apic timer code.
2009-05-01 Sepherosa Ziehaulapic timer: Disable C1 Enhanced mode on AMD K8 Family...
2009-05-01 Sepherosa Ziehaulapic timer: Save lapic timer frequency
2009-05-01 Sepherosa Ziehaulapic timer: Add lapic timer calibration code.
2009-05-01 Sepherosa Ziehauhpet: Bark loud if 1024B hpet register space couldn...
2009-05-01 Sepherosa ZiehauPrepare lapic timer: Patch the hardware bug in nForce2...
2009-05-01 Sepherosa Ziehauacpi_timer: Timer name change.
2009-05-01 Sepherosa ZiehauFix comment
2009-04-29 Matthew DillonHAMMER VFS - Better CRC handling, bad-file handling.
2009-04-29 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-29 Sascha WildnerAs per POSIX, unconstify if_name in <net/if.h>.
2009-04-29 Sepherosa ZiehauAdd HPET cputimer.
2009-04-29 Matthew DillonSplit out core kern_clock_*() calls for the clock_...
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Sepherosa Ziehauemx(4): __cachealign struct emx_rxdata
2009-04-28 Sepherosa Ziehauserializer: Revoke PROFILE_SERIALIZER kernel option
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Matthew DillonFix type-o, the file $syscompatdcldf12 file was not...
2009-04-27 Sepherosa Ziehauifpoll: Unbreak UP LINT building
2009-04-27 Sepherosa ZiehauAdd IFPOLL_ENABLE to LINT
2009-04-27 Sepherosa Ziehauemx(4): If error happens, we must hold all of the seria...
2009-04-27 Sepherosa Ziehauifpoll: Fix comment
2009-04-27 Sepherosa Ziehauifpoll: Reorganize TX/RX polling sysctl tree
2009-04-27 Sepherosa Ziehauifpoll: Use rdtsc() whenever possible to calculate...
2009-04-27 Sepherosa Ziehauifpoll: Expose kernel time fraction; currenly for debug...
2009-04-27 Sepherosa Ziehauifpoll: Put pollmore under crit section
2009-04-27 Sepherosa Ziehauifpoll: crit_{enter,exit}() -> crit_{enter,exit}_gd()
2009-04-27 Sepherosa Ziehauifpoll: Let callers of sched_* enter/exit crit section
2009-04-27 Sepherosa Ziehauifpoll: Put iteration of polling handlers under crit...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-26 Matthew DillonFix recursive lock in detached close of /dev/tty.
2009-04-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-25 Matthew DillonAdd a dummy offset to the arrays generated by genassym...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Matthew DillonFix the backslashes in a __asm line's interference...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next