summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-074-55/+120
* Correct indentation style:grog2005-03-071-14/+14
* Remove dead code.scottl2005-03-074-68/+0
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-072-6/+6
* Allow user to undersize memory with hw.physmem loader variable.grehan2005-03-073-3/+186
* Fix typo.mux2005-03-071-1/+1
* Regen after addition of linux_nosys handler.sobomax2005-03-079-9/+27
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-075-0/+57
* When neither of supported frame type is enabled via kernel options enablesobomax2005-03-061-0/+9
* Fix ef(4) driver when kernel compiled w/o IPX.sobomax2005-03-061-1/+1
* Always produce cpuX entries, even in the case when there is only one CPUsobomax2005-03-061-7/+6
* Use [ldr|str]t instead of [ldr|str] when accessing ARM_TP_ADDRESS.cognet2005-03-061-4/+3
* Make sure ARM_TP_ADDRESS is accessible right now by calling pmap_fault_fixup,cognet2005-03-061-3/+9
* Use correct flags for bus_dma_tag_create().scottl2005-03-061-4/+4
* Declare as volatile the memory location referenced by a pointer rather thanalc2005-03-061-1/+1
* Use the correct flags for bus_dma_tag_create().scottl2005-03-061-2/+2
* The m_ext reference counts are potentially shared and modifiedalc2005-03-062-7/+5
* Always go to standby efter each call.phk2005-03-061-7/+7
* Don't disable interrupts on a stray interrupt.phk2005-03-061-2/+0
* Fix typos in a comment.stefanf2005-03-061-1/+1
* Unlike NetBSD's bcopy(), our bcopy allows the two strings to overlap, even incognet2005-03-061-3/+542
* MFi386: revisions 1.609 and 1.610.nyan2005-03-062-82/+18
* o s/opt_ifpw.h/opt_ipfw.h/ in the previous commit.maxim2005-03-061-1/+1
* Whitespace nit. Clarifies which body this line belongs to.njl2005-03-061-1/+1
* Back out previous commit. The description didn't match the commit,imp2005-03-061-1/+1
* Use BUS_PROBE_DEFAULTimp2005-03-063-3/+4
* Cleanup: u_intXX_t -> uintX_t conversion.mux2005-03-063-110/+110
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-056-10/+10
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-057-11/+41
* MFi386: use TUNABLE_ULONG_FETCH to retrieve hw.physmem.des2005-03-051-35/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0517-53/+52
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0510-16/+14
* Replace goto with continue.des2005-03-051-2/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-0512-22/+15
* Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will takedes2005-03-051-34/+3
* Replace goto with continue.des2005-03-051-6/+5
* Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- anddes2005-03-051-3/+15
* Add support for fxp(4) cards found in Sony FS570 laptops.mux2005-03-051-0/+1
* Allocate umtx_q from heap instead of stack, this avoidsdavidxu2005-03-054-35/+54
* Add comments on setting resource limits.grog2005-03-051-13/+22
* Add targets to build cscope name files and TAGS file for etags.grog2005-03-051-0/+19
* The td_waitset is pointing to a stack address when thread is waitingdavidxu2005-03-042-20/+6
* - sparc64/fhc/fhc.c:marius2005-03-042-48/+57
* Let central(4) manage the resources of its children so they don't needmarius2005-03-042-37/+104
* Addendum to netchild's C compiler abstraction mega-patch which somehowjoerg2005-03-042-10/+3
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Don't allow to synchronize a plex that is already sychronizing.le2005-03-041-13/+24
* Minor changes:marius2005-03-044-33/+45
* Minor changes:marius2005-03-041-12/+11
* Don't use the ptoa() to set the 'realmem' variable. Because F/pc98's policynyan2005-03-042-6/+2
OpenPOWER on IntegriCloud