Age | Commit message (Expand) | Author |
2006-06-09 | {x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for Lfsbail | Miod Vallat |
2006-06-09 | Simplify ami_disk by chaging some ifs around. | Marco Peereboom |
2006-06-09 | Add percentages for BGI and Rebuild. Example: | Marco Peereboom |
2006-06-09 | some more fxp revisions. | Brad Smith |
2006-06-09 | identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no functiona... | Brad Smith |
2006-06-09 | sync | Theo de Raadt |
2006-06-09 | spacing that made a grep look very suspicious | Theo de Raadt |
2006-06-08 | attempt at correcting the comments to somewhat more proper english | Felix Kronlage |
2006-06-08 | unsigned long long -> u_int64_t | David Gwynne |
2006-06-08 | Keep track of the average RSSI using an Exponential Moving Average (EMA). | Damien Bergamini |
2006-06-08 | dont panic on empty portfacts or portenable replies. we should probably | David Gwynne |
2006-06-08 | substitute the Cardbus_conf_read/Cardbus_conf_write macros with | Felix Kronlage |
2006-06-08 | Move ISA logic of allocation functions to better place. | Tobias Weingartner |
2006-06-08 | actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107. | Brad Smith |
2006-06-08 | do not set the mii_ticks field to zero in the asynchronous autonegotiation | Brad Smith |
2006-06-07 | - when killing a process due to parity error, notify syslog. | Miod Vallat |
2006-06-07 | Pass M_CANFAIL to malloc() in sendsig(), and if it fails, kill the process; | Miod Vallat |
2006-06-07 | One last occurence of an inline sigexit() in sendsig. | Miod Vallat |
2006-06-07 | Remove unused bus_space_probe(). | Miod Vallat |
2006-06-07 | killproc() is orphaned, so kill it; ok deraadt@ | Miod Vallat |
2006-06-07 | enable azalia; ok jason | Theo de Raadt |
2006-06-07 | shut up and play the music. | Jason Wright |
2006-06-07 | do not #undef HORRID_III_HACK | Theo de Raadt |
2006-06-07 | from freebsd r1.185 (tested by beck@ and krw@; pedro@ ok): | Michael Shalayeff |
2006-06-07 | regen | Brad Smith |
2006-06-07 | rename the Realtek RT8111B entry to RT8168. | Brad Smith |
2006-06-06 | - general cleaning, removing unneeded vars, spelling, etc | Jason Wright |
2006-06-06 | fix a bad strlcpy, from ben lovett | Jolan Luff |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat |
2006-06-06 | back out multiple routing table diffs (3 of 'em) because this makes | Theo de Raadt |
2006-06-06 | Put mrouting enable flag inside the right ifdef. If you change files | Theo de Raadt |
2006-06-06 | set the ccb state when it comes off the free list. this isnt used anywhere | David Gwynne |
2006-06-06 | fix a panic string to mention the corrent place its freaking out in. | David Gwynne |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff |
2006-06-06 | System build pieces for armish arch. | Dale Rahn |
2006-06-05 | Write the words of the mac address in reverse order to fix a MAC problem on | Dale Rahn |
2006-06-05 | - discard Rx frames with a bad CRC early | Damien Bergamini |
2006-06-05 | start to sync some changes and fixes from various "openhal" ports of | Reyk Floeter |
2006-06-05 | cleanup. | Marc Balmer |
2006-06-05 | In ubareset(), be sure to destroy the uba extent before recreating it, to | Miod Vallat |
2006-06-05 | fix really stupid botch i made in last commit. RW_WRITE and RW_READ are | Ted Unangst |
2006-06-05 | various cleanups; ok mbalmer | Theo de Raadt |
2006-06-04 | In extent_destroy(), only remove the extent from the global extent list if | Miod Vallat |
2006-06-04 | KNF and whitespace cleanup, no functional change | Felix Kronlage |
2006-06-04 | Missing RCS Id | Miod Vallat |
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek |
2006-06-04 | Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguous | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-06-04 | - ntpd no longer needs the NTP identifier as part of a timedelta sensor | Marc Balmer |