| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -2/+2 |
* | Style fixes and a bug fix: don't remove the exit handler if unmount | Alexander Langer | 1998-07-27 | 1 | -5/+6 |
* | A better solution to the rm_at_exit problem: Register the exit function | Alexander Langer | 1998-07-27 | 1 | -23/+10 |
* | Override the default VFS LKM dispatch functions so that a module | Alexander Langer | 1998-07-25 | 1 | -4/+19 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
* | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 2 | -9/+9 |
* | Quick fix for type mismatches which were fatal if longs aren't 32 | Bruce Evans | 1998-07-07 | 1 | -5/+5 |
* | Remove "not hungly" panics. Cookies now used by the linux and ibcs2 | Dmitrij Tejblum | 1998-06-25 | 1 | -10/+3 |
* | Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. | Bruce Evans | 1998-06-14 | 1 | -10/+6 |
* | Don't silently accept attempts to change flags where they are not | Peter Wemm | 1998-06-10 | 1 | -1/+5 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 2 | -4/+4 |
* | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 3 | -10/+38 |
* | As described by the submitter: | Mike Smith | 1998-05-06 | 1 | -4/+1 |
* | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -13/+27 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -2/+2 |
* | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 1 | -6/+2 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 1 | -1/+4 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 3 | -9/+3 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 3 | -3/+9 |
* | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -3/+3 |
* | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 2 | -8/+5 |
* | Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result | Sean Eric Fagan | 1998-01-06 | 1 | -1/+4 |
* | Fixed a missing/misplaced/misstyled prototype. | Bruce Evans | 1997-12-30 | 2 | -4/+4 |
* | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 1 | -2/+2 |
* | Clear the p_stops field on change of user/group id, unless the correct | Sean Eric Fagan | 1997-12-20 | 1 | -3/+13 |
* | Change the ioctls for procfs around a bit; in particular, whever possible, | Sean Eric Fagan | 1997-12-13 | 1 | -3/+4 |
* | Fix a problem with procfs_exit() that resulted in missing some procfs | Sean Eric Fagan | 1997-12-12 | 2 | -23/+27 |
* | Code to prevent a panic caused by procfs_exit(). Note that i don't know | Sean Eric Fagan | 1997-12-09 | 1 | -3/+11 |
* | A couple of fixes from bruce: first of all, psignal is a void (stupid | Sean Eric Fagan | 1997-12-08 | 1 | -3/+3 |
* | Use at_exit() to invoke procfs_exit() instead of calling it directly. | Sean Eric Fagan | 1997-12-08 | 2 | -3/+13 |
* | Clear the stop events and wakeup the process on teh last close of the | Sean Eric Fagan | 1997-12-07 | 1 | -1/+29 |
* | Changes to allow event-based process monitoring and control. | Sean Eric Fagan | 1997-12-06 | 2 | -2/+89 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 1 | -1/+2 |
* | Don't try to obtain an excluive lock on the vm map, since a deadlock might | Tor Egge | 1997-11-14 | 1 | -3/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -4/+1 |
* | KNFize rev.1.31. | Bruce Evans | 1997-10-27 | 1 | -4/+6 |
* | Removed unused #includes. The need for most of them went away with | Bruce Evans | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | Poul-Henning Kamp | 1997-10-26 | 1 | -2/+2 |
* | VFS clean up "hekto commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -63/+2 |
* | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -53/+18 |
* | Hmm, realign the vnops into two columns. | Poul-Henning Kamp | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | Poul-Henning Kamp | 1997-10-15 | 1 | -49/+42 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -2/+2 |
* | Convert select -> poll. | Peter Wemm | 1997-09-14 | 1 | -3/+10 |
* | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-07 | 1 | -2/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -2/+2 |
* | Check permissions for fp regs as well as normal regs. | Sean Eric Fagan | 1997-08-12 | 1 | -1/+3 |
* | Fix procfs security hole -- check permissions on meaningful I/Os (namely, | Sean Eric Fagan | 1997-08-12 | 4 | -8/+43 |