Age | Commit message (Expand) | Author |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer |
2008-09-12 | Don't be to strict in find_iface() about what we accept on point-to-point | Claudio Jeker |
2008-09-12 | revert last unauthorized commit. | Henning Brauer |
2008-09-12 | less waste for amaps in the common case: | Otto Moerbeek |
2008-09-12 | Don't forget to actually return a pa for the K0SEG case... | Miod Vallat |
2008-09-12 | Some fixes for dc_txeof().. | Brad Smith |
2008-09-12 | the last example doesn't need a ctx variable; | Damien Miller |
2008-09-12 | as we did for reboot(8), do not attempt to list architectures | Jason McIntyre |
2008-09-11 | Update for the renaming of the existing BCM4322 entry to SERIAL_2. | Brad Smith |
2008-09-11 | Remove the BCM4322 id. This is a 802.11n chipset and also requires v4 firmware. | Brad Smith |
2008-09-11 | regen | Brad Smith |
2008-09-11 | Re-add the Broadcom BCM4321 and BCM4322 PCI ids and correct the previous | Brad Smith |
2008-09-11 | regen | Mark Kettenis |
2008-09-11 | Revert previous commit; it introduces duplicate #defines. | Mark Kettenis |
2008-09-11 | since these got no ieee-specific code anymore, add fmin, fmax, fdim, | Martynas Venckus |
2008-09-11 | - make much more readable: don't reimplement isnan, signbit each | Martynas Venckus |
2008-09-11 | In rlphy_service() for the MII_TICK case don't bother to check whether | Brad Smith |
2008-09-11 | Mbit/s -> Mbps | Brad Smith |
2008-09-11 | - MBit/s -> Mbps | Brad Smith |
2008-09-11 | Fix a typo. | Brad Smith |
2008-09-11 | regen | Brad Smith |
2008-09-11 | Add Broadcom BCM4321 and BCM4322 PCI ids. | Brad Smith |
2008-09-11 | issue a NOTE_TRUNCATE if the file size has shrinked | Thordur I. Bjornsson |
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer |
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl |
2008-09-11 | regen | Miod Vallat |
2008-09-11 | Broadcom BCM4315. | Miod Vallat |
2008-09-11 | Thermal Zone entities might not be direct object references, but named | Miod Vallat |
2008-09-11 | Use & not && to mask bits. | Jonathan Gray |
2008-09-11 | Make that test pass on 64 bit platforms as well. | Miod Vallat |
2008-09-11 | ANSI function declarations. | Brad Smith |
2008-09-11 | Remove 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-11 | Add missing license. Copy the license used elsewhere with the dc(4) driver. | Brad Smith |
2008-09-11 | Do not clean ${PACKAGES} as this is the source files, if run without obj dir | Dale Rahn |
2008-09-11 | For chips with a broken DC_ISR_RX_STATE which never signals | Brad Smith |
2008-09-11 | add support for arm9e core, taken from NetBSD. | Kevin Lo |
2008-09-10 | Correct capitalization of NetFlow. | Brad Smith |
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado |
2008-09-10 | simpler; | Jason McIntyre |
2008-09-10 | add support for the PCA9555 device which has 16 instead of 8 pins. | Reyk Floeter |
2008-09-10 | pflow related stuff, reminded by jmc | Henning Brauer |
2008-09-10 | Properly free allocated memory if carp_demote_get encounters an error. | Tobias Stoeckmann |
2008-09-10 | Proper format string modifiers and missing includes to get correct prototypes | Miod Vallat |
2008-09-10 | +.Xr pflow 4 , | Jason McIntyre |
2008-09-10 | some pflow tweaks; | Jason McIntyre |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-10 | There's no need to fully traverse the wakeup queue when waking a specific | Bret Lambert |
2008-09-10 | icmp_reflect reuses mbufs. call pf_pkt_addr_changed to clear the state | Henning Brauer |