| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed assorted bugs in setting of timestamps in devfs_setattr(). | bde | 2002-04-05 | 1 | -21/+24 |
* | Fixed a very old bug in setting timestamps using utimes(2) on msdosfs | bde | 2002-04-05 | 1 | -4/+11 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 9 | -9/+10 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 7 | -17/+16 |
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | bde | 2002-03-30 | 1 | -0/+4 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 3 | -8/+7 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 2 | -14/+14 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 7 | -92/+82 |
* | Remove __P. | alfred | 2002-03-20 | 3 | -35/+35 |
* | Remove __P. | alfred | 2002-03-19 | 37 | -423/+417 |
* | Cannot release vnode underlying the nullfs vnode in null_inactive | mckusick | 2002-03-18 | 1 | -19/+26 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 17 | -62/+110 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 4 | -11/+25 |
* | Be consistent with UFS in a way how devfs_setattr() checks credentials | maxim | 2002-03-14 | 1 | -4/+5 |
* | If in strategy we find that we have no devsw on the device anymore we | phk | 2002-03-05 | 1 | -3/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 17 | -40/+39 |
* | Fix LINT breakage by adding a missing include. | tmm | 2002-02-23 | 1 | -0/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 4 | -8/+21 |
* | Paranoia: if the process is setugid, set all sensitive files mode 0. | des | 2002-02-18 | 1 | -1/+3 |
* | Don't even think about using v_id for magic tricks, v_id is giving | phk | 2002-02-17 | 1 | -5/+0 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 2 | -10/+16 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 3 | -11/+21 |
* | Fixed missing PHOLD()/PRELE(). | bde | 2002-02-16 | 1 | -0/+2 |
* | Various nit-picking, mostly of style(9) character. | phk | 2002-02-10 | 1 | -43/+41 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 2 | -2/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 6 | -14/+19 |
* | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily. | rwatson | 2002-02-04 | 1 | -4/+2 |
* | Return EPERM instead of 0 in the un-implemented pseudofs_setattr(). | rwatson | 2002-02-04 | 1 | -2/+1 |
* | Fix select on fifos. | alfred | 2002-01-14 | 1 | -11/+29 |
* | Commit a know fix for hpfs to use vop_defaultop plug instead of wrong | semenu | 2002-01-14 | 1 | -13/+1 |
* | don't initialize the mutex in the temporary struct file, the soo_* | alfred | 2002-01-14 | 1 | -6/+0 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 2 | -11/+4 |
* | remove unused socket pointer | alfred | 2002-01-13 | 1 | -1/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 4 | -0/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 7 | -14/+52 |
* | Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST, | msmith | 2002-01-09 | 1 | -1/+1 |
* | Use a sysinit to initialise the devfs hooks in kern_conf.c rather than common | msmith | 2002-01-09 | 1 | -3/+10 |
* | Staticise the coda vfsop pointer. | msmith | 2002-01-08 | 2 | -2/+1 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Do not derefer null. | tanimura | 2002-01-04 | 1 | -0/+4 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 2 | -3/+6 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 6 | -6/+6 |
* | Previous commit was intented to silence a warning, not to change codepath. | bp | 2001-12-20 | 1 | -2/+3 |
* | Silence harmless "smbfs_closel: Negative opencount" messages at | sheldonh | 2001-12-20 | 1 | -1/+1 |
* | Pseudofs was leaking VFS cache entries badly due to its cache and use of | dillon | 2001-12-19 | 2 | -4/+22 |
* | Add module dependency on libmchain. | sheldonh | 2001-12-13 | 1 | -0/+2 |
* | Fix select on named pipes without a reader. | alfred | 2001-12-12 | 1 | -1/+0 |