Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-04-07 | only check for space mismatch when coming from user. | Michael Shalayeff | |
the only case of user refering the kernel space is for the syscall and that never faults since always mapped. this fixes some random sig11 occurences. | |||
2003-04-07 | properly recalculate spa-epa when it comes to per-page | Michael Shalayeff | |
mapping of the bus space (this fixes improper mappings of the devices such as sti when btlb is not usable). fix MALLOC/free mismatch. print the dmesg piece before bus mapping. map the whole rest of the io space after the mainbus hpa that includes local and global bcast space and that fixes the case where btlb is not available to map that. | |||
2003-04-07 | move out non-gsc devices from the gsc section | Michael Shalayeff | |
2003-04-07 | this makes wax interrupt | Michael Shalayeff | |
2003-04-07 | com1@wax | Michael Shalayeff | |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff | |
2003-04-04 | lower the max kernel vm address since there might be proms right below the io | Michael Shalayeff | |
2003-04-04 | always flush on pre-ops. data flushed may involve | Michael Shalayeff | |
flushing other data on the same cache lines (such other local vars around the scsi_*_data sturcts allocated on the satck) and that might need to be flushed and not purged. shows up on the cpu types that implement purge as purge and not purge as flush. no need for extra \n\t at the end of the asm (cosmetique). | |||
2003-04-03 | enable sti@phantomas | Michael Shalayeff | |
2003-04-03 | enable wax | Michael Shalayeff | |
2003-04-03 | make it at least scan the bus | Michael Shalayeff | |
2003-04-03 | make large pdc_scanbus-related structs global to avoid blowing the kernel stack | Michael Shalayeff | |
2003-04-01 | use PAGE_MASK instead of PAGE_SIZE-1 | Michael Shalayeff | |
2003-03-30 | better MAXSSIZ | Michael Shalayeff | |
2003-03-29 | try to blink | Michael Shalayeff | |
2003-03-29 | fetch the device address list for where supported; say 16 addresses is ought ↵ | Michael Shalayeff | |
to be enough for every case. dim off the disk led amongst the other lights | |||
2003-03-29 | add some author refs from the older versions of these from much older projects | Michael Shalayeff | |
2003-03-29 | nothing uses UADDR | Michael Shalayeff | |
2003-03-29 | bus_space_vaddr and related definitions (needs actual implementations) | Michael Shalayeff | |
2003-03-29 | allow attaching onto phantomas. check graphics id to seed out the medusa ↵ | Michael Shalayeff | |
fddi. fix some debugging printfs | |||
2003-03-29 | fix fpu printout and remove dead code piece | Michael Shalayeff | |
2003-03-29 | some mount stinger onto phantomas and there is not need to flag stingers too | Michael Shalayeff | |
2003-03-28 | a small boot for a cd | Michael Shalayeff | |
2003-03-28 | s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ↵ | Michael Shalayeff | |
cooked | |||
2003-03-12 | reclaim more resources on failures. | Michael Shalayeff | |
test the harmony id to filter out unsupported yet audio types and detect the teleshare. detect input overload and report to userland. | |||
2003-03-03 | march through the trapframes on the stack trace until the very last | Michael Shalayeff | |
2003-02-28 | fix comments, from weissmanndude. | Michael Shalayeff | |
make RAMDISK not include sys/conf/GENERIC | |||
2003-02-26 | minor fix in a debug printf | Michael Shalayeff | |
2003-02-25 | In trap(), always initialize tts, even if TRAPDEBUG is not defined, as it | Miod Vallat | |
might needed for panic() messages. ok mickey@ |