Age | Commit message (Expand) | Author |
2010-06-29 | Remove the "if the string address faulted, see if it looks like an int" | Ted Unangst |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-06-29 | makefstype was only used in ported from freebsd filesystems. fix them | Ted Unangst |
2010-06-29 | eliminate some very redundant SCARG usage. ok art | Ted Unangst |
2010-06-29 | correct some minor style violations | Ted Unangst |
2010-06-29 | less SCARG, more pretty. ok guenther | Ted Unangst |
2010-06-29 | some late breaking style comments from guenther | Ted Unangst |
2010-06-29 | regen | Ted Unangst |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe |
2010-06-28 | clock_gettime(CLOCK_PROF) didn't account for the time between the last | Artur Grabowski |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | garbage collect the debugging goo | Thordur I. Bjornsson |
2010-06-27 | Add missing $OpenBSD$. | Mark Kettenis |
2010-06-27 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-27 | Factor out code used to read a disklabel. We'll be making use of this soon. | Joel Sing |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-23 | No need to do the splbio/splx dance around the pool_get in | Thordur I. Bjornsson |
2010-06-21 | No need to include mutex.h twice. | Thordur I. Bjornsson |
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler |
2010-06-19 | Skip exiting procesess in sysctl_file2(). As processes in exit1() | Thordur I. Bjornsson |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-07 | Replace some handrolled instances of m_getptr() with that function, which | Bret Lambert |
2010-06-01 | add beagle, mentioned by drahn | Theo de Raadt |
2010-05-31 | This file never contained anything of value. | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-31 | attempt to partially update the list of arch's and src dirs, though we | Theo de Raadt |
2010-05-30 | Tweak bufq code to handle corner cases. Makes upcoming cd(4) | Kenneth R Westerback |
2010-05-29 | As noted by art, two processes with the same pid would be bad. Grab | Philip Guenthe |
2010-05-28 | Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary | Philip Guenthe |
2010-05-27 | Switch the signal status "percent" sensor, which is currently | Stuart Henderson |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-26 | Bad tedu, no cookie. | Owain Ainsworth |
2010-05-25 | Actively remove processes from the runqueues of a CPU when we stop it. | Mark Kettenis |
2010-05-20 | Don't dereference cp to shut gcc4 up (the intent anyway). | Marco Peereboom |
2010-05-19 | clean up a few things that where left to rot after bob's vfs cache work. | Thordur I. Bjornsson |
2010-05-18 | move knote list to struct process. ok guenther | Ted Unangst |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-14 | Make sure we initialize sched_lock before we try to use it. | Mark Kettenis |
2010-05-06 | Fix favail format string. | Marco Pfatschbacher |
2010-05-03 | Provide a disk_map() function which attempts to map a disklabel UID to the | Joel Sing |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-28 | When setting a disklabel automatically generate a new UID if it does not | Joel Sing |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |