summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded pointer `ndp'.ed2009-02-261-11/+10
* Remove even more unneeded variable assignments.ed2009-02-269-20/+2
* Remove unneeded variable `ocn_mute'.ed2009-02-261-2/+0
* Remove unused variables `p' and unneeded assignments of `rval'.ed2009-02-261-6/+0
* Remove redundant assignment of `p'.ed2009-02-261-1/+0
* Add static tracing for privilege checking:rwatson2009-02-261-9/+40
* Silence compiler warning inside our ^T handler.ed2009-02-261-1/+1
* Use unsigned longs for the TTY's sysctl stats.ed2009-02-263-12/+12
* Don't use PTY name as format string, even though it isn't insecure here.ed2009-02-261-1/+1
* Add support for methods to the OSD subsystem. Each object type has ajamie2009-02-211-65/+162
* 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
OpenPOWER on IntegriCloud