Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-03 | remove useless "#ifdef __linux__" that crept in, | Ingo Schwarze | |
and trivial sync to bsd.lv (two new comments) | |||
2011-12-03 | Nits | Marc Espie | |
2011-12-03 | document prepare instead of depends | Marc Espie | |
2011-12-03 | fix typo | Marc Espie | |
2011-12-03 | more .Ev -> .Ar | Marc Espie | |
explicit link to THE FAKE FRAMEWORK reflect reality: *-fetch hooks are gone. | |||
2011-12-03 | thinko | Marc Espie | |
2011-12-03 | Builds -> Build. | Marc Espie | |
flesh out prepare with reference to MULTI_PACKAGES. | |||
2011-12-03 | more OBSOLETE stuff near the end, as it's less relevant | Marc Espie | |
build-depends is less important and may vanish. prepare is more important... | |||
2011-12-03 | tweak previous; | Jason McIntyre | |
2011-12-03 | Be 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-03 | fussing around | Marc Espie | |
2011-12-03 | Correctly handle clitpad packets for some ALPS models. | Martin Pieuchot | |
reported by espie@, not reported by miod@ with and ok shadchin@, ok espie@ | |||
2011-12-03 | format most modules, exempts ruby since jeremy has a pending diff | Marc Espie | |
2011-12-03 | clean-up description of lang/ghc a bit more | Marc Espie | |
2011-12-03 | better 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-03 | Add MODGNOME_ICON_CACHE and MODXFCE_ICON_CACHE. | Antoine Jacoutot | |
2011-12-03 | a few pieces of gnu.port.mk were not actually documented/documented correctly, | Marc Espie | |
as noticed by Amit Kulkarni. | |||
2011-12-03 | simplify/generalize | Marc Espie | |
2011-12-03 | pure display check, not linked since it fails, but the reported message | Marc Espie | |
should be better. | |||
2011-12-03 | In 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-03 | Make the mandocdb(8) format endian-neutral by storing integer data | Ingo 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-03 | pfctl_set_hostid always returns 0; don't pretend otherwise and make it a | Ryan Thomas McBride | |
void function instead. ok dlg | |||
2011-12-03 | Avoid loading garbage hostid and other values not always initialised, | Ryan Thomas McBride | |
by bzero()ing the 'struct pfsync' properly. ok dlg mpf | |||
2011-12-03 | document MSG_NOSIGNAL. | Federico G. Schwindt | |
2011-12-03 | add support for MSG_NOSIGNAL. | Federico G. Schwindt | |
linux bits compiled on i386 by sebastia@, mikeb@ ok | |||
2011-12-03 | Make sure splx() is called before exiting wi_usb_tx_lock_try(). | Kenneth R Westerback | |
Found by Jan Klemkow. Thanks! | |||
2011-12-03 | Make sure splx() is called before exiting trm_StartWaitingSRB(). | Kenneth R Westerback | |
Found by Jan Klemkow. Thanks! | |||
2011-12-02 | update currency exchange rates; | Jason McIntyre | |
2011-12-02 | small logic error | Marc Espie | |
2011-12-02 | -X before -x; | Jason McIntyre | |
2011-12-02 | don't use a "server" flag, just check if we expose sub-devices | Alexandre Ratchov | |
2011-12-02 | -X exclude option: negates the packages we give (remove them instead of | Marc Espie | |
adding them). | |||
2011-12-02 | it's MAXMCLBYTES, not MAXCLBYTES. | David Gwynne | |
2011-12-02 | dont put MAXMCLBYTES in the mclsizes array with a comment saying its 64k | David 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-02 | reuse midi-control code to implement midi thru boxes and remove | Alexandre 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-02 | initialize device reference counter, unbreaks -aoff | Alexandre Ratchov | |
with MALLOC_OPTIONS=J | |||
2011-12-02 | remove unused 'reqrate' parameter | Alexandre Ratchov | |
2011-12-02 | don't add .wav header to .syx files | Alexandre Ratchov | |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert | |
ok claudio@ henning@ mikeb@ | |||
2011-12-02 | After unifying volume titles in the page headers for man(7) and mdoc(7), | Ingo Schwarze | |
adjust the expected man(7) output to the new convention. Related to src/usr.bin/mandoc/man_validate.c rev. 1.51. | |||
2011-12-02 | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | |
volume name for the respective manual section, just like in mdoc(7). This gives us nicer page headers for cvs(1), lynx(1), tic(1), mkhybrid(8), and many curses(3) manuals. ok kristaps@ To not break compatibility, i wrote a corresponding patch for GNU troff which Werner Lemberg accepted upstream at rev. 1.65 of: http://cvs.savannah.gnu.org/viewvc/groff/tmac/an-old.tmac?root=groff | |||
2011-12-02 | fix bz#1934: newer OpenSSL versions will require HMAC_CTX_Init before | Damien Miller | |
HMAC_init (this change in policy seems insane to me) ok dtucker@ | |||
2011-12-02 | fix bz#1948: ssh -f doesn't fork for multiplexed connection. | Damien Miller | |
ok dtucker@ | |||
2011-12-01 | test vertical spacing around display blocks | Ingo Schwarze | |
2011-12-01 | Log terminal overrides. | Nicholas Marriott | |
2011-12-01 | Be sure to splx() before return in pgt_media_status(); from Jan Klemkow on | Miod Vallat | |
tech@ | |||
2011-12-01 | Fix mandocdb(8) to pass over the type when pruning the database. | Ingo Schwarze | |
This fixed `-d' perpetually adding the same files. While here, remove -vv, clean up the code and document it. From kristaps@. | |||
2011-12-01 | Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO. | David Hill | |
This allows these devices to attach as ugen, so at least we can use some apps, like gphoto2 to retrieve media. requested by a few, ok mikeb@ | |||
2011-12-01 | regen | David Hill | |
2011-12-01 | Add a bunch of Apple iPod and iPhone devices | David Hill | |