Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-09-27 | grammar and mdoc fixes; | Jason McIntyre | |
2004-09-27 | missing article; | Jason McIntyre | |
2004-09-27 | tweaks; | Jason McIntyre | |
2004-09-27 | regen | Todd C. Miller | |
2004-09-27 | Add Proxim Harmony 802.11b card and attach it to wi(4); David Vincelli | Todd C. Miller | |
2004-09-27 | make usage() fatal, use err/warn, and minor knf | Jared Yanovich | |
2004-09-26 | do not match on astro | Michael Shalayeff | |
2004-09-26 | document new flag instead of the old PCIBIOS_INTR_FIXUP_FORCE option | Michael Shalayeff | |
2004-09-26 | make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵ | Michael Shalayeff | |
Glaser <tg@66h.42h.de> | |||
2004-09-26 | expand on which is used in which and which is it | Michael Shalayeff | |
2004-09-26 | put in some more meatz | Michael Shalayeff | |
2004-09-26 | fix printf's for route metrics. ok henning | Jared Yanovich | |
2004-09-26 | Minor tweaks to unify with other timecounters. | Alexander Yurchenko | |
2004-09-26 | Improve attachment routine: | Alexander Yurchenko | |
- don't abort if hardware monitor is unusable, give timecounter a chance - better dmesg output | |||
2004-09-26 | Mention PM timer support. | Alexander Yurchenko | |
2004-09-26 | Timecounter support for VIA south bridges. | Alexander Yurchenko | |
2004-09-26 | Add VT8231 to .Nd | Alexander Yurchenko | |
2004-09-26 | capitalize ESP and AH | Jared Yanovich | |
use macros (or more correct macros) for commands/modifiers show full syntax of modifiers ok jmc | |||
2004-09-26 | simplify MII_TICK case by using mii_phy_tick(). | Brad Smith | |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad 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-25 | missing word; | Jason McIntyre | |
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | another lavaport serial; from Markus Foerster <markus@1ster.de> | Alexander Yurchenko | |
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | sort a bit | Alexander Yurchenko | |
2004-09-25 | tidy usage; ok ho hshoexer | Jared Yanovich | |
2004-09-25 | PM support. | Alexander Yurchenko | |
2004-09-25 | Timecounter support for Intel ICH chips, not enabled | Alexander Yurchenko | |
on any platform yet. |