summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-30tweak previous;Jason McIntyre
2011-05-30a few more comments, since for once this is complicated.Marc Espie
add subdir method to extrainfo and pkgpath to get to pkgpath string. to be used in register-plist to allow for normalization of pkgpaths.
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
figure out what matches precisely. approved by dcoppa@. okay sthen@, landry@
2011-05-29Add MSI support.Mark Kettenis
ok dlg@, oga@
2011-05-29Fix more regressions introduced in 1.11.3:Ingo Schwarze
Some predefined strings got changed in -Tascii mode. With this fix, they change in other output modes, but -Tascii is what matters.
2011-05-29Fix two regressions introduced in 1.11.3:Ingo Schwarze
* Do not pass integers outside the ASCII range to isprint(). * Make sure escaped characters are really printed verbatim when the escape sequence has no special meaning.
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
* Unicode output support (no Unicode input yet, though). * Refactoring: completely handle predefined strings in roff.c. - New function mandoc_escape() replaces a2roffdeco() and mandoc_special(). - Start using mandoc_getarg() in mdoc_argv.c. - Clean up parsing of delimiters in mdoc(7). * And many minor fixes and lots of cleanup.
2011-05-29regenMark Kettenis
2011-05-29Shorten a couple of old Intel chip names for consistency. Should save a fewMark Kettenis
bytes as a bonus.
2011-05-29Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR.Ariane van der Steldt
This makes writing a diff that makes 64-bit unclean applications explode a one-line diff. ok deraadt
2011-05-29regenMark Kettenis
2011-05-29Add a few missing ATI chipset entries (and fix one since we prefer the chipMark Kettenis
names used in the documentation over marketing names).
2011-05-29Fix parameter range clamping in vmmap routines.Ariane van der Steldt
The old VM_MAP_RANGE_CHECK macro was wrong and caused code to be unreadable (argument altering macros are harmful). Each function now treats the memory range outside the map as it would treat free memory: if it would error on being given free memory, it'll error in a similar fashion when the start,end parameters fall outside the map. If it would accept free memory in its argument range, it'll silently accept the outside-map memory too. Confirmed to help ports build machines.
2011-05-29syncTheo de Raadt
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
continue); makes the AMD E-350 speed adjust (from slow to way slower). discussion with jsg.
2011-05-29pcidevs.hTheo de Raadt
2011-05-29two ATI bridges found in the x201Theo de Raadt
2011-05-29Move the source address selection for multicast destinations thatClaudio Jeker
specify the outgoing interface with a multicast option up. Doing this before the route lookup allows multicast traffic to work even when the default 224/4 reject route is installed. Raw IP and IPv6 already had this behaviour. Based on work by Christiano F. Haesbaert. OK sthen@
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
Problem found by Nathanael Rensen (nathanael at polymorpheus dot com)
2011-05-29regenMark Kettenis
2011-05-29Intels calls this the 5400 chipset series instead of the E5400 chipset seriesMark Kettenis
(the latter is the name of the associated Xeon processors).
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-29regenMark Kettenis
2011-05-29Fix typo in previous commit.Mark Kettenis
2011-05-29Ignore errors from the UCMS method. Some newer (really crappy, stayTheo de Raadt
away from them) thinkpads are returning garbage for the return value. We never did anything special about the return value except spit out some noise, so silence it. ok mlarkin
2011-05-28Store -1 into signgam in case of a special value of -0.Martynas Venckus
2011-05-28Add some simple test cases for lgamma, and lgammaf.Martynas Venckus
Currently the functions return correct results for the input of negative zero; however signgam is wrong in this case.
2011-05-28Adapt m68k MD functions to extended-precision.Martynas Venckus
Go for it miod@.
2011-05-28Adapt m68k MD functions to single-precision.Martynas Venckus
Looked over by miod@.
2011-05-28regenMark Kettenis
2011-05-28Add AMD Family 14h devices.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-28Do not leak memory if ufs_open() fails; reported by and ok martynas@Miod Vallat
2011-05-28tweak previous (my fault);Jason McIntyre
2011-05-28syncTheo de Raadt
2011-05-28wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@Marc Espie
2011-05-28Add support for AMD SB800, where the SMBus control registers have been hiddenMark Kettenis
away. Based on a diff from Bryan Steele. ok deraadt@
2011-05-28several more bizarre casesMarc Espie
2011-05-28renameMarc Espie
2011-05-28Do not allow traffic to be sent with a destination address in 0/8;Paul de Weerd
this is not allowed according to Stevens and RFCs 5735 and 1122. Suggestion to use ENETUNREACH from claudio. OK phessler@, claudio@
2011-05-28Sync MCR0_BROADCAST register naming from FreeBSD now that itsKevin Lo
known the register is to disable broadcast instead of enabling broadcast packets. From Brad
2011-05-28age_newbuf is called from the interrupt context so it can't sleep.Kevin Lo
From Brad. Tested by Thomas Pfaff
2011-05-28Adapt after recent dconf MODULE change.Antoine Jacoutot
2011-05-28sollicitation -> solicitation;Jason McIntyre
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-27more extra stuff for laterMarc Espie
2011-05-27flesh out flavors, future test that does not match yetMarc Espie
2011-05-27unit-test @pkgpath before we add a lot of junk to itMarc Espie
2011-05-27fix test output for new messageMarc Espie
2011-05-27spacingReyk Floeter