summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-05-04Remove comments about default daemon_flags; most are empty, thoseIngo Schwarze
2015-05-04fix device numbering comments, no binary changeJonathan Matthew
2015-05-04Document the disklabel(8) autopartitioning feature.Robert Peichaer
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
2015-05-04lightly document the posix option and POSIXLY_CORRECT; will sketch outJason McIntyre
2015-05-04Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@Stuart Henderson
2015-05-04tweak previous;Jason McIntyre
2015-05-04sort the hardware list for urtwn, and update it's description in usb.4;Jason McIntyre
2015-05-04add missing .Vt macrosIngo Schwarze
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-05-04Fix clipping bug in float to fixed point conversion, causingAlexandre Ratchov
2015-05-04urtwn(4) man page updates for RTL8188EU support.Stefan Sperling
2015-05-04Add support for RTL8188EU chips to urtwn(4).Stefan Sperling
2015-05-04When writing a value to a field, don't read past the end of the source valueJonathan Matthew
2015-05-04Use ether_input() as default input packet handler and do the necessaryMartin Pieuchot
2015-05-04reduce the scope of things that include uvm_swap_encrypt.h.David Gwynne
2015-05-04Document usbd_open_pipe(9) and friends, from Sean Levy with some tweaks.Martin Pieuchot
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().Jonathan Gray
2015-05-04use the size of the buffer not the pointer in resume_randomness()Jonathan Gray
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-05-04Clarify that hibernate_resume must be called with interrupts enabled.Mike Larkin
2015-05-04Specify regression test host keys so that this test will work withoutDarren Tucker
2015-05-04Use diff w/out -u for better portabilityDarren Tucker
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
2015-05-03Implement byte ranges.Florian Obser
2015-05-03S was misplaced in r1.89, the optarg that was removed was actually neededGilles Chehade
2015-05-03smtpd enqueue -S does not take an argument, fix optstring accordinglyGilles Chehade
2015-05-03Remove subsections and start documentation of autoinstall only installerRobert Peichaer
2015-05-03struct usave is unused, and eproc is gone; delete the former andPhilip Guenther
2015-05-03add missing CISS_UNLOCK_SCRATCH/splx callsJonathan Gray
2015-05-03Make sure we don't leak bytes from malloced memory in the padding of structPhilip Guenther
2015-05-03Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.Philip Guenther
2015-05-02fix build with option DEBUGMiod Vallat
2015-05-02Die, damned distracting red space.Kenneth R Westerback
2015-05-02de-castify strtonum to make it consistent again.Florian Obser