summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. Thelstewart2011-12-242-6/+142
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and usejhb2011-12-232-0/+20
* Use TASK_INITIALIZER() for dev_dtr_task rather than a dedicated SYSINIT().jhb2011-12-221-10/+2
* ule: ensure that batch timeshare threads are scheduled fairlyavg2011-12-191-2/+2
* Fix style and white spaces.trociny2011-12-171-14/+14
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-112/+80
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cavg2011-12-171-0/+3
* replace uses of libkern gets with cngetsavg2011-12-171-2/+2
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-171-0/+49
* introduce cngrab/cnungrab stub calls in some places where they make senseavg2011-12-173-0/+10
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+26
* Fire a kevent if necessary after seeking on a regular file. This fixes ajhb2011-12-161-0/+1
* Use vm_mmap_to_errno().jhb2011-12-151-9/+2
* Fix select/poll/kqueue for write on reverse direction before first write.jilles2011-12-141-2/+4
* Add a helper API to allow in-kernel code to map portions of shared memoryjhb2011-12-141-0/+119
* Match other formatting.obrien2011-12-141-4/+4
* Disallow various debug.kdb sysctl's when securelevel is raised.obrien2011-12-131-4/+6
* - Add a sysctl to allow non-root users the ability to set idleeadler2011-12-131-25/+33
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-135-11/+16
* put sys/systm.h at its proper place or add it if missingavg2011-12-122-2/+2
* kern_racct: move sys/systm.h inclusion to its proper placeavg2011-12-121-2/+1
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-1110-18/+181
* Move cpu_set_upcall(newtd, td) up before the first call ofpho2011-12-091-2/+2
* - Fix ktrace leakage if error is seteadler2011-12-081-1/+1
* Eliminate stale numbers from a comment.alc2011-12-071-5/+2
* Eliminate the possibility of 32-bit arithmetic overflow in the calculationalc2011-12-071-4/+4
* Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors.kib2011-12-061-9/+28
* Really protect kern.proc.ps_strings sysctls with p_candebug(). Thistrociny2011-12-061-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().trociny2011-12-051-2/+4
* Add a missing curly bracketkevlo2011-12-051-0/+1
* critical_exit: ignore td_owepreempt if kdb_active is setavg2011-12-041-1/+1
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingtrociny2011-12-041-8/+0
* Make sure the description of pause() ishselasky2011-12-031-1/+2
* - Fix typos s/(more|less) then|\1 than/eadler2011-12-031-5/+5
* Use umtx_copyin_timeout() to copy and check timeout parameter.pho2011-12-031-5/+1
* Add umtx_copyin_timeout() and move parameter checks here.pho2011-12-031-53/+25
* Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameterpho2011-12-031-42/+18
* It doesn't make much sense to check whether child is NULL after alreadymarius2011-12-021-4/+5
* - In device_probe_child(9) check the return value of device_set_driver(9)marius2011-12-021-11/+15
* When changing the user priority of a thread, change the real priorityjhb2011-12-021-2/+3
* If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino iskib2011-12-011-2/+2
* Revise the sysctl handling code and restructure the hierarchy of sysctlslstewart2011-12-011-45/+51
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-302-3/+3
* Make sysclock_active publicly available to external consumers.lstewart2011-11-291-2/+0
* Do away with the somewhat clunky sysclock_ops structure and associated code,lstewart2011-11-291-90/+12
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public solstewart2011-11-291-12/+12
* Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from thelstewart2011-11-291-5/+5
* Add sysctl to retrieve ps_strings structure location of another process.trociny2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stilltrociny2011-11-271-5/+7
* Export the "ffclock" feature for kernels compiled with feed-forward clocklstewart2011-11-261-0/+2
OpenPOWER on IntegriCloud