summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* It is _DEFINITELY_ not okay to change shmseg on a running system.green2001-02-041-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-044-10/+5
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-18/+18
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-6/+13
* KASSERT that the minor number passed to make_dev() is valid.brian2001-02-021-0/+3
* Properly lock new vnode.bp2001-01-312-8/+18
* Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-311-6/+2
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-4/+0
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-301-7/+2
* Remove unused variable 'int n;'peter2001-01-291-1/+0
* Add M_PANIC flag to the list of available flags passed to malloc().bp2001-01-291-2/+6
* Remove unused #include "snp.h"peter2001-01-291-1/+0
* Turn '#if NSNP > 0' into an option.peter2001-01-291-6/+6
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-6/+5
* Don't hard-code alignment and data declarations valid for 64-bitmarcel2001-01-291-3/+5
* Improve kernel bootstrapping:marcel2001-01-282-1/+106
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-281-6/+6
* Defer assignment of low level interrupt handlers for PCI interruptstegge2001-01-281-37/+48
* Remove an assertion I forgot to remove in the previous commit: sbuf_len()des2001-01-281-1/+2
* Add sbuf_clear() and sbuf_overflowed().des2001-01-281-13/+49
* Add a new ddb command 'witness_list' that lists the mutexes held byjhb2001-01-273-0/+30
* p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,peter2001-01-271-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-276-133/+33
* Fix fork_exit() to take a pointer to a function that returns void as itsjhb2001-01-261-2/+2
* Push Giant down into the trap handlers that need it, instead ofjake2001-01-261-15/+44
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-2/+2
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-0/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2410-295/+197
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* - Catch up to proc flag changes.jhb2001-01-241-25/+29
* - Proc locking.jhb2001-01-241-13/+20
* - Add a mtx_assert() for sched_lock in calcru().jhb2001-01-241-0/+3
* - Proc locking.jhb2001-01-241-31/+36
* - Don't use a union and fun tricks to shave one extra pointer off of structjhb2001-01-243-252/+228
* - Catch up to proc flag changes.jhb2001-01-241-3/+6
* - Catch up to proc flag changes.jhb2001-01-241-4/+79
* Catch up to P_FOO -> PS_FOO changes in proc flags.jhb2001-01-241-16/+15
* - Proc locking.jhb2001-01-241-7/+20
* - Catch up to p_sflag changes.jhb2001-01-241-20/+11
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-241-99/+74
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-241-171/+153
* Fix a typo.jhb2001-01-241-1/+1
* Never reuse AUTO_OID values.mckusick2001-01-241-7/+5
* Don't grab Giant when calling kmem_alloc/kmem_free as this is justjhb2001-01-241-4/+0
* Proc locking.jhb2001-01-244-26/+100
* - Proc locking.jhb2001-01-241-10/+45
* - Proc locking.jhb2001-01-241-7/+27
OpenPOWER on IntegriCloud