Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-27 | Do not muck with the color palette unless the console depth is 8 bit. | Dale Rahn | |
32 bit depth console and wsfb now work (If firmware is forced to that depth). | |||
2002-06-26 | ieee1394 for i386 too... | Thierry Deval | |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski | |
deraadt@ ok. | |||
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat | |
squashed already. | |||
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino | |
IP-over-FW and SCSI over FW are being worked on. | |||
2002-06-25 | hpux emu is to do; from david krause | Michael Shalayeff | |
2002-06-24 | Provide dummy d_kqfilter() routine so that this compiles, until this driver | Miod Vallat | |
is rewritten to use the MI audio framework. | |||
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff | |
usage of cdev_decl() in the driver code is more tricky since i have kqueue mods here and there and will fix that on that way through. | |||
2002-06-24 | hello missing cdevsw entries | Hugh Graham | |
2002-06-23 | committed by mistake | Jun-ichiro itojun Hagino | |
2002-06-23 | make CAPS_IS_CONTROL a default. pvalchev ok | Jun-ichiro itojun Hagino | |
(translates weird ADB capslock keycode to more normal behavior) | |||
2002-06-23 | uid_t is unsigned | Theo de Raadt | |
2002-06-22 | a wireless section is dumb | Theo de Raadt | |
2002-06-22 | add wi at pci; move wi to wireless section. | Federico G. Schwindt | |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner | |
2002-06-21 | sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgsch | Theo de Raadt | |
2002-06-21 | configure HID0, and show cache status for IBM750FX. from netbsd | Jun-ichiro itojun Hagino | |
2002-06-21 | identify 0x7000 (IBM750FX). snprintf. | Jun-ichiro itojun Hagino | |
do we need "IBM" or "Motorola" in cpu_model? | |||
2002-06-20 | Fix 4GB memory probing and other memory probing issues. | Tobias Weingartner | |
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net. | |||
2002-06-20 | left over sparc-ism's; Matt Potter <matt@vertrauen.org> | Jason Wright | |
2002-06-19 | Oops, <machine/cons.h> does not exist in the current tree yet. | Miod Vallat | |
Sorry niklas. | |||
2002-06-19 | more sbus->pcmcia pieces. | Federico G. Schwindt | |
2002-06-19 | natypos | Miod Vallat | |
2002-06-19 | Fix compilation error if option DEBUG is defined. | Miod Vallat | |
Reported by Peter Philipp (pphilipp at mac dot com) | |||
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less ↵ | Michael Shalayeff | |
wrong than using cdev_decl_random for the same purpose | |||
2002-06-19 | kq: it did not work like this and it seem to be working, from the denver ↵ | Michael Shalayeff | |
whereabouts | |||
2002-06-18 | oops, forgot to commit this when gpr was added. | Federico G. Schwindt | |
2002-06-18 | Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPC | Nathan Binkert | |
and NPCCONSKBD) ok matthieu | |||
2002-06-18 | KNF (whitespace) | Jun-ichiro itojun Hagino | |
2002-06-18 | document CAPS_IS_CONTROL. suggested by miod | Jun-ichiro itojun Hagino | |
2002-06-18 | "option CAPS_IS_CONTROL" will enable use of caps key as control | Jun-ichiro itojun Hagino | |
(need wsconsctl keymap too) | |||
2002-06-18 | uftdi is fixed now | Nathan Binkert | |
2002-06-17 | option XSERVER was only needed for pccons console driver, which | Matthieu Herrb | |
has been obsoleted. ok millert@, miod@ and deraadt@. | |||
2002-06-17 | remove old pccons console driver. Not used anymore and not maintained. | Matthieu Herrb | |
ok millert@, miod@. | |||
2002-06-17 | Go ahead and enable upa0 at mainbus0 | Jason Wright | |
2002-06-17 | and more uftdi kernel breaking crap here. Geez | Theo de Raadt | |
2002-06-17 | Who the HELL commited this thing which breaks kernels? Get your act | Theo de Raadt | |
in gear! | |||
2002-06-17 | Add UK keymap (tested on PBG4). Since it doesn't have a # key, do like | Anil Madhavapeddy | |
MacOS X and map it to Option-3. ok maja@ | |||
2002-06-16 | Oops, uncomment wsdisplay at vga, commented out by mistake last time. | Miod Vallat | |
2002-06-15 | Decruftification. | Artur Grabowski | |
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable. | |||
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt | |
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | support for getting the cpu type through sysctl, same as on sparc. | Artur Grabowski | |
2002-06-14 | ifdef SUN4 ? yeah, right. | Artur Grabowski | |
2002-06-14 | sysctl for getting the cputype. | Artur Grabowski | |