Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-07 | do not treat traps from the syscall gate page as user code | Michael Shalayeff | |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff | |
2003-08-05 | support for shared interrupts as required by isa/eisa/pci. remove a gsckbc ↵ | Michael Shalayeff | |
kludge; miod@ testing | |||
2003-08-04 | make 'em all unsigned | Michael Shalayeff | |
2003-08-03 | oops | Michael Shalayeff | |
2003-08-03 | prefer fdc to fdce for cache flushing here | Michael Shalayeff | |
2003-08-03 | clear branch and nullify bits in psw on sending a signal | Michael Shalayeff | |
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | Michael Shalayeff | |
2003-07-30 | kill sample device mappings as not really useful | Michael Shalayeff | |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ↵ | Michael Shalayeff | |
that lichtenblinkenschmutz on some more machinens | |||
2003-07-30 | give those leds some haste | Michael Shalayeff | |
2003-07-29 | load_raw did not set all the needed fields in the dmamap. | Michael Shalayeff | |
make sure to allocate dmamem in one segment. do not allocate extra va for dmamem allocated -- just reuse the already there equ mapping of pa and thus implement the dmamem_free as a pglist free. | |||
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints ↵ | Michael Shalayeff | |
processing towards after that | |||
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff | |
2003-07-15 | hptmask goes away as a register and frees one tmp cr | Michael Shalayeff | |
2003-07-15 | model and revision were swappedplaces in the struct | Michael Shalayeff | |
2003-07-15 | more dmamap_load_* functions stolen from other places and de-register | Michael Shalayeff | |
2003-07-11 | fix some displays; | Jason McIntyre | |
2003-06-23 | strange things happen if we ack latched lasi ints on older machines | Michael Shalayeff | |
2003-06-19 | ack all unmasked cpu interrupts here to cancel effect of device probing ↵ | Michael Shalayeff | |
activities | |||
2003-06-17 | typos | Jean-Francois Brousseau | |
ok jmc@ | |||
2003-06-12 | cannot ever use purge() since dmaed memory is not necessarily aligned always | Michael Shalayeff | |
2003-06-08 | snprintf needed here. | Miod Vallat | |
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | regen | Michael Shalayeff | |
2003-06-02 | a few 8.7k models | Michael Shalayeff | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-05-27 | regen | Michael Shalayeff | |
2003-05-27 | inject a precisionbook keymap under us|machdep | Michael Shalayeff | |
2003-05-25 | regen | Michael Shalayeff | |
2003-05-25 | typo | Michael Shalayeff | |
2003-05-25 | more thorough reset sequence; miod@ ok | Michael Shalayeff | |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-22 | fix function name in the debugging printf | Michael Shalayeff | |
2003-05-22 | imprecision in delay_init() | Michael Shalayeff | |
2003-05-21 | when looping for more work in the interrupt handler also flush the cache | Michael Shalayeff | |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ↵ | Michael Shalayeff | |
match and attach then | |||
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback | |
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@. | |||
2003-05-19 | dig internal EG prom address | Michael Shalayeff | |
2003-05-19 | say to skip the interactive part should the pdc say so | Michael Shalayeff | |
2003-05-18 | save the fpu state for the signal handler. this is essential | Michael Shalayeff | |
as the fpu regs can be used by the gcc even for non-fpu means and data copying. rearrange the sigcontext a bit to include only the general registers that are needed restoring upon return and thus less waste of space and make up some space for the fpu regs. ALL software that used the signal context on the stack needs at least rebuilding now. a new snap has bin built as well. | |||
2003-05-14 | Fix uninitialized variable. | Miod Vallat | |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst | |
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@ | |||
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-07 | double semicolon in local var decl | Michael Shalayeff | |