Age | Commit message (Expand) | Author |
2013-04-17 | the tiniest of style tweaks | Ted Unangst |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2013-04-17 | uvm_extern.h not uvm.h | Ted Unangst |
2013-04-17 | do not permanently avoid the BRKSIZ gap in the heap for mmap. after some | Ted Unangst |
2013-04-17 | check that the pool we are about to init isn't already on the list in | Ted Unangst |
2013-04-17 | zlib info header is 32-bit; handle for localtime() call; ok millert | Theo de Raadt |
2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a | Theo de Raadt |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2013-04-17 | silence some warnings by adding prototypes, casts, and headers as | Ted Unangst |
2013-04-17 | pretty | Theo de Raadt |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2013-04-17 | first few large time_t changes; more might be required -- still digging. | Theo de Raadt |
2013-04-17 | evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the high | Theo de Raadt |
2013-04-17 | (long long) and %lld for big time_t | Theo de Raadt |
2013-04-17 | large time_t problems | Theo de Raadt |
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt |
2013-04-17 | (long long) and %lld for time_t output | Theo de Raadt |
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot |
2013-04-17 | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the | Marcus Glocker |
2013-04-17 | revert rev 1.262; it fails because uid is already set here. ok djm@ | Darren Tucker |
2013-04-17 | %zu format for size_t. | Nicholas Marriott |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | Martin Pieuchot |
2013-04-17 | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- | Theo de Raadt |
2013-04-17 | use CLOCK_MONOTONIC, and repair future time_t overflow | Theo de Raadt |
2013-04-17 | mention that the tga driver is specifically for the DECchip 21030 | Jonathan Gray |
2013-04-17 | give a timespec a name that is easier to verify | Theo de Raadt |
2013-04-17 | remove time_t cast not needed; ok guenther | Theo de Raadt |
2013-04-17 | handle large tv_sec | Theo de Raadt |
2013-04-17 | handle large time_t | Theo de Raadt |
2013-04-16 | handle large time_t types; ok millert | Theo de Raadt |
2013-04-16 | an acceptable time_t truncation (binding cannot take that long) | Theo de Raadt |
2013-04-16 | sync | Theo de Raadt |
2013-04-16 | time(NULL) looks better than time(0) | Theo de Raadt |
2013-04-16 | spelling errors; Diego Casati | Theo de Raadt |
2013-04-16 | handle long long tv_sec; ok millert | Theo de Raadt |
2013-04-16 | handle larger tv_sec types | Theo de Raadt |
2013-04-16 | handle larger time_t types | Theo de Raadt |
2013-04-16 | remove unneccessary time_t * cast | Theo de Raadt |
2013-04-16 | handle large time_t variables; ok guenther | Theo de Raadt |
2013-04-16 | mark time_t edges with comments | Theo de Raadt |
2013-04-16 | improve name of the 32-bit timeval that ping uses, and bound the use | Theo de Raadt |
2013-04-16 | handle big time_t types; ok guenther | Theo de Raadt |
2013-04-16 | remove wrong casts; ok millert | Theo de Raadt |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-04-16 | bzero struct tm before use | Theo de Raadt |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-04-16 | cannot inspect out_name via a time_t pointer; ok guenther | Theo de Raadt |
2013-04-16 | bzero struct tm before use; ok millert | Theo de Raadt |
2013-04-16 | do not need to cast type to same type | Theo de Raadt |