Age | Commit message (Expand) | Author |
2013-04-21 | Add a files section to the sparc zs driver, pointing to the | Sebastian Reitenbach |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-21 | Move GEM initialization code into its own function like Linux has. | Mark Kettenis |
2013-04-21 | Convert RAID1 to the new work unit completion functions and generic | Joel Sing |
2013-04-21 | Unbreak edquota by fixing the temporary file name template. Whilst here, | Joel Sing |
2013-04-21 | Check both f_mntfromname and f_mntfromspec when looking for a mounted | Joel Sing |
2013-04-21 | When mount(1) is run in verbose mode, display f_mntfromspec if it differs | Joel Sing |
2013-04-21 | disable inetd by default; ok aja millert | Theo de Raadt |
2013-04-21 | Convert select() to poll(). OK deraadt@ | Todd C. Miller |
2013-04-21 | wording fix; | Jason McIntyre |
2013-04-21 | deregister. no binary change. | Ted Unangst |
2013-04-21 | as in dvmrpd: | Theo de Raadt |
2013-04-21 | the DVMRP protocol generation number can work beyond 2038 because it | Theo de Raadt |
2013-04-21 | use poll + nanosleep instead of select with a fixed size fd_set | Theo de Raadt |
2013-04-21 | revert 1.45. it depended on a kernel change we will not be making, and | Ted Unangst |
2013-04-21 | convert select to poll, since the select code had descriptor limits | Theo de Raadt |
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 |
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 |
2013-04-20 | Remove extra info from usage message; that's what the manual is for. | Todd C. Miller |
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 |
2013-04-20 | In ahc_reset(), use SELxxx constants instead of magic values. No functional | Miod Vallat |
2013-04-20 | Crank C_MAXFILE static limit of files to serve; note that this is actually | Miod Vallat |
2013-04-20 | Use offsetof() instead of rolling our own; gets rid of truncation warnings | Miod Vallat |
2013-04-20 | replace select with poll | Theo de Raadt |
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 |
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 |
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 |
2013-04-20 | SSL_CTX_set_timeout only handles long for the delta timeval, so constrain | Theo de Raadt |
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 |
2013-04-20 | Implement support for "clock stretching" where a slave device pulls down SCL | Mark Kettenis |
2013-04-20 | tzdata2013c from ftp.iana.org | Todd C. Miller |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann |
2013-04-20 | Remove unused macro function. | YASUOKA Masahiko |
2013-04-20 | PPPoE server was broken since last configuration rework. Calling | YASUOKA Masahiko |
2013-04-20 | adjust comment | Theo de Raadt |
2013-04-20 | Remove extraneous "\n" erroneously introduced by move to strftime(). | Kenneth R Westerback |
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 |