2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Matthew Dillon | Remove the thread_t argument from vfs_busy() and vfs_un... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Matthew Dillon | Remove VOP_BWRITE(). This function provided a way... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Matthew Dillon | Cleanup procedure prototypes, get rid of extra spaces... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Sepherosa Ziehau | correct "polling" support |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Sascha Wildner | Remove unused label. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Matthew Dillon | Block devices generally truncate the size of I/O reques... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
YONETANI Tomokazu | Don't forget to replicate b_cmd, which has been split... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | - Clarify the definitions of b_bufsize, b_bcount, and... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Document the handling of a file holes in ufs_strategy... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Invert a mistaken test. Set b_resid to 0 if B_ERROR... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Remove the accounting argument from lf_create_range... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Minor cleanup, plus initialize a few additional fields... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Add a missing ohci_waitintr() call that allows polled... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Matthew Dillon | Fix a biodone/AR_WAIT case. b_cmd was not getting... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Matthew Dillon | Fix an information disclosure issue on AMD cpus. The... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Matthew Dillon | Fix a bug in close(). When a descriptor is closed... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Matthew Dillon | The wrong pointer was being used to calculate the page... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Matthew Dillon | - Add workarounds for dropped interrupts on VIA and... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Matthew Dillon | Plug memory leak in umass. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | Supply a stack pointer for a pure thread context so... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | 32bit from 64bit value fixup. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | more strict sanity check for ESP tail. [From KAME] |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | Fix fencepost error causing creation of 0-length mbufs... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | 32bit from 64bit value fixup. Fix typo. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | m_cat() may free the mbuf on 2nd arg, so m_pkthdr manip... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Matthew Dillon | Plug xform memory leaks. Don't re-initialize an xform... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Sascha Wildner | Fix kldstat option. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Sascha Wildner | Remove ports(7) reference and reword. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Sascha Wildner | Document recently added devices. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Sascha Wildner | Add missing #includes. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Matthew Dillon | Remove buf->b_saveaddr, assert that vmapbuf() is only... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Matthew Dillon | The pbuf subsystem now initializes b_kvabase and b_kvas... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Sascha Wildner | Add some missing manual pages. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Matthew Dillon | Remove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Sepherosa Ziehau | Add NetGear FA-511 support |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Matthew Dillon | Bring in SHA256 support from FreeBSD. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Matthew Dillon | Bring in some fixes from NetBSD: |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Sascha Wildner | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Sascha Wildner | Never generate external references for __cursig(). |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Sascha Wildner | Move the error check into the else clause because it... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Matthew Dillon | Remove non-existant variable from debugging message. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Matthew Dillon | Get rid of the remaining buffer background bitmap code... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Matthew Dillon | Remove the buffer cache's B_PHYS flag. This flag was... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Matthew Dillon | Fix a bug in the POSIX locking code. The system could... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Matthew Dillon | Move most references to the buffer cache array (buf... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Matthew Dillon | Get rid of libcr, the idea(s) behind it are not really... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | grrr...fix reverse chronological order |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Update HISTORY section for preadv and pwritev. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Add documentation for the new preadv(2) and pwritev... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Signals are described in signal(3). |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Remove unneeded comma. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | s/pxeldr/pxeboot/ |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Add missing braces. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Sascha Wildner | Fix LINT build. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Matthew Dillon | Fix the range checking for all read and write system... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Matthew Dillon | Add the preadv() and pwritev() systems and regenerate. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Matthew Dillon | Get rid of the weird FSMID update path in the vnode... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Matthew Dillon | Separate the MD5 code into its own module. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Matthew Dillon | Generate unique identifiers for simulated FSMIDs so... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Matthew Dillon | Rename KVM_READ() to kread() and make it a real procedu... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Matthew Dillon | Add a memory wrap check to kernacc to try to reduce... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Matthew Dillon | vfsync() is not in the business of removing buffers... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Matthew Dillon | Call vnode_pager_setsize() before BALLOC rather than... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Matthew Dillon | If softupdates or some other entity re-dirties a buffer... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Matthew Dillon | B_INVAFTERWRITE is no longer used, remove it. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Fix an incorrect header length comparison for IPSEC... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | The nticks calculation is still broken. Sometimes... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Sascha Wildner | Adjust manual pages to recent lock related changes. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Remove LK_REENABLE (related to the LK_DRAIN removal). |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Remove remaining uses of the lockmgr LK_INTERLOCK flag. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Remove all remaining support for LK_DRAIN lockmgr locks... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN, rely on nc_lwant to interlock... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN and LK_INTERLOCK interactions.... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Run the lockmgr() call independant of the KASSERT(... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | LK_DRAIN locks are no longer obtained on vnodes, rip... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN in dounmount(). LK_DRAIN locks... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Matthew Dillon | Remove unused code label. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Matthew Dillon | Get rid of LK_PCATCH in the agp lockmgr() calls. AGP... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Matthew Dillon | Get rid of unused arg. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Matthew Dillon | Misc sysperf cleanups. Add another mutex tester to... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Matthew Dillon | Add spin_uninit() to provide symmetry with spin_init(). |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Matthew Dillon | Minor typing cleanups for aicasm. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Jeffrey Hsu | Zero out stack memory before copying out to requesting... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Sepherosa Ziehau | m_free -> m_freem |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Joerg Sonnenberger | Introduce a new variable to hold the size of buf. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | Add missing cm(4), mn(4) and my(4) manual pages. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | Sync with FreeBSD's rev. 1.7. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | Assorted .Xr fixes: |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | We use RCNG for restarting. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | s/ndc/rndc/ |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | Change some documentation mentioning ports to pkgsrc. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Sascha Wildner | Remove sysinstall(8) reference and fix wording. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Matthew Dillon | Bring in some small changes from FreeBSD. |
commit | commitdiff | tree | snapshot |
next |