Age | Commit message (Expand) | Author |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-19 | remove some #ifdef __arch64__, after agreement: we only ever run sparc64 | Marc Espie |
2002-04-18 | Add amphy | Jason Wright |
2002-04-16 | use polled access for now (prevents a hang on the Momenco Leopard-V) | Jason Wright |
2002-04-16 | - Don't bother checking to see if the prom has already mapped this | Jason Wright |
2002-04-15 | Since XFree doesn't try to remap things behind our backs anymore, simplify | Jason Wright |
2002-04-10 | Be sure to print 'root on' line for RAMDISK kernels | Jason Wright |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-04-08 | pieces for gdb; deraadt@ ok | Federico G. Schwindt |
2002-04-04 | Some PCI machines do not implement the uperf registers. Those that do | Jason Wright |
2002-04-04 | s/0/NULL for pointers | Jason Wright |
2002-04-04 | Fetch the "idprom" property from the root and if that fails get it | Jason Wright |
2002-04-03 | Replace the implementation of microtime with one written in C that doesn't go... | Jason Wright |
2002-04-03 | in PCITAG_SETNODE s/t/x to match usage; from netbsd | Jason Wright |
2002-04-02 | bit defns for %tick (basically the ticker bits and the npt bit) | Jason Wright |
2002-04-01 | Remove all traces of VGAFB_ALLOW_NATIVE. | Jason Wright |
2002-03-31 | add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode is | Jason Wright |
2002-03-30 | Don't honor native accesses unless VGAFB_ALLOW_NATIVE is defined (this is | Jason Wright |
2002-03-29 | eap works on sparc64 | Theo de Raadt |
2002-03-28 | - recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappings | Jason Wright |
2002-03-27 | Need APERTURE so we can read/write pci configuration with securelevel > 0 | Jason Wright |
2002-03-27 | Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =), | Jason Wright |
2002-03-27 | Make a shadow copy of the bios rom (if available) and make it available via mmap | Jason Wright |
2002-03-27 | bus_space_mmap wants the paddr not the handle | Jason Wright |
2002-03-26 | Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org> | Jason Wright |
2002-03-26 | Map all of the io/mem spaces provided | Jason Wright |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-22 | dc is compatible with dc, go figure | Jason Wright |
2002-03-21 | pretty dmesg | Jason Wright |
2002-03-20 | add dcphy | Jason Wright |
2002-03-20 | lpt_attach_common() prints the newline for us | Jason Wright |
2002-03-19 | we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ types | Kevin Lo |
2002-03-17 | In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*. | Artur Grabowski |
2002-03-15 | Add lpt device entry point | Jason Wright |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg) | Jason Wright |
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright |
2002-03-14 | add apio* at sbus? and lpt* at apio? | Jason Wright |
2002-03-14 | Properly conditionalize uvm history dump | Jason Wright |
2002-03-14 | add asio* at sbus? and com* at asio? | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-12 | sparc64's aren't likely to be CPU_ISSUN4C | Jason Wright |
2002-03-12 | Look up the TTE and only do the streaming cache dance if the mapping is marke... | Jason Wright |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |