| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call calcru() on a swapped-out process. calcru() access p_stats, which | dt | 1999-05-22 | 1 | -16/+10 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 4 | -14/+9 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 2 | -23/+26 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 2 | -13/+13 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 2 | -6/+4 |
* | Make the type and map files claim 0 bytes size. Tar doesn't get confused | phk | 1999-05-04 | 1 | -13/+10 |
* | Add even more () to CHECKIO which by now feels positively LISPish. | phk | 1999-05-04 | 1 | -3/+4 |
* | Add a new "file" to procfs: "rlimit" which shows the resource limits for | phk | 1999-04-30 | 4 | -4/+188 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 4 | -11/+29 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -4/+5 |
* | Suser() simplification: | phk | 1999-04-27 | 5 | -20/+19 |
* | Catch a case spotted by Tor where files mmapped could leave garbage in the | julian | 1999-04-05 | 1 | -3/+13 |
* | Don't allow anyone except root to mount file systems that map uids. | imp | 1999-03-12 | 1 | -1/+7 |
* | This code got moved as a result of confusion between union mounts and | peter | 1999-02-28 | 1 | -10/+1 |
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | bde | 1999-02-25 | 1 | -1/+2 |
* | Reviewed by: Julian Elischer <julian@whistle.com> | dillon | 1999-02-25 | 2 | -26/+46 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -2/+2 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -2/+2 |
* | Correct a format mismatch on 64-bit architectures. This should | jdp | 1999-02-05 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 2 | -4/+7 |
* | Fix but in devfs_strategy(). Switch cases were falling through | dillon | 1999-01-27 | 1 | -1/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 12 | -86/+99 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 3 | -14/+12 |
* | Remove declarations for undefined functions and a couple of unused | eivind | 1999-01-12 | 3 | -32/+3 |
* | A partial implementation of the procfs cmdline pseudo-file. This | peter | 1999-01-05 | 4 | -5/+51 |
* | Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken | bde | 1999-01-01 | 1 | -2/+2 |
* | Fix possible NULL-pointer deref in error case (same as DEVFS). | eivind | 1998-12-16 | 1 | -2/+2 |
* | Avoid NULL-pointer dereference on error condition. | eivind | 1998-12-15 | 1 | -2/+2 |
* | Cleanup uninitialized-possibly-used (but really not) warnings | dillon | 1998-12-14 | 3 | -6/+6 |
* | Rename one of the two devfs_link's to devfs_makelink. | eivind | 1998-12-10 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 10 | -38/+17 |
* | '\0' is the most ugly NULL pointer constant I've ever seen in real code. | eivind | 1998-12-07 | 1 | -2/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 3 | -9/+10 |
* | Staticize. | eivind | 1998-11-26 | 1 | -2/+2 |
* | Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes | bde | 1998-11-22 | 1 | -2/+2 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -2/+3 |
* | "fix" a warning that has been bugging me for ages. Eliminate a couple | peter | 1998-11-09 | 1 | -11/+10 |
* | Delete stray extern declaration for non-existing variables. | peter | 1998-11-09 | 1 | -2/+1 |
* | Change the #ifdef UNION code into a callable hook. Arrange to have this | peter | 1998-11-03 | 2 | -2/+83 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 3 | -10/+10 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -2/+2 |
* | Removed redundant bitrotted checks for major numbers instead of updating | bde | 1998-10-26 | 1 | -4/+3 |
* | Make devfs update the atime timestamp so that 'w' works when using | sos | 1998-09-30 | 2 | -5/+12 |
* | various nits that didn't make it through the brucefilter. | phk | 1998-09-12 | 1 | -5/+6 |
* | Oops, don't assume that the environment is normal in devfs_mount(). | bde | 1998-09-08 | 1 | -4/+6 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 8 | -20/+20 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -1/+26 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 2 | -4/+4 |
* | sort the prototypes | phk | 1998-08-25 | 1 | -12/+12 |
* | Last commit managed to get mangled somehow. | phk | 1998-08-24 | 1 | -2/+4 |