| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-07-23 |
Matthew Dillon | Synchronize some of the machine-independant AMD64 bits. |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
blob | commitdiff | diff to current |
| 2007-10-23 |
YONETANI Tomokazu | Merge ACPI resource manager changes From FreeBSD: |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2007-05-07 |
Matthew Dillon | Changes to consdev - low level kernel console initializ... |
blob | commitdiff | diff to current |
| 2007-04-12 |
Sascha Wildner | Ansify parameter declarations. |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only... |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-09 |
Matthew Dillon | Rename the kernel NODEV to NOCDEV to avoid conflicts... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2005-10-13 |
Matthew Dillon | Major cleanup of the interrupt registration subsystem. |
blob | commitdiff | diff to current |
| 2005-10-12 |
Matthew Dillon | Remove the INTR_TYPE_* flags. The interrupt type is... |
blob | commitdiff | diff to current |
| 2005-07-16 |
Matthew Dillon | Add some missing crit_exit()'s. The original code... |
blob | commitdiff | diff to current |
| 2005-06-16 |
Matthew Dillon | Remove all remaining SPL code. Replace the mtd_cpl... |
blob | commitdiff | diff to current |
| 2005-06-10 |
Sascha Wildner | Remove unused variables. |
blob | commitdiff | diff to current |
| 2005-06-08 |
Max Okumoto | Remove spl*() in src/sys/dev/serial/{cy,rc,rp,si,sio... |
blob | commitdiff | diff to current |
| 2005-06-01 |
Matthew Dillon | Implement a new cputimer infrastructure to allow us... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of bus_{disable,enable}_intr(), it wasn't gener... |
blob | commitdiff | diff to current |
| 2005-04-30 |
Sascha Wildner | Remove DEC Alpha support. |
blob | commitdiff | diff to current |
| 2005-02-01 |
Matthew Dillon | Add a intrmask_t pointer to register_int() and register... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | Add a missing com_unlock() to the serial port drain... |
blob | commitdiff | diff to current |
| 2004-09-19 |
Matthew Dillon | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-09-18 |
Matthew Dillon | malloc() M_NOWAIT -> M_WAITOK, plus remove bzero's... |
blob | commitdiff | diff to current |
| 2004-09-18 |
Matthew Dillon | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-07-03 |
Matthew Dillon | Make sure a serial port exists by determining whether... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
blob | commitdiff | diff to current |
| 2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
blob | commitdiff | diff to current |
| 2004-01-24 |
Matthew Dillon | Cleanup the duel-macro specifications in sioreg.h and... |
blob | commitdiff | diff to current |
| 2004-01-11 |
Joerg Sonnenberger | Split off the PCCARD specific driver parts of fd and... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Robert Garrett | lets go ahead and commit this before we hit the network... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-29 |
Matthew Dillon | threaded interrupts 1: Rewrite the ICU interrupt code... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|