Age | Commit message (Expand) | Author |
2013-06-06 | Prevent idle thread from being stolen on startup. | Christiano F. Haesbaert |
2013-06-05 | Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing | Philip Guenther |
2013-06-05 | factor out pid allocation to functions. add a small cache of recently | Ted Unangst |
2013-06-05 | blow up sooner rather than later for double pool_put | Ted Unangst |
2013-06-03 | When creating a thread, don't add it to the process's thread list | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Use long long and %lld for printing tv_sec values | Philip Guenther |
2013-06-02 | Coredumping is now single-threaded, so update comment about locking | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Work around stack smash protector getting confused because we switched | Mike Larkin |
2013-06-01 | Change return codes in various hibernate functions to be able to later | Mike Larkin |
2013-06-01 | regen | Ted Unangst |
2013-06-01 | always implement stub utrace syscall, but keep the body #ifdef KTRACE | Ted Unangst |
2013-06-01 | As found by kurt, there's a twisty race between exit1 and fork1 | Ted Unangst |
2013-06-01 | regen | Miod Vallat |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-06-01 | some small style changes that are distracting me from seeing a real bug | Ted Unangst |
2013-05-31 | open up some races. if pool_debug == 2, force a yield() whenever waitok. | Ted Unangst |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | YASUOKA Masahiko |
2013-05-31 | unfortunately the sparc pagesize handling also requires uvm_extern.h | Theo de Raadt |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | tiny change to support two poison values based on page addr | Ted Unangst |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin |
2013-05-19 | select(-1, ...) should fail with EINVAL. | Philip Guenther |
2013-05-07 | Merge from FreeBSD, r191313 | Philip Guenther |
2013-05-06 | restore original gangster lockstatus return values for compat | Ted Unangst |
2013-05-03 | switch the malloc and pool freelists to using xor simpleq. | Ted Unangst |
2013-05-02 | according to pedro, ids work better with the ending $ | Ted Unangst |
2013-05-01 | a few tweaks noticed by jsing | Ted Unangst |
2013-05-01 | exorcise lockmgr. the api remains, but is now backed by recursive rwlocks. | Ted Unangst |
2013-04-29 | regen | Matthew Dempsky |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-24 | Add tstohz(9) as the timespec analog to tvtohz(9). | Matthew Dempsky |
2013-04-24 | When a ucom(4) is removed, it frees the tty with ttyfree(). However if | Nicholas Marriott |
2013-04-24 | When attaching disks, feed the disklabel's checksum to | Bret Lambert |
2013-04-19 | sprinkle ifdef MP to disable cpu migration code when not needed. | Ted Unangst |
2013-04-17 | check that the pool we are about to init isn't already on the list in | Ted Unangst |
2013-04-16 | Some compat options require snapshot coordination | Philip Guenther |
2013-04-15 | regen | Joel Sing |
2013-04-15 | regen | Joel Sing |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-04-06 | make kernel compile | Theo de Raadt |
2013-04-06 | i missed this file too. | Ted Unangst |
2013-04-06 | i missed a file, crap. found by deraadt | Ted Unangst |
2013-04-06 | shuffle around some poison code, prototypes, values... | Ted Unangst |