Up to [cvs.netbsd.org] / src / sys / dev / pcmcia
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.43.4.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:07 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43.4.4: +4 -6
lines
Diff to previous 1.43.4.4 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored)
sync with head.
Revision 1.54.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:41 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.54: +4 -6
lines
Diff to previous 1.54 (colored) next main 1.55 (colored)
sync with head
Revision 1.54.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:46 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.54: +4 -6
lines
Diff to previous 1.54 (colored) next main 1.55 (colored)
Sync with HEAD.
Revision 1.44.12.1.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:50 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.44.12.1: +2 -2
lines
Diff to previous 1.44.12.1 (colored) next main 1.45 (colored)
sync to netbsd-5
Revision 1.55 / (download) - annotate - [select for diffs], Mon Apr 5 07:21:47 2010 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.54: +4 -6
lines
Diff to previous 1.54 (colored)
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach.
Revision 1.43.4.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:00 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43.4.3: +9 -25
lines
Diff to previous 1.43.4.3 (colored) to branchpoint 1.43 (colored)
sync with head
Revision 1.54 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:43 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.53: +4 -11
lines
Diff to previous 1.53 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.53 / (download) - annotate - [select for diffs], Sun Dec 6 23:05:06 2009 UTC (2 years, 5 months ago) by dyoung
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.52: +5 -11
lines
Diff to previous 1.52 (colored)
Simplify device-activation hooks.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Nov 22 21:18:42 2009 UTC (2 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.51: +4 -7
lines
Diff to previous 1.51 (colored)
Remove "splurious interrupt" message. The IRQ might be shared. Fixes PR/11410
Revision 1.44.10.1 / (download) - annotate - [select for diffs], Sun Jul 26 18:33:36 2009 UTC (2 years, 10 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.44: +4 -4
lines
Diff to previous 1.44 (colored) next main 1.45 (colored)
Pull up following revision(s) (requested by dholland in ticket #874): sys/dev/ic/ciss.c: revision 1.15 sys/dev/isa/isadma.c: revision 1.59 sys/dev/usb/ulpt.c: revision 1.82 sys/dev/ic/tcic2.c: revision 1.31 sys/dev/isa/if_ntwoc_isa.c: revision 1.18 sys/dev/pci/if_sk.c: revision 1.57 sys/dev/pcmcia/if_cnw.c: revision 1.46 More printf format fixes.
Revision 1.44.12.1 / (download) - annotate - [select for diffs], Sun Jul 26 18:31:39 2009 UTC (2 years, 10 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.44: +4 -4
lines
Diff to previous 1.44 (colored) next main 1.45 (colored)
Pull up following revision(s) (requested by dholland in ticket #874): sys/dev/ic/ciss.c: revision 1.15 sys/dev/isa/isadma.c: revision 1.59 sys/dev/usb/ulpt.c: revision 1.82 sys/dev/ic/tcic2.c: revision 1.31 sys/dev/isa/if_ntwoc_isa.c: revision 1.18 sys/dev/pci/if_sk.c: revision 1.57 sys/dev/pcmcia/if_cnw.c: revision 1.46 More printf format fixes.
Revision 1.43.4.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:41 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43.4.2: +10 -10
lines
Diff to previous 1.43.4.2 (colored) to branchpoint 1.43 (colored)
sync with head
Revision 1.45.4.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:09 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.45: +38 -52
lines
Diff to previous 1.45 (colored) next main 1.46 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.51 / (download) - annotate - [select for diffs], Tue May 12 14:42:18 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.50: +10 -10
lines
Diff to previous 1.50 (colored)
struct device * -> device_t, no functional changes intended.
Revision 1.50 / (download) - annotate - [select for diffs], Tue May 12 13:18:04 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.49: +4 -4
lines
Diff to previous 1.49 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.43.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:14 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43.4.1: +46 -57
lines
Diff to previous 1.43.4.1 (colored) to branchpoint 1.43 (colored)
sync with head.
Revision 1.44.8.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:36:21 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.44.8.2: +29 -43
lines
Diff to previous 1.44.8.2 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored)
Sync with HEAD.
Revision 1.49 / (download) - annotate - [select for diffs], Wed Apr 15 20:44:25 2009 UTC (3 years, 1 month ago) by elad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Changes since 1.48: +13 -4
lines
Diff to previous 1.48 (colored)
Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive alternatives. Discussed on tech-kern: http://mail-index.netbsd.org/tech-kern/2009/04/11/msg004798.html Input from ad@, christos@, dyoung@, tsutsui@. Okay ad@.
Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:22 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.47: +3 -5
lines
Diff to previous 1.47 (colored)
ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
Revision 1.47 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:20 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.46: +17 -38
lines
Diff to previous 1.46 (colored)
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
Revision 1.44.8.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:51 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.44.8.1: +4 -4
lines
Diff to previous 1.44.8.1 (colored) to branchpoint 1.44 (colored)
Sync with HEAD.
Revision 1.46 / (download) - annotate - [select for diffs], Fri Feb 13 23:31:23 2009 UTC (3 years, 3 months ago) by bouyer
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.45: +4 -4
lines
Diff to previous 1.45 (colored)
More printf format fixes.
Revision 1.44.8.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:59 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.44: +17 -14
lines
Diff to previous 1.44 (colored)
Sync with HEAD.
Revision 1.42.20.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:07 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.42.20.1: +15 -12
lines
Diff to previous 1.42.20.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
Sync with HEAD.
Revision 1.44.6.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:47 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.44: +17 -14
lines
Diff to previous 1.44 (colored) next main 1.45 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Nov 7 00:20:12 2008 UTC (3 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.44: +17 -14
lines
Diff to previous 1.44 (colored)
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
Revision 1.42.20.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:46 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.42: +20 -28
lines
Diff to previous 1.42 (colored)
Sync with HEAD.
Revision 1.43.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:36 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.43: +2 -9
lines
Diff to previous 1.43 (colored) next main 1.44 (colored)
sync with head.
Revision 1.43.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:57 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.43: +2 -9
lines
Diff to previous 1.43 (colored)
sync with head.
Revision 1.44 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:56 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5-0,
netbsd-5,
haad-dm
Changes since 1.43: +2 -9
lines
Diff to previous 1.43 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.43 / (download) - annotate - [select for diffs], Sat Apr 5 21:31:23 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Changes since 1.42: +20 -21
lines
Diff to previous 1.42 (colored)
use aprint_*_dev and device_xname
Revision 1.41.16.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:43 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.41: +4 -7
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
sync with HEAD
Revision 1.41.2.1 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:59 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.41: +4 -7
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
Sync with head.
Revision 1.41.14.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:34 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.41: +4 -7
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
Sync with HEAD.
Revision 1.31.4.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:38:04 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.31.4.3: +6 -9
lines
Diff to previous 1.31.4.3 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)
sync with head.
Revision 1.41.10.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:21:55 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.41: +4 -7
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
Sync with HEAD.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Sep 1 07:32:31 2007 UTC (4 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
mjf-devfs-base,
mjf-devfs,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.41: +4 -7
lines
Diff to previous 1.41 (colored)
Change a bazillion occurrences of code resembling this,
error = (cmd == SIOCADDMULTI) ?
ether_addmulti(ifr, &sc->sc_ec) :
ether_delmulti(ifr, &sc->sc_ec);
if (error == ENETRESET) {
to this,
if ((error = ether_ioctl(ifp, cmd, data)) == ENETRESET) {
which does the same thing.
(A bazillion is a very large number. This seems to make the i386
ALL kernel smaller by 3kB to 4kB.)
Use ifreq_getaddr() twice in es(4).
Whitespace nits.
Revision 1.40.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:56:46 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored) next main 1.41 (colored)
Sync with HEAD.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:27 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: vmlocking,
nick-csl-alignment,
matt-armv6,
jmcneill-pm
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.31.4.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:38 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.31.4.2: +22 -14
lines
Diff to previous 1.31.4.2 (colored) to branchpoint 1.31 (colored)
sync with head.
Revision 1.36.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:47 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.36.2.1: +22 -14
lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
Sync with head.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 5 16:46:27 2007 UTC (5 years, 4 months ago) by elad
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.39: +22 -14
lines
Diff to previous 1.39 (colored)
Use a single kauth(9) call.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Jan 4 18:44:46 2007 UTC (5 years, 4 months ago) by elad
Branch: MAIN
Changes since 1.38: +5 -5
lines
Diff to previous 1.38 (colored)
Consistent usage of KAUTH_GENERIC_ISSUSER.
Revision 1.31.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:17 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.31.4.1: +15 -18
lines
Diff to previous 1.31.4.1 (colored) to branchpoint 1.31 (colored)
sync with head.
Revision 1.36.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:06 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.36.4.1: +5 -5
lines
Diff to previous 1.36.4.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
sync with head.
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:43 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.36: +6 -12
lines
Diff to previous 1.36 (colored)
Sync with head.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:20 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
__unused removal on arguments; approved by core.
Revision 1.36.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:39 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.36: +6 -12
lines
Diff to previous 1.36 (colored)
sync with head
Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:50 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.36: +6 -12
lines
Diff to previous 1.36 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.32.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:53:55 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.32: +13 -9
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
sync with head
Revision 1.33.2.3 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:48 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.33.2.2: +4 -4
lines
Diff to previous 1.33.2.2 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
sync with head.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Aug 17 17:11:28 2006 UTC (5 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.35: +4 -4
lines
Diff to previous 1.35 (colored)
Fix all the -D*DEBUG* code that it was rotting away and did not even compile. Mostly from Arnaud Lacombe, many thanks!
Revision 1.33.2.2 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:08 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.33.2.1: +9 -6
lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored)
sync with head
Revision 1.35 / (download) - annotate - [select for diffs], Fri Jul 21 16:48:52 2006 UTC (5 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.34: +9 -6
lines
Diff to previous 1.34 (colored)
- Use the LWP cached credentials where sane. - Minor cosmetic changes.
Revision 1.31.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:06:14 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.31: +7 -6
lines
Diff to previous 1.31 (colored)
sync with head.
Revision 1.32.6.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:37:32 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.32.6.1: +6 -5
lines
Diff to previous 1.32.6.1 (colored) next main 1.33 (colored)
Sync with head.
Revision 1.33.6.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:28 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.33: +6 -5
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:13 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.33: +6 -5
lines
Diff to previous 1.33 (colored)
sync with head.
Revision 1.34 / (download) - annotate - [select for diffs], Sun May 14 21:45:00 2006 UTC (6 years ago) by elad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
chap-midi
Changes since 1.33: +6 -5
lines
Diff to previous 1.33 (colored)
integrate kauth.
Revision 1.33.4.3 / (download) - annotate - [select for diffs], Sat May 6 23:31:28 2006 UTC (6 years ago) by christos
Branch: elad-kernelauth
Changes since 1.33.4.2: +3 -2
lines
Diff to previous 1.33.4.2 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
- Move kauth_cred_t declaration to <sys/types.h> - Cleanup struct ucred; forward declarations that are unused. - Don't include <sys/kauth.h> in any header, but include it in the c files that need it. Approved by core.
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:24 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Sync with head.
Revision 1.33.4.2 / (download) - annotate - [select for diffs], Fri Mar 10 14:39:02 2006 UTC (6 years, 2 months ago) by elad
Branch: elad-kernelauth
Changes since 1.33.4.1: +5 -5
lines
Diff to previous 1.33.4.1 (colored) to branchpoint 1.33 (colored)
generic_authorize() -> kauth_authorize_generic().
Revision 1.33.4.1 / (download) - annotate - [select for diffs], Wed Mar 8 01:44:49 2006 UTC (6 years, 2 months ago) by elad
Branch: elad-kernelauth
Changes since 1.33: +5 -5
lines
Diff to previous 1.33 (colored)
Adapt to kernel authorization KPI.
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Wed Mar 1 09:28:28 2006 UTC (6 years, 2 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
sync with head.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 20 16:50:37 2006 UTC (6 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base,
elad-kernelauth-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE directly.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:23 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
merge ktrace-lwp.
Revision 1.29.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:13 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.29: +31 -31
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
sync with -current
Revision 1.29.6.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:34 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.29.6.1: +9 -9
lines
Diff to previous 1.29.6.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.24.6.7 / (download) - annotate - [select for diffs], Fri Mar 4 16:49:38 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.6: +9 -9
lines
Diff to previous 1.24.6.6 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
Sync with HEAD. Hi Perry!
Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:43 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.30: +9 -9
lines
Diff to previous 1.30 (colored)
nuke trailing whitespace
Revision 1.29.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:48 2005 UTC (7 years, 3 months ago) by yamt
Branch: yamt-km
Changes since 1.29: +23 -23
lines
Diff to previous 1.29 (colored)
sync with head.
Revision 1.24.6.6 / (download) - annotate - [select for diffs], Fri Feb 4 11:47:08 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.5: +23 -23
lines
Diff to previous 1.24.6.5 (colored) to branchpoint 1.24 (colored)
Sync with HEAD.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:45 2005 UTC (7 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2,
matt-timespec
Changes since 1.29: +23 -23
lines
Diff to previous 1.29 (colored)
de-__P
Revision 1.25.4.1 / (download) - annotate - [select for diffs], Mon Jan 24 21:40:05 2005 UTC (7 years, 4 months ago) by he
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.25: +5 -4
lines
Diff to previous 1.25 (colored) next main 1.26 (colored)
Pull up revision 1.29 (requested by thorpej in ticket #939): When adding or deleting multicast addresses, only change the address filter if the interface is marked RUNNING. Fixes PR#27678.
Revision 1.24.6.5 / (download) - annotate - [select for diffs], Tue Nov 2 07:52:45 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.4: +5 -4
lines
Diff to previous 1.24.6.4 (colored) to branchpoint 1.24 (colored)
Sync with HEAD.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Oct 30 18:10:06 2004 UTC (7 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.28: +5 -4
lines
Diff to previous 1.28 (colored)
When adding/deleting multicast addresses, only whack the address filter if the interface is marked RUNNING. Fixes kern/27678.
Revision 1.24.6.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:32:19 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.3: +2 -2
lines
Diff to previous 1.24.6.3 (colored) to branchpoint 1.24 (colored)
Fix the sync with head I botched.
Revision 1.24.6.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:50:23 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.2: +2 -2
lines
Diff to previous 1.24.6.2 (colored) to branchpoint 1.24 (colored)
Sync with HEAD.
Revision 1.24.6.2 / (download) - annotate - [select for diffs], Thu Aug 12 11:42:00 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24.6.1: +10 -18
lines
Diff to previous 1.24.6.1 (colored) to branchpoint 1.24 (colored)
Sync with HEAD.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Aug 10 18:43:49 2004 UTC (7 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
Now that all the silly string printing is gone, move the location where we print a newline so it doesn't have to be done in every driver.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 10 18:39:08 2004 UTC (7 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.26: +9 -16
lines
Diff to previous 1.26 (colored)
Enhance pcmcia_product_lookup(): * Remove the "expected function" value. This was just causing problems with multifunction cards. Differentiating the functions is better done by checking the function type (which we now do in ep and sm). * Add support for matching CIS strings. This necessitated changing the calling pattern a little too. Use this enhanced version rather than driver-specific versions that do the same thing. Also, remove the last vestiges of PCMCIA_STR_*.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 8 23:17:12 2004 UTC (7 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +4 -4
lines
Diff to previous 1.25 (colored)
Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular case (ne@pcmcia) where we were using these to create a subregion, it is better handled by calling bus_space_subregion(). Now there is a 1:1 mapping between I/O spaces in the config table and windows mapped in the function. Rework the multifunction mapping code to take advantage of this by using both I/O base addresses if necessary.
Revision 1.24.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:50:15 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.24: +6 -7
lines
Diff to previous 1.24 (colored)
Sync with HEAD
Revision 1.25 / (download) - annotate - [select for diffs], Mon Nov 10 08:55:41 2003 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-2
Changes since 1.24: +6 -7
lines
Diff to previous 1.24 (colored)
Update URL; s/Linix/Linux/. From Jared Yanovich, forwarded by jmc@openbsd.
Revision 1.17.2.8 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:28 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.17.2.7: +4 -7
lines
Diff to previous 1.17.2.7 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Catch up to -current.
Revision 1.18.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:41:23 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.2: +4 -7
lines
Diff to previous 1.18.2.2 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 2 16:52:09 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Add trailing ; to CFATTACH_DECL.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 30 22:27:00 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.22: +4 -7
lines
Diff to previous 1.22 (colored)
Use CFATTACH_DECL().
Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 27 20:40:57 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
Declare all cfattach structures const.
Revision 1.17.2.7 / (download) - annotate - [select for diffs], Fri Jul 12 01:40:09 2002 UTC (9 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.6: +2 -3
lines
Diff to previous 1.17.2.6 (colored) to branchpoint 1.17 (colored)
No longer need to pull in lwp.h; proc.h pulls it in for us.
Revision 1.17.2.6 / (download) - annotate - [select for diffs], Mon Jun 24 22:10:10 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.5: +3 -3
lines
Diff to previous 1.17.2.5 (colored) to branchpoint 1.17 (colored)
Curproc->curlwp renaming. Change uses of "curproc->l_proc" back to "curproc", which is more like the original use. Bare uses of "curproc" are now "curlwp". "curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL) so that it is always safe to reference curproc (*de*referencing curproc is another story, but that's always been true).
Revision 1.18.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:48:14 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.1: +3 -3
lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored)
catch up with -current on kqueue branch
Revision 1.20.8.1 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:53 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
catch up with -current.
Revision 1.17.2.5 / (download) - annotate - [select for diffs], Thu Jun 20 03:46:05 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.4: +3 -3
lines
Diff to previous 1.17.2.4 (colored) to branchpoint 1.17 (colored)
Catch up to -current.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jun 1 23:51:00 2002 UTC (9 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
SIMPLEQ rototill: - implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n), this mirrors the functionality of SLIST_REMOVE() (the other singly-linked list type) and FreeBSD's STAILQ_REMOVE() - remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD(). this mirrors the functionality of SLIST_REMOVE_HEAD() (the other singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD() - remove notes about SIMPLEQ not supporting arbitrary element removal - use SIMPLEQ_FOREACH() instead of home-grown for loops - use SIMPLEQ_EMPTY() appropriately - use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly - reorder manual page; be consistent about how the types are listed - other minor cleanups
Revision 1.18.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:57:18 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.18: +5 -2
lines
Diff to previous 1.18 (colored)
Sync kqueue branch with -current.
Revision 1.17.2.4 / (download) - annotate - [select for diffs], Tue Jan 8 00:31:23 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.3: +3 -3
lines
Diff to previous 1.17.2.3 (colored) to branchpoint 1.17 (colored)
Catch up to -current.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 15 13:23:22 2001 UTC (10 years, 5 months ago) by soren
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
ifpoll-base,
ifpoll,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
To make dev/pcmcia work on platforms with 64-bit bus_addr_t and 32-bit bus_size_t (sparc), change the pcmcia_mem_map(9) offsetp argument to bus_size_t as it is used as a bus_space offset.
Revision 1.17.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:37 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.2: +4 -1
lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored)
Catch up to -current.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 13 07:26:33 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.18: +4 -1
lines
Diff to previous 1.18 (colored)
add RCSIDs
Revision 1.17.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:26 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17.2.1: +4 -5
lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)
Catch up with -current.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 7 16:49:57 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: kqueue
Changes since 1.17: +4 -5
lines
Diff to previous 1.17 (colored)
bcopy -> memcpy, strcpy
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Mar 5 22:49:36 2001 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
Initial commit of scheduler activations and lightweight process support.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:22 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2.2.2: +2 -1
lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with HEAD
Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 14 06:29:37 2000 UTC (11 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.16: +3 -2
lines
Diff to previous 1.16 (colored)
ALTQ'ify.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:04:34 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2.2.1: +2 -8
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:42:42 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.2: +456 -38
lines
Diff to previous 1.2 (colored)
Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 15 01:02:18 2000 UTC (11 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +2 -8
lines
Diff to previous 1.15 (colored)
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
Revision 1.11.2.2 / (download) - annotate - [select for diffs], Tue Oct 17 23:20:53 2000 UTC (11 years, 7 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Changes since 1.11.2.1: +5 -5
lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Pullup 1.15 [itojun]: correct memory size to be mapped. PR 11242.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 16 10:26:41 2000 UTC (11 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
correct memory size to be mapped. PR 11242.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 1 23:32:44 2000 UTC (11 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +1 -15
lines
Diff to previous 1.13 (colored)
Move the check for "promisc + unicast + not for us" into ether_input(), and change Ethernet drivers to always pass all received frames to ether_input() (with a few exceptions, which are documented in the code).
Revision 1.11.2.1 / (download) - annotate - [select for diffs], Fri Jul 7 07:31:29 2000 UTC (11 years, 10 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.11: +68 -4
lines
Diff to previous 1.11 (colored)
sync with netbsd-current, approved by releng-1-5. sys/dev/pcmcia/if_cnw.c 1.11 -> 1.13 sys/dev/pcmcia/if_cnwreg.h 1.2 -> 1.3 use memory mapped address, instead of i/o memory access, for control registers. rationale: - Netwave cards choke if we map i/o memory to >= 0x400 - even though, CIS tuple talks nothing about it - it is not possible to specify range in pcmcia_io_map - it would be very bad to do a try-and-error bus_space allocation for i/o memory regions < 0x400 - we can have exactly the same functionality with memory mapped access this should correct PR 10139. the memory mapped access idea was from WIDE wildboar/bsdi cnw code.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 5 18:47:51 2000 UTC (11 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
typo. From: jdolecek
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 5 18:42:19 2000 UTC (11 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.11: +68 -4
lines
Diff to previous 1.11 (colored)
use memory mapped address, instead of i/o memory access, for control registers. rationale: - Netwave cards choke if we map i/o memory to >= 0x400 - even though, CIS tuple talks nothing about it - it is not possible to specify range in pcmcia_io_map - it would be very bad to do a try-and-error bus_space allocation for i/o memory regions < 0x400 - we can have exactly the same functionality with memory mapped access this should correct PR 10139. the memory mapped access idea was from WIDE wildboar/bsdi cnw code.
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:07:44 2000 UTC (11 years, 11 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.10: +9 -9
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Sync w/ netbsd-1-5-base.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 5 23:06:31 2000 UTC (11 years, 11 months ago) by gmcgarry
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.10: +9 -9
lines
Diff to previous 1.10 (colored)
Clean up usage of XIRCOM/TDK identifiers.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 30 12:45:35 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove register declarations.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 6 21:02:39 2000 UTC (12 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Set ifp->if_baudrate as appropriate.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 26 05:34:43 2000 UTC (12 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
cnw is 8bit-only card. map memory region as 8bit only. (there are so many 8bit-only card fixes. don't we have some hint on cis tuple?) From: feico
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 7 09:40:37 2000 UTC (12 years, 3 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Correct John Markus Bjndalen's horribly mangled name in a comment.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 2 13:02:56 2000 UTC (12 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.5: +26 -15
lines
Diff to previous 1.5 (colored)
handle attach failure in more detail. make sure to pcmcia_function_disable() on failure.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 2 12:25:13 2000 UTC (12 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.4: +88 -3
lines
Diff to previous 1.4 (colored)
implement cnw_detach. XXX it looks that whenever there's error-return in xx_attach, we need to have some check in xx_detach(). otherwise, routines such as ether_ifdetach() will be called without call to ether_ifattach().
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 25 16:48:47 2000 UTC (12 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.3: +73 -4
lines
Diff to previous 1.3 (colored)
bring in stabilization codes in freebsd PAO/bsdi cnw driver. - link integrity bit check. - don't send too many packets, add some delay between them (this one is not enabled by default - try it if you see performance problem on heavy traffic)
Revision 1.2.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:26 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.2: +212 -9
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pull up to last week's -current.
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:34:22 1999 UTC (12 years, 5 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.1: +212 -9
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch just for reference purposes. This commit includes 1.4 -> 1.4.1 sync for kame branch. The branch does not compile at all (due to the lack of ALTQ and some other source code). Please do not try to modify the branch, this is just for referenre purposes. synchronization to latest KAME will take place on HEAD branch soon.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 29 12:53:59 1999 UTC (12 years, 5 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.2: +212 -9
lines
Diff to previous 1.2 (colored)
improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi. - implement ioctls compatible with bsdi/freebsd-pao. stat type is changed from u_int to u_quad_t to avoid overflows. now it is possible to switch domain/encryption key from the userland, using cnwctl(8). - implement multicast/promiscuous mode. tested with IPv6.
Revision 1.1.4.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:18:46 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.1: +3 -4
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync w/ -current.
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 18 23:52:58 1999 UTC (13 years ago) by thorpej
Branch: MAIN
CVS Tags: fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Changes since 1.1: +3 -4
lines
Diff to previous 1.1 (colored)
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() directly, call the function pointer (*if_input)(ifp, m). The input routine expects the packet header to be at the head of the packet, and will adjust as necessary. Privatize the layer 2 input and output routines, allowing *_ifattach() to set them up as appropriate.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 1 19:30:03 1999 UTC (13 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628
Branch point for: kame,
chs-ubc2
Add Xircom Netwave driver from Michael Eriksson