Add fsblkcnt_t and fsfilcnt_t.
[dragonfly.git] / sys / i386 /
2005-06-01 Matthew DillonFix a recursive clock_lock() on SMP systems which was...
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Matthew DillonFix a bugaboo in the last commit. We can't move to...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of the bad hack that was doing network polling...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-23 Matthew DillonDo better range checking on the LDT. FreeBSD-SA-05...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg Sonnenbergertypo
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-10 Joerg SonnenbergerReplace __offsetof with similiar pointer expression...
2005-05-07 Sascha WildnerRemove PCVT kernel part and mop up.
2005-05-07 Simon SchubertFix gcc40 compilation of lib/libsvg by merging from...
2005-05-07 Sascha Wildner- Use standard types.
2005-05-07 Sascha WildnerCorrect typo: vender -> vendor
2005-05-03 Joerg SonnenbergerAllocate some additional space for dlopen'd libraries...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-02 Matthew DillonIf a process does not block between setting up %gs...
2005-04-26 Matthew DillonMinor rearrangement of an mpcount. This isn't actually...
2005-04-26 Matthew DillonFix an SMP bug. The SMP startup code waits for the...
2005-04-25 Matthew DillonMake the trace code a bit smarter. It now looks around...
2005-04-24 Jeroen Ruigrok/asmodaiGet rid off the wrappers around __va_copy(), they serve...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-04-11 Hiten PandyaIck! Seems I was under a placebo, correct a last minut...
2005-04-11 Hiten PandyaForced commit to note previous change, of introducing...
2005-04-11 Hiten PandyaAdd 'mycpuid', a #define for accessing mycpu->gd_cpuid.
2005-04-11 Matthew DillonClearly state when ACPI is overriding APM's device...
2005-04-04 Joerg SonnenbergerReplace TIMER_USE_1 kernel option with hw.i8254.walltim...
2005-04-02 Joerg SonnenbergerSplit pcm into the generic framework (pcm) and the...
2005-04-02 Joerg SonnenbergerRemove VoxWare related entries, don't list drivers...
2005-04-02 Joerg SonnenbergerRemove reminders of VoxWare.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Joerg SonnenbergerRemove the pre-NEWPCM sound drivers and the speaker...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-23 Matthew DillonAllow an info.size field of -1 to indicate that the...
2005-03-17 Sascha WildnerNow that make no longer needs it, remove the ispc98...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuAdd more relocation types.
2005-03-07 Jeroen Ruigrok/asmodaiAdd va_copy() implementation (thanks to Chris Torek...
2005-03-06 Matthew DillonDo some WARNS 6 cleanups. Add __unused, add a few...
2005-03-06 Matthew DillonReplace references to TurtleBSD with DragonFlyBSD....
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2005-02-27 Sascha WildnerRemove more left over files from wd(4) removal.
2005-02-26 Sascha WildnerRemove last remnants of the wd(4) driver which was...
2005-02-26 Sascha WildnerRelease the old a.out-only boot loader into freedom.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-15 Joerg SonnenbergerForgotten in last commit.
2005-02-15 Joerg SonnenbergerFix lvalue cast.
2005-02-15 Joerg SonnenbergerAvoid casts as lvalues.
2005-02-15 Joerg SonnenbergerDon't cast lvalues.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-02-03 Joerg SonnenbergerGCC 1.x is dead.
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2005-01-31 Matthew DillonAdd a sysctl to control 8254 bios overwrite warnings...
2005-01-27 Joerg Sonnenbergerremove bad semicolon
2005-01-27 Joerg SonnenbergerANSIfication and minor style cleanups.
2005-01-18 Joerg SonnenbergerIgnore zero length mbuf in bus_dmamap_load_mbuf.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-12 Sascha WildnerAdd SC_PIXEL_MODE because it's nice to have higher...
2005-01-10 Joerg SonnenbergerRemove wx(4). It's been superseded by em(4).
2005-01-06 Jeroen Ruigrok/asmodaiGet rid of the register keyword.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-30 Jeroen Ruigrok/asmodaiAdd ieee.h files for amd64 and x86.
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Joerg SonnenbergerRemove unecessary range check. start and num are unsign...
2004-12-20 Matthew DillonRemove bogus DIAGNOSTIC code that checked if the proces...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-14 Joerg SonnenbergerRemove generic generating counting. I'm going to use...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
next