1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stop using '\0' in argv constructs, NULL should be the end sentinel.
chriscappuccio
as chris
More... almost 4 years ago
Get rid of dumb and mostly unused '\0' NUL sentinel from Tom Smyth <[email protected]>
chriscappuccio
as chris
More... almost 4 years ago
mobileip gone, probably also [email protected] nsh patches
chriscappuccio
as Chris Cappuccio
More... over 4 years ago
PIPEX inq/outq and mobile ip controls disappear from nad...@openbsd nsh patches
chriscappuccio
as Chris Cappuccio
More... over 4 years ago
type changes from [email protected] nsh ports
chriscappuccio
as Chris Cappuccio
More... over 4 years ago
PIPEX inq/outq and mobile ip controls disappear from nad...@openbsd nsh patches
chriscappuccio
as Chris Cappuccio
More... over 4 years ago
remove timeslot support (removed from OpenBSD)
chriscappuccio
as Chris Cappuccio
More... over 7 years ago
bye bye tcpip.h
chriscappuccio
as Chris Cappuccio
More... over 7 years ago
get rid of sysctls that were removed
chriscappuccio
as Chris Cappuccio
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.
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
obvious simplification. thanks again clang.
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
Try to evaluate something. thanks clang!
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
I'll be damned
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
remove tun from 'latestartifs' and put pflow there instead
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
add arptimeout and arpdown sysctls
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
gettimeofday wants sys/time.h
chriscappuccio
as Chris Cappuccio
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
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
if_pfsync.h wants struct sockaddr_union now
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
needs howmany now
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
vnetid went full u_int64_t
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
RTF_MASK no longer
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
ipip stats have gone full u_int64_t
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
we just aren't going to have these ipv6 features today. notyet.
chriscappuccio
as Chris Cappuccio
More... almost 8 years ago
get rid of #ifdef INET6. it is always enabled on the system (and enabled per-interface if you wish)
chriscappuccio
as Chris Cappuccio
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.
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Merge branch 'master' of http://github.com/yellowman/nsh
chriscappuccio
as chris
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.)
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
superfluous check for kernel ppp auth secret
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
zero array before using it
chriscappuccio
as chris
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')
chriscappuccio
as chris
More... over 8 years ago