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-07-31
Close /dev/hotplug on exec(). Otherwise a restart of the daemon may
Martin Natano
2016-07-31
Rename the route socket to a more useful name.
Jeremie Courreges-Anglas
2016-07-31
Turn two global variables into variables local to main.
Jeremie Courreges-Anglas
2016-07-31
Duplicated decls
Jeremie Courreges-Anglas
2016-07-30
Remove compat code.
Antoine Jacoutot
2016-07-30
This is effectively a ksh(1) script.
Antoine Jacoutot
2016-07-29
Allow starting a VM again after it was terminated
Stefan Kempf
2016-07-29
Bump copyright in files that I touched last.
Reyk Floeter
2016-07-29
Add support for common WebDAV methods; from httpd.
Reyk Floeter
2016-07-29
log ip addresses as well in authentication phase
Giovanni Bechis
2016-07-28
Use long labs(3) for pointer arithmetic.
Alexander Bluhm
2016-07-28
firmware is the plural;
Jason McIntyre
2016-07-27
checking for firmware works better if I pass thru all options
Marc Espie
2016-07-27
don't include firmwares in the fuzzy auto-reinstall list
Marc Espie
2016-07-27
hunting around for some sporadic error message. Removing the hash entry
Marc Espie
2016-07-27
According to RFC 7231 4.3.7, OPTIONS may have body. "Although this
Reyk Floeter
2016-07-27
Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:
Reyk Floeter
2016-07-25
Fix rarpd hang. The receive buffer of a route socket can become full
Visa Hankala
2016-07-25
Initialize the log subsytem in the SE like it is done in the RDE. Without
Claudio Jeker
2016-07-25
err() instead of errx(); noted by tim
Theo de Raadt
2016-07-24
Split the root vs not-root cases better with regards to chroot setup.
Theo de Raadt
2016-07-24
bump version
Gilles Chehade
2016-07-23
no quirks in FwUpdate.
Marc Espie
2016-07-22
Create a smtp transaction context on a session only for the duration of
Eric Faurot
2016-07-22
"wpath" is needed in the parent pledge when using the /dev/switch0 device.
Reyk Floeter
2016-07-22
fix some cases where we relay_abort_http() the connection too soon.
Sebastian Benoit
2016-07-21
Add basic support for OpenFlow 1.3 PACKET_IN+PACKET_OUT,
Reyk Floeter
2016-07-21
Remove a fatal() in peer_up when the local addrs of a peer can't be figured out.
Claudio Jeker
2016-07-21
long to uint32_t port
Reyk Floeter
2016-07-21
With uint32_t ports, we cannot sneak the port into an int anymore
Reyk Floeter
2016-07-21
Turn ofp*_debug functions into ofp*_validate functions to follow a
Reyk Floeter
2016-07-21
2004 privsep caused "tcpdump -r" to became a priviledged operation because
Theo de Raadt
2016-07-20
fix typos in comments
Reyk Floeter
2016-07-20
pledge switchctl
Reyk Floeter
2016-07-20
pledge(2) all the switchd processes.
Reyk Floeter
2016-07-20
Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bit
Reyk Floeter
2016-07-20
Parse and print OpenFlow 1.3 PACKET_IN and OXM (Openflow eXtended Match) -
Reyk Floeter
2016-07-20
Use more compact idiom to select architecture dependent files to compile. No
Kenneth R Westerback
2016-07-20
Update OpenFlow 1.3 stub based on the 1.0 code.
Reyk Floeter
2016-07-20
Fix dependencies of generated map files.
Reyk Floeter
2016-07-20
Add a -n flag to check the configuration and exit. Matches what almost
Jonathan Gray
2016-07-20
Fix typo
YASUOKA Masahiko
2016-07-19
The -DNAME=switch flag is an artifact from the PoC when I couldn't
Reyk Floeter
2016-07-19
Correctly use ssize_t instead of size_t for read/write return values.
Reyk Floeter
2016-07-19
Remove unused variable
Reyk Floeter
2016-07-19
A bit of cleanup and style changes. ofcconn needs more work.
Reyk Floeter
2016-07-19
L2 tun is tap now
Reyk Floeter
2016-07-19
Don't use .p_shutdown in the proc struct
Reyk Floeter
2016-07-19
Comment out device/switch(4) for now
Reyk Floeter
2016-07-19
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
Reyk Floeter
[next]