| 2010-10-06 |
Michael Neumann | i386 - Get completely rid of APIC_IO apic_io |
blob | commitdiff |
| 2010-09-29 |
Matthew Dillon | kernel - Adjust KVA use on i386 and x86_64 |
blob | commitdiff | diff to current |
| 2010-09-29 |
Matthew Dillon | kernel - Report actual real memory during kernel boot |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | MPSAFE TTY - Refactor kprintf()'s spinlock, shutdown... |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 2/2 |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Adjust contention handler |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure 2 |
blob | commitdiff | diff to current |
| 2010-08-24 |
Matthew Dillon | kernel - rewrite the LWKT scheduler's priority mechanism |
blob | commitdiff | diff to current |
| 2010-05-16 |
Sascha Wildner | Go over sys/platform and remove dead initialization... |
blob | commitdiff | diff to current |
| 2010-02-05 |
Constantine A. Murenin | kernel: print the amount of ignored memory above 4GB... |
blob | commitdiff | diff to current |
| 2010-02-05 |
Constantine A. Murenin | kernel: print memory amount in MB instead of KB |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 5/many - Change vm_pindex_t... |
blob | commitdiff | diff to current |
| 2009-12-20 |
Sascha Wildner | Fix UP kernel build. |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-12-06 |
Alex Hornung | dump - Make use of the new dumping |
blob | commitdiff | diff to current |
| 2009-10-13 |
Alexander Polakov | Remove machdep.msgbuf, machdep.msgbuf_clear. |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion... |
blob | commitdiff | diff to current |
| 2009-08-17 |
Matthew Dillon | Kernel - Use built-in suffix handling for "hw.physmem... |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Reorder MP probing |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Save EBDA address before mp_probe() |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-08-02 |
Matthew Dillon | Create an #include layer for bus/pci and bus/isa so... |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Move fetching of "hw.hasbrokenint12" tunable closer... |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Cosmetic changes (remove whitespace). |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Remove unnecessary conversion to kilobytes (divide... |
blob | commitdiff | diff to current |
| 2008-04-21 |
Matthew Dillon | Pass the current LWP to sigexit() instead of the curren... |
blob | commitdiff | diff to current |
| 2008-03-15 |
Aggelos Economopoulos | The i386/amd64 abi specifies that the direction flag... |
blob | commitdiff | diff to current |
| 2007-12-12 |
Matthew Dillon | Save and restore the FP context in the signal stack... |
blob | commitdiff | diff to current |
| 2007-11-07 |
Matthew Dillon | Remove i386 support. |
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-07-01 |
Matthew Dillon | More multi-threaded support for virtualization. Move... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-06-07 |
Matthew Dillon | Remove unused variables after last commit. |
blob | commitdiff | diff to current |
| 2007-06-07 |
Matthew Dillon | Entirely remove exec_map from the kernel. Use the... |
blob | commitdiff | diff to current |
| 2007-05-17 |
Matthew Dillon | Remove #include <sys/disklabel.h> from various source... |
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-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-01-16 |
Matthew Dillon | Implement getcontext(), setcontext(), makecontext(... |
blob | commitdiff | diff to current |
| 2007-01-14 |
Matthew Dillon | Link up the interrupt frame to the systimer API. Use... |
blob | commitdiff | diff to current |
| 2007-01-14 |
Matthew Dillon | Implement a new signal delivery mechanism, SA_MAILBOX... |
blob | commitdiff | diff to current |
| 2007-01-13 |
Matthew Dillon | Pull in a few bits from FreeBSD. Add a structure size... |
blob | commitdiff | diff to current |
| 2007-01-09 |
Matthew Dillon | A virtual kernel running an emulated process context... |
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 | Signal handlers usually inherit %gs. Make them inherit... |
blob | commitdiff | diff to current |
| 2007-01-06 |
Matthew Dillon | Initialize thread0.td_gd prior to calling various gdini... |
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-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
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-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
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-07 |
Matthew Dillon | More Machine-dependant/Machine-independant code and... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Remove system dependancies on <machine/ipl.h>. Only... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to condition... |
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-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-09-13 |
Sascha Wildner | Ansify the rest of the K... |
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-06-07 |
Matthew Dillon | Remove the asynchronous system call interface sendsys... |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
blob | commitdiff | diff to current |
| 2006-06-05 |
David Xu | Allow userland to bind a process to specific CPUs.... |
blob | commitdiff | diff to current |
| 2006-05-04 |
Matthew Dillon | Block devices generally truncate the size of I/O reques... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-02 |
Matthew Dillon | Document the use of SDT_SYS386IGT vs SDT_SYS386TGT... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-12-12 |
Matthew Dillon | Move tsc_offsets[] to a new home to unbreak kernel... |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Consolidate the initialization of td_mpcount into lwkt_... |
blob | commitdiff | diff to current |
| 2005-11-16 |
Matthew Dillon | Continue work on our pluggable scheduler abstraction... |
blob | commitdiff | diff to current |
| 2005-11-04 |
Matthew Dillon | Allow 'options SMP' *WITHOUT* 'options APIC_IO'. That... |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 1/many. |
blob | commitdiff | diff to current |
| 2005-10-27 |
Sepherosa Ziehau | - convert {set, fill}_??regs() and ptrace_single_step... |
blob | commitdiff | diff to current |
| 2005-10-07 |
Simon Schubert | 1:1 Userland threading stage 2.1/4: |
blob | commitdiff | diff to current |
| 2005-10-05 |
Simon Schubert | Userland 1:1 threading changes step 1/4+: |
blob | commitdiff | diff to current |
| 2005-08-28 |
Jeffrey Hsu | A machine-independent spinlock implementation. It... |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Associate a userland scheduler control structure with... |
blob | commitdiff | diff to current |
| 2005-06-19 |
Matthew Dillon | Fix a bug in the physmap[] array limit calculation... |
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-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-03-17 |
Sascha Wildner | Now that make no longer needs it, remove the ispc98... |
blob | commitdiff | diff to current |
| 2005-02-27 |
Sascha Wildner | Remove PC98 support. Leave the machdep.ispc98 sysctl... |
blob | commitdiff | diff to current |
| 2005-02-21 |
Matthew Dillon | Implement TLS support, tls manual pages, and link the... |
blob | commitdiff | diff to current |
| 2005-02-07 |
Matthew Dillon | gdb-6 uses /dev/kmem exclusively for kernel addresses... |
blob | commitdiff | diff to current |
| 2004-11-20 |
Matthew Dillon | Fix a number of SMP issues. |
blob | commitdiff | diff to current |
| 2004-10-25 |
Hidetoshi Shimokawa | Preserve dcons(4) buffer passed by loader(8). |
blob | commitdiff | diff to current |
| 2004-09-17 |
Matthew Dillon | Move all the softclock/callout initialization out of... |
blob | commitdiff | diff to current |
| 2004-08-12 |
Eirik Nygaard | Add message passed syscall's. |
blob | commitdiff | diff to current |
| 2004-07-31 |
Matthew Dillon | Get rid of mb_map. Retool the mbuf and mbuf cluster... |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Add a stack-size argument to the LWKT threading code... |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-07-05 |
Matthew Dillon | acpica5 update part 1/3: Implement support for acpica... |
blob | commitdiff | diff to current |
| 2004-06-27 |
Matthew Dillon | Bring in YONETANI Tomokazu's acpi-update-2.patch (27... |
blob | commitdiff | diff to current |
| 2004-06-26 |
Matthew Dillon | If Preposterous BIOS basemem is detected, instead of... |
blob | commitdiff | diff to current |
| 2004-05-05 |
Matthew Dillon | Another major mmx/xmm/FP commit. This is a combination... |
blob | commitdiff | diff to current |
| next |