summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-06Add option XFS. ok art, millertPeter Valchev
2001-11-06a bit of snprintf cleaningTheo de Raadt
2001-11-06remove per art@Todd T. Fries
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-11-06No need for those prototypes here.Artur Grabowski
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-11-06Must zero out timeout by hand now that it is no longer global.Todd C. Miller
2001-11-06Restore asyncronous RPC code now that I found the uninitialized variableTodd C. Miller
2001-11-06 - include shufflingArtur Grabowski
2001-11-06Redundant includes.Artur Grabowski
2001-11-06Redundant includes.Artur Grabowski
2001-11-06redundant includes.Artur Grabowski
2001-11-06redundant includes.Artur Grabowski
2001-11-06Zap some redundant includes.Artur Grabowski
2001-11-06Move the last content from vm/ to uvm/Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-06Sync to NetBSD.Artur Grabowski
2001-11-06sync to NetBSD.Artur Grabowski
2001-11-06Minor sync to NetBSD.Artur Grabowski
2001-11-05No need to vm_param.h here.Artur Grabowski
2001-11-05Leftovers...Miod Vallat
2001-11-05No need to pull in vm/vm_param.h in any of these files.Artur Grabowski
2001-11-05Don't change the state of a thread as a result of a signal that isMarco S Hyman
2001-11-05Add more sanity checks of path data in the vi recovery file; potential proble...Todd C. Miller
2001-11-05Workaround to prevent Altivec Unavilable problem.Dale Rahn
2001-11-05No need to include vm/vm_param.h here, sys/sysctl.h does that for us.Artur Grabowski
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
2001-11-05Minor sync to NetBSD.Artur Grabowski
2001-11-05Comment out info on U (utrace) malloc option since we don't support itTodd C. Miller
2001-11-05typo.Artur Grabowski
2001-11-05More fallout from the fd_getfile changes.Artur Grabowski
2001-11-05blink-matching-paren should be default in mgArtur Grabowski
2001-11-05Fallout from the mmap changes.Artur Grabowski
2001-11-05Add color capabilities to the wsvt25 entries for wscons(4).Christian Weisgerber
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-05compile fix; fgsch@ okTodd T. Fries
2001-11-05needs rndvar.hMichael Shalayeff
2001-11-05make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-11-05mark more handlers, and some syslog_r attemptsTheo de Raadt
2001-11-05more signal marks, and some syslog_r in handlersTheo de Raadt
2001-11-05Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-11-05remove last signal raceTheo de Raadt
2001-11-05use _exit in signal handlerTheo de Raadt
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-05noone responds.Theo de Raadt
2001-11-05one more mistake in ping6_timeval conversionJun-ichiro itojun Hagino
2001-11-05one mistake in ping6_timeval conversion. use int32_t instead of intJun-ichiro itojun Hagino
2001-11-05kill more registers;Mike Pechkin