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-12-13
teach tcpdump some more things about gre.
David Gwynne
2016-12-12
Implement support for layer 2 relaying and add further Relay Agent
Rafael Zalamena
2016-12-08
Clean up function prototypes: use a single struct to hold all address
Rafael Zalamena
2016-12-08
Make it possible to install patches even if we don't have all sets installed
Antoine Jacoutot
2016-12-08
Simplify get_interfaces function, make it return NULL if we didn't find
Rafael Zalamena
2016-12-07
DHCP requests can be relayed through multiple relays. Currently we
Patrick Wildt
2016-12-07
If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies that
Patrick Wildt
2016-12-07
pledge(2) dhcrelay with "stdio route". route is needed for interface ioctls.
Reyk Floeter
2016-12-07
Cleanup syspatch directories that do not contain a tarball; it means it
Antoine Jacoutot
2016-12-07
Rename function discover_interfaces into get_interface and change its
Rafael Zalamena
2016-12-06
Missed in previous.
Antoine Jacoutot
2016-12-06
Better matching and remove a useless use of sort(1).
Antoine Jacoutot
2016-12-06
Catch mtree(8) error; it's only run when applying patches and we already
Antoine Jacoutot
2016-12-06
Tweak comment.
Antoine Jacoutot
2016-12-05
Also print the mtu when showing interface details
Jeremie Courreges-Anglas
2016-12-05
Explicit error when running on unsupported release.
Antoine Jacoutot
2016-12-05
If we end up creating a rollback tarball from an empty list of files, it means
Antoine Jacoutot
2016-12-05
Remove the ugly temporary quirks.
Antoine Jacoutot
2016-12-05
Use the stack to hold the constraint child process variables instead of
Rafael Zalamena
2016-12-05
Add debug message to print VM's mac addresses (lladdr).
Reyk Floeter
2016-12-03
embed the struct iobuf instead of using a pointer.
Eric Faurot
2016-12-02
Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
Rafael Zalamena
2016-12-02
Implement the connection state machine for OpenFlow 1.0 and 1.3 to detect
Rafael Zalamena
2016-12-02
Simplify.
Antoine Jacoutot
2016-12-02
Few consistency fixes (no intended change in behaviour).
Antoine Jacoutot
2016-12-02
Fix leaks by freeing 'path' and 'lru_queue' in btree_close().
Jonathan Matthew
2016-12-01
Remove unused variable which was leaking memory, and while here remove 2 other
Ricardo Mestre
2016-12-01
Fix kernel matching installation:
Antoine Jacoutot
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
[next]