| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | Brian Feldman | 2000-04-26 | 3 | -99/+2 |
| * | Quiet an unused variable warning by commenting out a variable declaration | Brian Feldman | 2000-04-22 | 1 | -1/+1 |
| * | There's no reason to make "file" 0500 rather than 0555. | Brian Feldman | 2000-04-22 | 1 | -1/+3 |
| * | Welcome back our old friend from procfs, "file"! | Brian Feldman | 2000-04-22 | 3 | -19/+155 |
| * | Remove the linprocfs bits from their old location, as they've moved now. | Mike Smith | 2000-04-20 | 5 | -1862/+0 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 3 | -3/+0 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+86 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -3/+3 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 2 | -2/+2 |
| * | Attempt to provide real values for meminfo. | Dag-Erling Smørgrav | 2000-03-25 | 1 | -19/+52 |
| * | Linux /proc filesystem. | Dag-Erling Smørgrav | 2000-03-25 | 5 | -0/+1830 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 2 | -5/+5 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 3 | -8/+8 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 2 | -4/+0 |
| * | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | Robert Watson | 2000-01-19 | 2 | -3/+3 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 2 | -6/+7 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 7 | -14/+14 |
| * | Fix typo "," vs ";" | Peter Wemm | 1999-12-27 | 1 | -1/+1 |
| * | Fix a typo that was doing something kind of silly, and that is initializing | Chris Costello | 1999-12-21 | 2 | -2/+2 |
| * | Include vm/vm_extern.h to get at prototypes | Eivind Eklund | 1999-12-20 | 1 | -0/+1 |
| * | Eliminate unused variables | Eivind Eklund | 1999-12-20 | 1 | -3/+1 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 8 | -1/+46 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 8 | -92/+30 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 5 | -13/+16 |
| * | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | Peter Wemm | 1999-12-11 | 1 | -40/+0 |
| * | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 10 | -16/+0 |
| * | Collect read and write counts for filesystems. This new code | Kirk McKusick | 1999-12-01 | 1 | -0/+21 |
| * | Report swapdevices as cdevs rather than bdevs. | Poul-Henning Kamp | 1999-11-29 | 1 | -0/+2 |
| * | Add a sysctl to control if argv is disclosed to the world: | Poul-Henning Kamp | 1999-11-26 | 1 | -1/+1 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 7 | -20/+7 |
| * | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 3 | -4/+4 |
| * | A process should be able to examine itself. | Sean Eric Fagan | 1999-11-20 | 1 | -2/+3 |
| * | Get rid of calls to vfinddev() by ripping out code for vnode type | Poul-Henning Kamp | 1999-11-20 | 1 | -26/+0 |
| * | Get rid of calls to vfinddev() by doing like specfs. | Poul-Henning Kamp | 1999-11-20 | 1 | -15/+7 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Fix an unused variable warning. | Peter Wemm | 1999-11-18 | 1 | -1/+0 |
| * | Fix a warning. | Peter Wemm | 1999-11-18 | 1 | -0/+3 |
| * | Make proc/*/cmdline use the cached argv if available. | Poul-Henning Kamp | 1999-11-17 | 1 | -21/+31 |
| * | The function `procfs_getattr()' in procfs doesn't set the value of | Poul-Henning Kamp | 1999-11-17 | 1 | -0/+2 |
| * | Remove WILLRELE from VOP_SYMLINK | Eivind Eklund | 1999-11-13 | 2 | -10/+5 |
| * | Remove WILLRELE from VOP_RENAME | Eivind Eklund | 1999-11-12 | 1 | -2/+1 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -321/+78 |
| * | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | Alan Cox | 1999-11-09 | 1 | -1/+1 |
| * | Oops, a bit too hasty there. | Poul-Henning Kamp | 1999-11-08 | 1 | -3/+0 |
| * | Various cleanups. | Poul-Henning Kamp | 1999-11-08 | 1 | -27/+14 |
| * | Explain why Warner is right, and I am wrong, in the removing of the | Sean Eric Fagan | 1999-11-08 | 1 | -0/+14 |
| * | Update for fileops.fo_stat() addition. Note, this would panic if | Peter Wemm | 1999-11-08 | 1 | -2/+3 |
| * | Use vop_panic() instead of spec_badop(). | Poul-Henning Kamp | 1999-11-07 | 1 | -23/+11 |