| 2011-02-11 |
Matthew Dillon | kernel - Add per-process token, adjust signal code... |
blob | commitdiff |
| 2010-11-28 |
Matthew Dillon | kernel - Fix MP race in signotify_remote() |
blob | commitdiff | diff to current |
| 2010-10-21 |
Matthew Dillon | kernel - (mainly x86_64) - Fix a number of rare races |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - procfs_token work |
blob | commitdiff | diff to current |
| 2010-08-28 |
Venkatesh Srinivas | MPSAFE: MPSAFE kern_sig.c |
blob | commitdiff | diff to current |
| 2010-08-09 |
Samuel J. Greear | kernel - Move KNOTE() out of interrupt path |
blob | commitdiff | diff to current |
| 2010-08-08 |
Matthew Dillon | kernel - Fix kqueue panic on signal event knote |
blob | commitdiff | diff to current |
| 2010-08-03 |
Samuel J. Greear | kernel - Make filters able to be marked MPSAFE |
blob | commitdiff | diff to current |
| 2010-08-03 |
Samuel J. Greear | kernel - Remove kevent subsystem from under mplock |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-16 |
Sascha Wildner | Fix some warnings that creep up when compiling without... |
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-08-17 |
Matthew Dillon | AMD64 - Fix bogus signal interruption |
blob | commitdiff | diff to current |
| 2009-03-09 |
Simon Schubert | signals: rework when CURSIG/issignal can stop a thread... |
blob | commitdiff | diff to current |
| 2009-03-06 |
Simon Schubert | cleanup: typo in comment |
blob | commitdiff | diff to current |
| 2009-01-25 |
Matthew Dillon | Fix another process stuck-during-exit bug - stuck due... |
blob | commitdiff | diff to current |
| 2008-12-24 |
Sascha Wildner | Remove some more dead initialization. |
blob | commitdiff | diff to current |
| 2008-12-20 |
Sascha Wildner | Eliminate some dead initialization. |
blob | commitdiff | diff to current |
| 2008-06-09 |
Matthew Dillon | Fix a SMP race in signotify_remote(). LWPHOLD() the... |
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-04-14 |
Matthew Dillon | Fix ktrace for threaded processes. Move the KTRFAC_ACT... |
blob | commitdiff | diff to current |
| 2008-02-22 |
Matthew Dillon | Require the the core file be owned by the user. Please... |
blob | commitdiff | diff to current |
| 2007-12-06 |
Simon Schubert | Fix possible lockup when ptrace()'ing multi-lwp process. |
blob | commitdiff | diff to current |
| 2007-11-06 |
Matthew Dillon | Silence an annoying compiler warning. |
blob | commitdiff | diff to current |
| 2007-08-30 |
Peter Avalos | Add WCONTINUED option for waitpid(2). |
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-07-01 |
Matthew Dillon | More multi-threaded support for virtualization. Move... |
blob | commitdiff | diff to current |
| 2007-06-30 |
Matthew Dillon | A signal is sent to a particular LWP must be delivered... |
blob | commitdiff | diff to current |
| 2007-06-30 |
Matthew Dillon | Move the P_WEXIT check from lwpsignal() to kern_kill... |
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-24 |
Matthew Dillon | Add lwkt_sleep() to formalize a shortcut numerous bits... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-03-12 |
Simon Schubert | Rework stopping of procs. |
blob | commitdiff | diff to current |
| 2007-03-12 |
Simon Schubert | 1:1 Userland threading stage 4.8/4: |
blob | commitdiff | diff to current |
| 2007-02-26 |
Simon Schubert | Fix suspend behavior by really stopping the process... |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-24 |
Simon Schubert | 1:1 Userland threading stage 4.4/4: |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/4: |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | Fix stopping of the current process, which was broken... |
blob | commitdiff | diff to current |
| 2007-02-21 |
Simon Schubert | 1:1 Userland threading stage 4.1/4: |
blob | commitdiff | diff to current |
| 2007-02-21 |
Simon Schubert | 1:1 Userland threading stage 2.20/4: |
blob | commitdiff | diff to current |
| 2007-02-21 |
Simon Schubert | 1:1 Userland threading stage 2.19/4: |
blob | commitdiff | diff to current |
| 2007-02-19 |
Simon Schubert | Silence compiler warning. |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.15/4: |
blob | commitdiff | diff to current |
| 2007-02-18 |
Simon Schubert | 1:1 Userland threading stage 2.13/4: |
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-14 |
Matthew Dillon | Implement a new signal delivery mechanism, SA_MAILBOX... |
blob | commitdiff | diff to current |
| 2007-01-07 |
Matthew Dillon | Fix a conflict with libc's killpg(). |
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-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
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-10 |
Matthew Dillon | Fix a long-standing bug inherited from FreeBSD. It... |
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-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-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
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-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Pass the process (p) instead of the vnode (p->p_tracep... |
blob | commitdiff | diff to current |
| 2006-05-07 |
Matthew Dillon | Remove the internal F_FLOCK flag. Either F_POSIX or... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude... |
blob | commitdiff | diff to current |
| 2006-03-09 |
David Xu | If we got a SIGKILL signal in kern_sigtimedwait, call... |
blob | commitdiff | diff to current |
| 2005-12-02 |
Matthew Dillon | Fix a bug in the big tsleep/wakeup cleanup commit.... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | For MPSAFE syscall operation, CURSIG->__cursig->issigna... |
blob | commitdiff | diff to current |
| 2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
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-11 |
Simon Schubert | 1:1 Userland threading stage 2.8/4: |
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-02 |
David Xu | In kern_sigtimedwait, do not mask SIGKILL because a... |
blob | commitdiff | diff to current |
| 2005-02-21 |
David Xu | Fix timeout verification bug. Matt Dillon asked to... |
blob | commitdiff | diff to current |
| 2005-02-20 |
David Xu | Implement sigtimedwait and sigwaitinfo syscalls. |
blob | commitdiff | diff to current |
| 2004-11-23 |
Matthew Dillon | There is enough demand for Kip Macy's checkpointing... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
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-04-15 |
Matthew Dillon | Detect when the target process's thread is sitting... |
blob | commitdiff | diff to current |
| 2004-04-10 |
Matthew Dillon | Do some minor critical path performance improvements... |
blob | commitdiff | diff to current |
| 2004-04-10 |
Matthew Dillon | ANSIfication and style cleanups. Non operational. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-12 |
Matthew Dillon | Change lwkt_send_ipiq() and lwkt_wait_ipiq() to take... |
blob | commitdiff | diff to current |
| 2004-02-08 |
Hiten Pandya | Merge from FreeBSD: |
blob | commitdiff | diff to current |
| 2004-01-07 |
Matthew Dillon | tvtohz() was originally designed for tsleep() and timeo... |
blob | commitdiff | diff to current |
| 2003-10-24 |
David P. Reese, Jr. | Remove the FreeBSD 3.x signal code. This includes... |
blob | commitdiff | diff to current |
| 2003-10-13 |
Matthew Dillon | Oops, I gave Kip bad advise. The checkpoint execution... |
blob | commitdiff | diff to current |
| 2003-10-13 |
Matthew Dillon | Extend NSIG to 64 and introduce a registration function... |
blob | commitdiff | diff to current |
| 2003-09-29 |
Matthew Dillon | Cleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-08-03 |
Hiten Pandya | Use FOREACH_PROC_IN_SYSTEM() throughout. |
blob | commitdiff | diff to current |
| 2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
blob | commitdiff | diff to current |
| 2003-07-25 |
Matthew Dillon | Fix a minor bug in lwkt_init_thread() (the thread was... |
blob | commitdiff | diff to current |
| 2003-07-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
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-12 |
Matthew Dillon | Collapse gd_astpending and gd_reqpri together into... |
blob | commitdiff | diff to current |
| 2003-07-11 |
Matthew Dillon | MP Implmentation 3B/4: Remove Xcpuast and Xforward_irq... |
blob | commitdiff | diff to current |
| next |