freebsd-skq/sys/amd64/amd64
joerg 4417f79623 Restrict /devfs/io perms to 0600.
Nobody in our regular source tree, or in the non-distfile part of the
ports tree does use /dev/io anyway, so this might be replaced by
another scenario some day.
1995-12-31 09:32:16 +00:00
..
autoconf.c Catch a couple more null devsw dereferences... 1995-12-16 18:52:08 +00:00
cpu_switch.S Rewrote most of the ddb stack traceback code. These changes are smarter 1995-12-21 19:20:58 +00:00
db_disasm.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
db_interface.c Staticize and cleanup. 1995-12-10 13:36:34 +00:00
db_trace.c Fix a small logic bug that caused the arguments of the previous frame to 1995-12-22 07:09:24 +00:00
exception.s Rewrote most of the ddb stack traceback code. These changes are smarter 1995-12-21 19:20:58 +00:00
exception.S Rewrote most of the ddb stack traceback code. These changes are smarter 1995-12-21 19:20:58 +00:00
fpu.c Implemented a (sorely needed for years) double fault handler to catch stack 1995-12-19 14:30:50 +00:00
genassym.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
locore.s Fix one more label that I overlooked with the P6 support. Sigh. 1995-12-28 21:01:54 +00:00
locore.S Fix one more label that I overlooked with the P6 support. Sigh. 1995-12-28 21:01:54 +00:00
machdep.c In memory test, cast pointer as "volatile int *", not "int *" to make sure 1995-12-30 23:13:32 +00:00
mem.c Restrict /devfs/io perms to 0600. 1995-12-31 09:32:16 +00:00
pmap.c Staticized code that was hidden by `#ifdef DEBUG'. 1995-12-22 18:21:26 +00:00
prof_machdep.c Implemented non-statistical kernel profiling. This is based on 1995-12-29 15:30:05 +00:00
support.s Made bzero a function vector and added a 586/686 optimized version of 1995-12-28 23:14:40 +00:00
support.S Made bzero a function vector and added a 586/686 optimized version of 1995-12-28 23:14:40 +00:00
swtch.s Rewrote most of the ddb stack traceback code. These changes are smarter 1995-12-21 19:20:58 +00:00
sys_machdep.c Staticize and cleanup. 1995-12-10 13:36:34 +00:00
trap.c Corrected a typo in a comment. 1995-12-19 14:47:41 +00:00
tsc.c Add Pentium Pro CPU detection and special handling. For now, all the 1995-12-24 08:10:52 +00:00
vm_machdep.c A Major staticize sweep. Generates a couple of warnings that I'll deal 1995-12-14 08:32:45 +00:00