Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-30 | tweak previous; | Jason McIntyre | |
2011-05-30 | a 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-30 | turn @pkgpath into real objects, to simplify some updates by not having to | Marc Espie | |
figure out what matches precisely. approved by dcoppa@. okay sthen@, landry@ | |||
2011-05-29 | Add MSI support. | Mark Kettenis | |
ok dlg@, oga@ | |||
2011-05-29 | Fix 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-29 | Fix 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-29 | Merge 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-29 | regen | Mark Kettenis | |
2011-05-29 | Shorten a couple of old Intel chip names for consistency. Should save a few | Mark Kettenis | |
bytes as a bonus. | |||
2011-05-29 | Replace 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-29 | regen | Mark Kettenis | |
2011-05-29 | Add a few missing ATI chipset entries (and fix one since we prefer the chip | Mark Kettenis | |
names used in the documentation over marketing names). | |||
2011-05-29 | Fix 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-29 | sync | Theo de Raadt | |
2011-05-29 | Use k1x cpu scaling on all families 0x10 and above (the trend is likely to | Theo de Raadt | |
continue); makes the AMD E-350 speed adjust (from slow to way slower). discussion with jsg. | |||
2011-05-29 | pcidevs.h | Theo de Raadt | |
2011-05-29 | two ATI bridges found in the x201 | Theo de Raadt | |
2011-05-29 | Move the source address selection for multicast destinations that | Claudio 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-29 | Let this compile on kernels without acpicpu. | Claudio Jeker | |
Problem found by Nathanael Rensen (nathanael at polymorpheus dot com) | |||
2011-05-29 | regen | Mark Kettenis | |
2011-05-29 | Intels calls this the 5400 chipset series instead of the E5400 chipset series | Mark Kettenis | |
(the latter is the name of the associated Xeon processors). | |||
2011-05-29 | Don't attempt to use MSI if we're not running in APIC mode. | Mark Kettenis | |
2011-05-29 | regen | Mark Kettenis | |
2011-05-29 | Fix typo in previous commit. | Mark Kettenis | |
2011-05-29 | Ignore errors from the UCMS method. Some newer (really crappy, stay | Theo 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-28 | Store -1 into signgam in case of a special value of -0. | Martynas Venckus | |
2011-05-28 | Add 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-28 | Adapt m68k MD functions to extended-precision. | Martynas Venckus | |
Go for it miod@. | |||
2011-05-28 | Adapt m68k MD functions to single-precision. | Martynas Venckus | |
Looked over by miod@. | |||
2011-05-28 | regen | Mark Kettenis | |
2011-05-28 | Add AMD Family 14h devices. | Mark Kettenis | |
2011-05-28 | Remove out of data XXX comment. | Mark Kettenis | |
2011-05-28 | Do not leak memory if ufs_open() fails; reported by and ok martynas@ | Miod Vallat | |
2011-05-28 | tweak previous (my fault); | Jason McIntyre | |
2011-05-28 | sync | Theo de Raadt | |
2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | Marc Espie | |
2011-05-28 | Add support for AMD SB800, where the SMBus control registers have been hidden | Mark Kettenis | |
away. Based on a diff from Bryan Steele. ok deraadt@ | |||
2011-05-28 | several more bizarre cases | Marc Espie | |
2011-05-28 | rename | Marc Espie | |
2011-05-28 | Do 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-28 | Sync MCR0_BROADCAST register naming from FreeBSD now that its | Kevin Lo | |
known the register is to disable broadcast instead of enabling broadcast packets. From Brad | |||
2011-05-28 | age_newbuf is called from the interrupt context so it can't sleep. | Kevin Lo | |
From Brad. Tested by Thomas Pfaff | |||
2011-05-28 | Adapt after recent dconf MODULE change. | Antoine Jacoutot | |
2011-05-28 | sollicitation -> solicitation; | Jason McIntyre | |
2011-05-27 | Thou shall not use uninitialized TAILQs | Miod Vallat | |
2011-05-27 | more extra stuff for later | Marc Espie | |
2011-05-27 | flesh out flavors, future test that does not match yet | Marc Espie | |
2011-05-27 | unit-test @pkgpath before we add a lot of junk to it | Marc Espie | |
2011-05-27 | fix test output for new message | Marc Espie | |
2011-05-27 | spacing | Reyk Floeter | |