summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for a new variant of the prism3 that has appaered in theWarner Losh2004-03-251-0/+1
* Sync to pccarddevs 1.82Warner Losh2004-03-251-2/+5
* Add a new Intersil card that DLINK is selling as the DWL-650.Warner Losh2004-03-251-1/+2
* only do nfs rpc callouts if there is work to do.Jim Rees2004-03-254-11/+14
* Enable splitfs in the Alpha boot loaders.John Baldwin2004-03-251-0/+1
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.Vinod Kashyap2004-03-253-22/+38
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationBill Paul2004-03-252-4/+41
* Connect ctau driver (Cronyx-Tau/ISA) to modules build process.Roman Kurakin2004-03-251-0/+2
* Remove unused function.Pawel Jakub Dawidek2004-03-252-11/+0
* This commit was generated by cvs2svn to compensate for changes in r127403,Dag-Erling Smørgrav2004-03-251-22/+26
|\
| * Import the original directly from NetBSD instead of via OpenBSD.Dag-Erling Smørgrav2004-03-251-22/+26
* | Untangle IP multicast routing interaction with delayed payload checksums.Ruslan Ermilov2004-03-251-13/+3
* | - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),Bill Paul2004-03-252-28/+86
* | MFi386: correctly calculate the top-of-stack when a kthread is createdPeter Wemm2004-03-251-3/+4
* | Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.Peter Wemm2004-03-251-5/+43
* | Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.David E. O'Brien2004-03-251-0/+1
* | Lets give -O2 kernels a try on sparc64.David E. O'Brien2004-03-251-1/+1
* | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() inAlan Cox2004-03-241-9/+1
* | Properly reprogram the hardware when IFF_ALLMULTI flag is set.Ruslan Ermilov2004-03-241-0/+3
* | sppp (4) to netgraph (4) node. As always: I'l connect it to theRoman Kurakin2004-03-243-0/+491
* | Conform to local file sytle and prefer (a && (b & flag)).Warner Losh2004-03-241-1/+1
* | Don't duplicate a packet, just to throw it away when we discover theJulian Elischer2004-03-241-1/+1
* | The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() isBill Paul2004-03-241-5/+11
* | Fix a bug introduced in rev 1.33(mega API change).Hidetoshi Shimokawa2004-03-241-1/+1
* | Correct the boundary parameter to the bus_dma_tag_create() calls (it wasThomas Moestl2004-03-231-2/+2
* | Correct the termination condition of the DVMA pruning loop inThomas Moestl2004-03-231-7/+7
* | Intitialize the frame pointer and return pc of a new process createdThomas Moestl2004-03-231-0/+2
* | Enable interrupt preemption on Alpha. Previously, flipping this switch onJohn Baldwin2004-03-231-1/+10
* | Recently I realized that the ADMtek 8211 driver wasn't working correctlyBill Paul2004-03-231-3/+4
* | Add an implementation of uiomove_fromphys() for PowerPC. ThisAlan Cox2004-03-233-0/+263
* | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). CopyingTim J. Robbins2004-03-231-1/+2
* | Change the !MPSAFE boot string to something that doesn't potentiallyDavid E. O'Brien2004-03-231-1/+1
* | Emit a traceback when witness_trace is set and witness_warn() isAlfred Perlstein2004-03-231-0/+2
* | Remove another case of grabbing Giant before doing a kthread_exit()Bill Paul2004-03-221-1/+0
* | Rather than display which interrupts are MPSAFE, display those that aren't.David E. O'Brien2004-03-221-1/+3
* | Use the correct length for appending an extended irq resource. This mayNate Lawson2004-03-221-1/+1
* | Shorten some printfs to fit better. No other functional changes.Nate Lawson2004-03-221-6/+6
* | Whitespace and comment changes. No MD5 change to the object file.Nate Lawson2004-03-221-53/+62
* | Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now supportNate Lawson2004-03-221-9/+2
* | Bump FreeBSD version to indicate new bus_alloc_resource_any API.Nate Lawson2004-03-221-1/+1
* | I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()Bill Paul2004-03-221-1/+1
* | if_ndis.c no longer depends on either pci or pccard. Also, add anBill Paul2004-03-221-1/+2
* | Lock down global variables in if_gre:Robert Watson2004-03-223-9/+46
* | Use ' rather than ".David E. O'Brien2004-03-221-1/+1
* | Lock down global variables in if_gif:Robert Watson2004-03-221-9/+50
* | Move "called", a static function variable used to detect recursiveRobert Watson2004-03-221-4/+11
* | MFi386: revision 1.480.Yoshihiro Takahashi2004-03-221-0/+1
* | Remove some netbsd debug code that crept into rev 1.116Paul Saab2004-03-222-8/+0
* | Add an implementation of uiomove_fromphys() to sparc64. ThisAlan Cox2004-03-222-0/+147
* | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromRobert Watson2004-03-223-8/+8