summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-30regen with xfspioctlArtur Grabowski
1998-08-30rename pioctl to xfspioctlArtur Grabowski
1998-08-30glue for xfspioctl syscallArtur Grabowski
1998-08-30oops, forgot some Id-tags and copyrightsArtur Grabowski
1998-08-30glue for xfsArtur Grabowski
1998-08-30public interface to xfsArtur Grabowski
1998-08-30Import of xfs from arla-0.35.7Artur Grabowski
1998-08-30xfs - a filesystem using a user-land cache manager. Designed for AFS.Artur Grabowski
1998-08-30Import xfs from arla-current as of 5 Aug 2003.Artur Grabowski
ok deraadt@
1998-08-30add a sync command that does not rebootArtur Grabowski
1998-08-30OK, this is another fix for the infamous i386 "PTDI panic". This fix is thePer 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-30Add extra cpu_setup argument.Jason Downs
1998-08-30Rearrange cpu_setup call and add an extra argument in order to cope withJason Downs
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output.
1998-08-30man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-30syncJason Downs
1998-08-30Cyrix devsJason Downs
1998-08-30buckets of scanf overflowsTheo de Raadt
1998-08-29use names rather than numbers in signals, errors, etc; NetBSD PR6058; ↵Paul Janzen
jsm28@cam.ac.uk
1998-08-29use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.ukPaul Janzen
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-29typo in ksyms spec, add ch tooNiklas Hallqvist
1998-08-29note support for qec+beJason Wright
1998-08-29more functionsMichael Shalayeff
1998-08-29general cleanupMichael Shalayeff
1998-08-29add kernel to LIF volume in case we have DISKLESS builtMichael Shalayeff
1998-08-29postpone bzero buffer on paddingMichael Shalayeff
1998-08-29merge PDC/IODC calls infoMichael Shalayeff
1998-08-29fix {KERNEL,RESET}_PSWMichael Shalayeff
1998-08-29TLB stats definitionsMichael Shalayeff
1998-08-29tabs vs space; hptmask definitionMichael Shalayeff
1998-08-29m-include protectionMichael Shalayeff
better trap names remove garbage
1998-08-29reduce code limitMichael Shalayeff
add new_noncontig definitions syscall gateway define
1998-08-29add delay() and trap() protosMichael Shalayeff
1998-08-29fix entry/exit macrosMichael Shalayeff
add profiling support s/ptov/hptmask/ fix comments
1998-08-29Integrate changes from Kirk McKusickConstantine Sapuntzakis
1998-08-28fix cross-lib installMichael Shalayeff
1998-08-28alpha alignment fixes, from niklas. Tested on i386.Jason Downs
1998-08-28NOPIC for hppa (yet)Michael Shalayeff
1998-08-28some libc parts; memmove.S to writtenMichael Shalayeff
1998-08-28define hppa as an ieeeMichael Shalayeff
1998-08-28do not toss memory dribble into the output files (small performance loss)Theo de Raadt
1998-08-28some float/double/ldouble infoMichael Shalayeff
1998-08-28set RTLD_DL flag before refcount++ returns; michaels@inet.noTheo de Raadt
1998-08-28hppa is ieee fp tooMichael Shalayeff
1998-08-28more typos, plus mention non-support of qec+me.Jason Wright
1998-08-28support for 10 & 100 mb/s, typosJason Wright
1998-08-28some MD setjmp-related infoMichael Shalayeff
1998-08-28o added link negotiationJason Wright
o sun4c support (XXX: will be revised)
1998-08-28links to asnprintf and suchTheo de Raadt