summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-03-30Disable client-initiated renegotiation.Joel Sing
2017-03-30Set interface flag to VMIFF_UP when using -i option. This way vmd will makeClaudio Jeker
2017-03-29Bring radiusd log.c copyright in line with other program's log.cAlexander Bluhm
2017-03-29account key needs to be in quotes.T.J. Townsend
2017-03-29set REQ_EXT to x509v3_CA, fixing "ikectl ca XX create" inadvertently brokenStuart Henderson
2017-03-28For IPv6 pass prefix not nexthop as network for connected nexthops back toClaudio Jeker
2017-03-28add missing braces around a multi line if statementJonathan Gray
2017-03-28fix semicolon after if statement in currently uncalled codeJonathan Gray
2017-03-27repair knf & whitespace that jumped out of the screen during reviewTheo de Raadt
2017-03-27use a path of "/" if the URL does not include a trailing / - sinceBob Beck
2017-03-27Fail early if an ocep server returns a non-200 http response, there is noBob Beck
2017-03-27simplify parseval() by allocating a buffer the size of the input string,Jonathan Matthew
2017-03-27die whitespace die die dieTheo de Raadt
2017-03-26Implement a missing command in vioblk and allow > MAXPHYS transfers.Mike Larkin
2017-03-26recallocarray() for data buffer from the net.Theo de Raadt
2017-03-26After my previous commit, file descriptor fd_sendsys may be -1 ifAlexander Bluhm
2017-03-26Don't compare kernel and root disk name if both strings are empty.Reyk Floeter
2017-03-26With the updated get_input_data() interface, we need to zero-initializeMark Kettenis
2017-03-26spelling fix; ok espieJason McIntyre
2017-03-26Use the pseudo-bootloader if the boot image path matches the root disk path.Reyk Floeter
2017-03-25X-Forwarded-By should be the server $SERVER_ADDR instead of the clientClaudio Jeker
2017-03-25Last bits needed to get seabios + alpine linux working. This is enoughMike Larkin
2017-03-25Recognise vmm in dmesg to install "vmm-firmware" (the SeaBIOS package).Stuart Henderson
2017-03-25document tweaked checksum behavior, reorder environment, remove old cruft.Marc Espie
2017-03-25tweak checksums on delete to not happen by default, with an interfaceMarc Espie
2017-03-25Implement TLS ticket support in httpd. Off by default. UseClaudio Jeker
2017-03-25Process more than one avail slot in vioblk ring, if requested by theMike Larkin
2017-03-25Boot using BIOS from /etc/firmware/vmm-bios by default.Reyk Floeter
2017-03-25The virtio spec says isr_status should be cleared to 0 on read, whichMike Larkin
2017-03-25implement missing vioblk reset function and improve the partiallyMike Larkin
2017-03-25Implement some missing functionality and clean up some code in vmdMike Larkin
2017-03-25Introduce a new function to obtain properly sized input data, and convertMike Larkin
2017-03-25More PCI extended capabilities handling in pcidump.Mike Larkin
2017-03-24Keep syslogd(8) running as long as possible. Regular programsAlexander Bluhm
2017-03-24Replace bcopy(3) with memmove(3) in function ttymsg(). Values ofAlexander Bluhm
2017-03-24Backout mlarkin's previous commit while he is away:Reyk Floeter
2017-03-24Last bits of cleanup for linux/seabios support in i8253/i8259 emulationMike Larkin
2017-03-24Allow vmd to proceed after an interrupt occurred after retiring a cpuidMike Larkin
2017-03-23Set the maximum value of the msdos options to the value of LLONG_MAXPatrick Wildt
2017-03-23It is perfectly valid to have a cert / key not owned by root; removeFlorian Obser
2017-03-23pull root check up, the parser will bomb out anywayFlorian Obser
2017-03-23Implement memory size and SMP CPU count NVRAM registers in the emulatedMike Larkin
2017-03-23Various i8253/i8254 implementation improvements - Fix an error that usedMike Larkin
2017-03-23Various mc146818 emulation fixes - don't block interrupts needlessly, andMike Larkin
2017-03-23use proper return data size when doing PIC reads - don't clobber %eaxMike Larkin
2017-03-22Improve manpage and config file to show the more common use case.Sebastian Benoit
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-21Fix two errors in NS8250 (UART) emulation. The first error zeroed out theMike Larkin
2017-03-20send proposalsFlorian Obser