index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2016-11-30
Since pwp->pw_gid is equal to pwp->pw_uid then use the former instead in
Ricardo Mestre
2016-11-30
Mitigate some fd leaks on user(8)
Ricardo Mestre
2016-11-30
note that no group is created if a group already exists when using =uid;
Jason McIntyre
2016-11-30
Always remove the local vm after calling terminate_vm().
Reyk Floeter
2016-11-30
remove unused iobuf helpers
Eric Faurot
2016-11-30
hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT}
Eric Faurot
2016-11-30
Simplify:
Antoine Jacoutot
2016-11-30
During early testing, hardcode the syspatch repo to 'syspatch.openbsd.org'
Antoine Jacoutot
2016-11-30
Change the hierarchy under /var/syspatch/ so that the output of installed or
Antoine Jacoutot
2016-11-30
make struct io opaque:
Eric Faurot
2016-11-30
According to usermod(8) manpage if -g =uid is used it should create a new group
Ricardo Mestre
2016-11-30
Wrap lines earlier on tls_config_set_protocols(3)
Ricardo Mestre
2016-11-30
Check return value of tls_config_set_protocols(3) and bail out in case of
Ricardo Mestre
2016-11-29
When action == 0 (spamdb(8) without arguments) it only reads the DB so it only
Ricardo Mestre
2016-11-29
Use memset(3) instead of bzero(3)
Ricardo Mestre
2016-11-29
remove all the (void) casts which are irrelevant. The remaining ones
Theo de Raadt
2016-11-29
Correct a bit test introduced in user.c rev 1.111 that made it impossible
Jonathan Gray
2016-11-29
Document the fact that *for now* syspatch only works on official releases and
Antoine Jacoutot
2016-11-29
Tweak output to keep it aligned when interfaces with big names, like
Martin Pieuchot
2016-11-29
article fix; from rob pierce
Jason McIntyre
2016-11-29
Alistair Crooks rescinded the advertising clause of his user(8)
Jonathan Gray
2016-11-28
ether_ntoa -> etheraddr_string, like elsewhere in tcpdump
Jeremie Courreges-Anglas
2016-11-27
Remove the backup kernel in rollback_patch() instead of the cleanup
Antoine Jacoutot
2016-11-27
Explicitely set umask.
Antoine Jacoutot
2016-11-26
Implement basic support for boot.conf(8) on the disk image.
Reyk Floeter
2016-11-26
If -m/memory is not specified, use 512M by default.
Reyk Floeter
2016-11-26
-add -n to the main summary;
Jason McIntyre
2016-11-26
Avoid NULL pointer dereference in cd9660.
Martin Natano
2016-11-26
Add the vmctl start -n option to specify add a network interface to
Reyk Floeter
2016-11-26
virtio-net: Partially implement device reset
Stefan Fritsch
2016-11-26
Remove start_client_vmd.
Martijn van Duren
2016-11-26
Remove leftovers of line disciplines that are no more.
Martin Pieuchot
2016-11-25
Do not call ufs_close() if ufs_open() failed, fixes potential double-free.
Reyk Floeter
2016-11-25
sync with libsa/ufs.c
Reyk Floeter
2016-11-25
normalize iobuf before reading into it.
Eric Faurot
2016-11-25
use a specific event to defer the mta connection instead of abusing
Eric Faurot
2016-11-25
Check args.
Antoine Jacoutot
2016-11-25
Fix some bad copy paste bits and simplify the ethernet printing function.
Rafael Zalamena
2016-11-25
assign an id to each rule in the ruleset, first step towards an MTA layer
Gilles Chehade
2016-11-24
Restore the errno in vlog() as well to have the same "safe errno"
Reyk Floeter
2016-11-24
add an io_paused() function.
Eric Faurot
2016-11-24
The new fork+exec mode used too many fds in the parent process on
Reyk Floeter
2016-11-24
add an io_fileno() accessor
Eric Faurot
2016-11-24
add an io_ssl() accessor
Eric Faurot
2016-11-24
add an io_error() accessor to avoid dereferencing the io struct directly.
Eric Faurot
2016-11-24
Add simple client to add flows from switchctl. Not finished yet, but
Reyk Floeter
2016-11-24
Better cast for consistency
Reyk Floeter
2016-11-24
Fix a few signedness warnings in our copy of libsa's ufs.c.
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-11-24
reset the io event when data is queued.
Eric Faurot
[next]