Age | Commit message (Expand) | Author |
2003-02-16 | cosmetics | Henning Brauer |
2003-02-16 | Fix format string bug. I believe this grep is currently not used (in | Chad Loder |
2003-02-16 | Correct format string bug introduced in r1.7. ok mickey@ | Chad Loder |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt |
2003-02-16 | strlcpy | Theo de Raadt |
2003-02-16 | Mentions all the layouts from pckbd(4), and warn that br and jp layouts are | Miod Vallat |
2003-02-16 | Regen | Miod Vallat |
2003-02-16 | Although some hppa models, such as the 715, will require specific keyboards, | Miod Vallat |
2003-02-15 | Document hilid(4) and hil locators. | Miod Vallat |
2003-02-15 | Doh, wsmouse attaches at hilms, not hil... | Miod Vallat |
2003-02-15 | A simple and crude driver to play with the hil so-called ``ID module'' | Miod Vallat |
2003-02-15 | Provide a "code" locator for hil devices. This will let people ask their | Miod Vallat |
2003-02-15 | Rework the console management on hppa: | Miod Vallat |
2003-02-15 | kill the remaining typedefs (These are about the last trace of Invertex | Jason Wright |
2003-02-15 | - Better type usage in the various hil code: prefer u_int8_t to u_char, but | Miod Vallat |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
2003-02-15 | No more traces of the word in the hppa notes. | Miod Vallat |
2003-02-15 | Put back upgrade texts. | Miod Vallat |
2003-02-15 | Make bsd.rd an install/upgrade set. | Kenneth R Westerback |
2003-02-15 | Disable sti1, yes, but correctly... | Miod Vallat |
2003-02-15 | s/LSZ/LZS (consistent with linux and isakmpd *.cst) | Jason Wright |
2003-02-15 | CRD_F_COMP isn't so special that it needs 4 bits for a binary flag | Jason Wright |
2003-02-15 | Don't leak httpd child PIDs via multipart MIME boundary separators. | Chad Loder |
2003-02-15 | Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11g | Todd C. Miller |
2003-02-15 | quick explanation of autoconf changes. | Marc Espie |
2003-02-15 | rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@ | Markus Friedl |
2003-02-15 | and the copyright goes here too | Theo de Raadt |
2003-02-15 | bye bye | Theo de Raadt |
2003-02-15 | Now that we are 3.3-beta re-enable upgrade on sparc. ok deraadt@. | Kenneth R Westerback |
2003-02-15 | oops; i forgot to delete the block he said i could delete | Theo de Raadt |
2003-02-15 | copyright blob from geoff.arnold@sun.com | Theo de Raadt |
2003-02-15 | copyright beck and me | Theo de Raadt |
2003-02-15 | use real registers to propagete frame offset for powerpc. | Hiroaki Etoh |
2003-02-15 | copyrights added; | Jason McIntyre |
2003-02-15 | copyrights added; | Jason McIntyre |
2003-02-15 | copyrights added; | Jason McIntyre |
2003-02-15 | Better documentation on how to install the latest OpenBSD/hppa snapshots. | Miod Vallat |
2003-02-15 | Remove misleading (and incorrect) HIL_STATMASK definition. | Miod Vallat |
2003-02-15 | gsckbc is more sensitive than pckbc; always allow the enable() accessop | Miod Vallat |
2003-02-15 | Remove dated comment about 3.1 to 3.2 upgrade. | Kenneth R Westerback |
2003-02-15 | The current hppa code would always ask for the root device, when running | Miod Vallat |
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn |
2003-02-14 | put my copyrights on here | Theo de Raadt |
2003-02-14 | typos; | Jason McIntyre |
2003-02-14 | Do not allow sti1 to attach at the moment, as it will not work correctly; | Miod Vallat |
2003-02-14 | test double macro def | Henning Brauer |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); point... | Jason Wright |