Age | Commit message (Expand) | Author |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-11-20 | Oops. | Miod Vallat |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat |
2001-11-20 | All sensitive pmap operations should operate at splvm, NOT splimp. | Miod Vallat |
2001-11-19 | more than typo | Theo de Raadt |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn |
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn |
2001-11-18 | Fix RB_NOSYM clash here, too. | Miod Vallat |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-18 | Remove \n from more panic messages | Miod Vallat |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff |
2001-11-17 | what the heck, be solaris compatible for sig_atomic_t | Theo de Raadt |
2001-11-17 | sig_atomic_t can be a long, it is atomic, and fatter | Theo de Raadt |
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham |
2001-11-16 | oops | Michael Shalayeff |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang... | Jason Wright |
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright |
2001-11-16 | _bus_dmamap_load_uio now returns an ERROR instead of claiming no error | Jason Wright |
2001-11-16 | mvme88k varargs cleanup 1/2 | Miod Vallat |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright |
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat |
2001-11-14 | Change Vax LDPGSZ to 4k. | Hugh Graham |
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn |
2001-11-10 | properly report >= 2GB of ram; bug found by matthieu | Theo de Raadt |
2001-11-09 | When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m... | Artur Grabowski |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-09 | unbreak | Artur Grabowski |
2001-11-09 | Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel. | Artur Grabowski |
2001-11-09 | Don't uvm_pagezero here, allocate a zeroed page instead. | Artur Grabowski |
2001-11-09 | Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail. | Artur Grabowski |
2001-11-09 | Update DEBUG code to match reality. | Artur Grabowski |
2001-11-09 | No need to initialize the pmap_growkernel_slock twice. | Artur Grabowski |
2001-11-09 | Ouch, more variables declarations in .h files lacking ``extern'' safety | Miod Vallat |
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-11-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat |
2001-11-08 | veli tpyo stolen fmor nkilsa | Michael Shalayeff |
2001-11-07 | Unbreak cpu_fork(). mvme88k kernels compile and work again. | Miod Vallat |
2001-11-07 | Let those compile. | Miod Vallat |
2001-11-07 | post-mmap API change fixes. | Miod Vallat |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-07 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Update and unbreak cpu_fork() - from NetBSD. | Miod Vallat |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn |