Age | Commit message (Expand) | Author |
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 first... | Michael Shalayeff |
2002-07-27 | echo before running sshd; mcbride@countersiege.com | Theo de Raadt |
2002-07-27 | Fix two problems. | Kenneth R Westerback |
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 |
2002-07-26 | ensure that bss object being used is not ... inside the last page of data. | Theo de Raadt |
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 |
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; pjanzen... | Michael Shalayeff |
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 |
2002-07-26 | A few better buffer sizes (from Ian McWilliam, long ago); functions local | Paul Janzen |
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 |
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 |
2002-07-26 | - remove duplicate defns | Jason Wright |
2002-07-26 | - Move register defns to their own header file and add a whole bunch of them | Jason Wright |
2002-07-26 | House cleaning (move reg defns into their own file), and be sure to drain | Jason Wright |
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 |
2002-07-26 | add support for hardware accelerated fill/copy; from NetBSD (committed from t... | Jason Wright |
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 |
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 too... | Michael Shalayeff |
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 |