| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updates to match type changes in syscall tables | 1998-02-08 | 1 | -3/+3 | ||
| | | ||||||
| * | fix a nasty code typo; rotel@indigo.ie | 1997-12-30 | 1 | -2/+2 | ||
| | | ||||||
| * | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 4 | -82/+31 | ||
| | | ||||||
| * | back out vfs lite2 till after 2.2 | 1997-10-06 | 4 | -31/+82 | ||
| | | ||||||
| * | VFS Lite2 Changes | 1997-10-06 | 4 | -82/+31 | ||
| | | ||||||
| * | Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors. | 1997-09-11 | 1 | -4/+4 | ||
| | | | | | From Alan Barrett <apb@iafrica.com> with some changes. | |||||
| * | From NetBSD (thorpej): | 1997-08-29 | 6 | -21/+26 | ||
| | | | | | | Fix a reversed argument which caused procfs_checkioperm() to always return OK". Add a few comments to avoid further confusion. | |||||
| * | 1) pfs_mode should be mode_t, not u_short | 1997-08-16 | 7 | -47/+81 | ||
| | | | | | | | | | | | | 2) Fix procfs security hole. This is basically the NetBSD fix (which is based in part on Sean Eric Fagan's FreeBSD fix) with a few minor changes. The change creates as function, procfs_checkioperm(), that has check numbers 3 and 4 from sys_ptrace(). 3) Make procfs_control() use procfs_checkioperm() as well (it already had the same basic checks but some of them were incorrect). 4) Minor stylistic cleanups, including the use of the SET/CLR/ISSET macros to aid general grokability. | |||||
| * | From NetBSD (mycroft): | 1997-08-01 | 2 | -33/+30 | ||
| | | | | | | Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate. | |||||
| * | block all write ops to init in securelevel modes; nash@mcs.com | 1997-06-21 | 1 | -1/+4 | ||
| | | ||||||
| * | Fix improper cast (compiler warning). | 1997-04-06 | 1 | -2/+3 | ||
| | | ||||||
| * | OpenBSD tag | 1997-02-24 | 1 | -0/+1 | ||
| | | ||||||
| * | Don't fault a page in twice (first prefault, then vm_fault); the first was | 1997-01-22 | 1 | -5/+1 | ||
| | | | | | not neccecary (and actually caused some problems). | |||||
| * | Fix for final ptdi panic on i386 | 1997-01-07 | 1 | -2/+6 | ||
| | | ||||||
| * | mimic ptrace behaviour; worked out with bitblt | 1996-10-14 | 1 | -4/+25 | ||
| | | ||||||
| * | Boy do I feel like a fool. I added a bugfix to Theos' changes, and then | 1996-09-27 | 1 | -15/+1 | ||
| | | | | | | | | | discovered that I had commited a bunch of nonfunctional changes Theo had made, but not debugged. This undoes both my changes, and Theo's. When this code is functional, it will be put back in. Thank you for pointing this out to me David Mazieres. | |||||
| * | It should be possible to trace init if securelevel is at 0, single-user mode, | 1996-09-26 | 1 | -1/+16 | ||
| | | | | | without having to peg the system at securelevel -1. | |||||
| * | -Wall & -Wstrict-prototype fixes | 1996-07-02 | 1 | -3/+1 | ||
| | | ||||||
| * | use <sys/queue.h> for pfsnode list. | 1996-06-21 | 6 | -22/+17 | ||
| | | | | | $OpenBSD$ additions. | |||||
| * | show Virtual Memory total/used to df. | 1996-06-20 | 1 | -3/+5 | ||
| | | ||||||
| * | partial sync with netbsd 960418, more to come | 1996-04-21 | 2 | -6/+7 | ||
| | | ||||||
| * | From NetBSD: update to 960217 sources | 1996-02-27 | 6 | -173/+297 | ||
| | | ||||||
| * | initial import of NetBSD tree | 1995-10-18 | 11 | -0/+2737 | ||
