summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-16when we switch valid_domainpart() from our own logic to using res_hnok() weGilles Chehade
2015-08-16Fix test against INADDR_LOOPBACKJeremie Courreges-Anglas
2015-08-16dont need the biglock to call bpf now.David Gwynne
2015-08-16make bpf_mtap mpsafe by using SRPs.David Gwynne
2015-08-16avoid a toctou problem in if_input in the bpf handling.David Gwynne
2015-08-16Come out of copy mode when history is cleared.Nicholas Marriott
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-08-15typoMiod Vallat
2015-08-15Remove orphaned debug code.Miod Vallat
2015-08-15If the SRM has explicitely set up some ISA interrupts level-triggered,Miod Vallat
2015-08-15When sendrecv() returns -1, have rpc_call() return -1 as well. Otherwise, dueMiod Vallat
2015-08-15Use signed variables to store the result of rpc_call().Miod Vallat
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-08-15Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'sMiod Vallat
2015-08-15No need to cargo-cult include <alpha/pci/sioreg.h> here.Miod Vallat
2015-08-15Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take anMiod Vallat
2015-08-15Enable AlphaBook 1 support in bsd.rd tooMiod Vallat
2015-08-15When resetting the hwrpb after a succesfull secondary processor spinup,Miod Vallat
2015-08-15Increase the size of the masks used in i386 ldscript to account for largerMike Larkin
2015-08-15assume messages use 8bit bytes by default, not just when 8BITMIME extensionGilles Chehade
2015-08-15Less damned spurious whitespace.Kenneth R Westerback
2015-08-15bump size of acceptable headers lines, there is no need to be too strictGilles Chehade
2015-08-15change "priorly" to "previously", it reads betterGilles Chehade
2015-08-15correct mode_t 644 to 0644Sebastien Marie
2015-08-15corrects three err() to errx() callsSebastien Marie
2015-08-15do the global tx free accounting in myx_start with a single atomic opDavid Gwynne
2015-08-15rework the tx path to use a ring to keep track of dmamaps/mbufs.David Gwynne
2015-08-14The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKKenneth R Westerback
2015-08-14Replace sockaddr casts with the proper satosin() or satosin6() calls.Alexander Bluhm
2015-08-14match myproposal.h order; from brian conwayJason McIntyre
2015-08-14Remove charsets other than UTF-8 from locale(1) output.Stefan Sperling
2015-08-14Load LC_MESSAGES locale only if the character encoding is UTF-8.Stefan Sperling
2015-08-14Disable support for loading LC_CTYPE locales other than UTF-8.Stefan Sperling
2015-08-14Change examples from DSA to RSA since DSA is starting to be removedTodd C. Miller
2015-08-14move to a per rx ring timeout for refilling empty rings.David Gwynne
2015-08-14remove partial to_register from sets when we merge, since we have to do theMarc Espie
2015-08-14switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstabSebastien Marie
2015-08-14rework how we track the packets on the rx rings.David Gwynne
2015-08-14add (currently failing) test for version comparison against "22-stable"Jasper Lievisse Adriaanse
2015-08-14replace the asm mutexes with a c implementation.David Gwynne
2015-08-14provide ml_requeue and mq_requeue for prepending mbufs on lists/queuesDavid Gwynne
2015-08-14imply you cant sleep while holding a ref via srpDavid Gwynne
2015-08-14Move locate(1) database build directory back to /tmp and kill non-existentRafael Zalamena
2015-08-14When checking whether we should scan the sensors again use <= ratherTodd C. Miller
2015-08-13Use foreach queue macros in tcp syn cache.Alexander Bluhm
2015-08-13Oops. Missed a 'ts=' in previous commit.Kenneth R Westerback
2015-08-13oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing;Jason McIntyre
2015-08-13Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-partyMiod Vallat
2015-08-13'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007Kenneth R Westerback
2015-08-13Changes to sysctl_conf(), mixerctl_conf() and wsconsctl_conf():Robert Peichaer