Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | Fix the length check for reinjected ICMP packets: sizeof(struct icmp) is | Lawrence Teo | |
28 but an ICMP packet can be as small as 8 bytes (e.g. an ICMP echo request packet with no payload), so check against ICMP_MINLEN instead. Prior to this fix, divert(4) would erroneously discard valid ICMP packets that are shorter than 20 bytes. ICMPv6 is not affected, so this change applies to ICMP over IPv4 only. ok florian@ henning@ | |||
2014-08-10 | Format time_t with %lld after casting to long long | Philip Guenther | |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo | |
No object file change ok florian@ henning@ | |||
2014-08-10 | Delete duplicate conditional | Philip Guenther | |
diff from frantisek holop (minusf (at) obiit.org) | |||
2014-08-10 | Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC | Philip Guenther | |
ok matthew@ millert@ | |||
2014-08-10 | Add Xr to skey and stty | Philip Guenther | |
2014-08-10 | Delete extern declarations for variables that don't exist (anymore?) | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | msts(4) appears to support TIOCSTSTAMP | Philip Guenther | |
From Maurice Janssen (maurice (at) z74.net) | |||
2014-08-10 | Add F_DUPFD_CLOEXEC handling | Philip Guenther | |
2014-08-10 | Add newer errnos | Philip Guenther | |
2014-08-09 | Switch from calloc() to reallocarray() where the zeroing isn't needed | Philip Guenther | |
2014-08-09 | Use time_t for storing times | Philip Guenther | |
2014-08-09 | Parse times with strtoll() instead of strtol() | Philip Guenther | |
2014-08-09 | Regenerate to pick up time_t changes | Philip Guenther | |
2014-08-09 | bfd-in2.h is generated from this; merge back a change that was made there | Philip Guenther | |
2014-08-09 | Store timestamps in time_t | Philip Guenther | |
2014-08-09 | bfd-in2.h is generated from this; merge back a change that was made there | Philip Guenther | |
2014-08-09 | After a cleanup by deraadt I noticed the four-space-indent had started | Alexander Hall | |
infesting the scripts. As we generally use a single tab for line continuation indent in the scripts, let's reclaim 30 precious bytes! ok rpe@ krw@ | |||
2014-08-09 | Fix readelf --debug-dump=frames-interp output: once a register is given | Philip Guenther | |
a column, it needs to included in all rows, even after the register is restored. ok jsg@ | |||
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2014-08-09 | less chatty; ok ajacoutot | Jason McIntyre | |
2014-08-09 | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze | |
found by kristaps@ on Mac OS X | |||
2014-08-09 | Extend comment. | Antoine Jacoutot | |
2014-08-09 | Initial support for handling configuration files from packages | Antoine Jacoutot | |
(aka @sample) -- `sysmerge -p` Worked done at g2k14. Committing early so we have plenty of time for testing. with help from espie@ thanks to landry@ for feedback on initial testing | |||
2014-08-09 | sysctl.conf is an example. | Antoine Jacoutot | |
Tweak error output. Mention that `-S' has no effect when sets aren't used. | |||
2014-08-09 | Add support for non-root hubs now that uhub(4) can deal with them. For | Martin Pieuchot | |
the moment only Super and High Speed devices are properly recognized. Some TT love is required for Full and Low speed devices. | |||
2014-08-09 | Correctly recognize Super Speed devices, this is part of the work to | Martin Pieuchot | |
be able to use USB 3.0 devices behind an external hub. This is a bit tricky because the SS status use a different power bit that maps to the Low speed one. So no longer accept devices without power bit and fallback to the parent hub's speed in case the status does not report any particular speed. Note that xhci(4) root hubs still set the traditionnal UPS_PORT_POWER bit with the correct device speed. | |||
2014-08-09 | Handle super speed hub descriptors. | Martin Pieuchot | |
2014-08-09 | Do not store the whole USB hub descriptor in the "struct usbd_hub" | Martin Pieuchot | |
to help integrating super speed hubs that use a different descriptor. | |||
2014-08-09 | some minor tweaks; | Jason McIntyre | |
2014-08-09 | sort "prefork", and remove a useless macro; | Jason McIntyre | |
2014-08-09 | basic cleanup; | Jason McIntyre | |
2014-08-09 | Allow to inclue the types section anywhere in the configuration file. | Reyk Floeter | |
Found by chris@ OK doug@ | |||
2014-08-09 | Remove support for the continuous reporting "any" mouse mode which never | Nicholas Marriott | |
really worked properly and is rarely used. | |||
2014-08-09 | Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, and | Philip Guenther | |
_PROCEDURE_LINKAGE_TABLE_ symbols as (at least) hidden. | |||
2014-08-09 | Backport from binutils-2.17 the correct i386/amd64 register->int assignments | Philip Guenther | |
for CFI. This changes the unwind information generated on amd64. | |||
2014-08-09 | We don't use the __openbsd_randomdata_{start,end} symbols, but rather | Philip Guenther | |
get that info via the PT_OPENBSD_RANDOM segment info, so kill the symbols While here, delete the commented out lines for __DYNAMIC as the question they ask is answered 'no' ok matthew@ back in May | |||
2014-08-09 | Match format width of symbol visibility to the column header | Philip Guenther | |
This corrects the alignment of the columns of hidden symbols | |||
2014-08-09 | Only need <stdint.h> and not <inttypes.h> here | Philip Guenther | |
2014-08-08 | update currency exchange rates; | Jason McIntyre | |
2014-08-08 | some basic fixes; | Jason McIntyre | |
2014-08-08 | zap trailing whitespace; | Jason McIntyre | |
2014-08-08 | When opening directories, re-match the location after the index file | Reyk Floeter | |
has been appended. This allows to use a fastcgi target as the default index, for example index.php. OK florian@ | |||
2014-08-08 | No events were added for DNS UDP so it stopped working after the first | Reyk Floeter | |
request. Additionally, the DNS code tried to use an invalid timeout. Fix from mm@freebsd.org Reported by Johan Schuijt | |||
2014-08-08 | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze | |
is "const unsigned char *", which causes warnings with GCC on Linux. Explicitly cast to "const char *" to avoid this. Issue noticed by kristaps@. |