summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Fix the length check for reinjected ICMP packets: sizeof(struct icmp) isLawrence Teo
2014-08-10Format time_t with %lld after casting to long longPhilip Guenther
2014-08-10Rename p_hdrlen to min_hdrlen to better reflect its purpose.Lawrence Teo
2014-08-10Delete duplicate conditionalPhilip Guenther
2014-08-10Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXECPhilip Guenther
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
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
2014-08-09Fix readelf --debug-dump=frames-interp output: once a register is givenPhilip Guenther
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2014-08-09less chatty; ok ajacoutotJason McIntyre
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze
2014-08-09Extend comment.Antoine Jacoutot
2014-08-09Initial support for handling configuration files from packagesAntoine Jacoutot
2014-08-09sysctl.conf is an example.Antoine Jacoutot
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin Pieuchot
2014-08-09Correctly recognize Super Speed devices, this is part of the work toMartin Pieuchot
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
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
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-08-09Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, andPhilip Guenther
2014-08-09Backport from binutils-2.17 the correct i386/amd64 register->int assignmentsPhilip Guenther
2014-08-09We don't use the __openbsd_randomdata_{start,end} symbols, but ratherPhilip Guenther
2014-08-09Match format width of symbol visibility to the column headerPhilip Guenther
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
2014-08-08No events were added for DNS UDP so it stopped working after the firstReyk Floeter
2014-08-08Absurdly, the return value of sqlite3_column_text()Ingo Schwarze