summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
1998-06-27securelevels do NOT protect running binaries; only filesystem activityTheo de Raadt
1998-06-11return EOPNOTSUPP for chflags() changes; peter@freebsdTheo de Raadt
1998-06-09do not permit ptrace attach to immutable executableTheo de Raadt
1998-03-01Use __alpha__ and __mips__ instead of alpha & arcNiklas Hallqvist
1998-03-01mips and alpha GCC does not unwind the stack beyond the current frameNiklas Hallqvist
1998-02-23Please GCC 2.8 -Wall + some KNFNiklas Hallqvist
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-12-30fix a nasty code typo; rotel@indigo.ieTheo de Raadt
1997-12-28I should be more careful about what I check in. Undo earlier commenting-outConstantine Sapuntzakis
1997-12-27Fixed null_inactie so it odes the right thing.Constantine Sapuntzakis
1997-11-06Removed i386-specific crudConstantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-11Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.Todd C. Miller
1997-08-29From NetBSD (thorpej):Todd C. Miller
1997-08-161) pfs_mode should be mode_t, not u_shortTodd C. Miller
1997-08-01From NetBSD (mycroft):Todd C. Miller
1997-06-21block all write ops to init in securelevel modes; nash@mcs.comTheo de Raadt
1997-04-26struct definitions in .h files and instances in .c file please.kstailey
1997-04-10Don't use gcc builtin __builtin_return_address(frameno) onTodd C. Miller
1997-04-06Fix improper cast (compiler warning).Todd C. Miller
1997-03-27Make kern.osrevision (sysctl) and /kern/osrev report value ofTodd C. Miller
1997-02-24OpenBSD tagNiklas Hallqvist
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
1997-01-22Don't fault a page in twice (first prefault, then vm_fault); the first wasThorsten Lockert
1997-01-15fixed warning:kstailey
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1997-01-04spec_advlock() via lf_advlock()kstailey
1997-01-02pulled out the duplicated, conditional code from both kern/vfs_syscalls.cMichael Shalayeff
1996-12-22make spec_advlock() perform indirect call to lf_advlock()kstailey
1996-12-08fixed comment in union_advlockkstailey
1996-12-07mem leak, short malloc; netbsd pr#3000, minoura@kw.netlaputa.or.jpTheo de Raadt
1996-12-05fix locking on devices to work on diskless workstationskstailey
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-04We should return 0 on non-blocking read from FIFO with no writersThorsten Lockert
1996-11-04permit locking on devicesTheo de Raadt
1996-10-27and the same for the trunkMichael Shalayeff
1996-10-14mimic ptrace behaviour; worked out with bitbltTheo de Raadt
1996-09-27Boy do I feel like a fool. I added a bugfix to Theos' changes, and thenbitblt
1996-09-26It should be possible to trace init if securelevel is at 0, single-user mode,bitblt
1996-09-26still handle OLD_PIPE caseTheo de Raadt
1996-09-10Bring pipe_stat prototype in scopeNiklas Hallqvist
1996-09-07Understand DTYPE_PIPEThorsten Lockert
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-21use <sys/queue.h> for pfsnode list.Michael Shalayeff
1996-06-20show Virtual Memory total/used to df.Michael Shalayeff
1996-06-20add more kernel variables. calculate used/free physmem and vnodes.Michael Shalayeff