Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-10 | fix really old typo that prevented inode quotas from ever working. | Ted Unangst | |
help testing and eyeballing henric tdeval miod ok costa deraadt | |||
2003-03-10 | Fix for the "short cable bug" in sis: | Ryan Thomas McBride | |
A small number of DP83815's will have excessive receive errors when using short cables (<30m/100feet) in 100Base-TX mode. This patch was taken from the National Semiconductor linux driver and (supposedly - no mention of this in any NS docs) modifies the dsp's signal attenuation. ok jason@ deraadt@ markus@ From Willem Dijkstra wpd at xs4all dot nl | |||
2003-03-10 | Fix AP scan on prism and add a /* FALLTHROUGH */ comment to make | Todd C. Miller | |
things obvious. | |||
2003-03-09 | zx fits on the floppies. | Miod Vallat | |
2003-03-09 | tighten the TCP state code in relation to a FIN before any server responses | Mike Frantzen | |
ok dhartmei@ henning@ | |||
2003-03-09 | use MGETHDR instead of MGET for the first mbuf. | Kenjiro Cho | |
altq expects struct pkthdr in a mbuf chain. this fixes a panic caused by uninitialized m_pkthdr.tags when altq is enabled on ppp. also, initialize m_pkthdr.len and m_pkthdr.rcvif as a caller of MGETHDR is supposed to do. report and test by matthieu@ ok deraadt@, henning@, dhartmei@ | |||
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat | |
on the floppies first. | |||
2003-03-09 | Correctly switch back and forth the 8-bit overlay plane (used in console | Miod Vallat | |
mode) and the 24-bit plane (used in graphics mode) for proper X11 support. Partly borrowed from the XFree86 SunLeo driver source. | |||
2003-03-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst | |
2003-03-09 | autri now takes flags, provide sample 0x0000 | Ted Unangst | |
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst | |
can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | |||
2003-03-09 | A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers, | Miod Vallat | |
from NetBSD. This was initially written for Linux, then each iteration attempted to replace more 0x12345 magic numbers with meaningful constants. The lack of documentation for the hardware still makes some areas a guess orgy. No doc, no kernel configuration file entries, and X11 is disabled on purpose at the moment. This will be coming soon. | |||
2003-03-09 | When a sparc machine is running with serial console, the zskbd probe would | Miod Vallat | |
try to use short cuts, and would not correctly initialize its channel if a keyboard is connected to it, which might have been done on purpose. It would then become impossible to run X11 on this machine afterwards. Fix this by being more cautious during the probe, at the extent of a couple of seconds if no keyboard is present. Tested by various, ok deraadt@ | |||
2003-03-09 | Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID | Todd C. Miller | |
is set). deraadt@ and tholo@ OK. | |||
2003-03-09 | Make the semantics of the P_SUGIDEXEC flag match the issetugid(2) | Todd C. Miller | |
man page. Instead of just clearing P_SUGIDEXEC if real and effective uids/gids matched, we now set P_SUGIDEXEC if there is a mismatch in the real, effective, or saved uid/gid and clear it otherwise. deraadt@ and tholo@ OK. | |||
2003-03-08 | regen | Michael Shalayeff | |
2003-03-08 | a bunch of fw ids for ti and ricoh | Michael Shalayeff | |
2003-03-08 | qe tested and working well; enable | Hugh Graham | |
2003-03-08 | more deletions | Theo de Raadt | |
2003-03-08 | bye bye, noted by david | Theo de Raadt | |
2003-03-08 | agten does not need to imply rasops32 at the moment. | Miod Vallat | |
2003-03-07 | New athlon models, ok deraadt@ | Peter Stromberg | |
2003-03-07 | - make a copyout into a copyin for correct semantics | Jason Wright | |
- handle openfirmware error reports correctly ok pb | |||
2003-03-06 | add support for vlan tagging correctly; from Chris Pascoe | Jason Wright | |
2003-03-06 | this is a fix for kernel panics and craches along w/ other stability | Michael Shalayeff | |
improvements worked out over past few months w/ different people. the main bug was fixes w/ help of harding@motd.ca . 10x to all and enjoy the better driver (; | |||
2003-03-06 | enable elansc; ok deraadt@ | Markus Friedl | |
2003-03-06 | Improve comments, including type fixes; lebel@ | Miod Vallat | |
2003-03-06 | Premiliminary driver for the Fujitsu AG-10e SBus frame buffer. | Miod Vallat | |
It will currently only work in 8bit mode, and without using the i128 acceleration features (but that's a good start for 3.3). Written initially in november 2002, but it took some time in experiments until I realized the ramdac had to be fed values shifted left by 16 bits in order to work as intended, for no good reason. So, I am now officially founding a ``RAMDAC Hater's Club''. Feel free to apply. | |||
2003-03-06 | move cpu_configre() lower after the proc0 is more completely initialized. | Michael Shalayeff | |
still calculate the memory limits for proc0 at after the autoconf is done. miod@ testing on everything; art@ ok | |||
2003-03-06 | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ | Markus Friedl | |
2003-03-06 | Support for ServerWorks CSB6 IDE | Alexander Yurchenko | |
2003-03-06 | bpf_mtap incoming proto 97 traffic; ok jason@ | Markus Friedl | |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim | |
on faster systems under heavy network load. This replaces some of the unreadable iommu functions with something a little less dense and a lot less crash prone. The bus_dma function pointer/cookie handling was broken. Change them to work like the stacked bus_space drivers (where "work" is the key word). Tested my many (thanks). ok jason@ deraadt@ | |||
2003-03-06 | Remove double include of scsi_all.h | mjacob | |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-05 | sync | Theo de Raadt | |
2003-03-05 | new VIA gear on EPIA M-series | Theo de Raadt | |
2003-03-05 | make sure asi and sasi are set in the bustag. Fixes the le@lebuffer problem | Jason Wright | |
reported by Tyler Hardison. | |||
2003-03-05 | update media handling based on NetBSD: mainly fix setting up of the output | Jason Wright | |
drivers also, force a preference of the external phy a little earlier: both ports on the netra T1/105 now work. | |||
2003-03-05 | no \n in panic(); rimshot@pandora.be | Theo de Raadt | |
2003-03-05 | Driver for the Parallax XVideo and PowerVideo frame buffers. | Miod Vallat | |
Currently limited to dump frame buffer operation, the acceleration features will be used later... Code by me, tests on real hardware by Paul Weissmann. | |||
2003-03-05 | Small fixes after code review, mostly on error path. | Cedric Berger | |
ok dhartmei@ henning@ pb@ | |||
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim | |
PCI configuration space is actually one "0" larger. Noticed on an E450 with all 10 PCI slots populated. ok jason@ | |||
2003-03-04 | told you it was not knf | Theo de Raadt | |
2003-03-04 | Move 'userret' code to a seperate function, add it to child_return(). w/KNF | Dale Rahn | |
2003-03-04 | remove -beta marker | Theo de Raadt | |
2003-03-04 | do not treat map entries above the stack as stack; only for the grow-ups | Michael Shalayeff | |
2003-03-04 | (really) support user/group rules with 'inet6' | Philipp Buehler | |
pointed out by hugh ok dhartmei@, henning@ | |||
2003-03-03 | Prefer pmap_kenter_pa() in pmap_map(). | Miod Vallat | |
2003-03-03 | nuke extra semicolon | mjacob | |