summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add init_param3() to subr_param. This function is calledsilby2003-07-112-26/+21
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-102-7/+1
* A few minor changes:silby2003-07-091-6/+7
* Pull in the entire kmem_map size calculation from kern_malloc, rathersilby2003-07-081-3/+11
* - When stealing a kse in kseq_move() ignore the current kseq's min nicejeff2003-07-081-7/+13
* Put some concrete limits on pipe memory consumption:silby2003-07-082-17/+97
* - Clean up an unused variable.jeff2003-07-071-0/+2
* Make the conditional, which decides what siglist to put a signal on,mtm2003-07-051-8/+5
* I was so happy I found the semi-colon from hell that I didn'tmtm2003-07-041-1/+1
* - Parse the cpu topology map in sched_setup().jeff2003-07-041-13/+53
* Use the f_vnode field to tell which file descriptors have a vnode.phk2003-07-043-19/+15
* It's unfair how one extraneous semi-colon can cause so much grief.mtm2003-07-041-1/+1
* style(9)mtm2003-07-041-8/+2
* In setpgrp(), don't assume a pgrp won't exist if the provided pgid is the samecognet2003-07-041-12/+13
* kse_thr_interrupt should target the thread, specifically.mtm2003-07-042-2/+2
* Signals sent specifically to a particular thread mustmtm2003-07-034-19/+17
* - Add comments about the maintenance of the per-thread list of contestedjhb2003-07-022-8/+18
* Add a resource_disabled() helper function that returns true (non-zero) ifjhb2003-07-021-0/+14
* typo fix in comment.phk2003-07-021-1/+1
* Allow SA process unblocks a thread blocked in condition variable.davidxu2003-07-021-2/+8
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-23/+32
* Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activatescottl2003-07-011-1/+1
* Fix typo.davidxu2003-06-302-2/+2
* Don't use fuword() and suword() on struct members of type int. Thismarcel2003-06-282-8/+8
* - Don't migrate to stopped cpus.jeff2003-06-281-4/+4
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-286-144/+343
* - If smp is not started yet don't try to load balance or we'll put threadsjeff2003-06-281-0/+3
* Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.davidxu2003-06-281-4/+11
* - Throttle the inherited sleep and run time in sched_fork_kseg(). Thisjeff2003-06-281-4/+4
* - Adjust the default maximum slice value to ~140ms. This has improved thejeff2003-06-281-2/+2
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-271-7/+0
* Fix this to build on alpha. Build test successful.smkelly2003-06-271-1/+1
* - Add a software watchdog facility.smkelly2003-06-261-0/+82
* Fix leap second processing by the kernel time keeping routines.imp2003-06-251-6/+27
* During a positive leap second, the tai_time offset should beimp2003-06-251-1/+1
* At this point targp will always be NULL, so remove the useless if.cognet2003-06-251-2/+0
* Use UTC rather than GMT to describe time scale. latter is obsolete.imp2003-06-231-2/+2
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-40/+20
* Prefer the vop_rmextattr() vnode operation for removing extendedrwatson2003-06-223-5/+12
* Expose vop_rmextattr as an explicit operation at the vnode operationrwatson2003-06-221-0/+11
* Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-222-5/+7
* Add a f_vnode field to struct file.phk2003-06-229-65/+74
* When DDB is active, always send printf() output directly to theiedowse2003-06-221-1/+5
* Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-223-16/+86
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-223-112/+272
* - lticks was erroneously being updated in sched_pctcpu(). This was causingjeff2003-06-211-2/+0
* - Don't allow nice to have such a large effect on priority. This wasjeff2003-06-211-8/+7
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.bmilekic2003-06-201-0/+8
* Add comment about **vpp being special-cased in vnode_if.awk (1.38)se2003-06-201-0/+6
* cpu_set_upcall_kse needs to access userspace, release schedule lockdavidxu2003-06-202-8/+20
OpenPOWER on IntegriCloud