summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-04-20correct handling of t_apmverTheo de Raadt
2013-04-20spacingTheo de Raadt
2013-04-20Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC.Miod Vallat
2013-04-20remove irrelevant commentTheo de Raadt
2013-04-20remove dead code in print_operand()Miod Vallat
2013-04-20disable time (rfc868) service by defaultTheo de Raadt
2013-04-20SSL_CTX_set_timeout only handles long for the delta timeval, so constrainTheo de Raadt
2013-04-20more usb typedef removal falloutTheo de Raadt
2013-04-20print large time_t nicely; ok bennoTheo de Raadt
2013-04-20use poll() instead of select() [with a fixed size fd_set]Theo de Raadt
2013-04-20Implement support for "clock stretching" where a slave device pulls down SCLMark Kettenis
2013-04-20tzdata2013c from ftp.iana.orgTodd C. Miller
2013-04-20Enable active PS/2 multiplexing if available.Tobias Stoeckmann
2013-04-20Remove unused macro function.YASUOKA Masahiko
2013-04-20PPPoE server was broken since last configuration rework. CallingYASUOKA Masahiko
2013-04-20adjust commentTheo de Raadt
2013-04-20Remove extraneous "\n" erroneously introduced by move to strftime().Kenneth R Westerback
2013-04-20Add -o option to getopt string and usage.Todd C. Miller
2013-04-19In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionMiod Vallat
2013-04-19Use time_t instead of long for archive timestamps, and print them as long long;Miod Vallat
2013-04-19Revert 1.47 (bad merge)Miod Vallat
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2013-04-19sprinkle ifdef MP to disable cpu migration code when not needed.Ted Unangst
2013-04-19Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested byStuart Henderson
2013-04-19Make -n the default and add -o flag for the old RFC 868 time protocolTodd C. Miller
2013-04-19Rename usbd_fill_*_task() to usb_fill_*_task().Marcus Glocker
2013-04-19remove comment about "make gcc happy" for variables which WERE beingTheo de Raadt