summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-22use timerclear macroOkan Demirmen
ok miod@
2011-03-22don't refer to an error message which no longer exists (bge's jumbo bufferStuart Henderson
allocator was removed with the move to MCLGETI). spotted by Richard Toohey.
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-21import fenv regression test suite. this one is from freebsd andMartynas Venckus
has more tests than i initially had. currently the last diff for amd64 posted on tech@ passes all tests.
2011-03-21grammar fixes from Michael W. Bombardieri; also emphasize stderr, asOkan Demirmen
most pages do already. ok jmc@ ratchov@
2011-03-21tweak for clarity, ok millert@, jmc@Marc Espie
2011-03-21fix audacity. Make specs like >= 0.14.2b kosherMarc Espie
(missed by landry's bulk, obviously).
2011-03-21do not close msgfd in bounce_session(), it is closed by client_close()Gilles Chehade
2011-03-21- reset smtp_client pointer to NULL after client_close()Gilles Chehade
- datafd is closed in client_close()
2011-03-21fix a memory leak in client.c and properly close envelope inGilles Chehade
queue_shared.c diff from Jared Yanovich, sent to bugs@ by Jonny Mosco
2011-03-21This file was forgotten when importing the foundation for eqn(7) support.Ingo Schwarze
Written by kristaps@. Sorry, and thanks to jmc@ for noticing so quickly.
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
Written by kristaps@. For now, i'm adding one line to each of the four frontends to just pass the input text through to the output, not yet interpreting any of then eqn keywords.
2011-03-20Add two missing lines that got missed when I did the initial at + cronTodd C. Miller
merge.
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
mask out invalid bits to prevent a protect fault. Original diff by joshe@; further feedback and ok kettenis@
2011-03-20Update URI to data sheet. New location found on www.davicom.com.tw butMichael Knudsen
points to some other domain for some reason. Noticed while looking into a udav(4) issue with Loganaden Velvindron. OK jasper
2011-03-20document new stuffMarc Espie
2011-03-20pass url name to Ustar, for error messagesMarc Espie
2011-03-20allow Ustar to be more precise in its error messages: record positionMarc Espie
in archive, and caller can set description of file handle
2011-03-20changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) ↵Jordan Hargrave
in order to fix an AML issue on some Asus machines. ok marco@
2011-03-19use timerclear macroOkan Demirmen
ok henning@
2011-03-19fix rdr-to example (requires direction); from James TurnerOkan Demirmen
ok jmc@
2011-03-19Since we now use pkill -0 for "check", it must be run as root,Ian Darwin
so remove that test condition. Commented by schwarze@, OK ajacoutot@
2011-03-19move to 64-bit daddr_t; ports tree will follow i hopeTheo de Raadt
2011-03-19syncTheo de Raadt
2011-03-19Pass the new -c option to grotty when building manuals, to avoid ANSIIngo Schwarze
escape sequences and continue using traditional backspace escaping. Using feedback from millert@ and espie@. Tested by landry@ in bulk builds. ok naddy@ landry@ When installing this patch, make sure to upgrade your textproc/groff package to groff-1.21 before trying to build ports, because the old groff-1.15 grotty will error out when being fed the -c option.
2011-03-19I can remove duplicate flag since that's handled upwards.Marc Espie
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
BOOTBIOS_MAXSEC line. ok deraadt@.
2011-03-19put back -L in handle_options, so that it works in pkg_add/pkg_delete/pkg_createMarc Espie
prompted by jmc@, noticed by Gregory Edigarov
2011-03-19fix some name[=value] horrors;Jason McIntyre
2011-03-19Xr pkg.conf.5; from Patrick LamaiziereJason McIntyre
ok espie
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
Tested by Sergio Charpinel Jr. OK sthen@, jsg@
2011-03-19syncDavid Coppa
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
Tested by Sergio Charpinel Jr. OK sthen@, jsg@
2011-03-19Repair spoofing. We want to start at 'i', not 'j'.Kenneth R Westerback
Spotted by deraadt@.
2011-03-18Fix stdetach() to call vdevgone() with the right device minor numbers.Matthew Dempsky
Some stylistic tweaks after discussions with krw@ and deraadt@. ok krw@; "Lovely" deraadt@
2011-03-18actually set and use whiteexp in the new -W option.Okan Demirmen
my goof noticed by Boudewijn Dijkstra. ok beck@
2011-03-18print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected".Stuart Henderson
from Christiano Haesbert with a small tweak to wording
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat
layout inquiry, as some PS/2 converters (at least the Starview SV 125) need it to behave correctly. Found the hard way and researched by Mike Malopolski, thanks!
2011-03-18- spellingJasper Lievisse Adriaanse
2011-03-18- when a newer version of an installed package is requested, print the URLJasper Lievisse Adriaanse
where to find a newer version, if possible. matches fd.o pkg-config.
2011-03-18sighTheo de Raadt
2011-03-18- assert copyrightJasper Lievisse Adriaanse
ok ckuethe@
2011-03-18format the message when a module doesn't validate more like fd.o pkg-config, ↵Jasper Lievisse Adriaanse
which will also be printed when PKG_CONFIG_DEBUG_SPEW isn't set.
2011-03-18add a 'pc_path' variable to the pkg-config.pc cache entry.Jasper Lievisse Adriaanse
this variable will return the paths where pkg-config searches for .pc files, when queried.
2011-03-18- add basic validation for .pc files, at least Name, Description and Version ↵Jasper Lievisse Adriaanse
have to be set. this is what fd.o pkg-config requires at least.
2011-03-18fix a small buglet when PKG_CONFIG_SYSROOT_DIR was set, it only handled the ↵Jasper Lievisse Adriaanse
first occurence of -I/-L correctly but didn't prepend the sysroot to later occurences, now it does. no functional change when PKG_CONFIG_SYSROOT_DIR wasn't set.
2011-03-18minor related tweaks:Marc Espie
- use //= instead of if (!defined) - don't special-case code for pkg-config itself, prime cache with versioning info. - more accurate regexps for parsing arguments - don't use join() when we mean map() leads to: - fix bug in argument splitting, zap ", " used as argument separation. okay jasper@, tested by landry@
2011-03-18oh, it should stayTheo de Raadt