Age | Commit message (Expand) | Author |
2002-09-11 | When freeing the extent, include the page offset, not just the page | Dale Rahn |
2002-09-11 | correct argsize for ktrsyscall | Michael Shalayeff |
2002-09-11 | provide a convinient reset label | Michael Shalayeff |
2002-09-11 | stack grows the other way, but the frame is the other way to that. hehe | Michael Shalayeff |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-11 | fix pointer signedness mixup. | Jun-ichiro itojun Hagino |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-11 | update from sparc64 version: | Jason Wright |
2002-09-10 | copy syscall args in the syscall() based on the | Michael Shalayeff |
2002-09-10 | randomize space ids, plus we are not gonna run out now (; | Michael Shalayeff |
2002-09-10 | comment out a bit of unused code now | Michael Shalayeff |
2002-09-10 | move to 3.2-beta | Theo de Raadt |
2002-09-10 | rework the fpu csw a bit better and move non-trap related stuff to later | Michael Shalayeff |
2002-09-10 | typo; krapht@secureops.com | Theo de Raadt |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-09-10 | Remove some debugging code, KNF, and fix encoding selection. | Jason Wright |
2002-09-10 | no need for pragma here. | Federico G. Schwindt |
2002-09-10 | Set encodings correctly. | Jason Wright |
2002-09-10 | Register more wsscreen properties to take advantage of wsemul_sun changes. | Jason Wright |
2002-09-09 | Register more screen capabilities to work with the recent wsemul_sun changes. | Miod Vallat |
2002-09-09 | Rework the wsemul_sun behaviour, and add color support, from the current | Miod Vallat |
2002-09-09 | Add support for audio capture (finally) and fix a bunch of stupid bugs. | Jason Wright |
2002-09-09 | set up the frame flags and a user frame better on exec | Michael Shalayeff |
2002-09-09 | no need for a fdc there | Michael Shalayeff |
2002-09-09 | Add support of Silicon Image 0680 Ultra ATA/133 Controller. | Grigoriy Orlov |
2002-09-09 | regen | Grigoriy Orlov |
2002-09-09 | CMD Technology aka Silicon Image CP0680ATA133 | Grigoriy Orlov |
2002-09-09 | Correctly printf on attach. | Artur Grabowski |
2002-09-08 | Correctly handle keypad '.'/Delete key on sun keyboards. | Miod Vallat |
2002-09-08 | not needed | Theo de Raadt |
2002-09-08 | no , after last element in a enum | Theo de Raadt |
2002-09-06 | Remove 64-bit gcc emulation stuff. We're not using it. | Artur Grabowski |
2002-09-06 | Fix pmap_protect for VM_PROT_EXECUTE | Artur Grabowski |
2002-09-06 | no, make INITQFNAMES without a terminal ; | Theo de Raadt |
2002-09-06 | no ; at end of CTL_IPXPROTO_NAMES | Theo de Raadt |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-09-06 | Remove the gm driver, the MI gem works better at this point. | Dale Rahn |
2002-09-06 | remove last , in enum | Theo de Raadt |
2002-09-06 | Restore EE bit of MSR on return from exception, rather than blindly | Dale Rahn |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-09-06 | KNF. | Dale Rahn |
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn |
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn |
2002-09-06 | Share interrupts nicely. Add tag type. | Steve Murphree |
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn |
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn |
2002-09-05 | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected | Jun-ichiro itojun Hagino |
2002-09-05 | fpu save state is a separate magic function now | Michael Shalayeff |