Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-04 | Fix some warnx() calls which should be fprintf plus KNF. | Christiano F. Haesbaert | |
2011-12-04 | Cleanup recently removed flags from ifconfig.c and its manpage. | Christiano F. Haesbaert | |
ok jmc@ mikeb@ | |||
2011-12-04 | link new tests to the build: Ap Aq Brq Dq Dv Ev Qq Sq Ux | Ingo Schwarze | |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze | |
2011-12-04 | renaming synaptics_pt_* -> pms_sec_* | Alexandr Shadchin | |
(synaptics and alps uses this for trackpoint) ok mpi@ | |||
2011-12-04 | When a man document contains nothing at all except one or more invalid | Ingo 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-04 | more nits | Marc Espie | |
2011-12-03 | nit, nit, nit | Marc Espie | |
2011-12-03 | a few more nits, such as more consistent annotations | Marc Espie | |
2011-12-03 | more nits | Marc Espie | |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo 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-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@ |