Age | Commit message (Expand) | Author |
2013-04-22 | When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr | Kenneth R Westerback |
2013-04-22 | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott |
2013-04-22 | Use lockf which is more portable than flock, from Dagobert Michelsen. | Nicholas Marriott |
2013-04-22 | Put the code manipulating scatter gather mapping for the framebuffer under | Martin Pieuchot |
2013-04-22 | Add tests for -Oforward and -Ocancel for local and remote forwards | Darren Tucker |
2013-04-22 | Write mux master logs to regress.log instead of ssh.log to keep separate | Darren Tucker |
2013-04-22 | unifdef non full TIMESPEC code | Marc Espie |
2013-04-22 | handle ENOBUFS on the SEQPACKET socketpair between the child and the parent | David Gwynne |
2013-04-22 | handle large time_t correctly in debug code | Theo de Raadt |
2013-04-22 | ffs2 blockcount is unsigned, so we must check for underflow beforehand. | Ted Unangst |
2013-04-22 | correct tv_sec handling in debug code | Theo de Raadt |
2013-04-22 | typo in debug output: evitval->exitval | Darren Tucker |
2013-04-21 | eeprom does not contain a a time_t -- it contains an unsigned 32 bit int. | Theo de Raadt |
2013-04-21 | avoid truncating a time_t division into days | Theo de Raadt |
2013-04-21 | use arc4random_uniform(); ok djm | Theo de Raadt |
2013-04-21 | Don't let server_client_check_focus use a dead bufferevent, from Romain | Nicholas Marriott |
2013-04-21 | Tweak #include order to work during the big time_t transition | Philip Guenther |
2013-04-21 | new digi puc; Hugo Lombard | Theo de Raadt |
2013-04-21 | sync | Theo de Raadt |
2013-04-21 | handle exceedingly long uptimes | Theo de Raadt |
2013-04-21 | IPv6 might still be around in 2038, replace magic timeval | Florian Obser |
2013-04-21 | tweak a few comments | Ted Unangst |
2013-04-21 | this man page is mostly about password hashing now (you really don't | Ted Unangst |
2013-04-21 | delete (uncompiled) hacked usleep function. | Ted Unangst |
2013-04-21 | Well, it turns out the assumption that boards with a 32-bit ID register | Miod Vallat |
2013-04-21 | In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptime | Miod Vallat |
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 |