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 |
2006-04-15 |
Sascha Wildner | Add MLINK for rc.d(8). |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Generate a host-unreachable failure rather then a crash... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Recent bug fixes make this worthy for testing, update... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Fix a bug in the pkg_add -n tests where pkg_add was... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Conditionalize a lwkt_send_ipiq2() to fix the UP build. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Always guarentee at least one space between two network... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Sascha Wildner | * Comment out reference to non-existing format command. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Fix an edge case where objects can be returned to a... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | vop_stdopen() must be called when a fifo_open fails... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Fix a livelock in the objcache blocking code. PCATCH... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | Supply version of wakeup() which only operate on thread... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Matthew Dillon | If a process forks while being scanned, a non-zero... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Matthew Dillon | NTFS sometimes splits the initialization of a new vnode... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Sascha Wildner | Add gbk.5 to the Makefile (forgotten when it was moved... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
David Xu | Seperate _mutex_cv_unlock from _mutex_unlock_common. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
David Xu | namespace cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
David Xu | 1) Use int for m_flags of pthread_mutexattr. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Sascha Wildner | For symmetry's sake, put as(1) into the amd64 Makefile... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Sascha Wildner | Merge from vendor branch BINUTILS: |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Sascha Wildner | Add as(1) manual page. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Sascha Wildner | Add as(1) manual page. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Matthew Dillon | Note: the previous rev's CVS comment was messed up... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Matthew Dillon | /dev/random was almost always returning 0 bytes. This... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Sascha Wildner | linux(4) was added in Sep 2003 but never made it into... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Joerg Sonnenberger | Merge bug fix from binutils main line: |
commit | commitdiff | tree | snapshot |
next |