| Commit message (Expand) | Author | Age | Files | Lines |
* | In function do_rw_wrlock, when a writer got an error and before returning, | davidxu | 2009-09-25 | 1 | -2/+16 |
* | Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) on | mav | 2009-09-24 | 1 | -1/+1 |
* | Change unsigned foo to u_foo as required by style(9). | rdivacky | 2009-09-22 | 1 | -3/+3 |
* | Add pieces of infrastructure required for NFSv4 ACL support in UFS. | trasz | 2009-09-22 | 1 | -2/+495 |
* | Remove forward_roundrobin(), it is unused for quite some time. | kib | 2009-09-21 | 1 | -33/+0 |
* | Get SCTP working in combination with VIMAGE. | tuexen | 2009-09-19 | 1 | -0/+9 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+27 |
* | Don't allocate new unnecessary pages when devstat_alloc() looses the | attilio | 2009-09-18 | 1 | -16/+27 |
* | Fix the style of the previous commit. | rdivacky | 2009-09-17 | 1 | -1/+2 |
* | Make these argument/variable unsigned as the defines for them don't fit | rdivacky | 2009-09-17 | 1 | -3/+3 |
* | Add EV_RECEIPT to kevents. | sson | 2009-09-16 | 1 | -1/+1 |
* | Add the EV_DISPATCH flag to kevents. | sson | 2009-09-16 | 1 | -2/+4 |
* | Add EVFILT_USER to kevents. | sson | 2009-09-16 | 1 | -0/+99 |
* | Add optional touch event filter hooks to kevents. | sson | 2009-09-16 | 1 | -37/+56 |
* | -Put the optimized soreceive_stream() under a compile time option called | andre | 2009-09-15 | 1 | -0/+2 |
* | Fix sched_switch_migrate(): | attilio | 2009-09-15 | 1 | -11/+11 |
* | Revert r196779 in order to implement a different scheme for newbus locking | attilio | 2009-09-13 | 1 | -18/+2 |
* | Make sure callouts are not processed one tick late. | luigi | 2009-09-12 | 1 | -2/+2 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 9 | -46/+119 |
* | Add a comment on the consequences of reducing the poweroff delay | n_hibma | 2009-09-10 | 1 | -0/+4 |
* | kern_select(9) copies fd_set in and out of userspace in quantities of | kib | 2009-09-09 | 1 | -5/+9 |
* | Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook. | kib | 2009-09-09 | 1 | -0/+2 |
* | In vfs_mark_atime(9), be resistent against reclaimed vnodes. | kib | 2009-09-09 | 1 | -1/+5 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 4 | -9/+5 |
* | Add necessary include. | phk | 2009-09-08 | 4 | -5/+9 |
* | Change w_notrunning and w_stillcold from pointer to array so that sizeof | antoine | 2009-09-06 | 1 | -2/+2 |
* | In fhopen, vfs_ref() the mount point while vnode is unlocked, to prevent | kib | 2009-09-06 | 1 | -1/+3 |
* | Move ptmx into pty(4). | ed | 2009-09-06 | 1 | -20/+5 |
* | Allow a jail's name to be the same as its jid (which is the default if no | jamie | 2009-09-04 | 1 | -9/+20 |
* | Add intermediate states for attaching and detaching that will be | attilio | 2009-09-03 | 1 | -2/+18 |
* | Fix some bugs related to adaptive spinning: | attilio | 2009-09-02 | 2 | -3/+12 |
* | Fix mount reference leak when V_XSLEEP is specified to vn_start_write(). | kib | 2009-09-01 | 1 | -1/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 5 | -29/+30 |
* | Make the mnt_writeopcount and mnt_secondary_writes counters, | kib | 2009-08-31 | 1 | -2/+4 |
* | Make sure FreeBSD binaries without .note.ABI-tag section work | bz | 2009-08-30 | 1 | -5/+13 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 5 | -30/+29 |
* | Dispose the kernel stack of the proper thread. | kib | 2009-08-29 | 1 | -1/+1 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 5 | -29/+30 |
* | Extend the device pager to support different memory attributes on different | jhb | 2009-08-28 | 1 | -4/+10 |
* | Fix a LOR between allprison_lock and vnode locks by releasing | jamie | 2009-08-27 | 1 | -2/+2 |
* | Add a temporary workaround which just lets init die instead of | marius | 2009-08-26 | 1 | -1/+6 |
* | Honor the vfs.timestamp_precision sysctl settings for utimes(path, NULL) | kib | 2009-08-26 | 1 | -2/+1 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 1 | -5/+7 |
* | Rather than havnig enabled/disabled, implement a max queue depth. | imp | 2009-08-25 | 1 | -13/+62 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 1 | -6/+54 |
* | Allow multiple console devices per driver without insane code duplication. | ed | 2009-08-24 | 1 | -13/+10 |
* | When "jail -c vnet" request fails, the current code actually creates and | zec | 2009-08-24 | 1 | -1/+1 |
* | When registering a protocol to an existing protocol domain via | zec | 2009-08-24 | 1 | -1/+8 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -3/+3 |
* | Allow pty(4) to be loaded as a kld. | ed | 2009-08-23 | 2 | -131/+0 |