aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-0913-0/+945
* Improve diagnostic message.Warner Losh2005-11-091-2/+3
* For nmount(), allow a text string error message to be propagated backCraig Rodrigues2005-11-091-2/+37
* In aio_waitcomplete, do not return EAGAIN if no other threadsDavid Xu2005-11-081-1/+1
* Make sure pending SIGCHLD is removed from previous parent when processDavid Xu2005-11-081-1/+10
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasVinod Kashyap2005-11-0818-22644/+44220
* The hptmv inherently believes that a 'long' can hold a physical address.Scott Long2005-11-081-0/+1
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-0815-134/+63
* Various and sundry cleanups:John Baldwin2005-11-081-80/+84
* Giant clean up for exit(2)Christian S.J. Peron2005-11-081-7/+7
* Fix standalone module build for viapm. Note that by default it doesn'tJohn Baldwin2005-11-081-2/+2
* Mollify the whitespace policeWarner Losh2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingJohn Baldwin2005-11-081-1/+1
* There's no need to include <machine/asmacros.h> here.Olivier Houchard2005-11-081-1/+0
* Rework ARP retransmission algorythm so that ARP requests areGleb Smirnoff2005-11-081-30/+27
* Add support for queueing SIGCHLD same as other UNIX systems did.David Xu2005-11-086-14/+136
* Simplify setting the link-level address.Ruslan Ermilov2005-11-081-19/+3
* Name change from pmap_* to moea_* to fit into the new order ofPeter Grehan2005-11-082-934/+918
* Insert a layer of indirection to the pmap code, using a kobj forPeter Grehan2005-11-087-5/+1251
* If a physical page is mapped by two or more virtual addresses, transmittedAlan Cox2005-11-081-0/+1
* Add utility function to propagate mount errors as text string messages.Craig Rodrigues2005-11-082-0/+22
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR andCraig Rodrigues2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanJohn Baldwin2005-11-071-3/+3
* *sigh* Revert stuff that wasn't supposed to be committed. TheJohn Baldwin2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTJohn Baldwin2005-11-073-4/+16
* Slightly reorganize to reduce duplicated code.Xin LI2005-11-071-2/+1
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestBill Paul2005-11-071-1/+1
* Eliminate tinderbox errors.Craig Rodrigues2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.Ariff Abdullah2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().Ariff Abdullah2005-11-071-1/+1
* Remove unecessary include file. machine/rpb.h is very alpha specificWarner Losh2005-11-071-1/+0
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.Peter Grehan2005-11-071-1/+1
* Refactor the PCI probe code a bit.Scott Long2005-11-061-49/+45
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisGleb Smirnoff2005-11-061-2/+8
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromBill Paul2005-11-064-12/+66
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthPaul Saab2005-11-061-1/+1
* Fix panic string in last revision.Gleb Smirnoff2005-11-061-1/+1
* MFi386 rev 1.536 (sort of)Olivier Houchard2005-11-063-30/+24
* Avoid trouble with PUC_FASTINTR if it is already defined.Poul-Henning Kamp2005-11-061-0/+2
* Remove spl markers from AMR.Scott Long2005-11-064-54/+6
* Now that fast interrupts can be shared we can use them in puc.Poul-Henning Kamp2005-11-051-0/+1
* Add yet another entry to the list.Poul-Henning Kamp2005-11-051-0/+9
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,Marcel Moolenaar2005-11-053-4/+7
* Free only those mbuf+clusters back to the packet zone that were allocatedAndre Oppermann2005-11-053-2/+6
* Remove spl.Bernd Walter2005-11-051-28/+16
* Unbreak !SMP kernelsPoul-Henning Kamp2005-11-051-0/+2
* Define M_IOAPIC the same as i386Peter Wemm2005-11-041-1/+1
* MFamd64: indent with tabs instead of spaces.Peter Wemm2005-11-041-1/+1
* This commit was generated by cvs2svn to compensate for changes in r152069,Jung-uk Kim2005-11-042-8/+5
|\
| * - Fix more resource parsing problems. The previous commit was imcomplete.Jung-uk Kim2005-11-042-8/+5