Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski | |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski | |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski | |
2000-12-12 | Add an extra apm_periodic_check() call before the one we check for | Angelos D. Keromytis | |
errors; that way, Theo's laptop can still turn off APM when there's an error, and the IBM 770Z won't gratuitously disconnect APM (since the first event is always a bogus one). | |||
2000-12-11 | Some alphas have USB | Nathan Binkert | |
2000-12-11 | Add a whole slew of drivers to the Alpha GENERIC. These all compile | Nathan Binkert | |
properly, but there are many that have yet to be tested. If anyone tests one of the drivers listed as UNTESTED, please let me know. The following drivers have 64-bit issues when compiling on Alpha: adv, twe, vr, tx, hifn, ubsec They are in GENERIC, but commented out. | |||
2000-12-10 | new file; smat@acm.org | Theo de Raadt | |
2000-12-10 | more keycaps for jp106 keyboards -- gotta get myself one of these weird ↵ | Theo de Raadt | |
contraptions as a wall hanging; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-12-10 | jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-12-10 | iso8859 font; smat@acm.org | Theo de Raadt | |
2000-12-10 | new swiss keyboard maps; smat@acm.org | Theo de Raadt | |
2000-12-10 | fix norway section; johs@copyleft.no | Theo de Raadt | |
2000-12-07 | clean | Theo de Raadt | |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller | |
Fixes ' no more 'WARNING: preposterous clock chip time' on 164SX | |||
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-11-25 | OpenBSD tag | Artur Grabowski | |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski | |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski | |
From NetBSD. Fixes pciide on 164sx. | |||
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-24 | PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12. | Todd C. Miller | |
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt | |
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-22 | Remove UNTESTED comments on cpus that I know work. | Artur Grabowski | |
2000-11-22 | cosmetic. | Artur Grabowski | |
2000-11-21 | Make this compile without UVM; dirt@monkey.org | Aaron Campbell | |
2000-11-21 | stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISC | Theo de Raadt | |
instead of DISPLAY_VGA | |||
2000-11-19 | Add in pciide. | Todd C. Miller | |
2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find | Todd C. Miller | |
stand.h; ok ericj@openbsd.org | |||
2000-11-19 | PAGE_SIZE (and friends) does not change on alpha. | Artur Grabowski | |
Make it a constant. | |||
2000-11-19 | More sane setting of page size. | Artur Grabowski | |
2000-11-18 | Add an example for boot -c. | Aaron Campbell | |
2000-11-18 | - Add an EXAMPLES section. I still haven't chosen a "standard" format. | Aaron Campbell | |
- Some more .Li usage. | |||
2000-11-18 | - "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality. | Aaron Campbell | |
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes. | |||
2000-11-18 | allow this to compile without COMPAT_OSF1 | Eric Jackson | |
2000-11-18 | aac appears to fit | Theo de Raadt | |
2000-11-17 | seems the qe/mace combination needs a delay between accesses to the | Jason Wright | |
two chips. Better fix for the NMI problem. | |||
2000-11-17 | Uncomment audio* at uaudio?, especially since ho@ has had success with the | Aaron Campbell | |
uaudio(4) driver for 6 months now. | |||
2000-11-16 | allow the console to attach on the rest of the alpha's we support. | Eric Jackson | |
2000-11-16 | Driver for USB scanners; from NetBSD. | Aaron Campbell | |
2000-11-16 | - remove other media types, the MACE isn't as bright as one would hope | Jason Wright | |
- always set it to autoselect, tp - remove the wait for media stuff: appears to be a local issue on - simplify the ifmedia callbacks appropriately |