i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / pc32 / i386 / autoconf.c
2010-10-06 Michael Neumanni386 - Get completely rid of APIC_IO apic_io
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2009-10-10 Matthew DillonNFS - Change NFS root mount default from udp to tcp
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
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 1/many.
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-10-14 Matthew DillonRemove the 'ether' module dependancy, it is not defined...
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-07-28 Matthew Dillonudev2dev() can return NODEV now, make sure it doesn...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: