summaryrefslogtreecommitdiff
path: root/libexec/rexecd
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1999-03-03 21:18:00 +0000
committerchristos <christos@NetBSD.org>1999-03-03 21:18:00 +0000
commitec2edc19fde3370a188773de76dd9ab67c81e501 (patch)
treef0b3de0b7faacffd441afe3e435f37cbef0d44ab /libexec/rexecd
parent6b8842ab8e8bb01efa311039e5912ddaffd46223 (diff)
Make this compile without -DRTLD_LOADER and fix printf format problems on
the alpha.
Diffstat (limited to 'libexec/rexecd')
0 files changed, 0 insertions, 0 deletions
20:41:59 +0000'>2010-05-19Replace ether_nonstatic_aton with achristos 2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg 2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka 2009-03-18bcmp -> memcmpcegger 2008-12-17kill MALLOC and FREE macros.cegger 2008-11-07*** Summary ***dyoung 2008-11-03call pmf_device_deregister in detach functions. requested by jmcneill.hans 2008-11-02Add NULL pmf handlers. OK by cube.hans 2008-10-24Fix the device_t/softc split: introduce etherip_softc.sc_dev anddyoung 2008-07-10make this compile againcegger 2008-07-09- device/softc splitjoerg 2008-04-24Merge the socket locking patch:ad 2008-04-05use aprint_*_dev and device_xnamecegger 2008-02-20s/u_\(int[0-9]*_t\)/u\1/gmatt 2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung 2007-12-11use __KERNEL_RCSID()lukem 2007-10-08Use the softint API.ad 2007-09-16Use sockaddr_dup() and sockaddr_free().dyoung 2007-09-10Remove 3rd clause and my name from all the licences which were only in mycube 2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung 2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung 2007-07-14Generic soft interrupts are mandatory.ad 2007-05-30Move the nasty ifdefs in one place. Requested by ad and dyoung.christos 2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos 2007-04-23Free route cache after detaching an etherip(4) instance.dyoung 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-12-15Introduce new helper functions to abstract the route caching.joerg 2006-11-24The change I committed to etherip was wrong. ether_snprintf doesn't makerpaulo 2006-11-23Remove extra prototype.rpaulo 2006-11-23New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.rpaulo