summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathJonathan Gray
2019-07-17vmm/vmd: Fix migration with pvclockpd
2019-07-17when combining -o and -b, print the byte offset of the pattern, not line.Ted Unangst
2019-07-17syncVisa Hankala
2019-07-17Remove an unused header (dev/mii/miivar.h)Kevin Lo
2019-07-16adapt to sshbuf_dtob64() changeDamien Miller
2019-07-16Fix uipc white spaces.Alexander Bluhm
2019-07-16According to POSIX msgsnd(2) has to fail with EINVAL if passing aAlexander Bluhm
2019-07-16New realpath(3) requires existing files. Create fake disk imagesAlexander Bluhm
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2019-07-16dwiic_init is called from dwiic_activate, don't do it twiceJoshua Stein
2019-07-16Call stat(2) only once in realpath(3) userland reference implementation.Alexander Bluhm
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-161) Re-resolve and re-get constraints once the clock is synced. ConstraintsOtto Moerbeek
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-16Fix long line by wrapping with 80 charsKinichiro Inoguchi
2019-07-16Move option handlers up to option definition struct in gendsa.cKinichiro Inoguchi
2019-07-16move the whole `struct pipe' allocation and initialization inside pipe_create()Sebastien Marie
2019-07-16Fix typo and -keyform argument in openssl(1) manualKinichiro Inoguchi
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-16so the output changed slightly, againMarc Espie
2019-07-16Remove ssh1 files from CLEANFILES since ssh1 no longer supported.Darren Tucker
2019-07-16Update names of host key files in CLEANFILES to match recent changes toDarren Tucker
2019-07-16Shuffle code a bit to make take_charge() return theKenneth R Westerback
2019-07-16Make rrw_init/rrw_init_flags take a const name argument matchingJonathan Gray
2019-07-15don't print the final heads-up about messageIngo Schwarze
2019-07-15explicitly reference the textproc/vgrind port;Ingo Schwarze
2019-07-15Stop calling resched_proc() after changing the nice(3) value of a process.Martin Pieuchot
2019-07-15explain escaping of end-of-sentence characters;Ingo Schwarze
2019-07-15Simplify code to work out if an extra line is needed in the cell.Nicholas Marriott
2019-07-15Improve logging when sending a packet fails.remi
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-15Explain in which circumstances trailing slashes can be omitted afterIngo Schwarze
2019-07-15Our kernel __realpath(2) implementation does not allow non-existingAlexander Bluhm
2019-07-15revert unintended change that snuck in last commitBob Beck
2019-07-15Make realpath posixly correct by changing the kernel implementationBob Beck
2019-07-15support PKCS8 as an optional format for storage of private keys,Damien Miller
2019-07-15unit tests for sshbuf_cmp() and sshbuf_find(); ok markusDamien Miller
2019-07-15two more bounds-checking sshbuf counterparts to common stringDamien Miller
2019-07-15Initialize struct inpcb pool not on demand, but during initialization.Alexander Bluhm
2019-07-15Convert struct unpcb malloc(9) to pool_get(9).Alexander Bluhm
2019-07-15Nuke '-l' command line option (alternate location forKenneth R Westerback
2019-07-15Fix usagekn
2019-07-15Add tls-cert-bundle and example of using a DNS-over-TLS forwarder.Darren Tucker
2019-07-15revisit pipe initialization and buffer managementSebastien Marie
2019-07-15Fix a direct map bug that affected machines with > 1023GB physicalMike Larkin
2019-07-15Document locking with fdrelease().Visa Hankala
2019-07-15Do not relock fdp in fdrelease(). This prevents unnecessary lockingVisa Hankala
2019-07-15syncVisa Hankala