Age | Commit message (Expand) | Author |
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 |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | Remove unnecessary pointer dereference causing gcc2 to warn. | Miod Vallat |
2010-04-21 | Provide nmea(4) position information using the new angle sensor type. | Stuart Henderson |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis |
2010-04-06 | Implement functions to take away the secondary CPUs from the scheduler and | Mark Kettenis |
2010-04-04 | clock_settime() should cancel an in-progress adjtime() just like | Philip Guenthe |
2010-04-02 | Add a case so that FIONREAD on the master side of a pty returns the size | Nicholas Marriott |
2010-03-24 | Add a rwlock around the filehead and allproc lists, mainly to protect | Ted Unangst |
2010-02-28 | Remove leftover debug printf in config_activate_children(); ok deraadt | Miod Vallat |
2010-02-05 | Use correct format specifiers for 'show bcstats'. | Joel Sing |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
2010-01-18 | regen, even though there is no code change, such that the RCS IDs match, | Ingo Schwarze |
2010-01-18 | fix a spelling error in a comment, no code change; from Brad Tilley | Ingo Schwarze |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2010-01-12 | Since ifinit() is now safe to be called earlier, call it just before | Theo de Raadt |
2010-01-12 | Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit() | Theo de Raadt |
2010-01-11 | Negative offset or negative size in a buf is invalid. Treat just like other | Kenneth R Westerback |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-09 | Add code to stop scheduling processes on CPUs, effectively halting that CPU. | Mark Kettenis |