Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto | |
changes, okay beck@, tedu@ and thib@. | |||
2008-08-25 | how about i commit what was actually approved? wrong tree, bad todd ;-( | Todd T. Fries | |
2008-08-24 | o implement proper volume control table based on chipset docs | Todd T. Fries | |
o attempt to make record work (but silence for now) from drahn@, ok maja@, drahn@ | |||
2008-08-24 | Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry | Theo de Raadt | |
has subsystem ids set to the same as the regular ids, so the heuristic does not work. So look for the TAD,Viper machine name. When we get our hand on a Bullfrog (with a PCI slot) we will need to revisit this. ok kettenis | |||
2008-08-24 | many more devices for the RAMDISK | Theo de Raadt | |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat | |
2008-08-24 | Get VIDIOC_G_FMT working (makes ekiga happy). | Marcus Glocker | |
2008-08-24 | Correct eisa i/o ports layout structure, this has probably been broken | Miod Vallat | |
when switching from gcc 2.95, if not forever. | |||
2008-08-24 | proper indent | Theo de Raadt | |
2008-08-24 | vsbus machines also have modem control bits on line #2, no need to fake them. | Miod Vallat | |
2008-08-24 | Writing to the DTR register on KA60 resets the TCR register behind our back. | Miod Vallat | |
Preserve it explicitely in dzmctl() and restore it after the DTR update. (This problem was a real PITA to track down) | |||
2008-08-24 | typo | Miod Vallat | |
2008-08-24 | Correct dmesg, do not mention dz is the console device if running with | Miod Vallat | |
glass console. | |||
2008-08-24 | Fix readdpmelabel() so it doesn't corrupt a disklabel about to be | Kenneth R Westerback | |
written (i.e. partoff != NULL), and doesn't corrupt a disklabel with more than eight (8) dpme partitions. Problems reported by Josh Elsasser via PR#5904. Testing by Josh, otto@, drahn@, maja@, kettenis@. Most of the diff from otto@. ok drahn@ | |||
2008-08-24 | Use consistent variable names; curr -> cur, err -> error. | Marcus Glocker | |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker | |
ioctls therefore are VIDIOC_QUERYCTRL, VIDIOC_G_CTRL, and VIDIOC_S_CTRL. | |||
2008-08-24 | dont display disk geometry (cyls/heads/sectors) since it mostly lies these | David Gwynne | |
days. if you really want it still you can fetch it via disklabel(8). ok krw@ deraadt@ | |||
2008-08-24 | regen | Brad Smith | |
2008-08-24 | Add Atheros OUI and Atheros F1 id. | Brad Smith | |
From FreeBSD | |||
2008-08-24 | regen | Brad Smith | |
2008-08-24 | BCM5714 also supports fiber interfaces. | Brad Smith | |
2008-08-24 | surplus semicolon on if statement | Jonathan Gray | |
2008-08-23 | Slight speed improvement by using byte accesses on word boundaries for all | Miod Vallat | |
frame buffer memory operations, instead of word access on word boundaries. | |||
2008-08-23 | Pick the correct host adapter id from nvram. | Miod Vallat | |
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat | |
supports, based on appendix C and D of the VCB02 (qdss) technical manual. Also parse the selftest results and report device errors. Not tested on actual tablet due to the lack of any; mouse operation is not disturbed. | |||
2008-08-22 | a ; in a bad place; dragonfly; ok mglocker | Theo de Raadt | |
2008-08-22 | Instead of spewing error messages about link status, support link status | Theo de Raadt | |
like all drivers should ok miod | |||
2008-08-22 | set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millert | Theo de Raadt | |
2008-08-22 | Set PIE address range to avoid or minimize mmap pressure due to limited | Kurt Miller | |
address space. The space between PAGE_SIZE and the non-pie fixed link address creates no mmap pressure so use that space for PIE. However on hppa the non-pie fixed link address is PAGE_SIZE so just use a small range for PIE to minimize mmap pressure. okay miod@ | |||
2008-08-22 | simplification, and repair findblkmajor for name## lookups; ok krw | Theo de Raadt | |
2008-08-22 | ANSI and other cleanups; ok krw | Theo de Raadt | |
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom | |
near future. ok deraadt | |||
2008-08-22 | synbc | Theo de Raadt | |
2008-08-22 | more puc happiness | Theo de Raadt | |
2008-08-22 | Make pf_print_host() print IPv6 addresses correctly. | Alexander Bluhm | |
ok mpf | |||
2008-08-21 | Assign the ip and ip6 pointers in ipsp_process_packet() only if a | Alexander Bluhm | |
header of the matching address family is available. Especially do not read ip->ip_off from an IPv6 packet header. ok markus | |||
2008-08-21 | Rip out the remnants of the vblank signal stuff. Nothing uses it, and | Owain Ainsworth | |
it's stupid anyway. Most of this was ifdefed out. | |||
2008-08-21 | Instead of having a number of malloced arrays for vblank handling, just | Owain Ainsworth | |
put them in a structure and malloc free an array of those, it is nicer that way and They're all needed at the same time, anyway. Idea taken from a suggestion on the dri-devel mailing list. | |||
2008-08-21 | Fix 'if ();' construction introduced in last commit, okay deraadt@ | Pedro Martelletto | |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat | |
to 8 bit mode operation, and no color or accelerated features until I can find documentation about it. Speed is decent by VAX standards, except for scrolling, which is so abysmally slow one could see ZZ Top's beards growing while waiting for the screen to scroll... | |||
2008-08-20 | Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1. | Miod Vallat | |
2008-08-20 | Don't copy interesting parts of struct scsi_xfer to a read only internal | Miod Vallat | |
ScsiCmd structure. Since we keep a pointer to the scsi_xfer nevertheless, we can get the information from it directly. | |||
2008-08-20 | Attach led0 on ka60, and display system load on the front panel. | Miod Vallat | |
2008-08-20 | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp | Miod Vallat | |
frame buffer. | |||
2008-08-20 | Add USER_PCICONF so that pcidump can work. | Joel Sing | |
Prompted by jasper@ ok miod@ | |||
2008-08-20 | Oops, previous console changes would initialize serial console on lines 0 | Miod Vallat | |
(e.g. on microVAXes) at 4800 bps as if they were keyboard lines. | |||
2008-08-20 | Return EINVAL instead of '1' for invalid kq filters. | Thordur I. Bjornsson | |
From NetBSD; OK art@, blambert@ | |||
2008-08-20 | Allow devices attaching at root (such as softraid) to be disabled in UKC. | Miod Vallat | |
ok marco@ deraadt@ | |||
2008-08-19 | When failing to acquire the vnode lock in readdir_with_callback(), don't | Pedro Martelletto | |
try to release it before returning, okay fgsch@ and tedu@. | |||
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis | |
ok miod@, deraadt@ |