Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker | |
prepend-self. Only for incomming UPDATEs. OK henning@ | |||
2004-09-28 | This compiles better with the correct contents. | Miod Vallat | |
2004-09-28 | fixes for 2 cases of unaligned memory access on alpha which | Brad Smith | |
would result in panics. PR 3795 ok tedu@ "looks ok" mcbride@ & dhartmei@ | |||
2004-09-28 | sync | Alexander Yurchenko | |
2004-09-28 | New Ge Force FX 5700 LE and VIA VT8378 host PCI. | Alexander Yurchenko | |
From: Chuck Gagnon <gagnocg@mac.com>. | |||
2004-09-28 | remove if NVLAN around IFCAP_VLAN_MTU | Brad Smith | |
2004-09-28 | cleanup NGE_RXLEN | Brad Smith | |
2004-09-28 | Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN | Brad Smith | |
2004-09-28 | sync | Theo de Raadt | |
2004-09-28 | whoops, missed a spot | Jason Wright | |
2004-09-28 | oops, unuglify | Jason Wright | |
2004-09-28 | man for clkbrd, also rework fhc(4) to include a list like sbus, et al | Jason Wright | |
2004-09-28 | add clkbrd@fhc | Jason Wright | |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information ↵ | Jason Wright | |
about the chassis) | |||
2004-09-28 | missing \n | Jason Wright | |
2004-09-28 | mii_phy_tick() already checks for autonegotiation. | Brad Smith | |
2004-09-28 | Use ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-28 | remove unused GEM_MTU | Brad Smith | |
2004-09-28 | - Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTU | Brad Smith | |
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h | |||
2004-09-27 | allow for VLAN-sized frames. | Brad Smith | |
2004-09-27 | mention how SIGHUP is handled. | Jared Yanovich | |
from Michael Knudsen. ok mcbride | |||
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright | |
2004-09-27 | R5K seems to have bugs/hazards | Per Fogelstrom | |
2004-09-27 | Do not mention a commented out strip(4), it is already in sys/conf/GENERIC. | Miod Vallat | |
2004-09-27 | setup ign based on board number | Jason Wright | |
2004-09-27 | shift value for the ign | Jason Wright | |
2004-09-27 | Rewrite 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-27 | move ITLBNOPFIX to asm.h and make it conditional | Per Fogelstrom | |
2004-09-27 | reorder slightly to avoid asm warnings | Per Fogelstrom | |
2004-09-27 | comment and clean | Per Fogelstrom | |
2004-09-27 | handle R12K DSD bit on O2's | Per Fogelstrom | |
2004-09-27 | compute the board number of each fhc | Jason Wright | |
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-27 | setup control register correctly and clear interrupts before attaching children | Jason Wright | |
2004-09-27 | map registers for fhc@mainbus | Jason Wright | |
2004-09-27 | clean | Per Fogelstrom | |
2004-09-27 | rearrange code to avoid asm warnings | Per Fogelstrom | |
2004-09-27 | Change busdma to map coherent dmamem memory as uncached if the host | Per Fogelstrom | |
system has non-coherent caches. This will help some drivers to work better. | |||
2004-09-27 | check malloc return correctly; from Patrick Latifi | Jason Wright | |
2004-09-27 | cvsd_recvmsg() is supposed to return 1 when a message has been read. | Jean-Francois Brousseau | |
2004-09-27 | kill double whitespace, PR3934, for rea this time and without unrelated | Henning Brauer | |
changes | |||
2004-09-27 | ooopppssss, backout last, lots of unrelated changes creeped in, noticed | Henning Brauer | |
by jmc | |||
2004-09-27 | Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C) | Jean-Francois Brousseau | |
2004-09-27 | Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta() | Jean-Francois Brousseau | |
didn't free the RCSNUMs associated with the delta version and next one | |||
2004-09-27 | Rename some variables to match the general format, and avoid exporting | Jean-Francois Brousseau | |
variables that aren't needed | |||
2004-09-27 | use the real lenght to zero out the buffer in | Joris Vink | |
cvs_buf_alloc(); ok jfb@ | |||
2004-09-27 | anchor rules referencing anchors using slashes may need quotes. | Jared Yanovich | |
ok mcbride henning | |||
2004-09-27 | Add the `user' and `group' keywords in the configuration file format, so | Jean-Francois Brousseau | |
we can specify alternate users under which the children should run | |||
2004-09-27 | Simplify signal handling by having only one handler that sets the proper | Jean-Francois Brousseau | |
variables, and add support for reporting via SIGINFO. Also add a way to change the user and group for privilege separation of the children. | |||
2004-09-27 | double whitespace, one from PR3934 | Henning Brauer | |