Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-01 | o sun4c supported now | Jason Wright | |
o added collision counters o general improvements | |||
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-09-01 | indent | Theo de Raadt | |
1998-09-01 | the sync command does not work, back it out | Artur Grabowski | |
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-31 | glue in xfs | Artur Grabowski | |
1998-08-31 | Import of xfs from arla-0.35.7 | Artur Grabowski | |
1998-08-31 | indent the code and move around some includes, after discussion with Theo | Artur Grabowski | |
1998-08-30 | Cleanup. | Constantine Sapuntzakis | |
Error diagnostics in vputonfreelist to catch violations of assumptions. | |||
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵ | Todd C. Miller | |
*something* | |||
1998-08-30 | sync | Theo de Raadt | |
1998-08-30 | sync | Theo de Raadt | |
1998-08-30 | clean | Theo de Raadt | |
1998-08-30 | regen with xfspioctl | Artur Grabowski | |
1998-08-30 | rename pioctl to xfspioctl | Artur Grabowski | |
1998-08-30 | glue for xfspioctl syscall | Artur Grabowski | |
1998-08-30 | oops, forgot some Id-tags and copyrights | Artur Grabowski | |
1998-08-30 | glue for xfs | Artur Grabowski | |
1998-08-30 | public interface to xfs | Artur Grabowski | |
1998-08-30 | Import of xfs from arla-0.35.7 | Artur Grabowski | |
1998-08-30 | xfs - a filesystem using a user-land cache manager. Designed for AFS. | Artur Grabowski | |
1998-08-30 | Import xfs from arla-current as of 5 Aug 2003. | Artur Grabowski | |
ok deraadt@ | |||
1998-08-30 | add a sync command that does not reboot | Artur Grabowski | |
1998-08-30 | OK, this is another fix for the infamous i386 "PTDI panic". This fix is the | Per Fogelstrom | |
same as is used in 'vslock()'. The situation when this occurs is when a process tries to read or write to another process vm space and the _segment_ referenced have not yet been mapped. A certain way of crashing a system is to debug a program larger than 4 Mb (yes, those critters exist!). Set a break in an address above 4 Mb and pmap_enter panics because it can't fault in a new ptd page since it is not the process itself that calls pmap_enter. This is a fix, not a solution, but at least a user can't crash the kernel. | |||
1998-08-30 | Add extra cpu_setup argument. | Jason Downs | |
1998-08-30 | Rearrange cpu_setup call and add an extra argument in order to cope with | Jason Downs | |
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output. | |||
1998-08-30 | sync | Jason Downs | |
1998-08-30 | Cyrix devs | Jason Downs | |
1998-08-29 | typo in ksyms spec, add ch too | Niklas Hallqvist | |
1998-08-29 | more functions | Michael Shalayeff | |
1998-08-29 | general cleanup | Michael Shalayeff | |
1998-08-29 | add kernel to LIF volume in case we have DISKLESS built | Michael Shalayeff | |
1998-08-29 | postpone bzero buffer on padding | Michael Shalayeff | |
1998-08-29 | merge PDC/IODC calls info | Michael Shalayeff | |
1998-08-29 | fix {KERNEL,RESET}_PSW | Michael Shalayeff | |
1998-08-29 | TLB stats definitions | Michael Shalayeff | |
1998-08-29 | tabs vs space; hptmask definition | Michael Shalayeff | |
1998-08-29 | m-include protection | Michael Shalayeff | |
better trap names remove garbage | |||
1998-08-29 | reduce code limit | Michael Shalayeff | |
add new_noncontig definitions syscall gateway define | |||
1998-08-29 | add delay() and trap() protos | Michael Shalayeff | |
1998-08-29 | fix entry/exit macros | Michael Shalayeff | |
add profiling support s/ptov/hptmask/ fix comments | |||
1998-08-29 | Integrate changes from Kirk McKusick | Constantine Sapuntzakis | |
1998-08-28 | alpha alignment fixes, from niklas. Tested on i386. | Jason Downs | |
1998-08-28 | some float/double/ldouble info | Michael Shalayeff | |
1998-08-28 | some MD setjmp-related info | Michael Shalayeff | |
1998-08-28 | o added link negotiation | Jason Wright | |
o sun4c support (XXX: will be revised) | |||
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale S. Rahn | |
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor. | |||
1998-08-27 | better .bss treatment | Michael Shalayeff | |
1998-08-27 | fix symtab loading problems | Michael Shalayeff | |