Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko | |
ok deraadt yuo | |||
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm | |
From David Hill; OK mpi@; tested kspillner@; tweaks bluhm@ | |||
2015-09-01 | Remove all bogus writes to stderr. Only explicit requests should | Theo de Raadt | |
go that way. ok miod beck | |||
2015-09-01 | Display the correct source address when using a non-default routing | Florian Obser | |
table. Problem reported on bugs@ and diff from phil AT unita.com.au, thanks! OK phessler | |||
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott | |
2015-09-01 | Log the whole new input buffer once rather than each byte. | Nicholas Marriott | |
2015-09-01 | Pass logging through vis(3). | Nicholas Marriott | |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky | |
Spotted by Dilli Paudel <dilli ! paudel at oracle ! com> ok jung@, ok mikeb@ | |||
2015-09-01 | Fix a spelling error, sesson -> session. | Nicholas Marriott | |
2015-09-01 | the special check logic for /usr/share/nls/../libc.cat became failure | Theo de Raadt | |
to return failure. open() of these paths should succeed to satisfy strerror() and friends. ok semarie | |||
2015-09-01 | Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids | Alexander Bluhm | |
conflicts with other processes bound to a specific address with the same port. Syslogd uses this socket basically for outgoing traffic to remote UDP log servers, so increase the chance that it works. OK jung@ benno@ | |||
2015-09-01 | sync | Theo de Raadt | |
2015-09-01 | no need to check for null argv anymore. from Martijn van Duren | Ted Unangst | |
ok deraadt | |||
2015-09-01 | stop defining a local copy of perror(); libc/rpc no longer uses it. | Theo de Raadt | |
ok beck millert miod | |||
2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these | Theo de Raadt | |
library may not assume stderr is useable. ok millert miod beck | |||
2015-09-01 | Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copy | Martin Pieuchot | |
paste from the IPv4 time. While here update the comment about ``ia6_ndpr'' it's now only used for autoconf. | |||
2015-09-01 | Add an initial TLS client regress, which currently covers ClientHello | Joel Sing | |
message generation. | |||
2015-09-01 | Always call readdoslabel() before readgptlabel(). Doubly always call them | Kenneth R Westerback | |
in the same order. Fix writedisklabel() to follow these simple rules. ok kettenis@ | |||
2015-09-01 | increment the line number after the line continuation; ok tedu | Mike Belopuhov | |
2015-09-01 | sync | Theo de Raadt | |
2015-09-01 | Remove duplicate prototype for SSL_get_selected_srtp_profile(). | Joel Sing | |
From Aaron Burghardt. | |||
2015-09-01 | Increase transfer FIFOs for dwc2, to improve USB performance. The new | Visa Hankala | |
values are from dwc2 of NetBSD. ok jmatthew@, jasper@ | |||
2015-09-01 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot | |
ok bluhm@ | |||
2015-09-01 | space between macro args and punctuation; | Jason McIntyre | |
2015-09-01 | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | Joel Sing | |
now nothing more than noops. ok bcook@ doug@ | |||
2015-09-01 | Make it always safe to call CBB_cleanup() providing that CBB_init() or | Joel Sing | |
CBB_init_fixed() have been attempted. ok doug@ | |||
2015-09-01 | only need to restrict exec path if the rule specifies a command. | Ted Unangst | |
add a hint about path restrictions to man page. ok deraadt espie | |||
2015-09-01 | remove casts and null checks before free. from Michael McConville | Ted Unangst | |
ok deraadt | |||
2015-09-01 | Introduce rtisvalid(9) a function to check if a (cached) route entry | Martin Pieuchot | |
can be used or should be released by rtfree(9). It currently checks if the route is UP and is not attached to a stall ifa. ok bluhm@, claudio@ | |||
2015-09-01 | ditch a few prototypes for non-existant functions | Mike Belopuhov | |
2015-09-01 | Remove dead_clients which is no longer used. | Nicholas Marriott | |
2015-09-01 | Work out config file when needed not at startup. | Nicholas Marriott | |
2015-09-01 | Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust the | Martin Pieuchot | |
checks done in rtrequest1(9). This chunk has been introduced in 1991 when rtrequest1(RTM_DELETE...) was not doing a route lookup and no longer make any sense. ok bluhm@ | |||
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott | |
2015-09-01 | Reject USB requests that could damage the bus integrity, just like it | Martin Pieuchot | |
is done in ugen(4). Found by Grant Czajkowski during the GSoC 2015. | |||
2015-09-01 | Use the correct free(9) size for the RX ring. | Martin Pieuchot | |
ok dlg@, phessler@ | |||
2015-09-01 | All the cmd_*_entry declarations do not need to be in tmux.h. | Nicholas Marriott | |
2015-09-01 | Corrects a use-after-free in tame_namei(). | Sebastien Marie | |
ok doug@ | |||
2015-09-01 | Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect the | Martin Pieuchot | |
segement size constraint. Make xhci(4) work on my G5. ok dlg@ | |||
2015-09-01 | Push down the KERNEL_LOCK/KERNEL_UNLOCK calls into the back-end allocator | Mark Kettenis | |
functions. Note that these calls are deliberately not added to the special-purpose back-end allocators in the various pmaps. Those allocators either don't need to grab the kernel lock, are always called with the kernel lock already held, or are only used on non-MULTIPROCESSOR platforms. pk tedu@, deraadt@, dlg@ | |||
2015-09-01 | set sival_ptr before calling trapsignal() for user breakpoint/trace traps | Jonathan Gray | |
ok guenther@ | |||
2015-09-01 | trivial size for free() | Theo de Raadt | |
2015-09-01 | sizes for free(), mostly related to firmwares. | Theo de Raadt | |
ok dlg | |||
2015-09-01 | Only advertise the color depth we actually support. This makes the | Mark Kettenis | |
xf86-video-wsfb driver work. Map the framebuffer in write-combining mode. This significantly speeds things up. ok yuo@, yasuoka@, deraadt@ | |||
2015-09-01 | test pointers with NULL not '\0' | Jonathan Gray | |
2015-09-01 | update currency exchange rates; | Jason McIntyre | |
2015-09-01 | free() firmware with right len; ok dlg | Theo de Raadt | |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt | |
2015-09-01 | size for free(), and make allocation side look similar | Theo de Raadt | |
2015-09-01 | Delete bogus MATH_EMULATE holdover from i386 | Philip Guenther | |