summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* If the console has no cncheckc method, use cngetc instead.phk2006-05-261-1/+4
* Don't use CONS_DRIVER() macro to insert dummy element in cons_setphk2006-05-261-1/+2
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-19/+0
* Add "update" mount option to global_opts array,rodrigc2006-05-261-0/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-0/+12
* Use getsock() and fput() instead of fgetsock() and fputsock() inrwatson2006-05-251-2/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-1/+1
* When starting up threads in taskqueue_start_threads create themsam2006-05-241-9/+16
* Don't allow non-root user to set a scheduler policy, otherwise this coulddavidxu2006-05-211-0/+4
* Style fixes.davidxu2006-05-192-34/+51
* Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirementdavidxu2006-05-181-15/+12
* Make the printfs relating to purging threads from a device less intrusive.phk2006-05-171-4/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Allow concurrent read(2)/readv(2) access to a file.ps2006-05-161-4/+17
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-3/+0
* The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we includebenno2006-05-141-0/+1
* For nmount(), if "rw" is specified as a mount option,rodrigc2006-05-141-3/+25
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-123-12/+2
* Add a new kernel config option, VERBOSE_SYSINIT.benno2006-05-121-0/+45
* Remove more straggling CPU_ macro referencesphk2006-05-113-9/+9
* Use wakeup_one to avoid thundering herd.davidxu2006-05-091-6/+6
* Use a dedicated mutex to protect aio queues, the movation is to reducedavidxu2006-05-091-51/+69
* Call vn_finished_write() before calling the coredump handler which willtegge2006-05-071-1/+1
* Temporarily unlock vnode for new image being executed to avoid lock ordertegge2006-05-051-0/+6
* vn_start_write()/vn_finished_write() is not needed here, becausepjd2006-04-291-2/+0
* Lock giant when assigning ni_vp and keep vfslocked state valid.kris2006-04-291-0/+1
* vn_start_write() is called only when v_type != VCHR, so correspondingpjd2006-04-281-2/+3
* Also check use_pty in the ptmx clone lookup; this means that when ptmxrwatson2006-04-281-0/+3
* Remove the puc-specific hacks. The puc(4) driver now properly usesmarcel2006-04-281-25/+0
* - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all childjeff2006-04-281-1/+2
* - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked ratherjeff2006-04-281-13/+15
* back out for now... revert ccpu to being kern.ccpu...jmg2006-04-271-1/+1
* move remaining sysctl into the kern.sched tree...jmg2006-04-261-1/+1
* Add some new commands to hopefully make it easier to diagnose lock-relatedjhb2006-04-251-0/+138
* Use db_lookup_thread() to lookup the thread for the passed in addressjhb2006-04-251-23/+5
* Remove last vestiges of sab(4).marius2006-04-251-1/+0
* Extend getsock() to return the struct file flags read while holding therwatson2006-04-251-18/+19
* Inherit LOCAL_CREDS option from listen socket for sockets returnedmaxim2006-04-241-0/+2
* MFp4: Add the ipend() method to the serdev I/F to allow umbrellamarcel2006-04-231-0/+15
* Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP,rwatson2006-04-231-1/+3
* Add missing 'not' to SQ_COMP comment.rwatson2006-04-231-1/+1
* Move handling of SQ_COMP exception case in sofree() to the top of therwatson2006-04-231-17/+5
* Print td_name instead of p_comm if td_name is non-empty forjhb2006-04-212-1/+3
* Don't try to kill embryonic processes in killpg1(). This preventsps2006-04-211-2/+3
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-215-6/+88
* const'ify resource_spec to note that we won't be changing anything whilejmg2006-04-201-2/+4
* r_spare1 and r_spare2 aren't needed. They aren't used. They can't beimp2006-04-191-2/+0
* Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes ajhb2006-04-191-2/+133
* 'owner' is not used without SMP. Fix kernel build for such kernelwkoszek2006-04-181-0/+4
* Adaptively spin before blocking on the turnstile if an rwlock is writejhb2006-04-181-7/+88
OpenPOWER on IntegriCloud