Age | Commit message (Expand) | Author |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright |
2002-01-04 | oops, move cdev_decls to conf.h | Jason Wright |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
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-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright |
2001-09-28 | proper values for long double type (from NetBSD) | Jason Wright |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright |
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright |
2001-09-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright |
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt |
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski |
2001-09-20 | correct %b strings | Jason Wright |
2001-09-20 | openfirmware device (and move ksyms decl to conf.h) | Jason Wright |
2001-09-18 | bring sparc64 OUT of the stone age... MAXPARTITIONS 16 | Jason Wright |
2001-09-15 | Mostly rewritten decode of fpu emulation: | Jason Wright |
2001-09-11 | protect from multiple inclusion | Jason Wright |
2001-09-10 | varargs from sparc | Artur Grabowski |
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright |
2001-09-06 | machine dependent defs from netbsd/sparc | Jason Wright |
2001-09-06 | define BUS_DMA_RAW | Artur Grabowski |
2001-09-06 | Some glue for COMPAT_NETBSD | Artur Grabowski |
2001-09-04 | Don't explicitly size the intrhand array in the extern declaration (from netbsd) | Jason Wright |
2001-09-02 | Oops. | Artur Grabowski |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright |
2001-08-30 | add __HAS_NEW_BUS_DMAMAP_SYNC | Jason Wright |
2001-08-25 | profile.h from sparc, slightly hacked up to match ELF. | Artur Grabowski |
2001-08-25 | float.h from sparc. | Artur Grabowski |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-23 | UID_MAX and GID_MAX | Artur Grabowski |
2001-08-23 | weak_alias and warn_references | Artur Grabowski |
2001-08-23 | setjmp.h, trivial. | Artur Grabowski |
2001-08-23 | ieeefp.h from sparc | Artur Grabowski |
2001-08-23 | fix args in stream -> raw conversion. | Artur Grabowski |
2001-08-22 | Some "raw" wrappers around "stream" methods. | Artur Grabowski |
2001-08-22 | Fix interrupt establishing. | Artur Grabowski |
2001-08-22 | setup the 'machine' commands for ddb | Jason Wright |
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright |
2001-08-20 | $OpenBSD$ | Jason Wright |
2001-08-20 | more stuff to do with OpenBSD/sparc style bootpath determination | Jason Wright |