Age | Commit message (Expand) | Author |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom |
2004-09-20 | R10K cpu class cache support | Per Fogelstrom |
2004-09-20 | some people are just incapable of properly comitting to *devs files | Michael Shalayeff |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith |
2004-09-20 | another unit; http://www2.elecom.co.jp/products/UC-SGT.html | Theo de Raadt |
2004-09-20 | meant to commit this too, remove old resume workaround flags | Brad Smith |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith |
2004-09-20 | enable code to disable dynamic standby mode on 82550's | Brad Smith |
2004-09-19 | typo, or -> of | Brad Smith |
2004-09-19 | regen | Michael Shalayeff |
2004-09-19 | proper sigsetreturn() args | Michael Shalayeff |
2004-09-19 | another long that is really u_int | Michael Shalayeff |
2004-09-19 | const this speedtab too | Michael Shalayeff |
2004-09-19 | ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c | Michael Shalayeff |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-09-19 | nop missing in bd slot | Per Fogelstrom |
2004-09-19 | do not blindly assume console has been mapped | Michael Shalayeff |
2004-09-19 | turn totalphysmem into physmem and name old physmem into smth it really is | Michael Shalayeff |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-09-18 | off by one in check | Ted Unangst |
2004-09-18 | for unconfigured devices also print model number | Michael Shalayeff |
2004-09-18 | My Bad. | Bob Beck |
2004-09-18 | sync | Theo de Raadt |
2004-09-18 | new fxp variant, noticed by freebsd | Bob Beck |
2004-09-18 | sync | Theo de Raadt |
2004-09-18 | match the new ID | Theo de Raadt |
2004-09-18 | new device supported | Theo de Raadt |
2004-09-18 | regen w/ proper rcsids and const | Michael Shalayeff |
2004-09-18 | support microcode being const; krw@ ok | Michael Shalayeff |
2004-09-18 | repair build that reused y.tab.h for two different parsers | Michael Shalayeff |
2004-09-18 | Oops, copy a pointer to ac_if, not the first bytes of the struct itself. | Ryan Thomas McBride |
2004-09-18 | slightly 64 bit improved | Per Fogelstrom |
2004-09-18 | use ret0 instead of r28 to match how it's done later in the code | Michael Shalayeff |
2004-09-18 | add puc; ok miod | Peter Valchev |
2004-09-18 | do not match on elroy and mercury bridges | Michael Shalayeff |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride |
2004-09-18 | map rodata rdonly in case it gets pushed out of the text batc | Michael Shalayeff |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev |
2004-09-18 | oops | Michael Shalayeff |
2004-09-18 | - Record handles for memory and IO space | Brad Smith |
2004-09-18 | add Linksys PCM200 | Brad Smith |
2004-09-17 | regen | Brad Smith |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith |
2004-09-17 | Clean up reference counting wrt state creation and destruction. Fixes | Ryan Thomas McBride |
2004-09-17 | In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too. | Miod Vallat |
2004-09-17 | move MINCLSIZE back to preferring clusters; there is some fallout because | Theo de Raadt |
2004-09-17 | Now that we can check for pmap_extract() failure properly, do so. | Miod Vallat |
2004-09-17 | Long-due mips pmap potpourri: | Miod Vallat |
2004-09-17 | Crank MSIZE and NMBCLUSTERS, per other 64bit arches. | Miod Vallat |
2004-09-17 | Properly setup register ra in sendsig() in 64bit world. | Miod Vallat |