Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-08 | oops, revert to correct version | Marco S Hyman | |
2000-07-08 | #audio -> #audio* | Marco S Hyman | |
2000-07-07 | Use b_cylinder instead of a homebrew define. | Artur Grabowski | |
2000-07-06 | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | Federico G. Schwindt | |
from dugsong@ | |||
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-07-06 | Don't include <vm/vm.h> twice. (art@ ok) | Hakan Olsson | |
2000-07-06 | Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also | Aaron Campbell | |
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. | |||
2000-07-06 | printf %s | Todd T. Fries | |
2000-07-05 | Decouple memory access functions from db_interface.c so they can be | Hugh Graham | |
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. | |||
2000-07-05 | Add a breakpoint() inline for use with KGDB. | Hugh Graham | |
Ok'd by mickey. | |||
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 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-07-02 | Remove NFSCLIENT for consistency with other RAMDISK kernels. | Todd C. Miller | |
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-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 | 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-21 | Kirk announced that soft updates are free today | Niklas Hallqvist | |
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-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos | |
2000-06-16 | Cannot emulate memcmp() with bcmp() due to different return values; | Todd C. Miller | |
memcmp() will be added to libkern. | |||
2000-06-15 | i840 chipset also has the true RNG (i82802 FWH). mickey@ ok. | Hakan Olsson | |
2000-06-13 | dmesg repair around pci sub-bus config | Theo de Raadt | |
2000-06-12 | Fix typo and mention valid tty values. | Todd C. Miller | |
2000-06-11 | Better fix for the scrolling region problem. Fixes PR/1271. | Aaron Campbell | |
2000-06-10 | add ubsec, since it will work soon enough | Theo de Raadt | |
2000-06-08 | bad mickey | Theo de Raadt | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-08 | move cnspeed func and comspeed proto in places | Michael Shalayeff | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-06-08 | add flags 0x0000 for all apm configurations | Michael Shalayeff | |
2000-06-07 | add a note how to force apm proto version | Michael Shalayeff | |
2000-06-07 | look into config flags for version enforcement and other flags | Michael Shalayeff | |
2000-06-06 | fit | Theo de Raadt | |
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-04 | Only scroll up if we've hit the bottom of the scrolling region, not if we're | Aaron Campbell | |
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. | |||
2000-05-31 | Sigh... Fix a stupid bug wrt reverse video attributes (when using the newer | Aaron Campbell | |
"PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software. | |||
2000-05-31 | Better English. | Aaron Campbell | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | add ich at pci | Michael Shalayeff | |
2000-05-30 | hours vs minutes; pr 769 from mfriedl@fau.de | Michael Shalayeff | |
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |