| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff |
| 2011-11-12 |
Matthew Dillon | kernel = Fix tsleep(), remove MAILBOX signals, change... |
blob | commitdiff | diff to current |
| 2011-11-02 |
Matthew Dillon | kernel - Major MP work on kq and signal processing |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-05-11 |
John Marino | kernel ELF: Reimplement Elf Branding, .note.ABI-tag |
blob | commitdiff | diff to current |
| 2011-02-16 |
Matthew Dillon | kernel - Fix MP refcount race in struct sigacts |
blob | commitdiff | diff to current |
| 2011-02-14 |
Matthew Dillon | kernel - Make numerous proc accesses use p->p_token... |
blob | commitdiff | diff to current |
| 2011-02-11 |
Matthew Dillon | kernel - Add per-process token, adjust signal code... |
blob | commitdiff | diff to current |
| 2011-02-02 |
Sepherosa Ziehau | intr: Further delay MachIntrABI.finalize() |
blob | commitdiff | diff to current |
| 2011-02-02 |
Matthew Dillon | kernel - Add kern.usched_global_cpumask |
blob | commitdiff | diff to current |
| 2010-12-11 |
Matthew Dillon | kernel - Change the discrete mplock into mp_token |
blob | commitdiff | diff to current |
| 2010-12-09 |
Matthew Dillon | kernel - Add support for up to 63 cpus ... |
blob | commitdiff | diff to current |
| 2010-12-03 |
Matthew Dillon | kernel - Fix bug in x86-64 version of bzeront() |
blob | commitdiff | diff to current |
| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff | diff to current |
| 2010-09-01 |
Matthew Dillon | boot system and buildkernel - Additional work |
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-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 1/2 |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Change lwp_fork() to not hold the mplock in... |
blob | commitdiff | diff to current |
| 2010-03-23 |
Matthew Dillon | vkernel64 - Cleanup, unbreak 32 bit |
blob | commitdiff | diff to current |
| 2010-03-21 |
Jordan Gordeev | vkernel64: Add bug workaround. |
blob | commitdiff | diff to current |
| 2010-03-04 |
Matthew Dillon | kernel - pmap (i386) - Reduce kmem use for foreign... |
blob | commitdiff | diff to current |
| 2010-01-03 |
Matthew Dillon | kernel - kqueue - refactor kqueue_scan(), rename tick... |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - use new td_ucred in numerous places |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-06-05 |
Jordan Gordeev | amd64: Remove or disable most uses of kprintf0(). |
blob | commitdiff | diff to current |
| 2009-04-22 |
Matthew Dillon | Fix vkernel issues - enable ithread preemption, races... |
blob | commitdiff | diff to current |
| 2008-12-27 |
Jordan Gordeev | Bring in the remainder of the post-SoC amd64 enchilada. |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Correct typos. |
blob | commitdiff | diff to current |
| 2008-05-26 |
Nicolas Thery | Allocate lwkt threads from objcache instead of custom... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Recode the resource limit core (struct plimit) to fix... |
blob | commitdiff | diff to current |
| 2008-01-06 |
Sascha Wildner | Remove bogus checks after kmalloc(M_WAITOK) which never... |
blob | commitdiff | diff to current |
| 2007-11-19 |
Sascha Wildner | Remove various references to sysinstall from the system. |
blob | commitdiff | diff to current |
| 2007-08-15 |
Matthew Dillon | Convert the lwp list into a red-black tree. This great... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-05-02 |
Matthew Dillon | When thread0 is initialized it must also be LWKT schedu... |
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 | Reorder cpu interrupt enablement, do it in the code... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-03-01 |
Simon Schubert | 1:1 Userland threading stage 4.7/4: |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-16 |
Simon Schubert | 1:1 Userland threading stage 2.12/4: |
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-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
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 | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
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-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
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-05-29 |
Matthew Dillon | Further isolate the user process scheduler data by... |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-05-23 |
Matthew Dillon | Move all the resource limit handling code into a new... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Convert most manual accesses to filedesc->fd_files... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
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-11-08 |
Matthew Dillon | Make tsleep/wakeup MP SAFE part 1/2. |
blob | commitdiff | diff to current |
| 2005-10-26 |
Matthew Dillon | Temporary hack until corecode can fix it. There is... |
blob | commitdiff | diff to current |
| 2005-10-11 |
Simon Schubert | 1:1 Userland threading stage 2.8/4: |
blob | commitdiff | diff to current |
| 2005-10-09 |
Simon Schubert | 1:1 Userland threading stage 2.7/4: |
blob | commitdiff | diff to current |
| 2005-10-08 |
Simon Schubert | 1:1 Userland threading stage 2.4/4: |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Associate a userland scheduler control structure with... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-21 |
Jeffrey Hsu | Replace the linear search in file descriptor allocation... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-19 |
Matthew Dillon | Abstract out the routines which manipulate the mountlist. |
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-10-04 |
Matthew Dillon | VFS messaging/interfacing work stage 7c/99: More firmin... |
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-28 |
Matthew Dillon | VFS messaging/interfacing work stage 6/99. Populate... |
blob | commitdiff | diff to current |
| 2004-09-20 |
Matthew Dillon | M_NOWAIT -> M_WAITOK |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-06-20 |
Hiten Pandya | Move the 'p_start' field from struct pstats (Process... |
blob | commitdiff | diff to current |
| 2004-06-04 |
Matthew Dillon | async syscall work: The async syscall code got dated... |
blob | commitdiff | diff to current |
| 2004-05-10 |
Hiten Pandya | Remove newline from panic(9) message, it is redundant. |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-04-01 |
Matthew Dillon | Implement a convenient gd_cpumask so we don't have... |
blob | commitdiff | diff to current |
| 2004-03-30 |
Matthew Dillon | Second major scheduler patch. This corrects interactiv... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
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-10 |
Matthew Dillon | Fully synchronize sys/boot from FreeBSD-5.x, but add... |
blob | commitdiff | diff to current |
| 2003-09-28 |
Matthew Dillon | namecache work stage 2: move struct namecache to its... |
blob | commitdiff | diff to current |
| 2003-09-24 |
Matthew Dillon | oops, remove some namecache leakage that is not ready... |
blob | commitdiff | diff to current |
| 2003-09-24 |
Matthew Dillon | Clean up thread priority and critical section handling... |
blob | commitdiff | diff to current |
| 2003-08-03 |
Hiten Pandya | Use FOREACH_PROC_IN_SYSTEM() throughout. |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
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-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-30 |
Matthew Dillon | Add threads to the process-retrieval sysctls so they... |
blob | commitdiff | diff to current |
| 2003-06-30 |
Matthew Dillon | Misc interrupts/LWKT 1/2: threaded interrupts 2: Major... |
blob | commitdiff | diff to current |
| next |