summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h
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
masked by that thread. This fixes the problem found with the signal regression test.
2001-11-05Add more sanity checks of path data in the vi recovery file; potential ↵Todd C. Miller
problems pointed out by lumpy@the.whole.net
2001-11-05Workaround to prevent Altivec Unavilable problem.Dale Rahn
Why did Motorola put this exception misaligned with respect to all other exceptions? Altivec is not supported. This will cause any process executing altivec instructions to recieve an illegal instruction signal.
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
memory machines and current program demands.
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
on OpenBSD.
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
Adapted from NetBSD, ok millert@
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@.
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
this diff makes } and { not be part of symbols
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
when we want a variable with specific size.
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-11-05more fixes to zipcodes, from Ted U <grendel@heorot.stanford.edu>Michael Shalayeff
2001-11-05Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernetFederico G. Schwindt
headers now; nate@ ok.
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
From NetBSD.
2001-11-05let finishdup take the proc as arguemnt instead of the filedesc.Artur Grabowski
2001-11-05remove extra sys/signal.hTheo de Raadt
2001-11-04syncTheo de Raadt
2001-11-04Ghostscript port refused to build with 'printf' in theKenneth R Westerback
__attribute__ statement. Using '__printf__' makes it happy. ok millert@ miod@
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
CPU_CHIPSET_PORTS - address of the I/O ports. CPU_CHIPSET_HAE_MASK - mask for the HAE register.
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-11-04sync. deraadt@ OK.lebel
2001-11-04ATI Mobility Radeon. deraadt@ OK.lebel