summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* pal_stub.s has been repo-copied to pal_stub.S.ru2003-07-022-66/+1
* Update the SATA support code to work more correctly withsos2003-07-023-57/+121
* Change idle sleep indentifier to "-" for nfsiodphk2003-07-021-1/+1
* Change idle state sleep identifier to "-" for nfsd.phk2003-07-021-1/+1
* Only dump 512 bytes of debugging.phk2003-07-021-1/+2
* Change the sleep identifier to "-" where random normally sleeps.phk2003-07-021-1/+1
* typo fix in comment.phk2003-07-021-1/+1
* Fix a few style(9) nits.mux2003-07-021-13/+9
* The use of SYSINIT requires the inclusion of <sys/kernel.h>marcel2003-07-021-0/+1
* Allow SA process unblocks a thread blocked in condition variable.davidxu2003-07-021-2/+8
* Make this even closer to other busdma backends.mux2003-07-011-12/+26
* Oops, add back a free() call that I mistakenly removed inmux2003-07-011-0/+1
* Sync more things with other backends.mux2003-07-012-24/+18
* Sync with i386's busdma backend. This fixes a few bugs and addsmux2003-07-011-33/+48
* Sync bounce pages support with the alpha backend. More precisely:mux2003-07-011-39/+55
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-012-28/+34
* Honor the boundary of the busdma tag when allocating bounce pages.mux2003-07-013-3/+3
* Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activatescottl2003-07-011-1/+1
* Mega busdma API commit.scottl2003-07-01116-162/+878
* Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, alongtmm2003-07-012-1/+17
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-0119-372/+1160
* Add PnP PS/2 id for Dell Latitude X200.mikeh2003-07-012-0/+2
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-012-7/+12
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-015-6/+25
* Allow to write the intpin ivar using the pci_set_intpin() accessor. Theretmm2003-07-011-1/+3
* Regen.joe2003-07-012-2/+9
* USB scanner support for Mustek BearPaw scanner.joe2003-07-012-0/+2
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Regen.joe2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.joe2003-07-012-0/+2
* free_drive: Free the drive even if it's referenced. I don't know whatgrog2003-07-011-12/+7
* Modify vm_page_alloc() and vm_page_select_cache() to allow the page thatalc2003-07-011-2/+4
* Check the address provided to vm_map_stack() against the vm map's maximum,alc2003-07-011-1/+2
* Add the beastie_disable variable which allows to turn the beastiebrueffer2003-07-011-0/+1
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-302-10/+4
* Fix typo.davidxu2003-06-302-2/+2
* Include file clean up.simokawa2003-06-303-4/+11
* nitpickingsam2003-06-301-5/+3
* consolidate callback optimization check in one location by adding a flagsam2003-06-305-67/+23
* correct transfer statisticssam2003-06-301-0/+1
* acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
* MFi386: revision 1.16.ru2003-06-301-10/+4
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byru2003-06-301-10/+4
* plug xform memory leaks:sam2003-06-292-2/+15
* Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MDalc2003-06-292-7/+21
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-299-18/+48
* Capitalize an occurrence of 'ficl' for consistency.brueffer2003-06-291-1/+1
* catch failure to fetch the card's "own channel"; this should not happensam2003-06-291-0/+4
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
OpenPOWER on IntegriCloud