summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-0913-0/+945
* Improve diagnostic message.imp2005-11-091-2/+3
* For nmount(), allow a text string error message to be propagated backrodrigc2005-11-091-2/+37
* In aio_waitcomplete, do not return EAGAIN if no other threadsdavidxu2005-11-081-1/+1
* Make sure pending SIGCHLD is removed from previous parent when processdavidxu2005-11-081-1/+10
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-0818-22644/+44220
* The hptmv inherently believes that a 'long' can hold a physical address.scottl2005-11-081-0/+1
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-0815-134/+63
* Various and sundry cleanups:jhb2005-11-081-80/+84
* Giant clean up for exit(2)csjp2005-11-081-7/+7
* Fix standalone module build for viapm. Note that by default it doesn'tjhb2005-11-081-2/+2
* Mollify the whitespace policeimp2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* There's no need to include <machine/asmacros.h> here.cognet2005-11-081-1/+0
* Rework ARP retransmission algorythm so that ARP requests areglebius2005-11-081-30/+27
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-086-14/+136
* Simplify setting the link-level address.ru2005-11-081-19/+3
* Name change from pmap_* to moea_* to fit into the new order ofgrehan2005-11-082-934/+918
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-087-5/+1251
* If a physical page is mapped by two or more virtual addresses, transmittedalc2005-11-081-0/+1
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-082-0/+22
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR androdrigc2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanjhb2005-11-071-3/+3
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-073-4/+16
* Slightly reorganize to reduce duplicated code.delphij2005-11-071-2/+1
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestwpaul2005-11-071-1/+1
* Eliminate tinderbox errors.rodrigc2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* Remove unecessary include file. machine/rpb.h is very alpha specificimp2005-11-071-1/+0
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.grehan2005-11-071-1/+1
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisglebius2005-11-061-2/+8
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-064-12/+66
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthps2005-11-061-1/+1
* Fix panic string in last revision.glebius2005-11-061-1/+1
* MFi386 rev 1.536 (sort of)cognet2005-11-063-30/+24
* Avoid trouble with PUC_FASTINTR if it is already defined.phk2005-11-061-0/+2
* Remove spl markers from AMR.scottl2005-11-064-54/+6
* Now that fast interrupts can be shared we can use them in puc.phk2005-11-051-0/+1
* Add yet another entry to the list.phk2005-11-051-0/+9
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-053-4/+7
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-053-2/+6
* Remove spl.ticso2005-11-051-28/+16
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* Define M_IOAPIC the same as i386peter2005-11-041-1/+1
* MFamd64: indent with tabs instead of spaces.peter2005-11-041-1/+1
* This commit was generated by cvs2svn to compensate for changes in r152069,jkim2005-11-042-8/+5
|\
| * - Fix more resource parsing problems. The previous commit was imcomplete.jkim2005-11-042-8/+5
OpenPOWER on IntegriCloud