summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-11-30Since pwp->pw_gid is equal to pwp->pw_uid then use the former instead inRicardo Mestre
2016-11-30Mitigate some fd leaks on user(8)Ricardo Mestre
2016-11-30note that no group is created if a group already exists when using =uid;Jason McIntyre
2016-11-30Always remove the local vm after calling terminate_vm().Reyk Floeter
2016-11-30remove unused iobuf helpersEric Faurot
2016-11-30hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT}Eric Faurot
2016-11-30Simplify:Antoine Jacoutot
2016-11-30During early testing, hardcode the syspatch repo to 'syspatch.openbsd.org'Antoine Jacoutot
2016-11-30Change the hierarchy under /var/syspatch/ so that the output of installed orAntoine Jacoutot
2016-11-30make struct io opaque:Eric Faurot
2016-11-30According to usermod(8) manpage if -g =uid is used it should create a new groupRicardo Mestre
2016-11-30Wrap lines earlier on tls_config_set_protocols(3)Ricardo Mestre
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