index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-21
zap trailing whitespace;
Jason McIntyre
2016-07-21
Remove a few debugging leftovers
Mike Belopuhov
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
Add AF_UNIX support to tcpbench and also make it possible to randomize the
Claudio Jeker
2016-07-21
Use explicit idiom when testing the result of strcmp() and strncmp().
Kenneth R Westerback
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
Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.
Stefan Sperling
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-21
set and clear the 10baseT bit in statchg
Jonathan Gray
2016-07-21
Skip passwords longer than 1k in length so clients can't easily DoS sshd
Darren Tucker
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
Plug potential leak of device list.
Kenneth R Westerback
2016-07-20
s/sudo/doas/
Sebastian Benoit
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
To tune the TCP SYN cache we need more information. Print the
Alexander Bluhm
2016-07-20
Use more compact idiom to select architecture dependent files to compile. No
Kenneth R Westerback
2016-07-20
Shrink priv_write_file() API so that it does less, and the callers ask
Theo de Raadt
2016-07-20
As a general rule, fchown before fchmod is a safer order (because many
Theo de Raadt
2016-07-20
Split in6_selectsrc() into a low-level part and a pcb-level part, and
Vincent Gross
2016-07-20
Disable the beacon filter in iwm(4). This allows beacons to pass through to
Stefan Sperling
2016-07-20
Make the iwn(4) LED flash 10 times slower in monitor mode.
Stefan Sperling
2016-07-20
In net80211, enable RTS for frames above a particular size (currently 512
Stefan Sperling
2016-07-20
strip back openssl ciphers:
Jason McIntyre
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
tag_signal() is dead; from LLVM via Christos Zoulas
Ingo Schwarze
2016-07-20
When parsing the configuration. initialize the auth structure
Reyk Floeter
2016-07-20
Add a -n flag to check the configuration and exit. Matches what almost
Jonathan Gray
2016-07-20
Do not clobber the global jump_host variables when parsing an inactive
Christian Weisgerber
2016-07-20
Bring iwn_update_htprot() back, so iwn(4) will properly keep track
Stefan Sperling
2016-07-20
Unbreak ural(4), which had been dropping frames on Tx while
Stefan Sperling
2016-07-20
ATI controllers seem to need the same workaround as VIA controllers.
Martin Pieuchot
2016-07-20
Make the size for the syn cache hash array tunable. As we are
Alexander Bluhm
2016-07-20
Fix typo
YASUOKA Masahiko
2016-07-19
Plug an mbuf leak in the error path of tcp signature in tcp_output().
Alexander Bluhm
2016-07-19
strip back openssl ca: in particular remove some excessively wordy sections,
Jason McIntyre
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
Narrow the BPF read filter rules so only packets sent to the
Kenneth R Westerback
2016-07-19
Add two more tests that use traffic that was captured with tcpdump.
Reyk Floeter
[next]