| Commit message (Expand) | Author | Age | Files | Lines |
* | In the words of the submitter: | msmith | 1998-05-07 | 3 | -100/+89 |
* | As described by the submitter: | msmith | 1998-05-06 | 9 | -76/+9 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -13/+27 |
* | Make the devfs SLICE option a standard type option. | julian | 1998-04-20 | 1 | -4/+8 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 6 | -71/+152 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 6 | -14/+14 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+3 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 5 | -28/+17 |
* | If lowervp is NULLVP, vap was clobbered. | kato | 1998-03-17 | 1 | -2/+2 |
* | Free the vnode in the failure case of vop_symlink() | julian | 1998-03-10 | 1 | -1/+2 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 2 | -10/+11 |
* | Initialize b_resid, and also print out better diagnostics on I/O | dyson | 1998-03-08 | 1 | -7/+19 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -31/+55 |
* | Fix certain kinds of block device operations. For example, tunefs on | dyson | 1998-03-04 | 1 | -9/+4 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 9 | -9/+76 |
* | Deleted KLOCK-hack. | kato | 1998-02-26 | 3 | -29/+7 |
* | Deleted unused variable. | kato | 1998-02-10 | 1 | -2/+1 |
* | Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock | kato | 1998-02-10 | 3 | -54/+32 |
* | Staticize. | eivind | 1998-02-09 | 4 | -11/+11 |
* | Fixed pagefault when cred == NOCRED. | kato | 1998-02-07 | 2 | -14/+24 |
* | Fixed number of entries in gid-mapfile. | kato | 1998-02-07 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 10 | -28/+10 |
* | Workarround for DIAGNOSTIC kernel's panic in union_lookup(). | kato | 1998-02-06 | 1 | -1/+7 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -2/+5 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 10 | -10/+28 |
* | Declare the variable `i' when UMAP_DIAGNOSTIC is defined. | kato | 1998-02-03 | 1 | -1/+4 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 3 | -4/+10 |
* | Fixed typo in comment. | kato | 1998-01-25 | 1 | -2/+2 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -3/+3 |
* | Delete unused code in union_fsync(). | kato | 1998-01-22 | 1 | -6/+1 |
* | - Move SETKLOC and CLEARKLOCK macros into uion.h. | kato | 1998-01-20 | 3 | -10/+33 |
* | Workarround for locking violation while recycling vnode which union fs | kato | 1998-01-18 | 1 | -4/+14 |
* | Improve and revise fixes for locking violation. | kato | 1998-01-18 | 2 | -33/+52 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 3 | -15/+23 |
* | Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result | sef | 1998-01-06 | 1 | -1/+4 |
* | add copyrights | julian | 1998-01-02 | 4 | -17/+102 |
* | Fixed missing initialization of mp->mnt_stat. At least vm depends on | bde | 1998-01-01 | 3 | -3/+6 |
* | Fixed a missing/misplaced/misstyled prototype. | bde | 1997-12-30 | 2 | -4/+4 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -10/+3 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 2 | -3/+4 |
* | Clear the p_stops field on change of user/group id, unless the correct | sef | 1997-12-20 | 1 | -3/+13 |
* | Set the sender's low watermark to match the maximum size for atomic | bde | 1997-12-19 | 1 | -1/+2 |
* | Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL | wollman | 1997-12-15 | 1 | -5/+20 |
* | Fixed EOF handing. | bde | 1997-12-13 | 1 | -8/+2 |
* | Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too | bde | 1997-12-13 | 1 | -2/+32 |
* | Change the ioctls for procfs around a bit; in particular, whever possible, | sef | 1997-12-13 | 1 | -3/+4 |
* | Fix a problem with procfs_exit() that resulted in missing some procfs | sef | 1997-12-12 | 2 | -23/+27 |
* | Code to prevent a panic caused by procfs_exit(). Note that i don't know | sef | 1997-12-09 | 1 | -3/+11 |
* | A couple of fixes from bruce: first of all, psignal is a void (stupid | sef | 1997-12-08 | 1 | -3/+3 |
* | Use at_exit() to invoke procfs_exit() instead of calling it directly. | sef | 1997-12-08 | 2 | -3/+13 |