Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@. | |||
2014-08-08 | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze | |
2014-08-08 | Drop some useless verbiage. | Antoine Jacoutot | |
sysctl.conf is an example now. | |||
2014-08-08 | drm/radeon: fix typo in radeon_connector_is_dp12_capable() | Jonathan Gray | |
From Alex Deucher 94dfc49785ea1acc1dd2c086ffd8d61ea3a5ee8f in ubuntu 3.8 af5d36539dfe043f1cf0f8b7334d6bb12cd14e75 in mainline linux | |||
2014-08-08 | Tweak verbiage. | Antoine Jacoutot | |
2014-08-08 | drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices | Jonathan Gray | |
From Alex Deucher c9a1adc31f78a30f33c591b61171f02d13a5b1a7 in ubuntu 3.8 3b6d9fd23e015b5397c438fd3cd74147d2c805b6 in mainline linux | |||
2014-08-08 | drm/radeon/atom: fix dithering on certain panels | Jonathan Gray | |
From Alex Deucher 9102ef0d290f01247918f5a519d8fa4a96eaf370 in ubuntu 3.8 642528355c694f5ed68f6bff9ff520326a249f99 in mainline linux | |||
2014-08-08 | drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi | Jonathan Gray | |
From Alex Deucher 85cdd5e933c0f9fe3262067e707eed565db46378 in ubuntu 3.8 7d5ab3009a8ca777174f6f469277b3922d56fd4b in mainline linux | |||
2014-08-08 | some corrections and improvements with respect to prologue macros; | Ingo Schwarze | |
found while working on mandoc(1) messages | |||
2014-08-08 | Remove redundant verbiage in the style of "a file is a file, | Ingo Schwarze | |
a line is a line, a column is a column"; suggested by jmc@ |