Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-19 | regen | Michael Shalayeff | |
2003-03-19 | match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ ok | Michael Shalayeff | |
2003-03-19 | Add 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-19 | regen | Todd C. Miller | |
2003-03-19 | s/82845G_IV/82845G_IGD/ from NetBSD | Todd C. Miller | |
2003-03-18 | regen | Michael Shalayeff | |
2003-03-18 | match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ ok | Michael Shalayeff | |
2003-03-18 | Restore bootable tape functionality. Previous loadfile() would never use | Miod 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-17 | Fix UK keyboard layout (2 & 3 shifted from one position). | Matthieu Herrb | |
Reported by scott at porticia dot com. Ok deraadt@ | |||
2003-03-16 | Old unused stuff left under the carpet. | Miod Vallat | |
2003-03-16 | A better explanation of why we need to operate hil keyboards in raw mode. | Miod Vallat | |
2003-03-16 | typos | margarida | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-15 | kill 10 minute non-root suffers stuff. noted that we still have this, by | Theo de Raadt | |
matthieu, who noted it now that X is not running as root. ok nordin | |||
2003-03-14 | Support for the VIA C3 Nehemiah on-cpu random number generator. This chip | Theo de Raadt | |
will be shipping soon (we have nice prototypes). Written by toby. | |||
2003-03-14 | kill vaxisms | Jason Wright | |
2003-03-14 | sync | Todd T. Fries | |
2003-03-14 | Casio BE300 PDA; ok theo | Todd T. Fries | |
2003-03-14 | sync with libc version | Todd 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-14 | Put return type on its own line like it belong and use ANSI function header. | Todd C. Miller | |
2003-03-14 | Correctly flag out radix_node entries with RNF_ROOT flag set: this is not | Cedric 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-14 | spl police. | Miod Vallat | |
2003-03-14 | Zombies on the bridge, captain. | Miod Vallat | |
2003-03-13 | Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4c | Miod Vallat | |
feel much much happier. ok deraadt@ | |||
2003-03-13 | print 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-13 | Plug slow memory leak (radix_mask structure). | Cedric Berger | |
tested on i386 by me and Daniel on macppc. ok dhartmei@ henning@ | |||
2003-03-13 | scale 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-13 | remove an unused function prototype. | Kenjiro Cho | |
from KAME | |||
2003-03-13 | Initialize the timeout for the non-console case of PS2 keyboard. Fixes | Dale Rahn | |
a panic on alpha with serial console. ok miod@ | |||
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | In SiS entries block: sort, consistency a bit and add some devices | Alexander Yurchenko | |
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@ | |||
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright | |
understand it enough to fix. | |||
2003-03-12 | sk is capable of transmitting and receiving longer packets for 802.1q vlans | Nathan Binkert | |
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@ | |||
2003-03-12 | reclaim 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-12 | sync | Theo de Raadt | |
2003-03-12 | new intel agp | Theo de Raadt | |
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | Add a bunch of SiS host bridges from NetBSD | Alexander Yurchenko | |
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff | |
2003-03-11 | Hack to match new FreeBSD ELF binaries (such as opera). A proper | Todd 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-11 | forward 8021Q packets with vlan header if the destination interface has | Markus 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-11 | Missing break, unintentional fall-through. Found by Kimmo Mösö. | Daniel Hartmeier | |
2003-03-11 | add 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-11 | Fix incorrect restriction on valid scsi tape density code values, allowing all | Kenneth 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-10 | Sun documentation mentions that ZX can not run on a sun4c or inside an xbox, | Miod Vallat | |
so document this as well. | |||
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 | |