summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-12-06Missed in previous.Antoine Jacoutot
2016-12-06Better matching and remove a useless use of sort(1).Antoine Jacoutot
2016-12-06Catch mtree(8) error; it's only run when applying patches and we alreadyAntoine Jacoutot
2016-12-06Tweak comment.Antoine Jacoutot
2016-12-05Also print the mtu when showing interface detailsJeremie Courreges-Anglas
2016-12-05Explicit error when running on unsupported release.Antoine Jacoutot
2016-12-05If we end up creating a rollback tarball from an empty list of files, it meansAntoine Jacoutot
2016-12-05Remove the ugly temporary quirks.Antoine Jacoutot
2016-12-05Use the stack to hold the constraint child process variables instead ofRafael Zalamena
2016-12-05Add debug message to print VM's mac addresses (lladdr).Reyk Floeter
2016-12-03embed the struct iobuf instead of using a pointer.Eric Faurot
2016-12-02Fix some spelling errors in the OpenFlow header and update the tcpdump(8)Rafael Zalamena
2016-12-02Implement the connection state machine for OpenFlow 1.0 and 1.3 to detectRafael Zalamena
2016-12-02Simplify.Antoine Jacoutot
2016-12-02Few consistency fixes (no intended change in behaviour).Antoine Jacoutot
2016-12-02Fix leaks by freeing 'path' and 'lru_queue' in btree_close().Jonathan Matthew
2016-12-01Remove unused variable which was leaking memory, and while here remove 2 otherRicardo Mestre
2016-12-01Fix kernel matching installation:Antoine Jacoutot
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