summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
2013-04-23Remove a loongson reference.Brian Callahan
2013-04-23Remove obsolete comment, okay mlarkin@.Paul Irofti
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2013-04-23Convert RAID6 to new ccb handling.Joel Sing
2013-04-23Convert RAID4/5 to new ccb handling.Joel Sing
2013-04-23Do not pass SR_CCBF_FREEBUF unless we are passing an already allocatedJoel Sing
2013-04-23Rename ccb_flag to ccb_flags.Joel Sing
2013-04-23tedu unused makefiles.Joel Sing
2013-04-23Remove softraid boot support from fdboot (again).Joel Sing
2013-04-23sizeof(&foo) isnt as good as sizeof(foo).David Gwynne
2013-04-23Don't assume time_t is an uint32_t.Martin Pieuchot
2013-04-23prepare for more time (bits); ok deraadt@ millert@Otto Moerbeek
2013-04-23add EXIT STATUS; original diff from Ryan Kavanagh, but i've used theJason McIntyre
2013-04-23use stat to see if ~/.noident is there to avoid reimplementing a securityDavid Gwynne
2013-04-23i copied too much from the tftpd manpage. identd doesnt take a directoryDavid Gwynne
2013-04-23fix usage to reflect the currently accepted getopt things.David Gwynne
2013-04-23i forgot to add -n and -N to the synopsisDavid Gwynne
2013-04-23remove support for specifying which port you want to run on. there's noDavid Gwynne
2013-04-23add support for returning uids instead of usernames via -n, like libexecDavid Gwynne
2013-04-23add support for -N as per libexec/identd. this lets users putDavid Gwynne
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-04-22Fixed typo.Tobias Stoeckmann
2013-04-22prepare for more time bits; ok millert@ deraadt@Otto Moerbeek
2013-04-22Get session of -t window rather than client's window.Nicholas Marriott
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-04-22When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddrKenneth R Westerback
2013-04-22Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott
2013-04-22Use lockf which is more portable than flock, from Dagobert Michelsen.Nicholas Marriott
2013-04-22Put the code manipulating scatter gather mapping for the framebuffer underMartin Pieuchot
2013-04-22Add tests for -Oforward and -Ocancel for local and remote forwardsDarren Tucker
2013-04-22Write mux master logs to regress.log instead of ssh.log to keep separateDarren Tucker
2013-04-22unifdef non full TIMESPEC codeMarc Espie
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