summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit and add myself to the list of people who shouldphk2009-09-084-9/+5
* Add necessary include.phk2009-09-084-5/+9
* Change w_notrunning and w_stillcold from pointer to array so that sizeofantoine2009-09-061-2/+2
* In fhopen, vfs_ref() the mount point while vnode is unlocked, to preventkib2009-09-061-1/+3
* Move ptmx into pty(4).ed2009-09-061-20/+5
* Allow a jail's name to be the same as its jid (which is the default if nojamie2009-09-041-9/+20
* Add intermediate states for attaching and detaching that will beattilio2009-09-031-2/+18
* Fix some bugs related to adaptive spinning:attilio2009-09-022-3/+12
* Fix mount reference leak when V_XSLEEP is specified to vn_start_write().kib2009-09-011-1/+1
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-015-29/+30
* Make the mnt_writeopcount and mnt_secondary_writes counters,kib2009-08-311-2/+4
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-5/+13
* Reverse r196640 and r196644 for now.kib2009-08-295-30/+29
* Dispose the kernel stack of the proper thread.kib2009-08-291-1/+1
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-295-29/+30
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-4/+10
* Fix a LOR between allprison_lock and vnode locks by releasingjamie2009-08-271-2/+2
* Add a temporary workaround which just lets init die instead ofmarius2009-08-261-1/+6
* Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL)kib2009-08-261-2/+1
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-251-5/+7
* Rather than havnig enabled/disabled, implement a max queue depth.imp2009-08-251-13/+62
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-6/+54
* Allow multiple console devices per driver without insane code duplication.ed2009-08-241-13/+10
* When "jail -c vnet" request fails, the current code actually creates andzec2009-08-241-1/+1
* When registering a protocol to an existing protocol domain viazec2009-08-241-1/+8
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-3/+3
* Allow pty(4) to be loaded as a kld.ed2009-08-232-131/+0
* Fix the conformance of poll(2) for sockets after r195423 bykib2009-08-232-7/+12
* Constify prime numbers.rpaulo2009-08-231-3/+3
* Add ttydisc_rint_simple().ed2009-08-232-19/+22
* This patch fixes two bugs in sglist(9) and improves robustness of the API viajhb2009-08-211-16/+74
* Change the 'resid' parameter to sglist_consume_uio() from an int to ajhb2009-08-201-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-81/+6
* Small changes to the warning message generated by pty(4):ed2009-08-191-3/+4
* Remove unused taskqueue_find() function.pjd2009-08-181-43/+0
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-174-6/+12
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-171-0/+20
* Because taskqueue_run() can drop tq_mutex, we need to check if thepjd2009-08-171-0/+7
* Fix small style regression introduced by the MPSAFE newbus code.ed2009-08-161-1/+1
* Rather than fix questionable ifnet list locking in the implementation ofrwatson2009-08-151-49/+0
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-143-0/+6
* Correctly handle unlock for !MAKEENTRY case, after successfull attempt ofkib2009-08-141-1/+2
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-133-10/+32
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-132-2/+33
* Make the kernel compile without IP networking by movingbz2009-08-121-1/+2
* Add ddb show dpcpu_off command to ease dpcpu memory debugging.bz2009-08-121-0/+12
* Stop uuidgen(2) from crashing in vimage kerenels.julian2009-08-021-0/+4
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-7/+82
* Fix two bugs related to TTY input:ed2009-08-022-1/+11
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0111-196/+16
OpenPOWER on IntegriCloud