summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-201-4/+11
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-191-0/+18
* Squash some small bugs in pts(4).ed2009-02-191-6/+3
* - Add a function (fill_kinfo_aggregate()) which aggregates relevantattilio2009-02-181-22/+44
* Remove the printf's when the vnode to be exported for procstat is not a VDIR.marcus2009-02-141-4/+0
* Change two KASSERTS to printfs and simple returns. Stress testing hasmarcus2009-02-141-2/+12
* Remove semicolon left in the last committhompsa2009-02-131-1/+1
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-3/+2
* Clarify and reimplement the bioq API so that bioq_disksort() hasluigi2009-02-131-65/+120
* Check the exit flag at the start of the taskqueue loop rather than the end. Itthompsa2009-02-131-2/+2
* Serialize write() calls on TTYs.ed2009-02-111-6/+24
* Modify fdcopy() so that, during fork(2), it won't copy file descriptorsrwatson2009-02-111-1/+2
* o Use NULL in pereference to 0 in pointer contexts.imp2009-02-111-8/+8
* 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
OpenPOWER on IntegriCloud