| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a simple netipx TODO list to the end of README, since there are a | Robert Watson | 2006-03-27 | 1 | -0/+19 |
| * | implement set(IEEE80211_IOC_STA_STATS) for hostapd; for | Sam Leffler | 2006-03-27 | 1 | -0/+28 |
| * | Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally | Alan Cox | 2006-03-27 | 1 | -4/+29 |
| * | Canonicalize copyright order in one more file that contains my | Robert Watson | 2006-03-27 | 1 | -3/+4 |
| * | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the | Robert Watson | 2006-03-27 | 1 | -5/+6 |
| * | Erm don't use -mno-apcs-frame if we're going to do profiling either, it's not | Olivier Houchard | 2006-03-27 | 1 | -1/+1 |
| * | In spx_input(), change a '&&' to a '||', as the spx trace code is able | Robert Watson | 2006-03-27 | 1 | -1/+1 |
| * | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | Wojciech A. Koszek | 2006-03-26 | 1 | -0/+62 |
| * | Add a sysctl, regression.sonewconn_earlytest, which when options | Robert Watson | 2006-03-26 | 2 | -0/+20 |
| * | Declare regression subtree in sysctl.h so that components outside of | Robert Watson | 2006-03-26 | 1 | -0/+1 |
| * | Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doing | Olivier Houchard | 2006-03-26 | 1 | -1/+4 |
| * | Assert that the mbuf is not shared to ensure problems like the last commit are | Andrew Thompson | 2006-03-26 | 1 | -0/+3 |
| * | In spx_accept, assert ipxp != NULL, not == NULL. | Robert Watson | 2006-03-26 | 1 | -1/+1 |
| * | In various SPX protocol entry points from the socket layer, check | Robert Watson | 2006-03-26 | 1 | -7/+53 |
| * | Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them | Robert Watson | 2006-03-26 | 2 | -9/+15 |
| * | MFP4: Support for profiling dynamically loaded objects. | Joseph Koshy | 2006-03-26 | 9 | -35/+361 |
| * | Define two new inpcb flags in the inp_vflag field, which for whatever | Robert Watson | 2006-03-26 | 1 | -0/+2 |
| * | Minor style tweak: tab after #define, not space. | Robert Watson | 2006-03-26 | 1 | -4/+4 |
| * | Correct bad format args. Interesting- the lines that generated | Matt Jacob | 2006-03-26 | 1 | -2/+2 |
| * | Restore original formulation of SPX segment queue draining during SPX | Robert Watson | 2006-03-26 | 1 | -1/+3 |
| * | Explicitly assert socket pointer is non-NULL in tcp_input() so as to | Robert Watson | 2006-03-26 | 3 | -14/+16 |
| * | Increase debug level for "Thread exiting." message. It's not that important | Pawel Jakub Dawidek | 2006-03-25 | 1 | -1/+1 |
| * | Loopback pf_norm.c rev. 1.106 from OpenBSD: | Max Laier | 2006-03-25 | 1 | -4/+22 |
| * | In at_setsockaddr(), assert that ddp != NULL, rather than returning an | Robert Watson | 2006-03-25 | 1 | -3/+2 |
| * | Rework IPX/SPX socket and pcb reference model: | Robert Watson | 2006-03-25 | 4 | -92/+146 |
| * | Restructure spx_attach() to properly free memory in the event that one | Robert Watson | 2006-03-25 | 1 | -21/+32 |
| * | Don't bother restoring host byte order of mbuf fields when we're just | Robert Watson | 2006-03-25 | 1 | -3/+0 |
| * | In spx_ctloutput(), acquire the ipxp lock around read operations, | Robert Watson | 2006-03-25 | 1 | -15/+25 |
| * | Slight style reformatting of spx_timers() comments; panic if an | Robert Watson | 2006-03-25 | 1 | -10/+12 |
| * | First steps towards IPSec cleanup. | George V. Neville-Neil | 2006-03-25 | 7 | -105/+257 |
| * | Some fairly major changes to this driver. | Matt Jacob | 2006-03-25 | 7 | -530/+3102 |
| * | Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' name | Scott Long | 2006-03-25 | 7 | -0/+2687 |
| * | Include kernel.h to get NET_NEEDS_GIANT() definition, which for some | Robert Watson | 2006-03-24 | 1 | -0/+1 |
| * | stop device so we don't panic on card removal when active | Sam Leffler | 2006-03-24 | 1 | -0/+1 |
| * | fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1 | SUZUKI Shinsuke | 2006-03-24 | 1 | -4/+26 |
| * | Clean up and style(9) SPX code prior to significant functional changes | Robert Watson | 2006-03-24 | 2 | -215/+257 |
| * | For each of the voltages that a card might support, make sure that the | Warner Losh | 2006-03-24 | 1 | -4/+4 |
| * | Skeleton support for the SSC device, which implements I2S interfaces, | Warner Losh | 2006-03-24 | 2 | -0/+297 |
| * | Skeleton PIO support. | Warner Losh | 2006-03-24 | 2 | -0/+336 |
| * | Add the sekelton of support for the Power Management Controller. | Warner Losh | 2006-03-24 | 3 | -0/+588 |
| * | Add rtc to files.at91 | Warner Losh | 2006-03-24 | 1 | -0/+1 |
| * | Add RTC support. This may be of dubious value since the RTC is reset | Warner Losh | 2006-03-24 | 2 | -0/+333 |
| * | Add explicit dependency on cam. This is necessary when both aha.ko and | Warner Losh | 2006-03-24 | 2 | -0/+2 |
| * | The year field is the 4 digit year (eg, 2006), not 'year - 1900' (eg | Warner Losh | 2006-03-24 | 1 | -1/+1 |
| * | 1. Move code for scanning pending I/O from aio_fsync to aio_aqueue, | David Xu | 2006-03-24 | 1 | -77/+51 |
| * | Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backing | Robert Watson | 2006-03-24 | 1 | -1/+11 |
| * | Move definition of spxrexmtthresh to top of file with other global | Robert Watson | 2006-03-24 | 1 | -2/+1 |
| * | Canonicalize, update copyright. | Robert Watson | 2006-03-24 | 1 | -102/+52 |
| * | Update copyright to 2006, comment on my contribution to this code in the | Robert Watson | 2006-03-24 | 1 | -1/+4 |
| * | Comment that raw output filter code for IPX should run in a netisr so as | Robert Watson | 2006-03-24 | 1 | -0/+4 |