#
af97f2e8 |
| 30-Aug-2005 |
xtraeme <xtraeme@NetBSD.org> |
Remove __P()
|
#
477853c3 |
| 26-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
#
d5aece61 |
| 29-Jun-2003 |
fvdl <fvdl@NetBSD.org> |
Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
#
a06b275e |
| 29-Jun-2003 |
thorpej <thorpej@NetBSD.org> |
Undo part of the ktrace/lwp changes. In particular: * Remove the "lwp *" argument that was added to vget(). Turns out that nothing actually used it! * Remove the "lwp *" arguments that were added
Undo part of the ktrace/lwp changes. In particular: * Remove the "lwp *" argument that was added to vget(). Turns out that nothing actually used it! * Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(), and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted above, didn't use it). * Remove all of the "lwp *" arguments to internal functions that were added just to appease the above.
show more ...
|
#
960df3c8 |
| 28-Jun-2003 |
darrenr <darrenr@NetBSD.org> |
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various fu
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
show more ...
|
#
b7d2ca25 |
| 07-Nov-2002 |
thorpej <thorpej@NetBSD.org> |
Fix signed/unsigned comparison warnings.
|
#
e4b00f43 |
| 10-Nov-2001 |
lukem <lukem@NetBSD.org> |
add RCSIDs
|
#
cf63a6b0 |
| 06-Nov-2001 |
simonb <simonb@NetBSD.org> |
Remove some variables that are set but never used.
|
#
821ec03e |
| 02-Jun-2001 |
chs <chs@NetBSD.org> |
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
|
#
3c425b68 |
| 02-Apr-2001 |
pk <pk@NetBSD.org> |
Cast `field-width' arguments to type `int'.
|
#
2e64bebd |
| 29-Mar-2001 |
fvdl <fvdl@NetBSD.org> |
For -o linux mounts, add some code to emulate /proc/#/maps. Needs NAMECACHE_ENTER_REVERSE to include filenames.
|
#
4e000b75 |
| 17-Jan-2001 |
fvdl <fvdl@NetBSD.org> |
Add a few linux-style files, only enabled when -o linux is specified for the mount. Currently these are /proc/cpuinfo and /proc/meminfo. The former only does something on i386 right now.
|
#
b0ec16cc |
| 24-Nov-2000 |
chs <chs@NetBSD.org> |
remove dead code and other misc cleanup.
|
#
20515f28 |
| 28-Jun-2000 |
mrg <mrg@NetBSD.org> |
<vm/vm.h> -> <uvm/uvm_extern.h>
|
#
e1854137 |
| 27-Jun-2000 |
mrg <mrg@NetBSD.org> |
remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h>
|
#
c543a662 |
| 25-Jun-2000 |
mrg <mrg@NetBSD.org> |
remove some redundant <vm/vm_xxx.h> includes
|
#
10bc7739 |
| 10-Apr-1999 |
drochner <drochner@NetBSD.org> |
remove unneeded <vm/vm_object.h>
|
#
d2397ac5 |
| 24-Mar-1999 |
mrg <mrg@NetBSD.org> |
completely remove Mach VM support. all that is left is the all the header files as UVM still uses (most of) these.
|
#
1f5b9b4d |
| 03-Feb-1999 |
msaitoh <msaitoh@NetBSD.org> |
sprintf->snprintf
|
#
7847c0f5 |
| 28-Jan-1999 |
drochner <drochner@NetBSD.org> |
make it compile with !UVM
|
#
ea669760 |
| 25-Jan-1999 |
msaitoh <msaitoh@NetBSD.org> |
Add /proc/#/map. From FreeBSD.
|