Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | Zap some redundant includes. | Artur Grabowski | |
2001-11-06 | Move 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-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-06 | Sync to NetBSD. | Artur Grabowski | |
2001-11-06 | sync to NetBSD. | Artur Grabowski | |
2001-11-06 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | No need to vm_param.h here. | Artur Grabowski | |
2001-11-05 | Leftovers... | Miod Vallat | |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski | |
2001-11-05 | Don't change the state of a thread as a result of a signal that is | Marco S Hyman | |
masked by that thread. This fixes the problem found with the signal regression test. | |||
2001-11-05 | Add 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-05 | Workaround 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-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski | |
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | Dale Rahn | |
memory machines and current program demands. | |||
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller | |
on OpenBSD. | |||
2001-11-05 | typo. | Artur Grabowski | |
2001-11-05 | More fallout from the fd_getfile changes. | Artur Grabowski | |
2001-11-05 | blink-matching-paren should be default in mg | Artur Grabowski | |
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski | |
2001-11-05 | Add color capabilities to the wsvt25 entries for wscons(4). | Christian Weisgerber | |
Adapted from NetBSD, ok millert@ | |||
2001-11-05 | Switch 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-05 | compile fix; fgsch@ ok | Todd T. Fries | |
2001-11-05 | needs rndvar.h | Michael Shalayeff | |
2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt | |
2001-11-05 | more signal marks, and some syslog_r in handlers | Theo de Raadt | |
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-11-05 | remove last signal race | Theo de Raadt | |
2001-11-05 | use _exit in signal handler | Theo de Raadt | |
2001-11-05 | mark a zone of signal races | Theo de Raadt | |
2001-11-05 | mark a zone of signal races | Theo de Raadt | |
2001-11-05 | noone responds. | Theo de Raadt | |
this diff makes } and { not be part of symbols | |||
2001-11-05 | one more mistake in ping6_timeval conversion | Jun-ichiro itojun Hagino | |
2001-11-05 | one mistake in ping6_timeval conversion. use int32_t instead of int | Jun-ichiro itojun Hagino | |
when we want a variable with specific size. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-11-05 | more fixes to zipcodes, from Ted U <grendel@heorot.stanford.edu> | Michael Shalayeff | |
2001-11-05 | Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernet | Federico G. Schwindt | |
headers now; nate@ ok. | |||
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski | |
2001-11-05 | Code for isadma bouncing. | Artur Grabowski | |
From NetBSD. | |||
2001-11-05 | let finishdup take the proc as arguemnt instead of the filedesc. | Artur Grabowski | |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt | |
2001-11-04 | sync | Theo de Raadt | |
2001-11-04 | Ghostscript port refused to build with 'printf' in the | Kenneth R Westerback | |
__attribute__ statement. Using '__printf__' makes it happy. ok millert@ miod@ | |||
2001-11-04 | Two 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-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski | |
2001-11-04 | sync. deraadt@ OK. | lebel | |
2001-11-04 | ATI Mobility Radeon. deraadt@ OK. | lebel | |