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 |
2006-04-11 |
Jeremy C. Reed | Document that the caret works like the excalamation... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Matthew Dillon | in_ifadown() was only cleaning up the route table on... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Matthew Dillon | Calculate the correct buffer size when reading a symlin... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Joerg Sonnenberger | Improve portability of patch(1): |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Matthew Dillon | Remove debugging printfs. |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Matthew Dillon | Fix one place where the superblock was being read ... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Matthew Dillon | Followup last commit, fix missing argument to vinitvmio(). |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Matthew Dillon | Get rid of bogus 'pushing active' reports. Initialize... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | There are no manual pages for hosts.allow and hosts... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | s/pthread_mutex_create/pthread_mutex_init/ |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | Add MLINKS for all functions. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | Add missing isnormal(3) manual page. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | The new bridge(4) manual page somehow never found its... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | Remove references to multibyte(3) which is no longer... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | Add section numbers to references and fix .Xr abuse |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Sascha Wildner | Use .St for references to standards. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Sascha Wildner | Put the 'V' option back in. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
David Xu | Use the branch prediction macros in sys/cdefs.h. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
David Xu | Add compiler branch prediction hint macros, obtained... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
David Xu | Tweak source code a bit to make gcc to generate better... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Sascha Wildner | More mdoc cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Matthew Dillon | Due to continuing issues with VOP_READ/VOP_WRITE ops... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
David Xu | Unlock recursive mutex in pthread_cond_wait, though... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Sascha Wildner | * Add documentation for the batch and lastcpu keywords. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Sascha Wildner | Change forgotten getinoquota to ext2_getinoquota to... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
David Xu | s/long/int |
commit | commitdiff | tree | snapshot |
2006-04-06 |
David Xu | WARNS level 4 cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
David Xu | Add all pthread functions into libc namespace. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
David Xu | Add function prototypes: pthread_atfork, pthread_attr_g... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Matthew Dillon | Synchronize vinitvmio() calls from UFS to EXT2FS. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Matthew Dillon | Unconditionally initialize a VM object for a directory... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
David Xu | Move some global variables into its module, remove... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
David Xu | Unbreak buildworld. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
David Xu | Pull in all symbols needed for static binary. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
David Xu | Convert weak reference to strong reference so that... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Matthew Dillon | Transplant all the UFS ops that EXT2 used to call into... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Matthew Dillon | Properly calculate the ronly flag at unmount time. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
David Xu | Update UMTX_LOCKED and add UMTX_CONTESTED macro. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
David Xu | Revamp the algorithm to acquire a contested lock, the... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthew Dillon | Because multiple opens of /dev/tty only issue one actua... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthew Dillon | ufs_readdir() can be called from NFS with the vnode... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
commit | commitdiff | tree | snapshot |
next |