Age | Commit message (Expand) | Author |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2007-09-04 | Reset the chip after internal memory exhaustion, makes the driver more solid | Miod Vallat |
2007-01-12 | fix altq for mc(4); make mbuf functions return NULL instead of 0 while | Martin Reindl |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-04-16 | Remove assert definitions which are provided by libkern. | Miod Vallat |
2006-04-14 | rm trailing whitespace | Martin Reindl |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-23 | - Remove variable names from function prototypes. | Brad Smith |
2006-03-23 | Use PAGE_SIZE instead of NBPG. | Brad Smith |
2006-03-23 | ANSIfy | Brad Smith |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-07-23 | vm_offset_t -> {vaddr_t, bus_addr_t} | Martin Reindl |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-01-04 | - make sure int is in running state before touching the multicast filter | Brad Smith |
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat |
2003-01-19 | shut up, dn(4). There's really no need to printf junk nobody wants to read | Henning Brauer |
2002-04-22 | Bring several stability and performance fixes from NetBSD, as well as | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1997-06-18 | Make if_sn.c far more MI, eventually share with pica. | denny |
1997-04-25 | A couple of performance improvements from Denny Gentry <denny1@home.com> | briggs |
1997-04-18 | Fix from Denny Gentry--initialize receive seq. count and don't skip an entry | briggs |
1997-04-13 | Some updates based on information from Bob Nestor <rnestor@metronet.com> | briggs |
1997-04-10 | Stop the SONIC before setting reset, not after... | briggs |
1997-04-10 | Changes from Denny Gentry <denny1@home.com>: | briggs |
1997-03-29 | Update from Denton Gentry with minor bug fixes by me. | briggs |
1997-03-25 | From scottr@netbsd.org: | briggs |
1997-03-17 | Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I w... | briggs |
1997-03-17 | *Blush* It's Denton, not Dennis, Gentry. | briggs |
1997-03-17 | Fix typo. | briggs |
1997-03-17 | A couple of cleanup items suggested by is@netbsd.org. | briggs |
1997-03-17 | Integrate a couple of changes suggested by Scott Reynolds and Takeshi Yanagis... | briggs |
1997-03-14 | Updates from Yanagisawa and Denny. This seems to work. | briggs |
1997-03-12 | Bring in some fresh SONIC code from Dennis Gentry and Yanagisawa Takeshi. | briggs |
1996-10-28 | Include macinfo.h. | briggs |
1996-10-19 | __assert added, impl from netbsd, however put elsewhere. use it instead | Niklas Hallqvist |
1996-09-21 | Remove include of assert.h and fix a format error in debug camdump() code. | briggs |