summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-15Kill nd6_output(), it doesn't do anything since the resolution logicMartin Pieuchot
2016-06-15No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows howMartin Pieuchot
2016-06-15There's no need to convert values returned by arc4random to the networkMike Belopuhov
2016-06-15Copy mode needs to keep the original grid intact so it can copy from itNicholas Marriott
2016-06-15Add -F to list-commands.Nicholas Marriott
2016-06-15Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward andDarren Tucker
2016-06-14Fix typo; OK jung@Todd C. Miller
2016-06-14Update to tzdata2016e from from ftp.iana.org.Todd C. Miller
2016-06-14restrict %m and friends to "separate words" so they won't collide withMarc Espie
2016-06-14llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes.Stuart Henderson
2016-06-14Don't hardcode vlan/queue priority for pppoe packets; inherit it from theStuart Henderson
2016-06-14refer to pkg_add(1) for pkg-name conventionsMarc Espie
2016-06-14more unification of stuff run on the command lineMarc Espie
2016-06-14Prevent a round to zero in the timeout_add_...() functions. GettingAlexander Bluhm
2016-06-14new syntax: pkgname%branch to select a branch wherever it makes sense.Marc Espie
2016-06-14If the FDT node has a "non-removable" property, return 1 from the cardMark Kettenis
2016-06-14Make sure OF_getprop() returns the proper length for a synthesised "name"Mark Kettenis
2016-06-14Remove unused variable, found by clangReyk Floeter
2016-06-14reorg examples to better use actual options.Marc Espie
2016-06-14provide splraise on landiskDavid Gwynne
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-14Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it viaMartin Pieuchot
2016-06-14Store the source address associated with a route in its own chunk ofMartin Pieuchot
2016-06-14imxdog* at fdt? here too.Mark Kettenis
2016-06-14Add missing line feed to DPRINTF makes debug reading easier.Marcus Glocker
2016-06-14Convert the links between art data structures used during lookups into srps.Jonathan Matthew
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-06-13Test that splicing loops are aborted with ELOOP.Alexander Bluhm
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-13Implement a timeout for the session initialization FSM.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-13Rework the handling of Hello packets.Renato Westphal
2016-06-13Remove tracking of endpoints in utvfu_{as,vs}_iface structs as theseMarcus Glocker
2016-06-13Ensure expected video endpoint has wMaxPacketSize > 0 duringMarcus Glocker
2016-06-13* Start/stop audio bulk thread as consumer opens/closes device.Marcus Glocker
2016-06-13make sure attrflag is initialized. from clang via david hillTed Unangst
2016-06-13In uvm_map(), call uvm_unmap_detach_intrsafe() if we have an interrupt-safeMark Kettenis
2016-06-13fec attaches to fdt nowJonathan Gray
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2016-06-13Use "bus-width" property to determine whether 4-bit and 8-bit mode areMark Kettenis
2016-06-13Remove the restriction for the usbd_ref_* functions to work just in caseMarcus Glocker
2016-06-13Move the ioctl(2) logic of in{,6}_control() into two new functionsMartin Pieuchot
2016-06-13Do not execute the callback if the device is beeing detached.Martin Pieuchot
2016-06-13correct pledge for disklabel -R -[fF]Jonathan Gray
2016-06-13Only need to sync the icache on the GOT for the old BSS PLT formatPhilip Guenther
2016-06-13rename _splraise to splraiseDavid Gwynne
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-12Fix format string in ddb show socket.Alexander Bluhm