summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-2311-14/+358
* ip6(4) man page lacks documentation for TCLASS option.bms2008-02-221-2/+13
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-222-6/+4
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-222-0/+18
* Fixes a memory leak when VRF's are in play.rrs2008-02-221-0/+4
* - Takes out stray ifdef code that should not have been present.rrs2008-02-221-5/+0
* Add an irint() function in inline asm for amd64 and i386. irint() isbde2008-02-221-0/+30
* Optimize the conversion to bits a little (by about 11 cycles or 16%bde2008-02-221-5/+13
* Sanitize arguments to linux_mremap().kib2008-02-222-0/+18
* Fix essential bugs and warnings.ru2008-02-221-5/+4
* Optimize the fixup for +-0 by using better classification for this casebde2008-02-221-2/+4
* Hide BSD ar(1) under the MK_TOOLCHAIN option.ru2008-02-221-1/+2
* Fix rintl() on signaling NaNs and unsupported formats.bde2008-02-221-5/+3
* Clean up created turds.obrien2008-02-221-0/+1
* We build important toolchain statically. So build BSD 'ar' staticallyobrien2008-02-221-0/+1
* Re-introduce the new BSDLed 'ar' to the build.obrien2008-02-223-2/+19
* Fix 'make checkdpadd'.jkoshy2008-02-221-1/+1
* s/rcsid/__FBSDID/das2008-02-2279-241/+158
* Remove an unused variable.das2008-02-223-3/+3
* Eliminate some warnings.das2008-02-223-9/+3
* MFC after: 4 weeksdavidch2008-02-223-5555/+7977
* -Fix display of nat range.piso2008-02-211-6/+5
* Add some missing Xrefs to drivers.brueffer2008-02-211-1/+5
* Note, as required by our agreement with IEEE/The Open Group, that the messagephilip2008-02-217-0/+140
* Add support for the VIA USB2IDE bridge [1].remko2008-02-212-0/+22
* If 'WITH_BSDAR' is defined, install as gnu-<util_name>.obrien2008-02-212-0/+10
* Fix static linkage.ru2008-02-211-2/+2
* Add LIBELF.ru2008-02-211-0/+1
* Back out previous commit. Restore Binutils ar as default. Disconnectkaiw2008-02-214-15/+1
* * Connect ar(1) to the build and make it default ar. Rename GNUkaiw2008-02-214-1/+15
* Remove WARNS from here and compile with default kernel flags.ru2008-02-211-10/+14
* Remove WARNS from here and compile with default kernel flags.ru2008-02-213-4/+0
* Import ar(1) front-end. (aka 'BSD' ar)kaiw2008-02-217-0/+1989
* Ensure that the -s flag truncates the accounting data.grog2008-02-211-1/+1
* Sanity-check the block size.kientzle2008-02-211-0/+19
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.marcel2008-02-211-8/+7
* Don't use disklabel for the MFS root. The DoFS.sh script createsmarcel2008-02-211-0/+1
* Add AS lookup functionality. On each hop we query a whois server torpaulo2008-02-205-7/+332
* Two no-op fixes to improve corretness of syslogd code:dwmalone2008-02-201-3/+4
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-202-8/+2
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-201-1/+1
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-203-1378/+0
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-206-4/+16
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-203-0/+1379
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();bde2008-02-191-6/+4
* Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as forbde2008-02-191-18/+56
* Rearrange the polynomial evaluation for better parallelism. Thisbde2008-02-192-9/+9
OpenPOWER on IntegriCloud