summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-075-0/+9
* Add an assembly version of fmal.das2005-03-071-0/+34
* Add scalbnl, also known as as ldexpl.das2005-03-072-0/+90
* Alias scalbnf as ldexpf. The two are identical in binarydas2005-03-072-0/+7
* 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
* New release notes:hrs2005-03-062-2/+22
* Fix a mistake in the exponent range.das2005-03-061-1/+1
* New release notes:hrs2005-03-062-4/+108
* s/AST/ARNET/ where appropriate.rushani2005-03-061-1/+1
* 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
* Increase the default stacksizes:marcus2005-03-063-15/+31
* 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
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
* Work around a gcc bug. This fixes feholdexcept() et al. at -O1.das2005-03-051-1/+1
* 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
* Revise the minimum RAM requirements to 24MB for i386 (and implicitlybmah2005-03-051-3/+2
* New release notes: Background fsck(8) summary recomputation (+MFC),bmah2005-03-052-6/+74
* Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- anddes2005-03-051-3/+15
OpenPOWER on IntegriCloud