Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-05-07 | disable profiling for tlb fault handlers | Michael Shalayeff | |
2003-05-07 | selecet pa-level and scheduling separately | Michael Shalayeff | |
2003-05-07 | double memsize as there might be prom as well | Michael Shalayeff | |
2003-05-07 | exit stack is not used anymore. fpemu and emergency are fine w/ just a page ↵ | Michael Shalayeff | |
per face | |||
2003-05-06 | allow programming dma block bus transaction length on 710 and set to 8 words ↵ | Michael Shalayeff | |
for hppa/osiop; krw@ ok | |||
2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) | Michael Shalayeff | |
2003-04-30 | now that we use less memory we can push the boot a little higher (to help ↵ | Michael Shalayeff | |
some ramdisk kernels beathe better. also always compile for 1.1 -- no reason in 1.0 restriction | |||
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff | |
2003-04-30 | oops. fixed endif in a wrong place | Michael Shalayeff | |
2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory | Michael Shalayeff | |
2003-04-23 | be extra cautious in managing pv-entries for pages that are not managable | Michael Shalayeff | |
2003-04-17 | new boots | Michael Shalayeff | |
2003-04-16 | better limits and clean out old consts and comments | Michael Shalayeff | |
2003-04-16 | half the uspace seems to be very much enough | Michael Shalayeff | |
2003-04-16 | clean some spaces and registers and other fluff | Michael Shalayeff | |
2003-04-15 | rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot | Michael Shalayeff | |
2003-04-11 | always reread curproc and frame on return from the system call | Michael Shalayeff | |
2003-04-11 | count traps and interrupts | Michael Shalayeff | |
2003-04-10 | make all entry points of the same number of arguments and that greatly ↵ | Michael Shalayeff | |
simplifies the call setup in the scheduler | |||
2003-04-08 | just wate that debug altogether | Michael Shalayeff | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-07 | oops | Michael Shalayeff | |
2003-04-07 | add mfcpu() and kill get_psw/set_psw that should not be used from the .c code | Michael Shalayeff | |
2003-04-07 | remove dead stuff | Michael Shalayeff | |
2003-04-07 | enable viper touching again. | Michael Shalayeff | |
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa). | |||
2003-04-07 | do not limit the kmem to just the physmem | Michael Shalayeff | |