| Commit message (Expand) | Author | Age | Files | Lines |
* | Supported non-512 bytes/sector format. | nyan | 2000-01-27 | 4 | -70/+61 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 2 | -3/+3 |
* | Check if module was compiled without SMP support and running on | bp | 2000-01-15 | 1 | -0/+9 |
* | Add VT_NWFS tag. | bp | 2000-01-15 | 1 | -4/+0 |
* | Forward declare some structs so that this header is more self-suifficent. | bde | 2000-01-14 | 4 | -0/+28 |
* | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | bde | 2000-01-14 | 1 | -1/+1 |
* | remove check now done in vn_isdisk(). | phk | 2000-01-10 | 1 | -4/+0 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 5 | -15/+12 |
* | Treat negative uio_offset value as eof (idea by: bde). | bp | 2000-01-08 | 1 | -8/+11 |
* | Return ENXIO if there is no device. | phk | 2000-01-02 | 1 | -1/+5 |
* | Fix the mess with signed/unsigned longs and ints (inspired by bde). | bp | 2000-01-02 | 1 | -18/+26 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 15 | -31/+31 |
* | Avoid to write garbage if uiomove fails. | bp | 1999-12-28 | 1 | -0/+4 |
* | Fix an overflow in the msdosfs_read() function which exposed on the files | bp | 1999-12-28 | 1 | -3/+3 |
* | It is possible that number of sectors specified in the BPB | bp | 1999-12-28 | 2 | -6/+14 |
* | Fix typo "," vs ";" | peter | 1999-12-27 | 1 | -1/+1 |
* | Fix a typo that was doing something kind of silly, and that is initializing | chris | 1999-12-21 | 1 | -1/+1 |
* | Include vm/vm_extern.h to get at prototypes | eivind | 1999-12-20 | 1 | -0/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 12 | -5/+55 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 16 | -219/+45 |
* | Fix pointer problem for the Alpha | peter | 1999-12-12 | 1 | -2/+2 |
* | Bump local version number to 1.3.4. | bp | 1999-12-12 | 1 | -1/+1 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 6 | -14/+17 |
* | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | peter | 1999-12-11 | 1 | -40/+0 |
* | First version of HPFS stuff. | semenu | 1999-12-09 | 10 | -0/+4993 |
* | Remove unused #includes. | phk | 1999-12-08 | 9 | -13/+0 |
* | Commit the kernel part of our DVD support. Nothing much to say really, | sos | 1999-12-07 | 1 | -0/+30 |
* | Merged NetBSD version, as they have done improvements: | semenu | 1999-12-03 | 12 | -1014/+1111 |
* | Collect read and write counts for filesystems. This new code | mckusick | 1999-12-01 | 1 | -0/+21 |
* | Remove abuse of struct nameidata. | bp | 1999-11-27 | 1 | -7/+4 |
* | Add a sysctl to control if argv is disclosed to the world: | phk | 1999-11-26 | 1 | -1/+1 |
* | Introduce the new function | phk | 1999-11-21 | 7 | -20/+7 |
* | Remove race condition under SMP. | bp | 1999-11-21 | 1 | -2/+8 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 3 | -4/+4 |
* | A process should be able to examine itself. | sef | 1999-11-20 | 1 | -2/+3 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 2 | -5/+4 |
* | Fix an unused variable warning. | peter | 1999-11-18 | 1 | -1/+0 |
* | Fix a warning. | peter | 1999-11-18 | 1 | -0/+3 |
* | Make proc/*/cmdline use the cached argv if available. | phk | 1999-11-17 | 1 | -21/+31 |
* | The function `procfs_getattr()' in procfs doesn't set the value of | phk | 1999-11-17 | 1 | -0/+2 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 2 | -12/+5 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+1 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 4 | -324/+88 |
* | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | alc | 1999-11-09 | 1 | -1/+1 |
* | remove a confusing and stale comment. | phk | 1999-11-08 | 1 | -3/+0 |
* | Oops, a bit too hasty there. | phk | 1999-11-08 | 1 | -3/+0 |
* | Various cleanups. | phk | 1999-11-08 | 1 | -27/+14 |
* | Explain why Warner is right, and I am wrong, in the removing of the | sef | 1999-11-08 | 1 | -0/+14 |
* | Update for fileops.fo_stat() addition. Note, this would panic if | peter | 1999-11-08 | 1 | -2/+3 |
* | Use vop_panic() instead of spec_badop(). | phk | 1999-11-07 | 1 | -23/+11 |