summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-09-27Plug 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-27Rename some variables to match the general format, and avoid exportingJean-Francois Brousseau
variables that aren't needed
2004-09-27use the real lenght to zero out the buffer inJoris Vink
cvs_buf_alloc(); ok jfb@
2004-09-27anchor rules referencing anchors using slashes may need quotes.Jared Yanovich
ok mcbride henning
2004-09-27Add the `user' and `group' keywords in the configuration file format, soJean-Francois Brousseau
we can specify alternate users under which the children should run
2004-09-27Simplify signal handling by having only one handler that sets the properJean-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-27double whitespace, one from PR3934Henning Brauer
2004-09-27grammar and mdoc fixes;Jason McIntyre
2004-09-27missing article;Jason McIntyre
2004-09-27tweaks;Jason McIntyre
2004-09-27regenTodd C. Miller
2004-09-27Add Proxim Harmony 802.11b card and attach it to wi(4); David VincelliTodd C. Miller
2004-09-27make usage() fatal, use err/warn, and minor knfJared Yanovich
2004-09-26do not match on astroMichael Shalayeff
2004-09-26document new flag instead of the old PCIBIOS_INTR_FIXUP_FORCE optionMichael Shalayeff
2004-09-26make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵Michael Shalayeff
Glaser <tg@66h.42h.de>
2004-09-26expand on which is used in which and which is itMichael Shalayeff
2004-09-26put in some more meatzMichael Shalayeff
2004-09-26fix printf's for route metrics. ok henningJared Yanovich
2004-09-26Minor tweaks to unify with other timecounters.Alexander Yurchenko
2004-09-26Improve attachment routine:Alexander Yurchenko
- don't abort if hardware monitor is unusable, give timecounter a chance - better dmesg output
2004-09-26Mention PM timer support.Alexander Yurchenko
2004-09-26Timecounter support for VIA south bridges.Alexander Yurchenko
2004-09-26Add VT8231 to .NdAlexander Yurchenko
2004-09-26capitalize ESP and AHJared Yanovich
use macros (or more correct macros) for commands/modifiers show full syntax of modifiers ok jmc
2004-09-26simplify MII_TICK case by using mii_phy_tick().Brad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@
2004-09-25missing word;Jason McIntyre
2004-09-25syncAlexander Yurchenko
2004-09-25another lavaport serial; from Markus Foerster <markus@1ster.de>Alexander Yurchenko
2004-09-25syncAlexander Yurchenko
2004-09-25sort a bitAlexander Yurchenko
2004-09-25tidy usage; ok ho hshoexerJared Yanovich
2004-09-25PM support.Alexander Yurchenko
2004-09-25Timecounter support for Intel ICH chips, not enabledAlexander Yurchenko
on any platform yet.