summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
2003-06-23Handle SBus cards with an "interrupts" property but no "intr" property.Miod Vallat
2003-06-23install host route for p2p interface even if there's connected net routeJun-ichiro itojun Hagino
2003-06-23syncTheo de Raadt
2003-06-23fix nfds type; tedu marc okTheo de Raadt
2003-06-23Don't remove anchor too early in table code, it makes PF use freed memory.Cedric Berger
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
2003-06-22syncTheo de Raadt
2003-06-22extra headersTheo de Raadt
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien Miller
2003-06-21add exec/fork/exit hooks per process for compat emulations.Ted Unangst
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
2003-06-20Add MSS support to the synproxy. The client's MSS is sent to the server,Daniel Hartmeier
2003-06-20Extend 'BAD ICMP' debug message, include icmp type/code and outer IP headerDaniel Hartmeier
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing activ...Michael Shalayeff
2003-06-18Do not panic on no memory available when allocating bufs, pass ENOBUFSHenning Brauer
2003-06-18For HPT370 chips disable interrupt prediction and correct timingAlexander Yurchenko
2003-06-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-18Oops, previous commit removed the rcsid by mistake.Miod Vallat
2003-06-18Rename p9k to pninek, since device base names with digits are confusing;Miod Vallat
2003-06-18Switch to fbxxx() API.Miod Vallat
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
2003-06-18we already set the rx descriptor length to accept vlan packets... justJason Wright
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
2003-06-17A few typos in the Bt initialisation sequence were introduced in 1.29, andMiod Vallat
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
2003-06-17typosJean-Francois Brousseau
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16Adapt to the fbxxx() API.Miod Vallat
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
2003-06-16Provide more "dead_symbol + space -> symbol" entries in the compose table;Miod Vallat
2003-06-16syncTheo de Raadt
2003-06-16remove bullshitTheo de Raadt
2003-06-16Avoid a NULL deref in cnkqfilter() for certain cases. Modeled afterTodd C. Miller
2003-06-16syncKevin Lo
2003-06-16add NS SC1201 socKevin Lo
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16be more sane w/ byte swapping and leave the le archs at the same behaviour an...Michael Shalayeff
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
2003-06-15Fix the logic in the interrupt handler, and reenable colormap updatesMiod Vallat
2003-06-15don't define _LP64 here.Brad Smith
2003-06-14doing kqueue on the master side of the pty returns eventsMichael Shalayeff
2003-06-14Use source's window scaling factor (instead of destination's) whenDaniel Hartmeier
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
2003-06-13eraserows() was missing a coordinate address latch.Miod Vallat