summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-28add the missing ksym entry into the cdev table. pointed out by kevloDale Rahn
2004-09-28allow booting from isp devicesJason Wright
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2004-09-28login script to provide TIS Firewall Toolkit authenticationTodd C. Miller
2004-09-28Like Yoda Jason trying to speak is.Miod Vallat
2004-09-28one m is enough in incoming, really ;)Henning Brauer
2004-09-28Belkin F5D6001 versions 1 and 2 are atw(4) and wi(4) respsectively.Todd C. Miller
Version 3 is reportedly realtek-based.
2004-09-28Add prepend-neighbor feature. Prepend the remote-as n times similar toClaudio Jeker
prepend-self. Only for incomming UPDATEs. OK henning@
2004-09-28This compiles better with the correct contents.Miod Vallat
2004-09-28fixes for 2 cases of unaligned memory access on alpha whichBrad Smith
would result in panics. PR 3795 ok tedu@ "looks ok" mcbride@ & dhartmei@
2004-09-28syncAlexander Yurchenko
2004-09-28New Ge Force FX 5700 LE and VIA VT8378 host PCI.Alexander Yurchenko
From: Chuck Gagnon <gagnocg@mac.com>.
2004-09-28remove if NVLAN around IFCAP_VLAN_MTUBrad Smith
2004-09-28cleanup NGE_RXLENBrad Smith
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-09-28syncTheo de Raadt
2004-09-28whoops, missed a spotJason Wright
2004-09-28oops, unuglifyJason Wright
2004-09-28man for clkbrd, also rework fhc(4) to include a list like sbus, et alJason Wright
2004-09-28add clkbrd@fhcJason Wright
2004-09-28driver for "clock-board" (mainly blinky lights, but also has information ↵Jason Wright
about the chassis)
2004-09-28missing \nJason Wright
2004-09-28mii_phy_tick() already checks for autonegotiation.Brad Smith
2004-09-28Use ETHER_MAX_DIX_LENBrad Smith
2004-09-28remove unused GEM_MTUBrad Smith
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h
2004-09-27allow for VLAN-sized frames.Brad Smith
2004-09-27mention how SIGHUP is handled.Jared Yanovich
from Michael Knudsen. ok mcbride
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-27R5K seems to have bugs/hazardsPer Fogelstrom
2004-09-27Do not mention a commented out strip(4), it is already in sys/conf/GENERIC.Miod Vallat
2004-09-27setup ign based on board numberJason Wright
2004-09-27shift value for the ignJason Wright
2004-09-27Rewrite parts of the interrupt system to achive:Per Fogelstrom
o Remove do_pending code and take a real int instead. The performance impact seems to be very low and it simplifies the code considerably. o Allow interrupt nesting at first level. Run softints with HW ints enabled.
2004-09-27move ITLBNOPFIX to asm.h and make it conditionalPer Fogelstrom
2004-09-27reorder slightly to avoid asm warningsPer Fogelstrom
2004-09-27comment and cleanPer Fogelstrom
2004-09-27handle R12K DSD bit on O2'sPer Fogelstrom
2004-09-27compute the board number of each fhcJason Wright
2004-09-27ANSI protos and some minor cleanupBrad Smith
ok henning@
2004-09-27setup control register correctly and clear interrupts before attaching childrenJason Wright
2004-09-27map registers for fhc@mainbusJason Wright
2004-09-27cleanPer Fogelstrom
2004-09-27rearrange code to avoid asm warningsPer Fogelstrom
2004-09-27Change busdma to map coherent dmamem memory as uncached if the hostPer Fogelstrom
system has non-coherent caches. This will help some drivers to work better.
2004-09-27check malloc return correctly; from Patrick LatifiJason Wright
2004-09-27cvsd_recvmsg() is supposed to return 1 when a message has been read.Jean-Francois Brousseau
2004-09-27kill double whitespace, PR3934, for rea this time and without unrelatedHenning Brauer
changes
2004-09-27ooopppssss, backout last, lots of unrelated changes creeped in, noticedHenning Brauer
by jmc
2004-09-27Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)Jean-Francois Brousseau