Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-21 | the DVMRP protocol generation number can work beyond 2038 because it | Theo de Raadt | |
is unsigned. Cast it specifically, with a comment, to make this more clear. | |||
2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set | Theo de Raadt | |
ok tedu | |||
2013-04-21 | revert 1.45. it depended on a kernel change we will not be making, and | Ted Unangst | |
the old code was cleaner | |||
2013-04-21 | convert select to poll, since the select code had descriptor limits | Theo de Raadt | |
ok tedu | |||
2013-04-21 | cleaner and easier to use signed long long. ok deraadt | Ted Unangst | |
2013-04-20 | identify the argument containing the requested timeout, give arguments | Ted Unangst | |
better names, and reword time to duration for clarity | |||
2013-04-20 | more pckbd fallout, sigh | Theo de Raadt | |
2013-04-20 | Don't use random() because it's not safe. Use arc4random() instead of | YASUOKA Masahiko | |
it. Suggested by deraadt. | |||
2013-04-20 | Remove extra info from usage message; that's what the manual is for. | Todd C. Miller | |
OK jmc@ | |||
2013-04-20 | casts of (time_t *) lead to bugs | Theo de Raadt | |
2013-04-20 | Do not wait too long for the chip to unbusy, and return EAGAIN to the upper | Miod Vallat | |
layers when the chip can't process commands fast enough; wscons knows how to cope. | |||
2013-04-20 | In ahc_reset(), use SELxxx constants instead of magic values. No functional | Miod Vallat | |
change. | |||
2013-04-20 | Crank C_MAXFILE static limit of files to serve; note that this is actually | Miod Vallat | |
a limit of the number of files in /usr/mdec/rbootd/, not a limit of files listed in /etc/rbootd.conf. The existing limit of 10 is too small for some networks. | |||
2013-04-20 | Use offsetof() instead of rolling our own; gets rid of truncation warnings | Miod Vallat | |
when building on 64-bit hosts. "looks good" deraadt@ | |||
2013-04-20 | replace select with poll | Theo de Raadt | |
ok miod | |||
2013-04-20 | remove one of the last stupid (unsigned) casts in the tree | Theo de Raadt | |
2013-04-20 | use poll() instead of select() with a limited-size fd_set | Theo de Raadt | |
2013-04-20 | Xr encrypt(1) to give people a hint if they just want a password string | Ted Unangst | |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat | |
of the .plt whenever possible, and fallback to the old behaviour of searching for special symbols pointing to its boundaries. No functional change. | |||
2013-04-20 | correct handling of t_apmver | Theo de Raadt | |
2013-04-20 | spacing | Theo de Raadt | |
2013-04-20 | Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC. | Miod Vallat | |
Also, when compiling PIC, do not force PIC_OFFSET_TABLE_REGNUM to be set in global_regs[], there is no reason to do this (on the other hand, forcing it to be set in fixed_regs[] and call_used_regs[] is still necessary and correct). | |||
2013-04-20 | remove irrelevant comment | Theo de Raadt | |
2013-04-20 | remove dead code in print_operand() | Miod Vallat | |
2013-04-20 | disable time (rfc868) service by default | Theo de Raadt | |
ok millert | |||
2013-04-20 | SSL_CTX_set_timeout only handles long for the delta timeval, so constrain | Theo de Raadt | |
it with MIN and LONG_MAX. It is only an interval, so it is fine. suggestion by djm, ok benno | |||
2013-04-20 | more usb typedef removal fallout | Theo de Raadt | |
2013-04-20 | print large time_t nicely; ok benno | Theo de Raadt | |
2013-04-20 | use poll() instead of select() [with a fixed size fd_set] | Theo de Raadt | |
ok florian | |||
2013-04-20 | Implement support for "clock stretching" where a slave device pulls down SCL | Mark Kettenis | |
to slow down the master device. This makes the i2c bit-banging code work with slow slave device such as SDVO chips and DDC eeproms found on various graphics hardware supported by inteldrm(4). Mostly from NetBSD. | |||
2013-04-20 | tzdata2013c from ftp.iana.org | Todd C. Miller | |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann | |
Supported for i386 and amd64 except SMALL_KERNEL. Based on Miod's former work on this subject. ok mpi | |||
2013-04-20 | Remove unused macro function. | YASUOKA Masahiko | |
diff from Michael W. Bombardieri. | |||
2013-04-20 | PPPoE server was broken since last configuration rework. Calling | YASUOKA Masahiko | |
pppoed_init() was accidentally deleted. Revert it in npppd_init() and rearrange l2tpd_init() and pptpd_init() to the same place. ok todd | |||
2013-04-20 | adjust comment | Theo de Raadt | |
2013-04-20 | Remove extraneous "\n" erroneously introduced by move to strftime(). | Kenneth R Westerback | |
Spotted by sthen@. | |||
2013-04-20 | Add -o option to getopt string and usage. | Todd C. Miller | |
2013-04-19 | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition | Miod Vallat | |
to the state of the SDA bit; the MI i2c code is about to depend upon this. | |||
2013-04-19 | Use time_t instead of long for archive timestamps, and print them as long long; | Miod Vallat | |
prodding deraadt@ | |||
2013-04-19 | Revert 1.47 (bad merge) | Miod Vallat | |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2013-04-19 | sprinkle ifdef MP to disable cpu migration code when not needed. | Ted Unangst | |
ok deraadt | |||
2013-04-19 | Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by | Stuart Henderson | |
krw) their address. As dhcpd uses BPF, it's not possible to find this information out from fstat/netstat. ok krw@ | |||
2013-04-19 | Make -n the default and add -o flag for the old RFC 868 time protocol | Todd C. Miller | |
(which uses a 32-bit value for its wire protocol). OK deraadt@ ian@ | |||
2013-04-19 | Rename usbd_fill_*_task() to usb_fill_*_task(). | Marcus Glocker | |
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt | |
used uninitialized... clean up time related variables too for 2038++ ok millert | |||
2013-04-19 | for datagrams, assume other protocols should fail | Theo de Raadt | |
ok millert | |||
2013-04-19 | handle long long time_t | Theo de Raadt | |
ok millert tedu | |||
2013-04-19 | Add support for printing long long (%lld). OK deraadt@ | Todd C. Miller | |