summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/qdiv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-20correct boolean encoding for coredump; der Mouse via dugsongmarkus1-2/+2
2008-02-20remove old unused TCP isn code; ok henning, dhartmei, mcbridemarkus2-53/+2
2008-02-20Fix a use-after-free bug in the envelope code just after a port 25 fork.brad1-3/+6
2008-02-20- Only clear the IFF_OACTIVE flag if packets were processed.brad1-4/+6
2008-02-20When collecting the hardware statistics add the interfaces input errorsbrad2-3/+21
2008-02-20when creating a response, use the correct TCP header instead ofmarkus4-72/+62
2008-02-20when bge has link, use autopolling for link status, not direct mii polls.sthen2-29/+52
2008-02-20set globalnl to vnodenl in filemode() so we access the rightthib1-2/+4
2008-02-20enable tda(4)robert1-2/+2
2008-02-20make tda(4) run the fans at maximum speed when we are about to droprobert4-5/+57
2008-02-20Fix a mbuf leak which can be triggered on a systembrad1-15/+14
2008-02-20make sure we use the default branch (if available)joris1-3/+10
2008-02-20stylejoris1-3/+2
2008-02-20Add support for the Intel ICH9 chipsets.brad3-58/+127
2008-02-19Patchlevel starts at p0, not p1. Fix the example.landry1-5/+5
2008-02-19Add support for the optics on the Sun variant of ixgb(4) boards.brad4-9/+96
2008-02-19Remove duplicate strcmp().jsing1-3/+2
2008-02-19Match on AnyDATA ADU-500A.jsg2-3/+5
2008-02-19regenjsg2-4/+9
2008-02-19AnyDATA ADU-500Ajsg1-2/+3
2008-02-19these controllers are definitly not mfi(4), but mpi(4).fkr2-7/+7
2008-02-19Cleanup, spacing and KNF.marco1-23/+26
2008-02-18adjust width of S column to improve printing of the MBR partition tablesobrado2-9/+9
2008-02-18Only attach on Sun Blade 1000/2000.kettenis1-1/+11
2008-02-18Get correct memory information from 64 bit ARCBios, tested on Octane.miod2-9/+24
2008-02-18Use better types and fix tests for pc and sp being in kernel to reallymiod2-18/+20
2008-02-18More 64-bit ARCBios friendliness, correctly identify a 64 bit system, suchmiod2-28/+64
2008-02-18Fix ptoa() cast.kettenis1-5/+6
2008-02-18'like\nlike' -> 'like' in a couple of comments.krw2-4/+4
2008-02-18sgivol(8) no longer requires the '-f' option.jsing3-10/+10
2008-02-18Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f'jsing2-112/+101
2008-02-18remove the definition of amd7930_trap(), it is not used anywhere.robert1-3/+1
2008-02-18Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets.brad2-19/+31
2008-02-17Add "in blocks" to disk size discriptors so that I don't have to readmarco1-5/+5
2008-02-17We're not printing interrupt priority levels (ot whatever ipl stands for) butkettenis1-2/+2
2008-02-17mention the VIA VT8237S south bridge.brad1-3/+4
2008-02-17Add the VIA VT8237S south bridge.brad1-1/+2
2008-02-17Kill stray commentmarco1-2/+1
2008-02-17add my copyright, too.hshoexer1-1/+2
2008-02-17Add propper key encryption.hshoexer2-23/+184
2008-02-17Add back cast in ptoa() to prevent problems with integer overflow.kettenis1-2/+2
2008-02-17Remove the check for non-production bnx(4) chipsets. These chipsets arebrad1-16/+2
2008-02-17have lm and wbsio Xr each other, and some tweak;jmc3-6/+7
2008-02-17Mention wbsio(4).kettenis1-2/+4
2008-02-17lm(4) attaches to wbsio(4) too now.kettenis1-2/+3
2008-02-17wbsio(4)kettenis2-2/+50
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.kettenis5-5/+252
2008-02-17Define default configurations for AES-192 and AES-256. From Mitja Muzenichshoexer2-12/+197
2008-02-17- Correct clearing of the IFF_OACTIVE flag by ensuring the flag isbrad1-8/+11
2008-02-17Simplify the hw revision handling by removing the use of thebrad4-44/+29