Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-05 | Fix spl-handling in cnstart. | Artur Grabowski | |
2000-07-05 | Change splsoftclock to spltty. spltty is probably too paranoid, but it's | Artur Grabowski | |
less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon). | |||
2000-07-05 | OpenBSD-tag | Artur Grabowski | |
2000-07-05 | Sigh, scrr_len represents the length of the scrolling region, not the end of | Aaron Campbell | |
it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug... | |||
2000-07-04 | missing splx | Artur Grabowski | |
2000-07-04 | Missing splx. | Artur Grabowski | |
2000-07-04 | Add a missing splx in intr_fasttrap. | Artur Grabowski | |
2000-07-04 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-07-04 | Cleaner spl handling in userret. | Artur Grabowski | |
2000-07-04 | Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ↵ | Mats O Jansson | |
ok miod@. -moj | |||
2000-07-03 | esp define was moved to conf/files | Eric Jackson | |
2000-07-03 | comment out wscons keyboard and mouse for now | Eric Jackson | |
2000-07-03 | sample wscons attachment | Michael Shalayeff | |
2000-07-03 | forgot to cvs rm these | Michael Shalayeff | |
2000-07-03 | closer approximation to an alpha using new wscons. | Michael Shalayeff | |
tga moved to dev/pci. by request from alpha people. | |||
2000-07-03 | Better ramdisk size from Jay Bolton. | Niklas Hallqvist | |
2000-07-03 | A transient measure to make the floppy fit, remove CD support. | Niklas Hallqvist | |
As we do not ship alpha on CD currently, this is OK. Idea from Jay Bolton. | |||
2000-07-03 | Current ahc requires the bus_dma API, which alpha does not provide | Niklas Hallqvist | |
2000-07-03 | export SYSCALLGATE | Michael Shalayeff | |
2000-07-03 | add luseless comment | Michael Shalayeff | |
2000-07-02 | Remove NFSCLIENT for consistency with other RAMDISK kernels. | Todd C. Miller | |
2000-07-02 | Recognize and support 16 partition disklabels (taken from sparc port) | Miod Vallat | |
2000-07-02 | Silence annoying warnings when using type 4 or 5 keyboards on sun3 | Miod Vallat | |
2000-07-02 | yes, it will; forgot, oops, ouch | Michael Shalayeff | |
2000-07-02 | constraints misscount; that's how it goes typing on the train | Michael Shalayeff | |
2000-07-02 | no bays for stinger | Michael Shalayeff | |
2000-07-02 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-30 | My previous two attempts at fixing the "scrolling region" problem were wrong. | Aaron Campbell | |
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. | |||
2000-06-30 | Problem and fix found on OpenBSD, fix confirmed with NetBSD. | Dale S. Rahn | |
2000-06-29 | Enable UKC | Miod Vallat | |
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob | |
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob | |
2000-06-28 | repair panic message; bugfix@163.net | Theo de Raadt | |
2000-06-26 | Make the check for !usermode in syscal a DIAGNOSTIC. | Artur Grabowski | |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff | |
2000-06-23 | ret should be there, wether auxreg/led is defined or not. | Federico G. Schwindt | |
2000-06-21 | Kirk announced that soft updates are free today | Niklas Hallqvist | |
2000-06-21 | Fix xd entry in chrtoblktbl | Miod Vallat | |
2000-06-21 | add perfomance monitor unit, comment iv numbers for fpu/power/pmu | Michael Shalayeff | |
2000-06-20 | If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriate | Artur Grabowski | |
-march=ix86. (as it was done for 486). | |||
2000-06-19 | esp at pcmcia, commented out. | Federico G. Schwindt | |
2000-06-19 | Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7 | Miod Vallat | |
freeze | |||
2000-06-19 | Small, usable, and it even boots on 4Mb machines | Miod Vallat | |
2000-06-18 | Allow S to be overridden like on the other arches; provos@ | Todd C. Miller | |
2000-06-18 | don't reset the chip on NORXD, and certainly don't print a message about it | Jason Wright | |
2000-06-18 | remove unused junk | Jason Wright | |