Age | Commit message (Expand) | Author |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-15 | fix the possible 4G overflow issues | Michael Shalayeff |
2002-02-15 | Fix the __asm__ statements and remove the workarounds. | Artur Grabowski |
2002-02-14 | put "boot" in /usr/mdec instead of / | Theo de Raadt |
2002-02-14 | __weak_alias() support. | Federico G. Schwindt |
2002-02-13 | FREF/FRELE where required due to fd_getfile. | jasoni |
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt |
2002-02-12 | beep! | Jason Wright |
2002-02-12 | no need to zero out the page offset in pmap_hash, it'd already been done | Michael Shalayeff |
2002-02-12 | u[date irq numbers from the paper | Michael Shalayeff |
2002-02-12 | cross out done items | Michael Shalayeff |
2002-02-12 | support 712's programmable power switch, no interrupt yet | Michael Shalayeff |
2002-02-12 | small repairs to hpmc and toc handlers | Michael Shalayeff |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright |
2002-02-12 | leftover form dekvtop (which did the block maps too) | Michael Shalayeff |
2002-02-11 | more cloned devices | Michael Shalayeff |
2002-02-11 | irqs porper | Michael Shalayeff |
2002-02-11 | remove lpa support (used for kvtop), copy a piece of pcxl fault handler into ... | Michael Shalayeff |
2002-02-11 | kvtop no more | Michael Shalayeff |
2002-02-11 | extend the hackery to not use kvtop | Michael Shalayeff |
2002-02-11 | fpu_curpcb has pa in it, use accordingly, do not use kvtop | Michael Shalayeff |
2002-02-11 | do not use kvtop | Michael Shalayeff |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt |
2002-02-11 | only change _STRING for weak_alias; sorry miod. | Federico G. Schwindt |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt |
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff |
2002-02-11 | Merge pmap_bootstrap060() with pmap_bootstrap(). | Miod Vallat |
2002-02-11 | 1<<39 is horrible | Theo de Raadt |
2002-02-10 | no; GPL_MATH_EMULATE is not "required"; nj.lee@plumtree.co.nz | Theo de Raadt |
2002-02-10 | spelling | Theo de Raadt |
2002-02-09 | spelling, brige->bridge | Eric Jackson |
2002-02-09 | these functions are no longer needed | Eric Jackson |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright |
2002-02-08 | do not set any bits in pmap_enter, let the handlers take care of it; | Michael Shalayeff |
2002-02-08 | when doing the autoconf in verbose mode print the devpath | Michael Shalayeff |
2002-02-07 | remove debugging printf | Michael Shalayeff |
2002-02-07 | fix sigdebug cases; init sigcontext before it's used (; | Michael Shalayeff |
2002-02-07 | fix pid calculation and pmap_extract; from fredette@ | Michael Shalayeff |
2002-02-07 | fix irq passing on match | Michael Shalayeff |
2002-02-06 | disable debug | Michael Shalayeff |
2002-02-06 | implement signal delivery; based on fredette@'s work | Michael Shalayeff |
2002-02-06 | add a todo remark | Michael Shalayeff |