summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In function do_rw_wrlock, when a writer got an error and before returning,davidxu2009-09-251-2/+16
* Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) onmav2009-09-241-1/+1
* Change unsigned foo to u_foo as required by style(9).rdivacky2009-09-221-3/+3
* Add pieces of infrastructure required for NFSv4 ACL support in UFS.trasz2009-09-221-2/+495
* Remove forward_roundrobin(), it is unused for quite some time.kib2009-09-211-33/+0
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-0/+9
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+27
* Don't allocate new unnecessary pages when devstat_alloc() looses theattilio2009-09-181-16/+27
* Fix the style of the previous commit.rdivacky2009-09-171-1/+2
* Make these argument/variable unsigned as the defines for them don't fitrdivacky2009-09-171-3/+3
* Add EV_RECEIPT to kevents.sson2009-09-161-1/+1
* Add the EV_DISPATCH flag to kevents.sson2009-09-161-2/+4
* Add EVFILT_USER to kevents.sson2009-09-161-0/+99
* Add optional touch event filter hooks to kevents.sson2009-09-161-37/+56
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-151-0/+2
* Fix sched_switch_migrate():attilio2009-09-151-11/+11
* Revert r196779 in order to implement a different scheme for newbus lockingattilio2009-09-131-18/+2
* Make sure callouts are not processed one tick late.luigi2009-09-121-2/+2
* Use C99 initialization for struct filterops.rwatson2009-09-129-46/+119
* Add a comment on the consequences of reducing the poweroff delayn_hibma2009-09-101-0/+4
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-5/+9
* Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook.kib2009-09-091-0/+2
* In vfs_mark_atime(9), be resistent against reclaimed vnodes.kib2009-09-091-1/+5
* 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
OpenPOWER on IntegriCloud