summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-04Fix some warnx() calls which should be fprintf plus KNF.Christiano F. Haesbaert
2011-12-04Cleanup recently removed flags from ifconfig.c and its manpage.Christiano F. Haesbaert
ok jmc@ mikeb@
2011-12-04link new tests to the build: Ap Aq Brq Dq Dv Ev Qq Sq UxIngo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2011-12-04renaming synaptics_pt_* -> pms_sec_*Alexandr Shadchin
(synaptics and alps uses this for trackpoint) ok mpi@
2011-12-04When a man document contains nothing at all except one or more invalidIngo Schwarze
macros, do not die on an assertion, but show correct error messages. Assertions of meta data validity suggested by joerg@. ok joerg@
2011-12-04more nitsMarc Espie
2011-12-03nit, nit, nitMarc Espie
2011-12-03a few more nits, such as more consistent annotationsMarc Espie
2011-12-03more nitsMarc Espie
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@
2011-12-03remove useless "#ifdef __linux__" that crept in,Ingo Schwarze
and trivial sync to bsd.lv (two new comments)
2011-12-03NitsMarc Espie
2011-12-03document prepare instead of dependsMarc Espie
2011-12-03fix typoMarc Espie
2011-12-03more .Ev -> .ArMarc Espie
explicit link to THE FAKE FRAMEWORK reflect reality: *-fetch hooks are gone.
2011-12-03thinkoMarc Espie
2011-12-03Builds -> Build.Marc Espie
flesh out prepare with reference to MULTI_PACKAGES.
2011-12-03more OBSOLETE stuff near the end, as it's less relevantMarc Espie
build-depends is less important and may vanish. prepare is more important...
2011-12-03tweak previous;Jason McIntyre
2011-12-03Be sure not to access the vm_page array out of bounds in uvm_pmr_freepages().Miod Vallat
Among other things, this fixes early panics on hppa system which memory size is exactly 128MB. Found the hard way and reported by fries@, not reported by beck@
2011-12-03fussing aroundMarc Espie
2011-12-03Correctly handle clitpad packets for some ALPS models.Martin Pieuchot
reported by espie@, not reported by miod@ with and ok shadchin@, ok espie@
2011-12-03format most modules, exempts ruby since jeremy has a pending diffMarc Espie
2011-12-03clean-up description of lang/ghc a bit moreMarc Espie
2011-12-03better format (.Ev, .Ar, .Li)... rephrase a few odd things.Marc Espie
Synch with current reality: a few variables got lost since bsd.port.arch.mk is included after modules (to be fixed ?)
2011-12-03Add MODGNOME_ICON_CACHE and MODXFCE_ICON_CACHE.Antoine Jacoutot
2011-12-03a few pieces of gnu.port.mk were not actually documented/documented correctly,Marc Espie
as noticed by Amit Kulkarni.
2011-12-03simplify/generalizeMarc Espie
2011-12-03pure display check, not linked since it fails, but the reported messageMarc Espie
should be better.
2011-12-03In a collision, retrofit storage for 2nd pkgname.Marc Espie
(in large updatesets, it may not be obvious where the 2nd copy comes from, as exemplified by ajacoutot@).
2011-12-03Make the mandocdb(8) format endian-neutral by storing integer dataIngo Schwarze
in network byte order; from kristaps@. Hopefully, this finishes the database format. This commit requires another rebuild of your mandoc databases by running "sudo mandocdb".
2011-12-03pfctl_set_hostid always returns 0; don't pretend otherwise and make it aRyan Thomas McBride
void function instead. ok dlg
2011-12-03Avoid loading garbage hostid and other values not always initialised,Ryan Thomas McBride
by bzero()ing the 'struct pfsync' properly. ok dlg mpf
2011-12-03document MSG_NOSIGNAL.Federico G. Schwindt
2011-12-03add support for MSG_NOSIGNAL.Federico G. Schwindt
linux bits compiled on i386 by sebastia@, mikeb@ ok
2011-12-03Make sure splx() is called before exiting wi_usb_tx_lock_try().Kenneth R Westerback
Found by Jan Klemkow. Thanks!
2011-12-03Make sure splx() is called before exiting trm_StartWaitingSRB().Kenneth R Westerback
Found by Jan Klemkow. Thanks!
2011-12-02update currency exchange rates;Jason McIntyre
2011-12-02small logic errorMarc Espie
2011-12-02-X before -x;Jason McIntyre
2011-12-02don't use a "server" flag, just check if we expose sub-devicesAlexandre Ratchov
2011-12-02-X exclude option: negates the packages we give (remove them instead ofMarc Espie
adding them).
2011-12-02it's MAXMCLBYTES, not MAXCLBYTES.David Gwynne
2011-12-02dont put MAXMCLBYTES in the mclsizes array with a comment saying its 64kDavid Gwynne
when the macro can change without automatically fixing the comment. instead add a diagnostic that checks that the biggest cluster size is always MAXMCLBYTES. requested by and ok kettenis@
2011-12-02reuse midi-control code to implement midi thru boxes and removeAlexandre Ratchov
the old midithru implementation; less code, less bugs. As a side effect, midi output doesn't implement running status "compression" any more.
2011-12-02initialize device reference counter, unbreaks -aoffAlexandre Ratchov
with MALLOC_OPTIONS=J
2011-12-02remove unused 'reqrate' parameterAlexandre Ratchov
2011-12-02don't add .wav header to .syx filesAlexandre Ratchov
2011-12-02Kill unused IFCAP_IPSEC and IFCAP_IPCOMP.Christiano F. Haesbaert
ok claudio@ henning@ mikeb@