summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-03-19regenMichael Shalayeff
2003-03-19match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ okMichael Shalayeff
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
Verified to not break i81[05] and tested on two i830s.
2003-03-19regenTodd C. Miller
2003-03-19s/82845G_IV/82845G_IGD/ from NetBSDTodd C. Miller
2003-03-18regenMichael Shalayeff
2003-03-18match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ okMichael Shalayeff
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
lseek(), which is not available on tapes when using the prom device routines; instead, remember our file position, seek forward by reading and discarding data, and only use lseek() in last resort for backwards seek. ok deraadt@
2003-03-17Fix UK keyboard layout (2 & 3 shifted from one position).Matthieu Herrb
Reported by scott at porticia dot com. Ok deraadt@
2003-03-16Old unused stuff left under the carpet.Miod Vallat
2003-03-16A better explanation of why we need to operate hil keyboards in raw mode.Miod Vallat
2003-03-16typosmargarida
2003-03-15specifed -> specifiedTheo de Raadt
2003-03-15kill 10 minute non-root suffers stuff. noted that we still have this, byTheo de Raadt
matthieu, who noted it now that X is not running as root. ok nordin
2003-03-14Support for the VIA C3 Nehemiah on-cpu random number generator. This chipTheo de Raadt
will be shipping soon (we have nice prototypes). Written by toby.
2003-03-14kill vaxismsJason Wright
2003-03-14syncTodd T. Fries
2003-03-14Casio BE300 PDA; ok theoTodd T. Fries
2003-03-14sync with libc versionTodd C. Miller
o ANSI function header o correct function comment o put type on its own line o swap the order of loop invariant when searching for end of dst
2003-03-14Put return type on its own line like it belong and use ANSI function header.Todd C. Miller
2003-03-14Correctly flag out radix_node entries with RNF_ROOT flag set: this is notCedric Berger
a match. Before that patch, an IP packet with source or dest address of 0.0.0.0 could corrupt the kernel. People filtering DHCP packets on their firewall using tables should upgrade their kernel now. Thanks to Chris Cappuccio for the good bug report. Ok dhartmei@ henning@
2003-03-14spl police.Miod Vallat
2003-03-14Zombies on the bridge, captain.Miod Vallat
2003-03-13Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4cMiod Vallat
feel much much happier. ok deraadt@
2003-03-13print LZS-only and such for the cards (more clear than saying "disabled" for ↵Jason Wright
the 9751 which isn't true these days)
2003-03-13Plug slow memory leak (radix_mask structure).Cedric Berger
tested on i386 by me and Daniel on macppc. ok dhartmei@ henning@
2003-03-13scale the red thresholds according to the queue limit.Kenjiro Cho
the min and max thresholds are set to 10% and 30% of the queue limit.
2003-03-13remove an unused function prototype.Kenjiro Cho
from KAME
2003-03-13Initialize the timeout for the non-console case of PS2 keyboard. FixesDale Rahn
a panic on alpha with serial console. ok miod@
2003-03-12regenAlexander Yurchenko
2003-03-12In SiS entries block: sort, consistency a bit and add some devicesAlexander Yurchenko
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
understand it enough to fix.
2003-03-12sk is capable of transmitting and receiving longer packets for 802.1q vlansNathan Binkert
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@
2003-03-12reclaim more resources on failures.Michael Shalayeff
test the harmony id to filter out unsupported yet audio types and detect the teleshare. detect input overload and report to userland.
2003-03-12syncTheo de Raadt
2003-03-12new intel agpTheo de Raadt
2003-03-12regenAlexander Yurchenko
2003-03-12Add a bunch of SiS host bridges from NetBSDAlexander Yurchenko
2003-03-12a missing htole32 and a pasto; from netbsdMichael Shalayeff
2003-03-11Hack to match new FreeBSD ELF binaries (such as opera). A properTodd C. Miller
version of this will go in after 3.3 is out and the tree unlocks. deraadt@ OK
2003-03-11- Fill in the mm_gtcr column (not currently used)Jason Wright
- fill in the last few rows to avoid a crash on some devices
2003-03-11forward 8021Q packets with vlan header if the destination interface hasMarkus Friedl
IFCAP_VLAN_MTU capability. allows forwarding of vlan traffic over bridge(4) since these packets are larger then the mtu; ok jason@
2003-03-11Missing break, unintentional fall-through. Found by Kimmo Mösö.Daniel Hartmeier
2003-03-11add protection against packets without pkthdr.Kenjiro Cho
this should not happen but just in case. printf() is intended to be annoying so that we'll get reports on it. original idea from dhartmei@ ok deraadt@, henning@
2003-03-11Fix incorrect restriction on valid scsi tape density code values, allowing allKenneth R Westerback
currently valid values (0 - 0xff) to be used in mt(1). Add sanity check to catch negative values. Minor cleanup so mt_count values are stored in daddr_t variables and not ints. Eliminate unnecessary cast of mt_op, since it is already a shot. Leave possible move of mt_count to int32_t rather than daddr_t to post-3.3. Problem found, and original diff by Joseph Bender. costa@ henning@ tdeval@ ok
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
so document this as well.
2003-03-10fix really old typo that prevented inode quotas from ever working.Ted Unangst
help testing and eyeballing henric tdeval miod ok costa deraadt
2003-03-10Fix 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-10Fix AP scan on prism and add a /* FALLTHROUGH */ comment to makeTodd C. Miller
things obvious.
2003-03-09zx fits on the floppies.Miod Vallat