summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-153/+272
* Catch up file descriptor printing function in DDB to the addition of kqueuesrwatson2007-02-151-0/+4
* Break file descriptor printing logic out of db_show_files() intorwatson2007-02-151-9/+32
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able torwatson2007-02-151-3/+3
* If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks outkib2007-02-151-3/+4
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-151-0/+530
* Minor rearrangement of global variables, comments, etc, in UNIX domainrwatson2007-02-141-37/+34
* Change unp_mtx to supporting recursion, and do not drop the unp_mtx overrwatson2007-02-141-13/+5
* Set UNP_CONNECTING when committing to moving ahead in unp_connect().rwatson2007-02-131-0/+1
* Make vfs_getopts() set *error to ENOENT if the option wasn't found, so thatcognet2007-02-131-0/+1
* Do not do a vn_close for all references to the ktraced file if we arempp2007-02-131-10/+13
* Add a VNASSERT to vn_close to detect if v_writecount is goingmpp2007-02-121-1/+4
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-111-1/+1
* Give which signal caller has attempted to deliver when panicking.delphij2007-02-091-2/+2
* - Change types for necent runq additions to u_char rather than int.jeff2007-02-082-9/+9
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
* Push UNIX domain socket locking further into uipc_ctloutput() in order torwatson2007-02-061-2/+6
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* Diff reduction with RELENG_6, style(9):bms2007-02-031-3/+2
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Move the seting of the idle_mask bits to a place where theyjulian2007-02-021-17/+25
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-011-0/+8
* In case we are supplied with an imagename that matches a module, but not amlaier2007-01-271-0/+1
* - Implement much more intelligent ipi sending. This algorithm tries tojeff2007-01-251-11/+23
* - Get rid of the unused DIDRUN flag. This was really only present tojeff2007-01-251-21/+28
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetmohans2007-01-251-0/+8
* - With a sleep time over 2097 seconds hzticks and slptime could end upjeff2007-01-241-5/+6
* Fixes the MSG_PEEK for sctp_generic_recvmsg() the msg_flagsrrs2007-01-241-2/+10
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-42/+51
* - Catch up to setrunqueue/choosethread/etc. api changes.jeff2007-01-231-39/+90
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-2312-189/+144
* When exiting vfs_export(), delete the "export" option fromrodrigc2007-01-231-11/+31
* Unbreak writes of 0 bytes. Zero byte writes happen when only ancillaryandre2007-01-222-2/+15
* Below is slightly edited description of the LOR by Tor Egge:kib2007-01-221-4/+17
* - Disable the long-term load balancer. I believe that steal_busy worksjeff2007-01-201-1/+1
* - We do need to IPI the idlethread on some systems. It may be stuck injeff2007-01-201-7/+1
* - In tdq_transfer() always set NEEDRESCHED when necessary regardless ofjeff2007-01-201-15/+25
* Major revamp of ULE's cpu load balancing:jeff2007-01-191-237/+290
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-177-10/+10
* Remove hptlock from the static witness table, now that it's a regular sleepssouhlal2007-01-161-1/+0
* Removes useless (flags | ) KASSERT. The ^ one that actuallyrrs2007-01-161-6/+1
* Fix warning by adding extra parentheseskmacy2007-01-161-1/+1
* Reviewed by: rwatsonrrs2007-01-151-6/+36
* Re-wrap comments to wider margins now that they have been relocated fromrwatson2007-01-122-18/+14
* When ntp_gettime() was converted from a sysctl + wrapper to a systemimp2007-01-121-0/+1
* Wrap propagate_priority() in a critical section to prevent unwantedjhb2007-01-111-0/+4
* Sort copyrights together.rwatson2007-01-081-2/+4
* Resort copyrights and licenses in kern_acct.c: per UCB letter,rwatson2007-01-081-1/+27
OpenPOWER on IntegriCloud