Age | Commit message (Expand) | Author |
2002-09-02 | Make the cgfourteen work in 32bit when possible, also display the size of | Miod Vallat |
2002-08-31 | Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from | Miod Vallat |
2002-08-30 | Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@ | Miod Vallat |
2002-08-29 | soft line breaks do not work always, just nl and tab instead, prettier too | Michael Shalayeff |
2002-08-28 | vm_offset_t/vm_size_t are on their way to tartars now | Michael Shalayeff |
2002-08-28 | do not forget to export the weak alias, proper line continuation | Michael Shalayeff |
2002-08-28 | update of radiotrack driver, including isapnp support; from jumbo@ | Michael Shalayeff |
2002-08-28 | ancient file name in .file; from pbastos@rdc.puc-rio.br | Michael Shalayeff |
2002-08-27 | do not just bail out of the copy loop, but go to the | Michael Shalayeff |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt |
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn |
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat |
2002-08-21 | Correctly map the video memory, for proper operation. | Miod Vallat |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat |
2002-08-20 | Two fixes from NetBSD (this allows my u60 to boot multiuser): | Jason Wright |
2002-08-20 | Because of reversed use of the annul bit and delay slots copyin and | Artur Grabowski |
2002-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn |
2002-08-19 | KNF (4 char continuations) | Jason Wright |
2002-08-19 | Take advantage of rasops.updatecursor to keep the prom cursor up to date | Jason Wright |
2002-08-19 | From NetBSD: | Jason Wright |
2002-08-16 | remove debugging code | Jason Wright |
2002-08-16 | remove debugging code | Jason Wright |
2002-08-16 | Scale back rows and columns if the font would not otherwise fit on the | Todd C. Miller |
2002-08-15 | fix END() label | Theo de Raadt |
2002-08-15 | One line fix to make boot link from miod whose main NFS server | Todd C. Miller |
2002-08-13 | reset iir in the frame on _onfault handling, for mr.ddb | Michael Shalayeff |
2002-08-13 | hypasupadupacarefulness in spstrcpy | Michael Shalayeff |
2002-08-13 | remove a bogus extern, move another into another scope | Michael Shalayeff |
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn |
2002-08-12 | Remove a large chunk of `#ifdef notyet' code | Jason Wright |
2002-08-12 | Neuter the machdep.vsyncblank sysctl, as this setting is now controlled | Miod Vallat |
2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. | Miod Vallat |
2002-08-12 | Provide type information for a few symbols that userland needs. | Artur Grabowski |
2002-08-12 | During prompts on sun4 class machines, disable local echo to prevent | Miod Vallat |
2002-08-12 | Bump version to 2.2. Suggested by miod@ | Artur Grabowski |
2002-08-11 | ELF support in sparc bootblocks. | Artur Grabowski |
2002-08-11 | ELF support. | Artur Grabowski |
2002-08-11 | NATIVE_EXEC_ELF for sparc and ELF reloaction types. | Artur Grabowski |
2002-08-11 | ELF support for DDB. | Artur Grabowski |
2002-08-11 | Change to ELF-style linking. | Artur Grabowski |
2002-08-11 | Restore support for loading elf boot: | Hugh Graham |
2002-08-11 | _C_LABEL where necessary. | Artur Grabowski |
2002-08-11 | A horror hack for merging the .text and .rodata sections in elf | Artur Grabowski |
2002-08-11 | Use _C_LABEL for c labels. | Artur Grabowski |
2002-08-11 | Prepare for ELF. | Artur Grabowski |
2002-08-09 | typo | Michael Shalayeff |
2002-08-09 | two more cacheops noops; miod@ ok | Michael Shalayeff |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |