aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a simple netipx TODO list to the end of README, since there are aRobert Watson2006-03-271-0/+19
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forSam Leffler2006-03-271-0/+28
* Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyAlan Cox2006-03-271-4/+29
* Canonicalize copyright order in one more file that contains myRobert Watson2006-03-271-3/+4
* In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold theRobert Watson2006-03-271-5/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notOlivier Houchard2006-03-271-1/+1
* In spx_input(), change a '&&' to a '||', as the spx trace code is ableRobert Watson2006-03-271-1/+1
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't beWojciech A. Koszek2006-03-261-0/+62
* Add a sysctl, regression.sonewconn_earlytest, which when optionsRobert Watson2006-03-262-0/+20
* Declare regression subtree in sysctl.h so that components outside ofRobert Watson2006-03-261-0/+1
* Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doingOlivier Houchard2006-03-261-1/+4
* Assert that the mbuf is not shared to ensure problems like the last commit areAndrew Thompson2006-03-261-0/+3
* In spx_accept, assert ipxp != NULL, not == NULL.Robert Watson2006-03-261-1/+1
* In various SPX protocol entry points from the socket layer, checkRobert Watson2006-03-261-7/+53
* Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark themRobert Watson2006-03-262-9/+15
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-269-35/+361
* Define two new inpcb flags in the inp_vflag field, which for whateverRobert Watson2006-03-261-0/+2
* Minor style tweak: tab after #define, not space.Robert Watson2006-03-261-4/+4
* Correct bad format args. Interesting- the lines that generatedMatt Jacob2006-03-261-2/+2
* Restore original formulation of SPX segment queue draining during SPXRobert Watson2006-03-261-1/+3
* Explicitly assert socket pointer is non-NULL in tcp_input() so as toRobert Watson2006-03-263-14/+16
* Increase debug level for "Thread exiting." message. It's not that importantPawel Jakub Dawidek2006-03-251-1/+1
* Loopback pf_norm.c rev. 1.106 from OpenBSD:Max Laier2006-03-251-4/+22
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anRobert Watson2006-03-251-3/+2
* Rework IPX/SPX socket and pcb reference model:Robert Watson2006-03-254-92/+146
* Restructure spx_attach() to properly free memory in the event that oneRobert Watson2006-03-251-21/+32
* Don't bother restoring host byte order of mbuf fields when we're justRobert Watson2006-03-251-3/+0
* In spx_ctloutput(), acquire the ipxp lock around read operations,Robert Watson2006-03-251-15/+25
* Slight style reformatting of spx_timers() comments; panic if anRobert Watson2006-03-251-10/+12
* First steps towards IPSec cleanup.George V. Neville-Neil2006-03-257-105/+257
* Some fairly major changes to this driver.Matt Jacob2006-03-257-530/+3102
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-257-0/+2687
* Include kernel.h to get NET_NEEDS_GIANT() definition, which for someRobert Watson2006-03-241-0/+1
* stop device so we don't panic on card removal when activeSam Leffler2006-03-241-0/+1
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1SUZUKI Shinsuke2006-03-241-4/+26
* Clean up and style(9) SPX code prior to significant functional changesRobert Watson2006-03-242-215/+257
* For each of the voltages that a card might support, make sure that theWarner Losh2006-03-241-4/+4
* Skeleton support for the SSC device, which implements I2S interfaces,Warner Losh2006-03-242-0/+297
* Skeleton PIO support.Warner Losh2006-03-242-0/+336
* Add the sekelton of support for the Power Management Controller.Warner Losh2006-03-243-0/+588
* Add rtc to files.at91Warner Losh2006-03-241-0/+1
* Add RTC support. This may be of dubious value since the RTC is resetWarner Losh2006-03-242-0/+333
* Add explicit dependency on cam. This is necessary when both aha.ko andWarner Losh2006-03-242-0/+2
* The year field is the 4 digit year (eg, 2006), not 'year - 1900' (egWarner Losh2006-03-241-1/+1
* 1. Move code for scanning pending I/O from aio_fsync to aio_aqueue,David Xu2006-03-241-77/+51
* Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backingRobert Watson2006-03-241-1/+11
* Move definition of spxrexmtthresh to top of file with other globalRobert Watson2006-03-241-2/+1
* Canonicalize, update copyright.Robert Watson2006-03-241-102/+52
* Update copyright to 2006, comment on my contribution to this code in theRobert Watson2006-03-241-1/+4
* Comment that raw output filter code for IPX should run in a netisr so asRobert Watson2006-03-241-0/+4