summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-18when changing the vlandev of a running vlan(4) interface, we also need toReyk Floeter
2011-02-18An attempt to open an append-only file without O_APPEND results in EPERM.Todd C. Miller
2011-02-17put bsd.mp into the iso image too.Jasper Lievisse Adriaanse
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-02-17split along user/implementation lines.Marc Espie
2011-02-17if changing the default speaker connection, be sure it's both aJacob Meuser
2011-02-17allow interfaces other than slaves of the union interface to be theJacob Meuser
2011-02-17the number of widget connections isn't necessarily the same as theJacob Meuser
2011-02-17Clarify that ifconfig tries to show interface groups before type "groups".Camiel Dobbelaar
2011-02-170-4095 inclusive is the correct (12 bit) vlan rangeCamiel Dobbelaar
2011-02-16Recommend checking DNS.Ingo Schwarze
2011-02-16Fix off by one in page display.Paul Irofti
2011-02-16allow users to enable access to the /dev/crypto, but keep it turned offMike Belopuhov
2011-02-16make hostbased auth with ECDSA keys work correctly. Based on patchDamien Miller
2011-02-15Initialize sc_iot early enough to avoid a crash when the hardware monitorMiod Vallat
2011-02-15A vnd buf doesn't only go through the vnd bufq but also the bufqThordur I. Bjornsson
2011-02-15Add workaround for BCM5906 A0/1/2 controller silicon bug. WhenRobert Nagy
2011-02-15Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-15bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2011-02-15Copy pasto in comment. Fix by brad@ OK dlg@Claudio Jeker
2011-02-15Use log_as() to print the offending neighbor-as instead of printing itClaudio Jeker
2011-02-15move us to real 4.9Theo de Raadt
2011-02-14Make tests more reliable by handling short socket splice correctly.Alexander Bluhm
2011-02-14syncTodd T. Fries
2011-02-14free mbuf in failure case. fix for pr6562. ok claudio.Ted Unangst
2011-02-14Add missing byte-order swap to pf_match_addr_range. Without this, rulesStuart Henderson
2011-02-13Unbreak userland as well, since bpf_filter.c is also used in libpcap.Can Erkin Acar
2011-02-13sync from mirrors.datStuart Henderson
2011-02-13Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-13fix from pr 6314: allow debug logging before daemonization to helpOkan Demirmen
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2011-02-12Unbreak previous commit by adding the proper header file.Can Erkin Acar
2011-02-12Clear the filter memory area before using it. Leaving it uninitialized mayCan Erkin Acar
2011-02-12fix from pr 6207. a bit more of an explanation: we write the correctOkan Demirmen
2011-02-12Extend rc_scripts documentation.Antoine Jacoutot
2011-02-12Add the rc_scripts variable for rc.d(8).Antoine Jacoutot
2011-02-12sync with v4 route socket changes. ok deraadt@Stuart Henderson
2011-02-11Fix typo, setreseuid -> setresuidPaul de Weerd
2011-02-11Regenerate.Paul Irofti
2011-02-11Add linux_mprotect() syscall. Okay otto@.Paul Irofti
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
2011-02-11In ip_forward() free the mbuf chain mcopy with m_freem() insteadAlexander Bluhm
2011-02-11Make "crontab -l" not crash on crontab files that don't have thePhilip Guenthe
2011-02-10fix for CVE-2011-0014 "OCSP stapling vulnerability";Damien Miller
2011-02-10Put a limit on recursion during matching, and reject input of size greaterStefan Sperling
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-10Clarify how the -c and -w options interact. OK tedu@ jmc@Todd C. Miller
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-10Regenerate.Paul Irofti
2011-02-10Add time related syscalls clock_gettime() and clock_getres().Paul Irofti