Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-26 | sync | Dale Rahn | |
2002-07-26 | The elusive original author of this program and man page surfaced long enough | Paul Janzen | |
to state the following, when asked about licensing issues: "It's ok to put any copyright as long as it stays in the public domain. ... Since I did not write it to make any profit or fame in the first place, I guess its use is not limited by any license. Of course I would not object to my name being mentioned." Then he disappeared again. So I've put on a current copyright to him, and labelled the code explicitly as public domain. | |||
2002-07-26 | More Apple pci devs, from NetBSD. | Dale Rahn | |
2002-07-26 | add classic mode, closer to the way tetris felt a couple decades ago; ↵ | Michael Shalayeff | |
pjanzen@ ok | |||
2002-07-26 | comma splice | Paul Janzen | |
2002-07-26 | \a rather than embedded ^G | Paul Janzen | |
2002-07-26 | Theo pointed out a vsnprintf() whose return value was being used | Paul Janzen | |
inappropriately. | |||
2002-07-26 | A few better buffer sizes (from Ian McWilliam, long ago); functions local | Paul Janzen | |
to save.c are no longer in rogue.h; use write() to save files rather than fwrite() since this can end up being called in a signal handler (it's still not clean though). | |||
2002-07-26 | indent | Paul Janzen | |
2002-07-26 | We're in curses, so use getch() rather than getchar(). | Paul Janzen | |
2002-07-26 | Zap VM_KMEM_SIZE, not used anymore. | Artur Grabowski | |
Pointed out by francisco <frisco@blackant.net> | |||
2002-07-26 | bwtwo tested and works, minus one rasops fix coming soon. | Miod Vallat | |
2002-07-26 | fifo needs 6 entries before we feed it rectangle command | Jason Wright | |
2002-07-26 | - add hardware support for eraserows and erasecols | Jason Wright | |
- also fix some register names and add yet more of them [one thing this chip isn't lacking is registers...] | |||
2002-07-26 | - remove duplicate defns | Jason Wright | |
- start at some utility functions for the FBC handling | |||
2002-07-26 | - Move register defns to their own header file and add a whole bunch of them | Jason Wright | |
- map the fbc register set | |||
2002-07-26 | House cleaning (move reg defns into their own file), and be sure to drain | Jason Wright | |
the CG6 before starting operations. | |||
2002-07-26 | swap log and quick a few times | Henning Brauer | |
2002-07-26 | few more $(SHELL); "Aaron Yourk" <ayourk@srt.com> | Henning Brauer | |
2002-07-26 | make the order of log and quick irrelevant. now both | Henning Brauer | |
block in log quick all and block in quick log all work. ok dhartmei@, deraadt@ | |||
2002-07-26 | add support for hardware accelerated fill/copy; from NetBSD (committed from ↵ | Jason Wright | |
the acceptably fast non-X11 console of a U1) | |||
2002-07-26 | and hppa | Theo de Raadt | |
2002-07-26 | regress these only on the architectures where they are expected to work | Theo de Raadt | |
2002-07-26 | check for non-exec of bss | Theo de Raadt | |
2002-07-26 | Obey LDSTATIC for the helper binaries. | Artur Grabowski | |
2002-07-25 | - some KNF. | Federico G. Schwindt | |
- comment out debugging printf for i810. - remove checks for failure if malloc is used with M_WAITOK. mickey@ ok. | |||
2002-07-25 | love, jason | Michael Shalayeff | |
2002-07-25 | missing arg in the call to the pdc_call since some old times | Michael Shalayeff | |
2002-07-25 | pretty | Theo de Raadt | |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin | |
2002-07-25 | more snprintf and strlcpy; help from millert | Theo de Raadt | |
2002-07-25 | strip off annoying local gcc symbols (jason was complaining hangman being ↵ | Michael Shalayeff | |
too easy ;) | |||
2002-07-25 | kill more strcpy | Theo de Raadt | |
2002-07-25 | cleanup | Theo de Raadt | |
2002-07-25 | support 486 which lack the pentium_mhz stuff; from rees, kjc ok | Theo de Raadt | |
2002-07-25 | use bus_space_map, not bus_space_map2, and fix failure printf's | Jason Wright | |
2002-07-25 | Due to changes having already occured, and more being cooked at this | Miod Vallat | |
very moment, OpenBSD/sparc installation media will not allow upgrades to 3.2. | |||
2002-07-25 | There's no need to override the default mapping to big endian now that ↵ | Jason Wright | |
rasops8 handles byte swapping itself. | |||
2002-07-25 | If passed RI_BSWAP, swap32 the stamp | Jason Wright | |
2002-07-25 | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and | Miod Vallat | |
add the necessary magic for wsemul_sun color handling. Initially based on a patch from jason@, then some tinkering by me. | |||
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod Vallat | |
text mode colors. This means black text on white background, even for the kernel messages. Initially based on a patch from jason@, then some tinkering by me. | |||
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat | |
..._SUN24, since this only means 24 bit framebuffers with BGR encoding. Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used by Xwsfb shortly. | |||
2002-07-25 | When building kernels with the SMALL_KERNEL option (typically, RAMDISK), | Miod Vallat | |
only one wsfont will be included. Instead of forcing it to be the 8x16 font, choose it depending on the architecture we are compiling for - this way, sparc* will get the PROM-like 12x22 font instead. | |||
2002-07-25 | really remove it | Theo de Raadt | |
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski | |
2002-07-25 | remove the intrhand .comm, which was wrong, and is not needed | Theo de Raadt | |
2002-07-25 | ELF_TOOLCHAIN except hppa for crtbegin and crtend. | Artur Grabowski | |
2002-07-25 | add a few RFC 2142 suggested aliases, OK deraadt@ | Marco S Hyman | |
2002-07-25 | use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt | Vincent Labrecque | |
ok art | |||
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque | |
simple APIs. makes mg not crash with 65k filenames... ok art@ |