Age | Commit message (Expand) | Author |
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 |
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright |
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt |
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright |
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt |
2002-02-22 | From NetBSD: | Jason Wright |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski |
2002-02-19 | bump NMBCLUSTERS | Jason Wright |