69535 | 17-May-1995 |
mckusick |
add definition for ability to produce a backtrace |
69467 | 14-May-1995 |
mckusick |
add simple locking primitives |
69449 | 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget |
69313 | 09-May-1995 |
mckusick |
put in request to unmount all filesystems when rebooting |
69209 | 03-May-1995 |
mckusick |
more POSIX and ANSI compliance (from karels) |
68718 | 03-Apr-1995 |
mckusick |
new names for some syscalls |
68716 | 03-Apr-1995 |
mckusick |
lint |
68715 | 03-Apr-1995 |
mckusick |
sleaze new sysent format by using narg * 4 for argsize |
68714 | 03-Apr-1995 |
mckusick |
MOUNT_* filesystem types are gone |
68713 | 02-Apr-1995 |
mckusick |
add register_t |
68636 | 29-Mar-1995 |
mckusick |
btodb and dbtob need to work with 64-bit numbers (from karels) |
67964 | 21-Nov-1994 |
mckusick |
missing ktrace point for syscall entry |
67954 | 21-Nov-1994 |
mckusick |
add istty |
67372 | 06-Jun-1994 |
mckusick |
VOP_READIR now has a cookie argument |
67112 | 08-May-1994 |
torek |
calculate hostid correctly (typo) |
67100 | 06-May-1994 |
torek |
remove bogus clear, it really was wrong; fix esprel queueing |
67079 | 03-May-1994 |
torek |
must wait in espicmd if someone else is using the chip -- messy, but this should do the trick |
67066 | 24-Apr-1994 |
mckusick |
update for current filesystem support, other niggles |
66437 | 22-Mar-1994 |
bostic |
add USL's copyright notice |
66419 | 21-Mar-1994 |
bostic |
add a copyright notice |
66001 | 05-Feb-1994 |
torek |
use a valid virtual address in pmap_changeprot; from Paul Kranenburg |
65800 | 21-Jan-1994 |
bostic |
copyright typo |
65744 | 14-Jan-1994 |
bostic |
The test for rootfs (now mountlist) is to avoid panic'ing in sync(). Now that rootfs is not special, it should not be needed anymore. You never saw this on HP300s because there, *(foo *)NULL succeed
The test for rootfs (now mountlist) is to avoid panic'ing in sync(). Now that rootfs is not special, it should not be needed anymore. You never saw this on HP300s because there, *(foo *)NULL succeeds in the kernel....; From: Chris Torek <torek@BSDI.COM>
show more ...
|
65730 | 13-Jan-1994 |
bostic |
rootfs is gone, use mountlist instead |
65654 | 12-Jan-1994 |
hibler |
entries_pageable set TRUE for buffer map (set vm_map.c change). |