summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-07fix indentation of a lineJonathan Gray
2015-05-07add missing braces to code under #ifdef TRM_DEBUG0Jonathan Gray
2015-05-07remove a surplus tabJonathan Gray
2015-05-07add missing bracesJonathan Gray
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06fix a fd leak in an error path in code under #ifdef DEBUGJonathan Gray
2015-05-06regenJonathan Gray
2015-05-06#include <sys/event.h> was removed from init_sysent.c but notJonathan Gray
2015-05-06Pass a thread pointer instead of its file descriptor table to getsock(9).Martin Pieuchot
2015-05-06use res_hnok() to valid domain part in valid_domain()Gilles Chehade
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-05-06Document that priority 1 is reserved for kernel use.Martin Pieuchot
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-05-06Turn cursor off during redraw, pointed out by George Nachman.Nicholas Marriott
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-05-06Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419Darren Tucker
2015-05-06make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it callDavid Gwynne
2015-05-06put mpi's atomics back in, but with the return value of add (and therefore su...David Gwynne
2015-05-06Add missing braces so this will correctly fall back to the "name"Jonathan Gray
2015-05-06add missing bracesJonathan Gray
2015-05-06Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.Jonathan Gray
2015-05-06Fix a memory leak in _dl_load_dep_libs()Jonathan Gray
2015-05-05Eliminate rabid semicolonChris Cappuccio
2015-05-05no need to swizzle load/store addresses for 32bit values on big endian systemsJonathan Matthew
2015-05-05Updated fifotest.outTodd C. Miller
2015-05-05fifofs now respects the flags a descriptor was opened with.Todd C. Miller
2015-05-05Now that we have a_fflag in struct vop_poll_args we can handleTodd C. Miller
2015-05-05AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.Jeremie Courreges-Anglas
2015-05-05Move the AI_ADDRCONFIG setup to its own function.Jeremie Courreges-Anglas
2015-05-05Remove man page links for crypto(9) key operations; reminded by jmc@Mike Belopuhov
2015-05-05Less magic numberAlexandr Shadchin
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
2015-05-05add missing braces in _aucat_wmsg()Jonathan Gray
2015-05-05Remove references to APIs that don't exist anymore.Mike Belopuhov
2015-05-05Implement If-Modified-Since.Florian Obser
2015-05-05WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatDarren Tucker
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05regenMartin Pieuchot
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05Flag user specified routes with an AF_LINK gateway as RTF_LLINFO.Martin Pieuchot
2015-05-05tweak;Jason McIntyre
2015-05-05Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsPhilip Guenther
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-05fix a return path that lacked a rw_exit_write() callJonathan Gray
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-04fix numbers for pppx, vscsi and diskmapJonathan Matthew
2015-05-04Default daemon_flags are no longer in /etc/rc.conf,Ingo Schwarze