| 2009-05-17 |
Sepherosa Ziehau | More clock cleanup: |
blob | commitdiff |
| 2009-02-05 |
Aggelos Economopoulos | kill db_print_backtrace() |
blob | commitdiff | diff to current |
| 2008-09-11 |
Matthew Dillon | Improve code flow for KASSERT and KKASSERT using __pred... |
blob | commitdiff | diff to current |
| 2008-07-23 |
Matthew Dillon | Synchronize some of the machine-independant AMD64 bits. |
blob | commitdiff | diff to current |
| 2008-07-11 |
Sascha Wildner | Add prototype for crc32_ext(). |
blob | commitdiff | diff to current |
| 2008-03-05 |
Sepherosa Ziehau | Add serialize_sleep(), which will atomically release... |
blob | commitdiff | diff to current |
| 2007-11-25 |
Sascha Wildner | Adjust acpi.c and bios.c to use kfreeenv()/ktestenv... |
blob | commitdiff | diff to current |
| 2007-11-24 |
Sascha Wildner | Remove old prototypes of consinit() (which was removed... |
blob | commitdiff | diff to current |
| 2007-11-14 |
Sascha Wildner | * Remove the remains of the obsolete timeout()/untimeou... |
blob | commitdiff | diff to current |
| 2007-07-30 |
Matthew Dillon | Introduce krateprintf(), a rate-controlled kprintf... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Matthew Dillon | Implement an architecture call for contended spinlocks... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Matthew Dillon | Implement an architecture function cpu_mplock_contested... |
blob | commitdiff | diff to current |
| 2007-05-24 |
Matthew Dillon | Add lwkt_sleep() to formalize a shortcut numerous bits... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | * The diskslice abstraction now stores offsets/sizes... |
blob | commitdiff | diff to current |
| 2007-05-01 |
Matthew Dillon | Implement kern.do_async_attach. default disabled. ... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-04-27 |
Matthew Dillon | Implement ncpus_fit and ncpus_fit_mask. Admittedly... |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.13/4: |
blob | commitdiff | diff to current |
| 2007-01-15 |
Matthew Dillon | We want the virtual kernel to be default-secure. Disab... |
blob | commitdiff | diff to current |
| 2007-01-13 |
Thomas E. Spanjaard | Add support for a dynamic environment array in the... |
blob | commitdiff | diff to current |
| 2007-01-12 |
Matthew Dillon | Add missing link options to export global symbols to... |
blob | commitdiff | diff to current |
| 2007-01-11 |
Matthew Dillon | Remove unused SWI's. |
blob | commitdiff | diff to current |
| 2007-01-09 |
Matthew Dillon | Get floating point working in virtual kernels. Add... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add... |
blob | commitdiff | diff to current |
| 2007-01-07 |
Matthew Dillon | Implement nearly all the remaining items required to... |
blob | commitdiff | diff to current |
| 2007-01-05 |
Matthew Dillon | Move dumplo from MD to kern/kern_shutdown.c |
blob | commitdiff | diff to current |
| 2006-12-27 |
Matthew Dillon | Make a chunk of low level initialization code for proc0... |
blob | commitdiff | diff to current |
| 2006-12-27 |
Thomas E. Spanjaard | Add generic printout of extended CPUID feature flags... |
blob | commitdiff | diff to current |
| 2006-12-26 |
Matthew Dillon | Remove unused procedures and declarations. |
blob | commitdiff | diff to current |
| 2006-12-26 |
Sascha Wildner | - addlog(...) is identical to log(-1, ...). Get rid... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Remove printf() definition and prototype from the kernel. |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-12-18 |
Matthew Dillon | Add 'k' versions for printf, sprintf, and snprintf... |
blob | commitdiff | diff to current |
| 2006-12-18 |
Matthew Dillon | Rename kvprintf -> kvcprintf (call-back version) |
blob | commitdiff | diff to current |
| 2006-12-13 |
Matthew Dillon | rename sscanf -> ksscanf |
blob | commitdiff | diff to current |
| 2006-12-05 |
Matthew Dillon | For the moment conditionally remove the declaration... |
blob | commitdiff | diff to current |
| 2006-12-04 |
Matthew Dillon | Make int bootverbose and int cold declarations machine... |
blob | commitdiff | diff to current |
| 2006-11-08 |
Matthew Dillon | Move the Maxmem extern to systm.h |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | More Machine-dependant/Machine-independant code and... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Get rid of the indirect function pointer for bzero... |
blob | commitdiff | diff to current |
| 2006-10-20 |
Matthew Dillon | Add a ton of infrastructure for VKERNEL support. ... |
blob | commitdiff | diff to current |
| 2006-09-30 |
Sascha Wildner | Remove incorrect extern declarations for stuff that... |
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-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-05-27 |
Matthew Dillon | Implement msleep(). This function is similar to the... |
blob | commitdiff | diff to current |
| 2006-05-21 |
Matthew Dillon | Clean up more #include files. Create an internal __boo... |
blob | commitdiff | diff to current |
| 2006-04-14 |
Matthew Dillon | Supply version of wakeup() which only operate on thread... |
blob | commitdiff | diff to current |
| 2006-03-12 |
Matthew Dillon | Change KKASSERT() to not embed #exp in the control... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Convert the lockmgr interlock from a token to a spinloc... |
blob | commitdiff | diff to current |
| 2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
blob | commitdiff | diff to current |
| 2005-10-24 |
Eirik Nygaard | Make wakeup, tsleep and friends MP-safe. |
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 |
Matthew Dillon | spl->critical section conversion, plus remove some... |
blob | commitdiff | diff to current |
| 2005-04-30 |
Sascha Wildner | Remove DEC Alpha support. |
blob | commitdiff | diff to current |
| 2005-02-17 |
Joerg Sonnenberger | GCC supports two pseudo variables to get the function... |
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 |
| 2005-01-14 |
Matthew Dillon | Add syscall primitives for generic userland accessible... |
blob | commitdiff | diff to current |
| 2004-12-30 |
Chris Pressey | Improve seperation between kernel code and userland... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-09-30 |
Matthew Dillon | VFS messaging/interfacing work stage 7/99. BEGIN DESTA... |
blob | commitdiff | diff to current |
| 2004-09-30 |
Joerg Sonnenberger | Add CTASSERT, a facility for simple compile time assert... |
blob | commitdiff | diff to current |
| 2004-09-19 |
Matthew Dillon | Remove timeout() and untimeout() plus all related suppo... |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Add a global, clocks_running, which tells us when timeo... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-03-05 |
Jeffrey Hsu | Remember the next lowest power of 2 of "npus" in "ncpus2". |
blob | commitdiff | diff to current |
| 2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
blob | commitdiff | diff to current |
| 2003-11-15 |
Matthew Dillon | Misc cleanups to take care of GCC3.x warnings. Missing... |
blob | commitdiff | diff to current |
| 2003-11-09 |
Matthew Dillon | Core integer types header file reorganization stage... |
blob | commitdiff | diff to current |
| 2003-11-07 |
Matthew Dillon | Synchronize APMBIOS with FreeBSD-5.x bios.c 1.64. ... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P() != wanted, begin removal, in order to preserve... |
blob | commitdiff | diff to current |
| 2003-08-03 |
Hiten Pandya | DELAY() does not belong in a MD include file, instead... |
blob | commitdiff | diff to current |
| 2003-08-03 |
Hiten Pandya | Add backtrace() prototype. |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
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-06-29 |
Matthew Dillon | threaded interrupts 1: Rewrite the ICU interrupt code... |
blob | commitdiff | diff to current |
| 2003-06-28 |
Matthew Dillon | smp/up collapse stage 1 of 2: Make UP use the globaldat... |
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-21 |
Matthew Dillon | thread stage 8: add crit_enter(), per-thread cpl handli... |
blob | commitdiff | diff to current |
| 2003-06-20 |
Matthew Dillon | thread stage 7: Implement basic LWKTs, use a straight... |
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 |
|