Age | Commit message (Expand) | Author |
2002-12-29 | fix buf allocation; partoff may be a NULL too | Michael Shalayeff |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-25 | Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase. | Miod Vallat |
2002-12-25 | Get prototypes from *dev_decl() macros rather than running our own. | Miod Vallat |
2002-12-25 | Do not force DEBUG to be defined here. hp300 is already slow enough. | Miod Vallat |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat |
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham |
2002-12-23 | regen | Michael Shalayeff |
2002-12-23 | a few more machines and devs | Michael Shalayeff |
2002-12-22 | better handling of bigendian batteries; problem noticed by blovett@bsdguru.com | Michael Shalayeff |
2002-12-22 | Do not attempt to select keyboard layout until it has been determined from | Miod Vallat |
2002-12-20 | dino is ataken | Michael Shalayeff |
2002-12-20 | do not compile what we already get from libkern (size does not matter) | Michael Shalayeff |
2002-12-20 | those are gone now | Michael Shalayeff |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources th... | Michael Shalayeff |
2002-12-19 | make sure we are hitting user stack and not smth else here, make init show no... | Michael Shalayeff |
2002-12-19 | arc4random seems better now | Michael Shalayeff |
2002-12-19 | setregs: put the whole frame setup into one place | Michael Shalayeff |
2002-12-19 | level 0x16 is really an l2 | Michael Shalayeff |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff |
2002-12-19 | update | Michael Shalayeff |
2002-12-19 | debugging check_alias is only needed in PMAPDEBUG | Michael Shalayeff |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff |
2002-12-18 | APM_BEBATT is in the apm_flags, not sc_flags, from markus@ | Michael Shalayeff |
2002-12-18 | order the entries by number | Michael Shalayeff |
2002-12-18 | boot -a support. | Miod Vallat |
2002-12-18 | Dammit Theo, I told you to fix the typo before commiting! | Miod Vallat |
2002-12-18 | bye bye | Theo de Raadt |
2002-12-18 | make boot.lif use GENERIC | Theo de Raadt |
2002-12-18 | working full GENERIC; miod ok | Theo de Raadt |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-17 | Export a few more symbols to kvm realm; ok mickey@ | Miod Vallat |
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-15 | Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation. | Miod Vallat |
2002-12-14 | remove extra space in dmesg | Theo de Raadt |
2002-12-14 | Let this compile with option DEBUG | Miod Vallat |
2002-12-14 | handelr -> handler | Federico G. Schwindt |
2002-12-14 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt |
2002-12-13 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat |
2002-12-13 | Add FireWire to kernel config. | Thierry Deval |
2002-12-12 | Dvorak typo. | Miod Vallat |
2002-12-12 | Remove dead prototypes | Miod Vallat |
2002-12-12 | linux passes the 6th syscall argument in ebp | Jason Ish |
2002-12-11 | Some people say that "__asm __volatile("")" is not enough. | Artur Grabowski |
2002-12-11 | Added paranoia to make sure that gcc doesn't reorder spl* inlines. | Artur Grabowski |