Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | tedu unused makefiles. | Joel Sing | |
2013-04-23 | Remove softraid boot support from fdboot (again). | Joel Sing | |
2013-04-23 | sizeof(&foo) isnt as good as sizeof(foo). | David Gwynne | |
found by sthen@ | |||
2013-04-23 | Don't assume time_t is an uint32_t. | Martin Pieuchot | |
ok deraadt@ | |||
2013-04-23 | prepare for more time (bits); ok deraadt@ millert@ | Otto Moerbeek | |
2013-04-23 | add EXIT STATUS; original diff from Ryan Kavanagh, but i've used the | Jason McIntyre | |
(similar) text from freebsd; | |||
2013-04-23 | use stat to see if ~/.noident is there to avoid reimplementing a security | David Gwynne | |
issue from 1988 when using open. pointed out by deraadt@ | |||
2013-04-23 | i copied too much from the tftpd manpage. identd doesnt take a directory | David Gwynne | |
argument. | |||
2013-04-23 | fix usage to reflect the currently accepted getopt things. | David Gwynne | |
2013-04-23 | i forgot to add -n and -N to the synopsis | David Gwynne | |
2013-04-23 | remove support for specifying which port you want to run on. there's no | David Gwynne | |
point. well argued by deraadt@ | |||
2013-04-23 | add support for returning uids instead of usernames via -n, like libexec | David Gwynne | |
identd. | |||
2013-04-23 | add support for -N as per libexec/identd. this lets users put | David Gwynne | |
.noident in their homedir to have this identd return HIDDEN-USER instead of their username. | |||
2013-04-22 | When using choose-tree -u, start with the current window | Nicholas Marriott | |
highlighted. From Thomas Adam. | |||
2013-04-22 | Fixed typo. | Tobias Stoeckmann | |
ok jmc | |||
2013-04-22 | prepare for more time bits; ok millert@ deraadt@ | Otto Moerbeek | |
2013-04-22 | Get session of -t window rather than client's window. | Nicholas Marriott | |
2013-04-22 | handle long long time_t in debug code | Theo de Raadt | |
2013-04-22 | When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr | Kenneth R Westerback | |
twice. Simplify logic. Fixes loops while sync'ing for sthen@. Spotted by & fixed tested by sthen@. | |||
2013-04-22 | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott | |
session, from Daniel Ralston. | |||
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 | |
ifdef to be able to compile DRM on macppc. ok kettenis@ | |||
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 | |
procs. if this happens it would mean the parent has a backlog of work cos of slow username resolutions. in that situation the child should tell the client theres an error, but not die. this factors out a bit of code to handle generating errors for the client and closing the socket. reviewed by jmatthew@ | |||
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 | |
from freebsd. ok deraadt guenther otto | |||
2013-04-22 | correct tv_sec handling in debug code | Theo de Raadt | |
ok guenther | |||
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 | |
plus some other markings about signal races... | |||
2013-04-21 | Don't let server_client_check_focus use a dead bufferevent, from Romain | Nicholas Marriott | |
Francoise. | |||
2013-04-21 | Tweak #include order to work during the big time_t transition | Philip Guenther | |
noted by matthieu@ | |||
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 | |
{0x7fffffff, 0x7fffffff} with an explicit flag that timers should be stopped. input deraadt@, kettenis@ "Looks like a nice solution." deraadt@ OK benno@ | |||
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 | |
want to be using DES) and some of the notes about the export controls are no longer so relevant. ok deraadt jmc | |||
2013-04-21 | delete (uncompiled) hacked usleep function. | Ted Unangst | |
young minds should not be exposed to such code. | |||
2013-04-21 | Well, it turns out the assumption that boards with a 32-bit ID register | Miod Vallat | |
will not accept smaller-than-32-bit accesses to the ID register is wrong with some boards (such as the Set Eng. fast Ethernet). Rework the logic introduced in 1.10 to allow matching a board with a 32-bit ID register and consistent reads at smaller sizes. Tested to not cause false positive or disappearing devices against newport, grtwo, impact, Phobos G130/G160, Fore ATM, Cyclone Colorbus, and of course Set Eng. | |||
2013-04-21 | In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptime | Miod Vallat | |
when the clock is bad and we switch to the filesystem time. | |||
2013-04-21 | Add a files section to the sparc zs driver, pointing to the | Sebastian Reitenbach | |
tty devices OK miod@ | |||
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach | |
Most of the hard work by mpi@, who provided the initial diff. Fixes for sparc from myself. Tested on sgi and sparc myself. Compiles and detects zstty on my powerbook, compile tested on sparc64 by me. Real testing with zs device on sparc64 by miod@ who also gave a lot of help and feedback. ok miod@, mpi@ | |||
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 | |
interrupt handler. Disciplines such as RAID1/4/5/6 need a way to intercept I/O when the work unit is complete, but before the SCSI xfer is complete. This is provided via a sd_scsi_wu_done hook, which enables work units to be restarted or otherwise modified before the SCSI xfer completion occurs. ok krw@ | |||
2013-04-21 | Unbreak edquota by fixing the temporary file name template. Whilst here, | Joel Sing | |
fold pathnames.h into edquota.c - we do not really need a header file for a single define. ok deraadt@ guenther@ millert@ | |||
2013-04-21 | Check both f_mntfromname and f_mntfromspec when looking for a mounted | Joel Sing | |
filesystem. This makes umount via DUID possible. ok krw@ |