| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 11 | -61/+11 |
| * | Style fix my previous commit. | Alexander Langer | 1997-06-26 | 1 | -2/+2 |
| * | Block all write operations to /proc/1/* when securelevel > 0. | Alexander Langer | 1997-06-21 | 1 | -1/+3 |
| * | Removed bogon from previous commit: doubly included sys/systm.h. | Alexander Langer | 1997-04-27 | 1 | -2/+1 |
| * | Prevent debugger attachment to init when securelevel > 0. | Alexander Langer | 1997-04-27 | 1 | -1/+6 |
| * | Fix both a problem with accessing backing objects, and also release | John Dyson | 1997-04-20 | 1 | -1/+14 |
| * | Fix the gdb executable modify problem. Thanks to the detective work | John Dyson | 1997-04-06 | 1 | -80/+47 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 4 | -8/+4 |
| * | Fixed missing initialisation of vp->v_type for types Pfile and Pmem | Bruce Evans | 1997-03-08 | 1 | -1/+2 |
| * | Fixed procfs's locking vops. They were missed in the Lite2 merge, | Bruce Evans | 1997-02-24 | 1 | -5/+5 |