dragonfly.git
2009-05-02 Stathis Kamperisposix_memalign.3: Import manual page from FreeBSD.
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-02 Stathis Kamperisclocks.7: Mention HPET cpu timer.
2009-05-02 Sascha WildnerRaise some WARNS in usr.bin.
2009-05-02 Sascha Wildnerdoscmd(1): Raise WARNS to 6 and silence all warnings.
2009-05-01 Stathis Kamperisclocks(7): tsc frequency is found with hw.tsc_frequency now
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-05-01 Sepherosa Ziehauacpi.4: Add debug.acpi.enabled; mention hpet there
2009-04-30 Simon Schubertktrdump: ignore ts=0 when searching for earliest_ts()
2009-04-30 Sascha Wildnermalloc(3) manual page: Adjust to our new malloc() imple...
2009-04-30 Matthew Dillonnmalloc - Further optimize posix_memalign()
2009-04-29 Matthew DillonHAMMER Utility: Update mirror-dump, mirror-read to...
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 Matthew DillonFix short allocation in libc RTLD for static-compiled...
2009-04-28 Simon Schubertktrdump: remove debug output
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Matthew DillonAdd posix_memalign(), fix minor bug in nmalloc.
2009-04-28 Sepherosa Ziehauemx(4): __cachealign struct emx_rxdata
2009-04-28 Sepherosa Ziehauserializer: Revoke PROFILE_SERIALIZER kernel option
2009-04-28 Sascha WildnerRemove unneeded .Pp before .Rs in various manual pages.
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 Sascha WildnerSync zoneinfo database with tzdata2009g from elsie.
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-27 Hasso TepperUse STDERR_FILENO for stderr messages.
2009-04-26 Matthew DillonFix recursive lock in detached close of /dev/tty.
2009-04-25 Matthew DillonUse MAP_TRYFIXED instead of MAP_FIXED when mapping...
2009-04-25 Matthew DillonAdd cpdup feature - allow uid/gid/flags changes to...
2009-04-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-25 Matthew DillonFix an installworld failure due to kernel fixes and...
2009-04-25 Sepherosa Ziehaupktgenctl: Update according to recent libc changes
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 Hasso TepperNo barriers and spinlocks.
2009-04-24 Hasso TepperWe don't support barriers and spinlocks yet.
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 AlexFix various clang compile issues
2009-04-24 Sascha Wildnerunvis(3) manual page: s/RFCxxxx/RFC xxxx/
2009-04-24 Sascha Wildnerypclient(3) manual page: .Pp not needed here.
2009-04-23 Matthew DillonDon't call vm_map_findspace() when MAP_TRYFIXED is...
2009-04-23 Matthew DillonFix logic when using the umtx_*_err() functions. With...
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 libthread_xu's use of MAP_STACK. Guards were not...
2009-04-23 Sascha WildnerAdd a definition for POSIX.1-2008 to mdoc.local (from...
2009-04-23 Matthew DillonAdd missing files from umtx errno fixes commit.
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Matthew DillonFix an errno leak in libthread_xu's calls to umtx.
2009-04-23 Sascha WildnerAdd fpsetsticky() documentation (from NetBSD).
2009-04-23 Sascha WildnerAdd xdr_int64_t()/xdr_u_int64_t() documentation (from...
2009-04-23 Sascha WildnerAdd strnlen()/wcsnlen() documentation (from FreeBSD).
2009-04-23 Sascha WildnerAdd wcstof()/wcstold() documentation (from NetBSD).
2009-04-23 Sascha WildnerAdd strunvisx() documentation (from FreeBSD).
2009-04-23 Sascha WildnerBring in ypclnt(3) manual page (from NetBSD).
2009-04-23 Matthew DillonFreeBSD-SA-09:05.telnet - fix environment based code...
2009-04-22 Matthew DillonApply FreeBSD-SA-09:07.libc - fix information leak...
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonIncrease the number of internal spinlocks available...
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 Matthew DillonReplace the old BSD malloc code with a port of our...
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...
next