summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-17the tiniest of style tweaksTed Unangst
2013-04-17Don't set the frequency of the statclock if we don't have one.Gerhard Roth
2013-04-17uvm_extern.h not uvm.hTed Unangst
2013-04-17do not permanently avoid the BRKSIZ gap in the heap for mmap. after someTed Unangst
2013-04-17check that the pool we are about to init isn't already on the list inTed Unangst
2013-04-17zlib info header is 32-bit; handle for localtime() call; ok millertTheo de Raadt
2013-04-17do not mix concepts of gettimeofday(), tv_sec, and localtime() in aTheo de Raadt
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-17silence some warnings by adding prototypes, casts, and headers asTed Unangst
2013-04-17prettyTheo de Raadt
2013-04-17Unbreak and cleanup diskless swap automount.Florian Obser
2013-04-17Adapt cron and at for future large time_t and tv_sec types. These were someTheo de Raadt
2013-04-17first few large time_t changes; more might be required -- still digging.Theo de Raadt
2013-04-17evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highTheo de Raadt
2013-04-17(long long) and %lld for big time_tTheo de Raadt
2013-04-17large time_t problemsTheo de Raadt
2013-04-17variety 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 outputTheo de Raadt
2013-04-17Replace some casts by ifatoia() and sintosa().Martin Pieuchot
2013-04-17Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve theMarcus Glocker
2013-04-17revert 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-17Simplify the check to call in_ifinit() by merging two conditionalMartin Pieuchot
2013-04-17ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --Theo de Raadt
2013-04-17use CLOCK_MONOTONIC, and repair future time_t overflowTheo de Raadt
2013-04-17mention that the tga driver is specifically for the DECchip 21030Jonathan Gray
2013-04-17give a timespec a name that is easier to verifyTheo de Raadt
2013-04-17remove time_t cast not needed; ok guentherTheo de Raadt
2013-04-17handle large tv_secTheo de Raadt
2013-04-17handle large time_tTheo de Raadt
2013-04-16handle large time_t types; ok millertTheo de Raadt
2013-04-16an acceptable time_t truncation (binding cannot take that long)Theo de Raadt
2013-04-16syncTheo de Raadt
2013-04-16time(NULL) looks better than time(0)Theo de Raadt
2013-04-16spelling errors; Diego CasatiTheo de Raadt
2013-04-16handle long long tv_sec; ok millertTheo de Raadt
2013-04-16handle larger tv_sec typesTheo de Raadt
2013-04-16handle larger time_t typesTheo de Raadt
2013-04-16remove unneccessary time_t * castTheo de Raadt
2013-04-16handle large time_t variables; ok guentherTheo de Raadt
2013-04-16mark time_t edges with commentsTheo de Raadt
2013-04-16improve name of the 32-bit timeval that ping uses, and bound the useTheo de Raadt
2013-04-16handle big time_t types; ok guentherTheo de Raadt
2013-04-16remove wrong casts; ok millertTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16bzero struct tm before useTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16cannot inspect out_name via a time_t pointer; ok guentherTheo de Raadt
2013-04-16bzero struct tm before use; ok millertTheo de Raadt
2013-04-16do not need to cast type to same typeTheo de Raadt