summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose reaperproc.ariane2012-06-131-2/+3
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-9/+3
* copyright++fgsch2012-01-011-2/+2
* Functions used in files other than where they are defined should beguenther2011-07-071-4/+1
* Clean up after P_BIGLOCK removal.art2011-07-061-3/+3
* Recommit the reverted sigacts change now that the NFS use-after-freeguenther2011-07-051-2/+5
* Revert the sigacts diff: NFS can apparently retain pointers to processesguenther2011-04-181-5/+2
* Correct the sharing of the signal handling state: stuff that shouldguenther2011-04-151-2/+5
* The scheduling 'nice' value is per-process, not per-thread, so move itguenther2011-03-071-2/+2
* split randomattach into random_init() and random_start(), so that wederaadt2011-01-081-2/+5
* copyright++;deraadt2011-01-011-2/+2
* Convert netisr to a normal soft interrupt instead of hanving MD codeclaudio2010-12-211-1/+3
* Reintroduce most crypto/crypto.c r1.55:jsing2010-09-081-7/+3
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-6/+7
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-3/+3
* We always copy struct pcred when creating a new process, so the referenceguenther2010-06-291-2/+1
* Make sure we initialize sched_lock before we try to use it.kettenis2010-05-141-1/+2
* Since ifinit() is now safe to be called earlier, call it just beforederaadt2010-01-121-2/+4
* copyright++;miod2010-01-011-2/+2
* The process's rdomain should be, well, per-process and not per-rthread,guenther2009-12-231-4/+4
* Add setrdomain() and getrdomain() system calls. Committing now toguenther2009-11-271-1/+4
* uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameblambert2009-08-111-3/+6
* add mpath(4), a driver that steals paths to scsi devices if itdlg2009-08-091-1/+5
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-3/+3
* Count number of cpus found (potentially not attached) and store thatderaadt2009-04-191-1/+2
* Make ELF platforms generate ELF core dumps. Somewhat based on code fromkettenis2009-03-051-1/+3
* use nitems(); dunnoseriously@gmailderaadt2009-02-131-3/+3
* copyright_year++;miod2009-01-011-2/+2
* add vscsi(4), a virtual scsi controller that passes all scsi requests up todlg2008-12-031-1/+5
* make random(9) return per-cpu values (by saving the seed in the cpuinfo),deraadt2008-10-151-2/+2
* Back-in; problems were apparently elsewhere.guenther2008-10-141-1/+2
* backout; is causing some people difficultyderaadt2008-10-101-2/+1
* Put a reference count in struct process to prevent use-after-freeguenther2008-10-091-1/+2
* rename arc4random_bytes => arc4random_buf to match libc's nicer name;djm2008-06-091-2/+2
* retire vfs_mountroot();thib2008-05-061-3/+3
* Welcome to the jungle of 2008.miod2008-01-011-2/+2
* convert crypto thread to workq. add WQ_DIRECTOK flag to workq.tedu2007-11-251-13/+3
* more remove unneeded declarations that shadows existing vars; ok by many.fgsch2007-10-161-2/+1
* Make context switching much more MI:art2007-10-101-2/+4
* Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markmiod2007-09-101-2/+2
* Back out the tracking of procs in struct selinfo. There's one seriousart2007-07-251-3/+1
* some architectures called setroot() from cpu_configure(), *way* before somederaadt2007-06-011-4/+2
* add an interface for work queues run from a kernel thread.dlg2007-05-311-1/+6
* The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesart2007-05-161-14/+1
* move p_limit and p_cred into struct processtedu2007-04-121-2/+2
* Start moving state that is shared among threads in a process intoart2007-04-031-4/+8
* Kill the horrible hack of storing the pid in struct selinfo.art2007-03-241-1/+3
* attach softraid to the root of the device tree in a machine independantdlg2007-03-191-1/+7
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-2/+2
* Switch some lockmgr locks to rwlocks.art2007-01-121-4/+1