summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-11-30Check return value of tls_config_set_protocols(3) and bail out in case ofRicardo Mestre
2016-11-29When action == 0 (spamdb(8) without arguments) it only reads the DB so it onlyRicardo Mestre
2016-11-29Use memset(3) instead of bzero(3)Ricardo Mestre
2016-11-29remove all the (void) casts which are irrelevant. The remaining onesTheo de Raadt
2016-11-29Correct a bit test introduced in user.c rev 1.111 that made it impossibleJonathan Gray
2016-11-29Document the fact that *for now* syspatch only works on official releases andAntoine Jacoutot
2016-11-29Tweak output to keep it aligned when interfaces with big names, likeMartin Pieuchot
2016-11-29article fix; from rob pierceJason McIntyre
2016-11-29Alistair Crooks rescinded the advertising clause of his user(8)Jonathan Gray
2016-11-28ether_ntoa -> etheraddr_string, like elsewhere in tcpdumpJeremie Courreges-Anglas
2016-11-27Remove the backup kernel in rollback_patch() instead of the cleanupAntoine Jacoutot
2016-11-27Explicitely set umask.Antoine Jacoutot
2016-11-26Implement basic support for boot.conf(8) on the disk image.Reyk Floeter
2016-11-26If -m/memory is not specified, use 512M by default.Reyk Floeter
2016-11-26-add -n to the main summary;Jason McIntyre
2016-11-26Avoid NULL pointer dereference in cd9660.Martin Natano
2016-11-26Add the vmctl start -n option to specify add a network interface toReyk Floeter
2016-11-26virtio-net: Partially implement device resetStefan Fritsch
2016-11-26Remove start_client_vmd.Martijn van Duren
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
2016-11-25Do not call ufs_close() if ufs_open() failed, fixes potential double-free.Reyk Floeter
2016-11-25sync with libsa/ufs.cReyk Floeter
2016-11-25normalize iobuf before reading into it.Eric Faurot
2016-11-25use a specific event to defer the mta connection instead of abusingEric Faurot
2016-11-25Check args.Antoine Jacoutot
2016-11-25Fix some bad copy paste bits and simplify the ethernet printing function.Rafael Zalamena
2016-11-25assign an id to each rule in the ruleset, first step towards an MTA layerGilles Chehade
2016-11-24Restore the errno in vlog() as well to have the same "safe errno"Reyk Floeter
2016-11-24add an io_paused() function.Eric Faurot
2016-11-24The new fork+exec mode used too many fds in the parent process onReyk Floeter
2016-11-24add an io_fileno() accessorEric Faurot
2016-11-24add an io_ssl() accessorEric Faurot
2016-11-24add an io_error() accessor to avoid dereferencing the io struct directly.Eric Faurot
2016-11-24Add simple client to add flows from switchctl. Not finished yet, butReyk Floeter
2016-11-24Better cast for consistencyReyk Floeter
2016-11-24Fix a few signedness warnings in our copy of libsa's ufs.c.Reyk Floeter
2016-11-24Add support for booting the kernel from the disk image.Reyk Floeter
2016-11-24reset the io event when data is queued.Eric Faurot
2016-11-22Don't attempt to call vm_remove() with a NULL vm: some functions likeReyk Floeter
2016-11-22Add "features request" support and reply validation.Rafael Zalamena
2016-11-22Fix error path of config_setvm() and its callers. This unbreaksReyk Floeter
2016-11-22Restore previous errno after log_warn*() to make sure that it neverReyk Floeter
2016-11-22Implement support for version negotiation using hello messages. ThisRafael Zalamena
2016-11-22Fix printf of NULL for the FILTERERR case when the tempfile is emptyTodd C. Miller
2016-11-22Make sure /var/syspatch/$OSREV is not on a read-only mount-point when doingAntoine Jacoutot
2016-11-22Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsoRafael Zalamena
2016-11-22There is no need for res when there is already ret.Reyk Floeter
2016-11-22Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.Edd Barrett
2016-11-22Allow passing an explicit return code to sp_err() in case we don't want to exitAntoine Jacoutot
2016-11-22Normalize the io input buffer internally when reinstalling the io event, soEric Faurot