Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-27 | Don't need linear mappings in here. | Jason Wright | |
2003-03-27 | no sbus in here | Jason Wright | |
2003-03-27 | 3.3-current | Miod Vallat | |
2003-03-27 | idx is unsigned | Henning Brauer | |
from Patrick Latifi | |||
2003-03-25 | Clear interrupts (set to IDLE) as they are established. | Jason Wright | |
ok deraadt | |||
2003-03-25 | Missing splx(); Patrick Latifi | Todd C. Miller | |
2003-03-24 | Tree patches from c.pascoe at itee dot uq dot edu dot au: | Jason Wright | |
- mask of vlan tag to ensure upper bit isn't present from hardware - avoid mbuf leak on error - make sure sizeof(ether_header) bytes are present in the firest mbuf before passing it up to ether_input() | |||
2003-03-24 | splimp() around xl_reset() during autoconf. something in xl_reset() wants | Jason Wright | |
to generate an interrupt before the rings are setup correctly on some variants; ok deraadt. | |||
2003-03-24 | fix error return values (NULL to ENOMEM) and add missing ellist_destroy() | Kenjiro Cho | |
in error handling of hfsc_add_altq(). report and fix by millert@ | |||
2003-03-21 | install a real handler for correctable ECC errors and make a count of | Jason Wright | |
them available via sysctl (doc update in a bit); ok millert. | |||
2003-03-21 | install a powerhook to restore the AC97 state after suspend; | Jason Wright | |
aditya at dsl dot cis dot upenn dot edu via pr 3165; ok millert | |||
2003-03-21 | Regen | Miod Vallat | |
2003-03-21 | its obwous``renassiance'' apeers too be a spelink mistaek. | Miod Vallat | |
2003-03-21 | Now that ahc has the necessary endian fixes, enable it on macppc. | Dale Rahn | |
2003-03-21 | Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc. | Dale Rahn | |
ok millert@ miod@ krw@ | |||
2003-03-21 | - Add missing "\n" to some pf_table.c printf() | Cedric Berger | |
- Fix two problems with pfr_update_stats(). Filtering was done properly, only stats were wrong. People should upgrade their kernel if: - They use bidirectional rules (without "in" or "out") with tables. - They use tables in negated statements, like "block from !<foo>" Thanks to David Krause for discovering the problem. Ok dhartmei@ henning@ | |||
2003-03-20 | The current code tries to use the same field in the interrupt handler as | Henric Jungheim | |
both a "next" pointer for a singly-linked list and as an in-use flag. This obviously does not work all that well. This change adds a separate ih_busy flag to mark the handler as in-use, leaving ih_pending for use by the list code. Testing by *many* (thanks). ok miod jason | |||
2003-03-20 | Compute linebytes and such earlier and use them to decide how much | Jason Wright | |
memory to map. (fixes the TGX+ running in 1280x1024x8 mode). ok miod, millert. | |||
2003-03-19 | regen | Todd C. Miller | |
2003-03-19 | Add ProSavage DDR video; Nick Holland | Todd C. Miller | |
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 | |