summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Check for device_set_devclass() errors and skip driver probe/attach if any.mav2009-02-101-4/+12
* Scanning all the formats for binary translation of modules loading canattilio2009-02-103-6/+11
* Remove extra 'comma = 0' in socket state printing code, which otherwiserwatson2009-02-091-1/+0
* s/SS_FDREF/SS_NOFDREF/mbr2009-02-091-1/+1
* Remove a stale comment from the clists code.ed2009-02-091-4/+0
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-063-4/+4
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-061-0/+1
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-063-25/+110
* Drop the kernel linker lock while running SYSUNINIT routines and removingjhb2009-02-051-0/+3
* Add more KTR_VFS logging point in order to have a more effective tracing.attilio2009-02-052-23/+78
* Don't leave the console TTY constantly open.ed2009-02-051-31/+40
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-052-8/+43
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-70/+74
* In some situations, mnt_lockref could go negative due to vfs_unbusy() beingtrasz2009-02-051-3/+5
* Remove written-to but never read local variable 'offset' fromrwatson2009-02-041-2/+1
* Remove slush space from clists.ed2009-02-041-75/+10
* Slightly improve the design of the TTY buffer.ed2009-02-033-73/+102
* Use NULL in preference to 0 in pointer contexts.imp2009-02-032-9/+9
* Make bioq_disksort have a ANSI-C definition rather than a K&R definition.imp2009-02-031-3/+1
* rman_debug should be static, so make it static.imp2009-02-031-1/+1
* Use ANSI function definition for profil.imp2009-02-031-3/+1
* Prefer ANSI function definitions to K&R ones.imp2009-02-031-6/+3
* Use NULL in preference to 0 for pointers.imp2009-02-032-7/+7
* Use NULL in preference to 0 for pointers.imp2009-02-032-2/+2
* o Use unsigned for bit fields.imp2009-02-031-3/+3
* int foo(void) is the proper ANSI function definition when there's noimp2009-02-031-1/+1
* Declare bus_data_devices to be static: it isn't used elsewhere.imp2009-02-031-5/+5
* Fix select on platforms where sizeof(long) != sizeof(int). This usedsepotvin2009-02-021-2/+2
* If a process is a zombie and we couldn't identify another useful state,rwatson2009-01-291-0/+2
* Mark most often used sysctl's as MPSAFE.ed2009-01-283-14/+18
* Convert the global mutex protecting the directory lookup name cache from ajhb2009-01-281-46/+81
* Use the proper flag to let kern.ttys be executed without Giant.ed2009-01-261-1/+1
* Whitespace tweak.jhb2009-01-261-1/+1
* - bit has to be fd_mask to work properly on 64bit platforms. Constantsjeff2009-01-251-5/+6
* When a statically linked binary is executed (or at least, one withoutrwatson2009-01-251-1/+2
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-251-4/+1
* Remove unneeded use of device unit numbers from pty(4).ed2009-01-251-8/+5
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-252-3/+3
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* Add explicit static DTrace tracing to the callout mechanism, capturingrwatson2009-01-241-0/+15
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-6/+8
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-231-4/+4
* Use shared vnode locks for fchdir().jhb2009-01-231-2/+2
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Use the correct type for the timeout parameter to the 32-bitjhb2009-01-231-1/+1
OpenPOWER on IntegriCloud