aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The unit test for unaligned loads/stores can be found under ../ia64.Marcel Moolenaar2005-01-272-137/+0
* Add tests for post increment. This bumps the number of tests up toMarcel Moolenaar2005-01-272-37/+181
* Fix handling of post increment: Either the first or second operandMarcel Moolenaar2005-01-271-1/+4
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-2710-585/+892
* Don't compile the gdtoa package's strtoIg.c into libc.David Schultz2005-01-271-1/+1
* Write cs_detach() and use it. This resolves the twin problems of theWarner Losh2005-01-273-2/+17
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsWarner Losh2005-01-272-1/+2
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsWarner Losh2005-01-271-4/+4
* 64-bit clean fixes: Use %zx in preference to %x to print size_t items.Warner Losh2005-01-271-2/+2
* ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soWarner Losh2005-01-272-3/+8
* Fix a few printf problems on ia64 (and other 64-bit platforms).Warner Losh2005-01-271-4/+4
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).Bruce M Simpson2005-01-271-2/+9
* The ar driver appears to do naughty things with pointers and integersWarner Losh2005-01-271-1/+1
* pcic is goneWarner Losh2005-01-272-10/+0
* Remove policy references to mpo_check_vnode_mprotect(), which isRobert Watson2005-01-265-54/+2
* If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aPoul-Henning Kamp2005-01-261-14/+128
* Add required ingWarner Losh2005-01-261-1/+1
* Add -fno-strict-alias whenever someone is compiling with -O2,Warner Losh2005-01-261-0/+1
* Add cs module. It has built in my tree for ages, and it just neverWarner Losh2005-01-261-0/+2
* The tinderbox seems to have a different set of compiler optionsWarner Losh2005-01-261-0/+1
* Add a few colons.Ruslan Ermilov2005-01-261-3/+3
* Forced commit to note that in the previous commit messageYaroslav Tykhiy2005-01-260-0/+0
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesHartmut Brandt2005-01-265-11/+146
* Correct a typo in the definition of _PW_VERSION_MASK. This macro isJacques Vidrine2005-01-261-3/+3
* Add WERRROR= to work around the warningsWarner Losh2005-01-264-0/+4
* Generally force -Werror for modules when not compiling with icc. ThisWarner Losh2005-01-261-0/+3
* Correct some style nits that I have mistakenly submitted asXin LI2005-01-261-9/+15
* More math functions.Alexander Kabaev2005-01-261-3/+3
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyRobert Watson2005-01-261-1/+0
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andMaxim Sobolev2005-01-263-123/+123
* We have floorl() now. Reflect this in the library config file.Alexander Kabaev2005-01-261-1/+1
* Of all templates only lists need a special implmementation file compiledAlexander Kabaev2005-01-261-8/+9
* Respect the current setting of IFCAP_VLAN_HWTAGGING onYaroslav Tykhiy2005-01-261-5/+18
* unbreak libthr binary compatibility.David Xu2005-01-261-2/+2
* Disable use of hardware VLAN tagging and stripping in if_em in the defaultRobert Watson2005-01-261-1/+1
* Rename ng_callout_trapoline to ng_callout_trampoline.Gleb Smirnoff2005-01-261-3/+3
* Remove useless errno.h include.Suleiman Souhlal2005-01-261-1/+0
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incSuleiman Souhlal2005-01-261-1/+0
* Bump the document date.Suleiman Souhlal2005-01-261-1/+1
* Document the recent fsync(1) changes.Suleiman Souhlal2005-01-261-1/+6
* In case of error, return errno, instead of 1.Suleiman Souhlal2005-01-261-2/+3
* Catchup to the iodata renamingWarner Losh2005-01-261-1/+1
* Kill stray debugging line not fully removedWarner Losh2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theWarner Losh2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetWarner Losh2005-01-261-14/+17
* This should (finally) fix the 64-bit build. <sigh>Tim Kientzle2005-01-261-1/+1
* - RegenJeff Roberson2005-01-261-3/+3
* - Struct mount is not yet locked well enough to allowJeff Roberson2005-01-261-3/+3
* Split out kernel side of msgctl(2) into two parts: the first that pops dataMaxim Sobolev2005-01-263-38/+50
* Linkage with -lobjc requires -lpthread nowadays.Juli Mallett2005-01-261-1/+1