Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-27 | Sync. -moj | Mats O Jansson | |
2002-07-27 | New VIA device. -moj | Mats O Jansson | |
2002-07-27 | Sync. -moj | Mats O Jansson | |
2002-07-27 | Commit work in progress before I get drunk tonight. | Artur Grabowski | |
Code from sparc64 and NetBSD. Basically we can link the most, lazy linking works (!), but something else is screwed. | |||
2002-07-27 | New Promise device. -moj | Mats O Jansson | |
2002-07-27 | I don't see the point of a return at the end of a void function. | Artur Grabowski | |
2002-07-27 | Make self-relocation work. | Artur Grabowski | |
2002-07-27 | this is not sparc64. | Artur Grabowski | |
2002-07-27 | Stop being too creative, steal more code from sparc64. | Artur Grabowski | |
2002-07-27 | Typo; similates -> simulates | Aaron Campbell | |
2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't | Artur Grabowski | |
even get to dl_boot_bind correctly. | |||
2002-07-27 | add verbose output option | Jakob Schlyter | |
2002-07-27 | enable leapsecond supprt | Jakob Schlyter | |
2002-07-27 | leapsecond support; written by thorsten glaser; ok millert@ | Jakob Schlyter | |
2002-07-27 | Variable name typo in debugging code. tick -> ticks. | Thomas Nordin | |
2002-07-27 | limit this to the right architectures | Theo de Raadt | |
2002-07-27 | Typo; spotted by cdjones@novusordo.net. | Thomas Nordin | |
2002-07-27 | test for mprotect() on the stack area: try force execable mapping on it ↵ | Michael Shalayeff | |
first, and it should run a code on the stack fine; then lower the protection to non-exec and observe a sigfault. fail contraccordingly | |||
2002-07-27 | echo before running sshd; mcbride@countersiege.com | Theo de Raadt | |
2002-07-27 | Fix two problems. | Kenneth R Westerback | |
1) Even if /sbin/mount_nfs is present, do *not* try to automatically mount nfs file systems. Because not all name resolution mechanisms are present during upgrade (e.g. yp) it is not safe to do so. The user must manually mount nfs file systems if they are the source of any sets. Problem noted by miod@, change seconded by deraadt@. 2) Change initial verbiage so that a brief introduction is displayed, along with the information about !foo or !, before the terminal type is requested. After the terminal type is known display the rest of the introductory text using less -XE. This belts and suspender fix makes both the install and upgrade text fit in 'page' size (<24 lines) chunks and ensures that if the text ever grows beyond a page a more informative prompt is displayed. Problem noted by millert@. | |||
2002-07-27 | sync | Theo de Raadt | |
2002-07-26 | request non-executable BSS from uvm (first page of BSS may land inside | Theo de Raadt | |
last page of DATA, and still have executability unless we can find a resolution to the GOT/PLT issues in a.out) | |||
2002-07-26 | ensure that bss object being used is not ... inside the last page of data. | Theo de Raadt | |
a.out ZMAGIC permits that to happen. so we need to pad it over, for the test to work. | |||
2002-07-26 | give it some healthy dosage of vitamin const | Michael Shalayeff | |
2002-07-26 | put to the -Wall an unused variable | Michael Shalayeff | |
2002-07-26 | build gensysname with HOSTCC. | Artur Grabowski | |
2002-07-26 | Recognize additional gem pci id, from NetBSD. | Dale Rahn | |
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 | |