summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
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
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-11-04sync. deraadt@ OK.lebel
2001-11-04ATI Mobility Radeon. deraadt@ OK.lebel
2001-11-047751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41,Jason Wright
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
2001-11-04wording; ok artPeter Valchev
2001-11-03The contents of cd9660_mount.h duplicate <sys/mount.h>, so get rid of it.Miod Vallat
2001-11-03Add stub for struct X509_STOREHakan Olsson
2001-11-03We get ssl.h with x509.h/libcrypto.hHakan Olsson
2001-11-03Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.Hakan Olsson
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco S Hyman