summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle invalid capacity parameters from the firmware.scottl2006-03-282-1/+7
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-272-8/+10
* Add a simple netipx TODO list to the end of README, since there are arwatson2006-03-271-0/+19
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forsam2006-03-271-0/+28
* Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyalc2006-03-271-4/+29
* Canonicalize copyright order in one more file that contains myrwatson2006-03-271-3/+4
* In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold therwatson2006-03-271-5/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notcognet2006-03-271-1/+1
* In spx_input(), change a '&&' to a '||', as the spx trace code is ablerwatson2006-03-271-1/+1
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't bewkoszek2006-03-261-0/+62
* Add a sysctl, regression.sonewconn_earlytest, which when optionsrwatson2006-03-262-0/+20
* Declare regression subtree in sysctl.h so that components outside ofrwatson2006-03-261-0/+1
* Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doingcognet2006-03-261-1/+4
* Assert that the mbuf is not shared to ensure problems like the last commit arethompsa2006-03-261-0/+3
* In spx_accept, assert ipxp != NULL, not == NULL.rwatson2006-03-261-1/+1
* In various SPX protocol entry points from the socket layer, checkrwatson2006-03-261-7/+53
* Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark themrwatson2006-03-262-9/+15
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-269-35/+361
* Define two new inpcb flags in the inp_vflag field, which for whateverrwatson2006-03-261-0/+2
* Minor style tweak: tab after #define, not space.rwatson2006-03-261-4/+4
* Correct bad format args. Interesting- the lines that generatedmjacob2006-03-261-2/+2
* Restore original formulation of SPX segment queue draining during SPXrwatson2006-03-261-1/+3
* Explicitly assert socket pointer is non-NULL in tcp_input() so as torwatson2006-03-263-14/+16
* Increase debug level for "Thread exiting." message. It's not that importantpjd2006-03-251-1/+1
* Loopback pf_norm.c rev. 1.106 from OpenBSD:mlaier2006-03-251-4/+22
* In at_setsockaddr(), assert that ddp != NULL, rather than returning anrwatson2006-03-251-3/+2
* Rework IPX/SPX socket and pcb reference model:rwatson2006-03-254-92/+146
* Restructure spx_attach() to properly free memory in the event that onerwatson2006-03-251-21/+32
* Don't bother restoring host byte order of mbuf fields when we're justrwatson2006-03-251-3/+0
* In spx_ctloutput(), acquire the ipxp lock around read operations,rwatson2006-03-251-15/+25
* Slight style reformatting of spx_timers() comments; panic if anrwatson2006-03-251-10/+12
* First steps towards IPSec cleanup.gnn2006-03-257-105/+257
* Some fairly major changes to this driver.mjacob2006-03-257-530/+3102
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' namescottl2006-03-257-0/+2687
* Include kernel.h to get NET_NEEDS_GIANT() definition, which for somerwatson2006-03-241-0/+1
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1suz2006-03-241-4/+26
* Clean up and style(9) SPX code prior to significant functional changesrwatson2006-03-242-216/+258
* For each of the voltages that a card might support, make sure that theimp2006-03-241-4/+4
* Skeleton support for the SSC device, which implements I2S interfaces,imp2006-03-242-0/+297
* Skeleton PIO support.imp2006-03-242-0/+336
* Add the sekelton of support for the Power Management Controller.imp2006-03-243-0/+588
* Add rtc to files.at91imp2006-03-241-0/+1
* Add RTC support. This may be of dubious value since the RTC is resetimp2006-03-242-0/+333
* Add explicit dependency on cam. This is necessary when both aha.ko andimp2006-03-242-0/+2
* The year field is the 4 digit year (eg, 2006), not 'year - 1900' (egimp2006-03-241-1/+1
* 1. Move code for scanning pending I/O from aio_fsync to aio_aqueue,davidxu2006-03-241-77/+51
* Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backingrwatson2006-03-241-1/+11
OpenPOWER on IntegriCloud