| Age | Commit message (Expand) | Author |
| 2003-03-04 | Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime" | tron |
| 2003-03-02 | use different wmesg for the reader and the writer | jdolecek |
| 2003-02-27 | Change "%llu" to "PRIu64" to make it compile on sparc64. | hannken |
| 2003-02-25 | This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt... | jrf |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-23 | Make updating a file's reference and use count MP-safe. | pk |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2003-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-03 | don't bother special-casing DTYPE_KQUEUE/DTYPE_MISC nor panic for unknown | jdolecek |
| 2003-02-03 | procfs_allocvp(): | jdolecek |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-21 | step 3. Assign lwp properly if null, so that we can PHOLD without segfaulting. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2003-01-06 | writable, not writeable. | wiz |
| 2003-01-04 | Cast off_t expression to long long to match format even on 64 bit | martin |
| 2003-01-03 | add LK_CANRECURSE in the locking of /dev/<pid>/fd/<n> and remove the curproc | christos |
| 2003-01-03 | Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: | christos |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-15 | genfs_compat_gop_write: set uio_iovcnt correctly. | yamt |
| 2002-11-07 | Fix a signed/unsigned comparison warning. | thorpej |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-26 | now that mem_no is emitted by config(8), there is no reason to keep | jdolecek |
| 2002-10-25 | use B_ASYNC for children of nested buffers in genfs_getpages. | yamt |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-21 | Use B_ASYNC in the !PGO_SYNCIO case. Gets back most, if not all, NFS | fvdl |
| 2002-10-12 | put back the while loop in kernfs_getattr() removed in rev 1.82; it's | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-09-10 | restore ancestral RCS ID from 4.4BSD-Lite2 | jtk |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-26 | Fix a signed/unsigned comparison warning from GCC 3.3. | thorpej |
| 2002-08-03 | Just use the "time" variable in the *_getattr functions instead of a call | simonb |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-07-27 | we can't use the vnode's v_usecount to track how many times the vnode | chs |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-07-19 | Properly detect error in kernfs_xread(). | jdolecek |
| 2002-07-10 | Spell acquire with a 'c'. | wiz |
| 2002-07-05 | be consistent about how va_[acm]time is set to the current time | lukem |
| 2002-07-05 | set vap->va_ctime to vap->va_atime (the current time), | lukem |
| 2002-05-29 | Add missing pageq lock while uvm_pagefree() is called (either directly | enami |
| 2002-05-18 | Just give up to do readahead rather than waiting busy pages. | enami |
| 2002-05-14 | Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent | perseant |
| 2002-05-12 | Extern speclisth | matt |
| 2002-05-10 | Redo rev. 1.57 a bit different way; don't use `tpg' since it may be freed. | enami |
| 2002-05-10 | Don't modify the local variable `n' in genfs_putpages(). It should contain | enami |
| 2002-05-09 | Move code shared by procfs and the kernel proper out of procfs and | thorpej |
| 2002-05-09 | When traversing by list, if the page next to us is a page in the cluster, | enami |