| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for a new variant of the prism3 that has appaered in the | Warner Losh | 2004-03-25 | 1 | -0/+1 |
| * | Sync to pccarddevs 1.82 | Warner Losh | 2004-03-25 | 1 | -2/+5 |
| * | Add a new Intersil card that DLINK is selling as the DWL-650. | Warner Losh | 2004-03-25 | 1 | -1/+2 |
| * | only do nfs rpc callouts if there is work to do. | Jim Rees | 2004-03-25 | 4 | -11/+14 |
| * | Enable splitfs in the Alpha boot loaders. | John Baldwin | 2004-03-25 | 1 | -0/+1 |
| * | 1. Better handle a return value of EINPROGRESS from bus_dmamap_load. | Vinod Kashyap | 2004-03-25 | 3 | -22/+38 |
| * | - In subr_ndis.c:ndis_init_event(), initialize events as notification | Bill Paul | 2004-03-25 | 2 | -4/+41 |
| * | Connect ctau driver (Cronyx-Tau/ISA) to modules build process. | Roman Kurakin | 2004-03-25 | 1 | -0/+2 |
| * | Remove unused function. | Pawel Jakub Dawidek | 2004-03-25 | 2 | -11/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r127403, | Dag-Erling Smørgrav | 2004-03-25 | 1 | -22/+26 |
| |\ |
|
| | * | Import the original directly from NetBSD instead of via OpenBSD. | Dag-Erling Smørgrav | 2004-03-25 | 1 | -22/+26 |
| * | | Untangle IP multicast routing interaction with delayed payload checksums. | Ruslan Ermilov | 2004-03-25 | 1 | -13/+3 |
| * | | - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(), | Bill Paul | 2004-03-25 | 2 | -28/+86 |
| * | | MFi386: correctly calculate the top-of-stack when a kthread is created | Peter Wemm | 2004-03-25 | 1 | -3/+4 |
| * | | Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus. | Peter Wemm | 2004-03-25 | 1 | -5/+43 |
| * | | Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD. | David E. O'Brien | 2004-03-25 | 1 | -0/+1 |
| * | | Lets give -O2 kernels a try on sparc64. | David E. O'Brien | 2004-03-25 | 1 | -1/+1 |
| * | | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in | Alan Cox | 2004-03-24 | 1 | -9/+1 |
| * | | Properly reprogram the hardware when IFF_ALLMULTI flag is set. | Ruslan Ermilov | 2004-03-24 | 1 | -0/+3 |
| * | | sppp (4) to netgraph (4) node. As always: I'l connect it to the | Roman Kurakin | 2004-03-24 | 3 | -0/+491 |
| * | | Conform to local file sytle and prefer (a && (b & flag)). | Warner Losh | 2004-03-24 | 1 | -1/+1 |
| * | | Don't duplicate a packet, just to throw it away when we discover the | Julian Elischer | 2004-03-24 | 1 | -1/+1 |
| * | | The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is | Bill Paul | 2004-03-24 | 1 | -5/+11 |
| * | | Fix a bug introduced in rev 1.33(mega API change). | Hidetoshi Shimokawa | 2004-03-24 | 1 | -1/+1 |
| * | | Correct the boundary parameter to the bus_dma_tag_create() calls (it was | Thomas Moestl | 2004-03-23 | 1 | -2/+2 |
| * | | Correct the termination condition of the DVMA pruning loop in | Thomas Moestl | 2004-03-23 | 1 | -7/+7 |
| * | | Intitialize the frame pointer and return pc of a new process created | Thomas Moestl | 2004-03-23 | 1 | -0/+2 |
| * | | Enable interrupt preemption on Alpha. Previously, flipping this switch on | John Baldwin | 2004-03-23 | 1 | -1/+10 |
| * | | Recently I realized that the ADMtek 8211 driver wasn't working correctly | Bill Paul | 2004-03-23 | 1 | -3/+4 |
| * | | Add an implementation of uiomove_fromphys() for PowerPC. This | Alan Cox | 2004-03-23 | 3 | -0/+263 |
| * | | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying | Tim J. Robbins | 2004-03-23 | 1 | -1/+2 |
| * | | Change the !MPSAFE boot string to something that doesn't potentially | David E. O'Brien | 2004-03-23 | 1 | -1/+1 |
| * | | Emit a traceback when witness_trace is set and witness_warn() is | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | | Remove another case of grabbing Giant before doing a kthread_exit() | Bill Paul | 2004-03-22 | 1 | -1/+0 |
| * | | Rather than display which interrupts are MPSAFE, display those that aren't. | David E. O'Brien | 2004-03-22 | 1 | -1/+3 |
| * | | Use the correct length for appending an extended irq resource. This may | Nate Lawson | 2004-03-22 | 1 | -1/+1 |
| * | | Shorten some printfs to fit better. No other functional changes. | Nate Lawson | 2004-03-22 | 1 | -6/+6 |
| * | | Whitespace and comment changes. No MD5 change to the object file. | Nate Lawson | 2004-03-22 | 1 | -53/+62 |
| * | | Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now support | Nate Lawson | 2004-03-22 | 1 | -9/+2 |
| * | | Bump FreeBSD version to indicate new bus_alloc_resource_any API. | Nate Lawson | 2004-03-22 | 1 | -1/+1 |
| * | | I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent() | Bill Paul | 2004-03-22 | 1 | -1/+1 |
| * | | if_ndis.c no longer depends on either pci or pccard. Also, add an | Bill Paul | 2004-03-22 | 1 | -1/+2 |
| * | | Lock down global variables in if_gre: | Robert Watson | 2004-03-22 | 3 | -9/+46 |
| * | | Use ' rather than ". | David E. O'Brien | 2004-03-22 | 1 | -1/+1 |
| * | | Lock down global variables in if_gif: | Robert Watson | 2004-03-22 | 1 | -9/+50 |
| * | | Move "called", a static function variable used to detect recursive | Robert Watson | 2004-03-22 | 1 | -4/+11 |
| * | | MFi386: revision 1.480. | Yoshihiro Takahashi | 2004-03-22 | 1 | -0/+1 |
| * | | Remove some netbsd debug code that crept into rev 1.116 | Paul Saab | 2004-03-22 | 2 | -8/+0 |
| * | | Add an implementation of uiomove_fromphys() to sparc64. This | Alan Cox | 2004-03-22 | 2 | -0/+147 |
| * | | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from | Robert Watson | 2004-03-22 | 3 | -8/+8 |