| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 10 | -10/+0 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 2 | -2/+0 |
| * | nwfs depends on ncp | Peter Wemm | 2000-04-29 | 1 | -0/+2 |
| * | 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 ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 2 | -2/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 5 | -5/+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 | 4 | -7/+7 |
| * | Introduce extended attribute support for FFS, allowing arbitrary | Robert Watson | 2000-04-15 | 1 | -0/+1 |
| * | Try to obtain timezone offset from an environment of mount program. | Boris Popov | 2000-04-05 | 4 | -15/+16 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 6 | -10/+10 |
| * | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | Matthew Dillon | 2000-03-27 | 1 | -1/+3 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 5 | -8/+8 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -2/+0 |
| * | Supported non-512 bytes/sector format. | Yoshihiro Takahashi | 2000-01-27 | 4 | -70/+61 |
| * | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | Robert Watson | 2000-01-19 | 2 | -3/+3 |
| * | Check if module was compiled without SMP support and running on | Boris Popov | 2000-01-15 | 1 | -0/+9 |
| * | Add VT_NWFS tag. | Boris Popov | 2000-01-15 | 1 | -4/+0 |
| * | Forward declare some structs so that this header is more self-suifficent. | Bruce Evans | 2000-01-14 | 4 | -0/+28 |
| * | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | Bruce Evans | 2000-01-14 | 1 | -1/+1 |
| * | remove check now done in vn_isdisk(). | Poul-Henning Kamp | 2000-01-10 | 1 | -4/+0 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 5 | -15/+12 |
| * | Treat negative uio_offset value as eof (idea by: bde). | Boris Popov | 2000-01-08 | 1 | -8/+11 |
| * | Return ENXIO if there is no device. | Poul-Henning Kamp | 2000-01-02 | 1 | -1/+5 |
| * | Fix the mess with signed/unsigned longs and ints (inspired by bde). | Boris Popov | 2000-01-02 | 1 | -18/+26 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 15 | -31/+31 |
| * | Avoid to write garbage if uiomove fails. | Boris Popov | 1999-12-28 | 1 | -0/+4 |
| * | Fix an overflow in the msdosfs_read() function which exposed on the files | Boris Popov | 1999-12-28 | 1 | -3/+3 |
| * | It is possible that number of sectors specified in the BPB | Boris Popov | 1999-12-28 | 2 | -6/+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 | 1 | -1/+1 |
| * | Include vm/vm_extern.h to get at prototypes | Eivind Eklund | 1999-12-20 | 1 | -0/+1 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 12 | -5/+55 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 16 | -219/+45 |
| * | Fix pointer problem for the Alpha | Peter Wemm | 1999-12-12 | 1 | -2/+2 |
| * | Bump local version number to 1.3.4. | Boris Popov | 1999-12-12 | 1 | -1/+1 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 6 | -14/+17 |
| * | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | Peter Wemm | 1999-12-11 | 1 | -40/+0 |
| * | First version of HPFS stuff. | Semen Ustimenko | 1999-12-09 | 10 | -0/+4993 |
| * | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 9 | -13/+0 |
| * | Commit the kernel part of our DVD support. Nothing much to say really, | Søren Schmidt | 1999-12-07 | 1 | -0/+30 |
| * | Merged NetBSD version, as they have done improvements: | Semen Ustimenko | 1999-12-03 | 12 | -1007/+1104 |
| * | Collect read and write counts for filesystems. This new code | Kirk McKusick | 1999-12-01 | 1 | -0/+21 |
| * | Remove abuse of struct nameidata. | Boris Popov | 1999-11-27 | 1 | -7/+4 |
| * | 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 |