aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a comment on the consequences of reducing the poweroff delayNick Hibma2009-09-101-0/+4
* kern_select(9) copies fd_set in and out of userspace in quantities ofKonstantin Belousov2009-09-091-5/+9
* Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook.Konstantin Belousov2009-09-091-0/+2
* In vfs_mark_atime(9), be resistent against reclaimed vnodes.Konstantin Belousov2009-09-091-1/+5
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-084-9/+5
* Add necessary include.Poul-Henning Kamp2009-09-084-5/+9
* Change w_notrunning and w_stillcold from pointer to array so that sizeofAntoine Brodin2009-09-061-2/+2
* In fhopen, vfs_ref() the mount point while vnode is unlocked, to preventKonstantin Belousov2009-09-061-1/+3
* Move ptmx into pty(4).Ed Schouten2009-09-061-20/+5
* Allow a jail's name to be the same as its jid (which is the default if noJamie Gritton2009-09-041-9/+20
* Add intermediate states for attaching and detaching that will beAttilio Rao2009-09-031-2/+18
* Fix some bugs related to adaptive spinning:Attilio Rao2009-09-022-3/+12
* Fix mount reference leak when V_XSLEEP is specified to vn_start_write().Konstantin Belousov2009-09-011-1/+1
* Reintroduce the r196640, after fixing the problem with my testing.Konstantin Belousov2009-09-015-29/+30
* Make the mnt_writeopcount and mnt_secondary_writes counters,Konstantin Belousov2009-08-311-2/+4
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-301-5/+13
* Reverse r196640 and r196644 for now.Konstantin Belousov2009-08-295-30/+29
* Dispose the kernel stack of the proper thread.Konstantin Belousov2009-08-291-1/+1
* Remove the altkstacks, instead instantiate threads with kernel stackKonstantin Belousov2009-08-295-29/+30
* Extend the device pager to support different memory attributes on differentJohn Baldwin2009-08-281-4/+10
* Fix a LOR between allprison_lock and vnode locks by releasingJamie Gritton2009-08-271-2/+2
* Add a temporary workaround which just lets init die instead ofMarius Strobl2009-08-261-1/+6
* Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL)Konstantin Belousov2009-08-261-2/+1
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.Jilles Tjoelker2009-08-251-5/+7
* Rather than havnig enabled/disabled, implement a max queue depth.Warner Losh2009-08-251-13/+62
* Fix handling of .note.ABI-tag section for GNU systems [1].Bjoern A. Zeeb2009-08-241-6/+54
* Allow multiple console devices per driver without insane code duplication.Ed Schouten2009-08-241-13/+10
* When "jail -c vnet" request fails, the current code actually creates andMarko Zec2009-08-241-1/+1
* When registering a protocol to an existing protocol domain viaMarko Zec2009-08-241-1/+8
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-3/+3
* Allow pty(4) to be loaded as a kld.Ed Schouten2009-08-232-131/+0
* Fix the conformance of poll(2) for sockets after r195423 byKonstantin Belousov2009-08-232-7/+12
* Constify prime numbers.Rui Paulo2009-08-231-3/+3
* Add ttydisc_rint_simple().Ed Schouten2009-08-232-19/+22
* This patch fixes two bugs in sglist(9) and improves robustness of the API viaJohn Baldwin2009-08-211-16/+74
* Change the 'resid' parameter to sglist_consume_uio() from an int to aJohn Baldwin2009-08-201-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-81/+6
* Small changes to the warning message generated by pty(4):Ed Schouten2009-08-191-3/+4
* Remove unused taskqueue_find() function.Pawel Jakub Dawidek2009-08-181-43/+0
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toAttilio Rao2009-08-174-6/+12
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andPawel Jakub Dawidek2009-08-171-0/+20
* Because taskqueue_run() can drop tq_mutex, we need to check if thePawel Jakub Dawidek2009-08-171-0/+7
* Fix small style regression introduced by the MPSAFE newbus code.Ed Schouten2009-08-161-1/+1
* Rather than fix questionable ifnet list locking in the implementation ofRobert Watson2009-08-151-49/+0
* Add a new macro to test that a variable could be loaded atomically.Bjoern A. Zeeb2009-08-143-0/+6
* Correctly handle unlock for !MAKEENTRY case, after successfull attempt ofKonstantin Belousov2009-08-141-1/+2
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-133-10/+32
* Make it possible to change the vnet sysctl variables on jailsBjoern A. Zeeb2009-08-132-2/+33
* Make the kernel compile without IP networking by movingBjoern A. Zeeb2009-08-121-1/+2
* Add ddb show dpcpu_off command to ease dpcpu memory debugging.Bjoern A. Zeeb2009-08-121-0/+12