Stop using '\0' in argv constructs, NULL should be the end sentinel. |
|
More...
|
almost 4 years ago
|
Get rid of dumb and mostly unused '\0' NUL sentinel from Tom Smyth <[email protected]> |
|
More...
|
almost 4 years ago
|
mobileip gone, probably also [email protected] nsh patches |
|
More...
|
over 4 years ago
|
PIPEX inq/outq and mobile ip controls disappear from nad...@openbsd nsh patches |
|
More...
|
over 4 years ago
|
type changes from [email protected] nsh ports |
|
More...
|
over 4 years ago
|
PIPEX inq/outq and mobile ip controls disappear from nad...@openbsd nsh patches |
|
More...
|
over 4 years ago
|
remove timeslot support (removed from OpenBSD) |
|
More...
|
over 7 years ago
|
bye bye tcpip.h |
|
More...
|
over 7 years ago
|
get rid of sysctls that were removed |
|
More...
|
over 7 years ago
|
fix printing of flags. now we can properly print 'not' flags, the logic did not properly account for the meaning of the negative value flags. and while i'm there, i find that clang 4.0.0 now likes to optimize away our wonderful memset( ,0, ); which also screwed up flag printing BIGLY! explicit_bzero to the rescue. i'm starting to think, this is going to be explicitly needed in several places. |
|
More...
|
almost 8 years ago
|
obvious simplification. thanks again clang. |
|
More...
|
almost 8 years ago
|
Try to evaluate something. thanks clang! |
|
More...
|
almost 8 years ago
|
I'll be damned |
|
More...
|
almost 8 years ago
|
remove tun from 'latestartifs' and put pflow there instead |
|
More...
|
almost 8 years ago
|
add arptimeout and arpdown sysctls |
|
More...
|
almost 8 years ago
|
gettimeofday wants sys/time.h |
|
More...
|
almost 8 years ago
|
OpenBSD no longer has sqlite3. Until I figure out how to incorporate Ingo's sqlite replacement, -I and -L to /usr/local for ports sqlite3 |
|
More...
|
almost 8 years ago
|
if_pfsync.h wants struct sockaddr_union now |
|
More...
|
almost 8 years ago
|
needs howmany now |
|
More...
|
almost 8 years ago
|
vnetid went full u_int64_t |
|
More...
|
almost 8 years ago
|
RTF_MASK no longer |
|
More...
|
almost 8 years ago
|
ipip stats have gone full u_int64_t |
|
More...
|
almost 8 years ago
|
we just aren't going to have these ipv6 features today. notyet. |
|
More...
|
almost 8 years ago
|
get rid of #ifdef INET6. it is always enabled on the system (and enabled per-interface if you wish) |
|
More...
|
over 8 years ago
|
Stop ignoring ^Z (SIGTSTP) for now. It breaks editors, and we still can't EL_BIND ^Z in libedit right now. |
|
More...
|
over 8 years ago
|
Merge branch 'master' of http://github.com/yellowman/nsh |
|
More...
|
over 8 years ago
|
basic support for eigrpd/eigrpctl through ctl framework a flush/clear function for ctl daemons needs to be developed (clear neighbors, etc.) |
|
More...
|
over 8 years ago
|
superfluous check for kernel ppp auth secret |
|
More...
|
over 8 years ago
|
zero array before using it |
|
More...
|
over 8 years ago
|
allow 'no encap' to actually remove the encap type on mpw (using UINT32_MAX as a token to identify 'unwanted' encap vs. 'none specified') |
|
More...
|
over 8 years ago
|