summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-10Add Xr to skey and sttyPhilip Guenther
2014-08-10Delete extern declarations for variables that don't exist (anymore?)Philip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10msts(4) appears to support TIOCSTSTAMPPhilip Guenther
From Maurice Janssen (maurice (at) z74.net)
2014-08-10Add F_DUPFD_CLOEXEC handlingPhilip Guenther
2014-08-10Add newer errnosPhilip Guenther
2014-08-09Switch from calloc() to reallocarray() where the zeroing isn't neededPhilip Guenther
2014-08-09Use time_t for storing timesPhilip Guenther
2014-08-09Parse times with strtoll() instead of strtol()Philip Guenther
2014-08-09Regenerate to pick up time_t changesPhilip Guenther
2014-08-09bfd-in2.h is generated from this; merge back a change that was made therePhilip Guenther
2014-08-09Store timestamps in time_tPhilip Guenther
2014-08-09bfd-in2.h is generated from this; merge back a change that was made therePhilip Guenther
2014-08-09After a cleanup by deraadt I noticed the four-space-indent had startedAlexander 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-09Fix readelf --debug-dump=frames-interp output: once a register is givenPhilip Guenther
a column, it needs to included in all rows, even after the register is restored. ok jsg@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod 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-09less chatty; ok ajacoutotJason McIntyre
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze
found by kristaps@ on Mac OS X
2014-08-09Extend comment.Antoine Jacoutot
2014-08-09Initial support for handling configuration files from packagesAntoine 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-09sysctl.conf is an example.Antoine Jacoutot
Tweak error output. Mention that `-S' has no effect when sets aren't used.
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin 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-09Correctly recognize Super Speed devices, this is part of the work toMartin 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-09Handle super speed hub descriptors.Martin Pieuchot
2014-08-09Do 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-09some minor tweaks;Jason McIntyre
2014-08-09sort "prefork", and remove a useless macro;Jason McIntyre
2014-08-09basic cleanup;Jason McIntyre
2014-08-09Allow to inclue the types section anywhere in the configuration file.Reyk Floeter
Found by chris@ OK doug@
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
really worked properly and is rarely used.
2014-08-09Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, andPhilip Guenther
_PROCEDURE_LINKAGE_TABLE_ symbols as (at least) hidden.
2014-08-09Backport from binutils-2.17 the correct i386/amd64 register->int assignmentsPhilip Guenther
for CFI. This changes the unwind information generated on amd64.
2014-08-09We don't use the __openbsd_randomdata_{start,end} symbols, but ratherPhilip 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-09Match format width of symbol visibility to the column headerPhilip Guenther
This corrects the alignment of the columns of hidden symbols
2014-08-09Only need <stdint.h> and not <inttypes.h> herePhilip Guenther
2014-08-08update currency exchange rates;Jason McIntyre
2014-08-08some basic fixes;Jason McIntyre
2014-08-08zap trailing whitespace;Jason McIntyre
2014-08-08When opening directories, re-match the location after the index fileReyk Floeter
has been appended. This allows to use a fastcgi target as the default index, for example index.php. OK florian@
2014-08-08No events were added for DNS UDP so it stopped working after the firstReyk Floeter
request. Additionally, the DNS code tried to use an invalid timeout. Fix from mm@freebsd.org Reported by Johan Schuijt
2014-08-08Absurdly, 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-08mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze
2014-08-08Drop some useless verbiage.Antoine Jacoutot
sysctl.conf is an example now.
2014-08-08drm/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-08Tweak verbiage.Antoine Jacoutot
2014-08-08drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devicesJonathan Gray
From Alex Deucher c9a1adc31f78a30f33c591b61171f02d13a5b1a7 in ubuntu 3.8 3b6d9fd23e015b5397c438fd3cd74147d2c805b6 in mainline linux
2014-08-08drm/radeon/atom: fix dithering on certain panelsJonathan Gray
From Alex Deucher 9102ef0d290f01247918f5a519d8fa4a96eaf370 in ubuntu 3.8 642528355c694f5ed68f6bff9ff520326a249f99 in mainline linux
2014-08-08drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiJonathan Gray
From Alex Deucher 85cdd5e933c0f9fe3262067e707eed565db46378 in ubuntu 3.8 7d5ab3009a8ca777174f6f469277b3922d56fd4b in mainline linux
2014-08-08some corrections and improvements with respect to prologue macros;Ingo Schwarze
found while working on mandoc(1) messages
2014-08-08Remove 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@