Age | Commit message (Expand) | Author |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt |
2002-02-19 | Add new trm driver. Pointed out by brad@ | Kenneth R Westerback |
2002-02-18 | copy the segment regs w/ zeroing upper 16 bits | Michael Shalayeff |
2002-02-18 | when saving %fs,%gs clear out the upper 16 bits for ddb | Michael Shalayeff |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright |
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright |
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright |
2002-02-18 | change the dma memory allocation to use kernel_map, not kmem_map. | Dale Rahn |
2002-02-18 | multi-line string literals are deprecated in gcc 3.0 | Eric Jackson |
2002-02-18 | Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driver | Kenneth R Westerback |
2002-02-17 | comment typo | Jason Wright |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-16 | New port of FreeBSD's ahc driver | Steve Murphree |
2002-02-16 | there are bugs, and then there are pastos | Michael Shalayeff |
2002-02-16 | dma_cachectl() no more | Michael Shalayeff |
2002-02-16 | remove bogus DCIAS (used to be used for scsi driver | Michael Shalayeff |
2002-02-16 | need ca_pdc_iodc_read from some devices to got their params | Michael Shalayeff |
2002-02-16 | implement a few dma methods; from fredette@. some fixes from me | Michael Shalayeff |
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 |