summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-11Broadcom BCM4315.Miod Vallat
2008-09-11Thermal Zone entities might not be direct object references, but namedMiod Vallat
2008-09-11Use & not && to mask bits.Jonathan Gray
2008-09-11Make that test pass on 64 bit platforms as well.Miod Vallat
2008-09-11ANSI function declarations.Brad Smith
2008-09-11Remove the redundant local variable 'revision' from the PCI attach function.Brad Smith
2008-09-11+SparkLAN WCFM-100 to the malo(4) list;Jason McIntyre
2008-09-11Add missing license. Copy the license used elsewhere with the dc(4) driver.Brad Smith
2008-09-11Do not clean ${PACKAGES} as this is the source files, if run without obj dirDale Rahn
2008-09-11For chips with a broken DC_ISR_RX_STATE which never signalsBrad Smith
2008-09-11add support for arm9e core, taken from NetBSD.Kevin Lo
2008-09-10Correct capitalization of NetFlow.Brad Smith
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-09-10simpler;Jason McIntyre
2008-09-10add support for the PCA9555 device which has 16 instead of 8 pins.Reyk Floeter
2008-09-10pflow related stuff, reminded by jmcHenning Brauer
2008-09-10Properly free allocated memory if carp_demote_get encounters an error.Tobias Stoeckmann
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
2008-09-10+.Xr pflow 4 ,Jason McIntyre
2008-09-10some pflow tweaks;Jason McIntyre
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-09-10There's no need to fully traverse the wakeup queue when waking a specificBret Lambert
2008-09-10icmp_reflect reuses mbufs. call pf_pkt_addr_changed to clear the stateHenning Brauer
2008-09-10re-enable the state key linking. i believe the bugs that hit us shortlyHenning Brauer
2008-09-10use one call to arc4random_buf() instead of lots of arc4random()Damien Miller
2008-09-1040-bit GART support for PCIE devices. From drm git a while ago.Owain Ainsworth
2008-09-10Kill the max_context member of the softc, it does nothing useful.Owain Ainsworth
2008-09-10do not try to print $$ when it has not been setTheo de Raadt
2008-09-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-09-09SparkLAN WCFM-100 reported to work byJonathan Gray
2008-09-09Kill some stupid agp api wrapper functions, just use the agp apiOwain Ainsworth
2008-09-09fix printing by group name (eg. ifconfig em), do not abort in theReyk Floeter
2008-09-09sigh, gamma got lostMartynas Venckus
2008-09-09syncTheo de Raadt
2008-09-09clarify mtu setting, pt out by theoHenning Brauer
2008-09-09pflow.4Henning Brauer
2008-09-09Hook up auacer.4 here. Reminded by form@.Mike Belopuhov
2008-09-09The pf state to pcb linking code change didn't account for theMarco Pfatschbacher
2008-09-09actually enable pflowHenning Brauer
2008-09-09document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by meHenning Brauer
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer
2008-09-09style(9) does not recommend sysexits, so don;t claim it does;Jason McIntyre
2008-09-09regenBrad Smith
2008-09-09Recognize the Marvell 88E1116R Gig PHY.Brad Smith
2008-09-08clean warnings on all architecturesTheo de Raadt
2008-09-08- add descriptions for %F, and infinity/not-a-number from printf(3)Martynas Venckus
2008-09-08- don't leave nodes unconfigured, when setting alternate settingMartynas Venckus
2008-09-08- simplify mget(): remove the duplicate code and just use getit(),Martynas Venckus
2008-09-08enable support for %a, %A, %F. ok theoMartynas Venckus
2008-09-08prevent mustek from attaching as uhid. ok theo, sthen@Martynas Venckus