Age | Commit message (Expand) | Author |
2010-06-30 | style nit | Thordur I. Bjornsson |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-30 | Call msleep(9) with PNORELOCK rather than calling mtx_leave() | Matthew Dempsky |
2010-06-30 | Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs. | Matthew Dempsky |
2010-06-30 | lots of SCARG simplification. ok matthew | Ted Unangst |
2010-06-30 | Move the plimit and pcred bits in fork1() into process_new() and make | Philip Guenthe |
2010-06-29 | Strip out ancient bits in struct user that were still used only by | Philip Guenthe |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | We always copy struct pcred when creating a new process, so the reference | Philip Guenthe |
2010-06-29 | Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX | Philip Guenthe |
2010-06-29 | remove the compat43 ifdef around some code. in effect, it's always been | Ted Unangst |
2010-06-29 | Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues, | Mark Kettenis |
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst |
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 |