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