summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22handle ENOBUFS on the SEQPACKET socketpair between the child and the parentDavid Gwynne
2013-04-22handle large time_t correctly in debug codeTheo de Raadt
2013-04-22ffs2 blockcount is unsigned, so we must check for underflow beforehand.Ted Unangst
2013-04-22correct tv_sec handling in debug codeTheo de Raadt
2013-04-22typo in debug output: evitval->exitvalDarren Tucker
2013-04-21eeprom does not contain a a time_t -- it contains an unsigned 32 bit int.Theo de Raadt
2013-04-21avoid truncating a time_t division into daysTheo de Raadt
2013-04-21use arc4random_uniform(); ok djmTheo de Raadt
2013-04-21Don't let server_client_check_focus use a dead bufferevent, from RomainNicholas Marriott
2013-04-21Tweak #include order to work during the big time_t transitionPhilip Guenther
2013-04-21new digi puc; Hugo LombardTheo de Raadt
2013-04-21syncTheo de Raadt
2013-04-21handle exceedingly long uptimesTheo de Raadt
2013-04-21IPv6 might still be around in 2038, replace magic timevalFlorian Obser
2013-04-21tweak a few commentsTed Unangst
2013-04-21this man page is mostly about password hashing now (you really don'tTed Unangst
2013-04-21delete (uncompiled) hacked usleep function.Ted Unangst
2013-04-21Well, it turns out the assumption that boards with a 32-bit ID registerMiod Vallat
2013-04-21In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptimeMiod Vallat
2013-04-21Add a files section to the sparc zs driver, pointing to theSebastian Reitenbach
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-04-21Move GEM initialization code into its own function like Linux has.Mark Kettenis
2013-04-21Convert RAID1 to the new work unit completion functions and genericJoel Sing
2013-04-21Unbreak edquota by fixing the temporary file name template. Whilst here,Joel Sing
2013-04-21Check both f_mntfromname and f_mntfromspec when looking for a mountedJoel Sing
2013-04-21When mount(1) is run in verbose mode, display f_mntfromspec if it differsJoel Sing
2013-04-21disable inetd by default; ok aja millertTheo de Raadt
2013-04-21Convert select() to poll(). OK deraadt@Todd C. Miller
2013-04-21wording fix;Jason McIntyre
2013-04-21deregister. no binary change.Ted Unangst
2013-04-21as in dvmrpd:Theo de Raadt
2013-04-21the DVMRP protocol generation number can work beyond 2038 because itTheo de Raadt
2013-04-21use poll + nanosleep instead of select with a fixed size fd_setTheo de Raadt
2013-04-21revert 1.45. it depended on a kernel change we will not be making, andTed Unangst
2013-04-21convert select to poll, since the select code had descriptor limitsTheo de Raadt
2013-04-21cleaner and easier to use signed long long. ok deraadtTed Unangst
2013-04-20identify the argument containing the requested timeout, give argumentsTed Unangst
2013-04-20more pckbd fallout, sighTheo de Raadt
2013-04-20Don't use random() because it's not safe. Use arc4random() instead ofYASUOKA Masahiko
2013-04-20Remove extra info from usage message; that's what the manual is for.Todd C. Miller
2013-04-20casts of (time_t *) lead to bugsTheo de Raadt
2013-04-20Do not wait too long for the chip to unbusy, and return EAGAIN to the upperMiod Vallat
2013-04-20In ahc_reset(), use SELxxx constants instead of magic values. No functionalMiod Vallat
2013-04-20Crank C_MAXFILE static limit of files to serve; note that this is actuallyMiod Vallat
2013-04-20Use offsetof() instead of rolling our own; gets rid of truncation warningsMiod Vallat
2013-04-20replace select with pollTheo de Raadt
2013-04-20remove one of the last stupid (unsigned) casts in the treeTheo de Raadt
2013-04-20use poll() instead of select() with a limited-size fd_setTheo de Raadt
2013-04-20Xr encrypt(1) to give people a hint if they just want a password stringTed Unangst
2013-04-20Prefer the processor-specific _DYNAMIC[] tags value to find out the boundariesMiod Vallat