Age | Commit message (Expand) | Author |
2002-12-17 | try to deal w/ a premature clock interrupt; does not break the 'it works scen... | Michael Shalayeff |
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff |
2002-12-15 | max size for the iodc entry point is 64k, by the iodc spec; | Michael Shalayeff |
2002-12-15 | pdc device class for fibrechannel; from the iodc spec | Michael Shalayeff |
2002-12-14 | remove extra space in dmesg | Theo de Raadt |
2002-12-13 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat |
2002-12-11 | delay(1) is enough on attention | Michael Shalayeff |
2002-12-09 | update utah-u copyright from the newer pmk snap; 10x to mike hibler for rolli... | Michael Shalayeff |
2002-12-08 | duh, provide a wrapper on the hardclock() since it's void | Michael Shalayeff |
2002-12-08 | put the -fno-stack-protector into a proper place | Michael Shalayeff |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-11-27 | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok | Michael Shalayeff |
2002-11-19 | a typo; from David Krause | Michael Shalayeff |
2002-11-14 | get more use of the shadowed regs | Michael Shalayeff |
2002-11-12 | build program on hppa only | Theo de Raadt |
2002-11-10 | some creamy filling | Michael Shalayeff |
2002-11-08 | absolutely no need to save the fpu state before rewriting the fpu regs, just ... | Michael Shalayeff |
2002-11-08 | hmm, todos seem to be unapplicable no more | Michael Shalayeff |
2002-11-08 | only reset the pending fpu exceptions on fork, not the rest of the fpu status... | Michael Shalayeff |
2002-11-08 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Michael Shalayeff |
2002-11-07 | pmap_[de]activate() are not nops; w/ art@'s help | Michael Shalayeff |
2002-11-07 | make pte flushing into a separate function, | Michael Shalayeff |
2002-11-01 | add a missing delay after printf on halt[-p], proper arg for a cold hook | Michael Shalayeff |
2002-10-31 | lasi on j210 is in a strange place, add an exact entry for now, to be maybe r... | Michael Shalayeff |
2002-10-30 | as found on a 256m machine of millert@'s allocate pdes for the whole kernel v... | Michael Shalayeff |
2002-10-29 | no need to restore shadowed reg, shaves 10% from runtime for tlb handler on p... | Michael Shalayeff |
2002-10-28 | do not use asm for accessing the page tables since they are mapped now. | Michael Shalayeff |
2002-10-25 | fake intrcnt (for now) such that vmstat works (; | Michael Shalayeff |
2002-10-25 | allow reading the direct mapped segment through the kmem | Michael Shalayeff |
2002-10-24 | nlist does no aout no more, fuget about som too | Michael Shalayeff |
2002-10-24 | use loadfile | Michael Shalayeff |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-22 | do not force single-user; pt out by fries@ | Michael Shalayeff |
2002-10-21 | make an ieeefp regress pass; miod@ ok | Michael Shalayeff |
2002-10-21 | try harder to sync in dmamap_sync | Michael Shalayeff |
2002-10-18 | this is a precision architecture -- be more precise about fault types and in ... | Michael Shalayeff |
2002-10-17 | use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed regs... | Michael Shalayeff |
2002-10-17 | convert to use vm_page_md instead of pmap_physseg, make code smaller and simp... | Michael Shalayeff |
2002-10-15 | a few missing options and pseudo-devs, noticed by miod@ and dhartmei@ | Michael Shalayeff |
2002-10-15 | missing initmsgbuf(), noticed by miod@ | Michael Shalayeff |
2002-10-13 | track the end of physmem for use in dmmem_alloc | Michael Shalayeff |
2002-10-13 | split the scp/iscp/scb between the cache lines, make the leds blink better | Michael Shalayeff |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-07 | also s/_PSW/_PSL/ | Michael Shalayeff |
2002-10-07 | s/PSW_/PSL_/ to match other archs | Michael Shalayeff |
2002-10-07 | proper terminate the user stack on signal | Michael Shalayeff |
2002-10-07 | on implementations w/ fpu included unimplemented instructions | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |