lock around accesses to uidinfo and varsymset
[dragonfly.git] / sys /
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
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...
2009-04-24 AlexFix various clang compile issues
2009-04-23 Matthew DillonDon't call vm_map_findspace() when MAP_TRYFIXED is...
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Sascha Wildnercxm(4): Fix a crash by warning if no firmware is compil...
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonFix a bug in krealloc(). Note that krealloc() is very...
2009-04-22 Matthew DillonFix vkernel issues - enable ithread preemption, races...
2009-04-22 Sepherosa Ziehautcp/ip4 mapped address: Add tcp6_soport()
2009-04-22 Sepherosa Ziehautcp/ipv4 mapped address: Make sure that tcp_output...
2009-04-22 Sepherosa Ziehautcp_timer: Add assertion to make sure that tcp timers...
2009-04-21 Peter AvalosSync libc/stdio with FreeBSD:
2009-04-20 Sascha Wildnercxm(4): Silence compilation warning.
2009-04-19 Sascha Wildnercxm(4): Oops, remove #include opt_cxm.h for now.
2009-04-19 Sascha WildnerAdd cxm(4), a driver for Hauppauge PVR-250/350 video...
2009-04-19 Sascha Wildnerpcidevs: Regenerate pcidevs.h and pcidevs_data.h
2009-04-19 Sascha Wildnerpcidevs: Add iTVC16
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-13 Sepherosa ZiehauAdd some new DLTs found in libpcap-1.0.0
2009-04-13 Sepherosa ZiehauAllow users to turn off certain arp logging.
2009-04-13 Sepherosa ZiehauAdd description about sysctl nodes under net.link.ether...
2009-04-12 Sascha Wildneri4b(4): Reorder includes slightly to silence some compi...
2009-04-12 Sascha Wildneri4b(4): Initialize callout handles before first accessi...
2009-04-12 Sascha Wildnersppp(4): Properly initialize keepalive_timeout.
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa Ziehauemx(4): Add serialize/deserialize functions which just...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 3/many: We no longer need...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauMerge altq_cbq fix defc2f8f8d209ca94cc6f3d0a8f64c465258a43f
2009-04-12 Sepherosa ZiehauLet emx(4) install its own ifnet serialize functions
2009-04-12 Sepherosa ZiehauPut ifnet.if_serializer assertion under FIX_SERIALIZE_A...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-11 Sepherosa Ziehausln(4): Include <sys/param.h>
next