| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo | julian | 2001-09-13 | 1 | -3/+0 |
* | Restore these files to being portable: | jhb | 2001-09-12 | 2 | -61/+73 |
* | KSE Milestone 2 | julian | 2001-09-12 | 68 | -1212/+1233 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+6 |
* | Stole unicode translation table from mount_msdos. Add kernel code | semenu | 2001-09-08 | 6 | -18/+137 |
* | Fix opening particular file's attributes (as described in man page). | semenu | 2001-09-08 | 1 | -9/+14 |
* | Reference devvp on ntnode creation and dereference on removal. Previous | semenu | 2001-09-08 | 3 | -22/+17 |
* | Fix errors and warnings when compiling with NTFS_DEBUG > 1 | semenu | 2001-09-08 | 2 | -6/+4 |
* | smbfs_advlock: simplify overflow checks (copy from kern_lockf.c) | ache | 2001-08-29 | 1 | -7/+10 |
* | Cosmetique & style fixes from bde | ache | 2001-08-26 | 1 | -5/+2 |
* | Copy from kern_lockf.c: remove extra check | ache | 2001-08-24 | 1 | -2/+0 |
* | Copy yet one check for SEEK_END overflow | ache | 2001-08-23 | 1 | -1/+2 |
* | Copy my newly introduced l_len<0 'oops' fix from kern_lockf.c | ache | 2001-08-23 | 1 | -2/+4 |
* | Copy POSIX l_len<0 handling from kern_lockf.c | ache | 2001-08-23 | 1 | -3/+6 |
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+3 |
* | Move <machine/*> after <sys/*> | ache | 2001-08-23 | 1 | -1/+2 |
* | adv. lock: | ache | 2001-08-23 | 1 | -2/+14 |
* | Use proper endian conversion. | bp | 2001-08-21 | 1 | -1/+1 |
* | Return proper length of _PC_NAME_MAX value if long names support is enabled. | bp | 2001-08-21 | 1 | -1/+1 |
* | linux ls fails on DEVFS /dev because linux_getdents fails because | phk | 2001-08-14 | 1 | -4/+22 |
* | Remove dangling prototype for the now defunct procfs_kmemaccess() | rwatson | 2001-08-03 | 1 | -3/+0 |
* | Collapse a Pmem case in with the other debugging files case for procfs, | rwatson | 2001-08-03 | 1 | -5/+2 |
* | Remove read permission for group on the /proc/*/mem file, since kmem | rwatson | 2001-08-03 | 1 | -2/+1 |
* | Prior to support for almost all ps activity via sysctl, ps used procfs, | rwatson | 2001-08-03 | 3 | -42/+9 |
* | remove support for creating files and directories from msdosfs_mknod | assar | 2001-07-19 | 1 | -14/+1 |
* | Grab the process lock around psignal(). | jhb | 2001-07-18 | 1 | -0/+2 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 7 | -15/+15 |
* | - Update the vmmeter statistics for vnode pageins and pageouts in | jhb | 2001-07-04 | 1 | -2/+7 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 3 | -17/+7 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -2/+3 |
* | Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 2 | -4/+19 |
* | #if 0 out pfs_null() to silence the warning about it not being referenced. | des | 2001-06-15 | 1 | -0/+2 |
* | Fix warning: 568: warning: `portal_badop' defined but not used | peter | 2001-06-15 | 1 | -13/+0 |
* | Fix warning (exposed NetBSD code): | peter | 2001-06-15 | 1 | -1/+1 |
* | Fix warnings (mostly harmless, due to struct bio being embedded in buf): | peter | 2001-06-15 | 1 | -2/+2 |
* | Fix warning: 552: warning: `fdesc_badop' defined but not used | peter | 2001-06-15 | 1 | -12/+0 |
* | Warning fix: coda_fbsd.c:113: warning: unused variable `ret' | peter | 2001-06-15 | 1 | -1/+0 |
* | Coda do not call vop_defaultop(), so add nesessary calls for VM objects. | bp | 2001-06-14 | 1 | -0/+3 |
* | the last argument to copyinstr is of t ype size_t, not u_int | mjacob | 2001-06-13 | 1 | -3/+3 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 4 | -7/+0 |
* | For some reason, though the module builds just fine without <sys/lock.h>, | des | 2001-06-11 | 3 | -0/+3 |
* | Bail out if the fill function failed. | des | 2001-06-10 | 1 | -0/+10 |
* | Whoops, some of my test code snuck in here. | des | 2001-06-10 | 1 | -1/+1 |
* | Argh. Fix braino in previous commit. | des | 2001-06-10 | 1 | -1/+1 |
* | Add a 'flags' argument to the PFS_PROCDIR macro. | des | 2001-06-10 | 1 | -2/+2 |
* | Add support for process-dependent directories. This means that save for | des | 2001-06-10 | 6 | -147/+195 |
* | Blah, not my day. This file needs <sys/mutex.h> now. | des | 2001-06-10 | 1 | -0/+1 |
* | Remember to unlock the process pfind() returns. | des | 2001-06-10 | 1 | -1/+5 |
* | Add missing #include of <sys/mutex.h>. | des | 2001-06-10 | 3 | -0/+3 |
* | Catch up with the change in sbuf_new's prototype. | des | 2001-06-10 | 1 | -8/+8 |