summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsMiod Vallat
2015-06-25use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a,Stuart Henderson
2015-06-25Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.Jonathan Matthew
2015-06-25pfsync and ipsec do not currently work; from lukasz czarnieckiJason McIntyre
2015-06-25Properly deliver broadcast-like packets to the network stack.Martin Pieuchot
2015-06-25PACKET_TAG_BRIDGE is gone.Martin Pieuchot
2015-06-25No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!Martin Pieuchot
2015-06-25Move brige(4)'s output hook outside of ether_output().Martin Pieuchot
2015-06-25Check for correct rdomain in if_output() rather than in ether_output().Martin Pieuchot
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-25Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was usedYASUOKA Masahiko
2015-06-25Reset the LCP option state for dialin-proxy only if re-negotiation isYASUOKA Masahiko
2015-06-25Put fts_close() where missing.Masao Uebayashi
2015-06-25you need to include ddb/db_output.h so you know how to call db_printfDavid Gwynne
2015-06-25fix format string in MP_LOCKDEBUG codeDavid Gwynne
2015-06-24correct test to sshkey_sign(); spotted by Albert S.Damien Miller
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-24Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift ofMiod Vallat
2015-06-24Uninitialized variables; pedro@Miod Vallat
2015-06-24Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;Miod Vallat
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24fauls -> faultsMiod Vallat
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Attempt to explain how this device works. Based upon a private mail I wroteMiod Vallat
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Quirk needed for SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24regenMartin Pieuchot
2015-06-24SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24tweak previous;Jason McIntyre
2015-06-24Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-06-24Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues whenMartin Pieuchot
2015-06-24Stop using BUF_memdup() within the LibreSSL code base - it is correctlyJoel Sing
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-24Remove a couple of unused and old #defines that discussed phys and virtMike Larkin
2015-06-24Fix npppd to terminate all PPP sessions properly even in case theYASUOKA Masahiko
2015-06-24syncTheo de Raadt
2015-06-24Use the return value of event_loop() properly. Also abort(3) ifYASUOKA Masahiko
2015-06-24Improve and fix typo in the comment.YASUOKA Masahiko
2015-06-24Mention that pipex should be also configured by sysctl.YASUOKA Masahiko
2015-06-24reenable the pool gc task.David Gwynne
2015-06-24Apply normal handling to atfd+path args to chflagsat(2)Philip Guenther
2015-06-24Revert previous commit. We still want to call setgroups in the case whereDarren Tucker
2015-06-23Add regress test for multiple negation characters.Todd C. Miller
2015-06-23POSIX specifies that that multiple '!' characters preceding aTodd C. Miller
2015-06-23Disable some of the pmap_emulate_reference() DEBUG checks if optionMiod Vallat
2015-06-23In the copy(9) function, make sure to remember curproc accross the bcopy()Miod Vallat
2015-06-23Fix the optional lua patterns test with obj and different versions.Reyk Floeter