File | Changes | Description |
dev/wscons/ | +6 lines | Add escape sequences to set and reset the italic flag. |
dev/wscons/ | +1 line | Add a define for an italic flag. |
dev/wscons/ | +3 lines | Add pointers to bold, italic and bold-italic versions of the glyph data. |
dev/wsfont/ | +72 lines | Render the bold, italic, and bold-italic versions of the font. Free the memory allocated for the glyph data for the additional font variations when the font is unlocked. |
dev/rasops/ | ~2 lines -6 lines | Pass the correct flags from the wscons code to the rasops code. Remove unused lookups and flag setting for grey colors. |
dev/rasops/ | ~1 line +19 lines | Select the correct font before painting a glyph to the framebuffer. |
Notes | ||
Patch format | Unified diff with signature | |
Patch size | 6764 bytes | |
Patch hash | SHA512 (patchset_bold_italic_7.2.sig) = TZQ+q0BEyUOxDCWQ20k26oioO2Ez8zoswMfqxqtulR21z5vZa3/oXipCtG/o0gDtffVjboqTZ6d7uR46WFMYnw== | |
Applies to | This diff will apply cleanly to OpenBSD 7.2-release. | |
Downloads | ||
patchset_bold_italic_7.2.sig | Patch with embedded signify signature. |
File | Changes | Description |
src/bin/cp/cp.c | +3 lines ~3 lines | Add s to getop. Add int sflag. |
src/bin/cp/ | ~1 line | Add int sflag. |
src/bin/cp/ | +7 lines ~2 lines | If a file exists with the same name in the destination directory, return 1 and do not perform the copy. Otherwise, allow the copy to proceed and print a diagnostic message to stderr. Add s flag to the usage information. |
src/bin/cp/cp.1 | +4 lines ~3 lines | Document the new -s flag in the manual page. |
Notes | ||
Patch format | Unified diff with signature | |
Patch size | 2861 bytes | |
Patch hash | SHA512 (patchset_cp.sig) = JMw2G54RD5IduolZxvw3I6gZdUAKV7o2BbnLxW5fGll9B0pDh6V/UWOH6HZ800nUPbCdZubztXbCZ3oCDshNWw== | |
Applies to | This diff will apply cleanly to OpenBSD 6.8-release and OpenBSD 6.9-release. | |
Downloads | ||
patchset_cp.sig | Patch with embedded signify signature. |
File | Changes | Description |
bin/ | +11 lines | Make $HOME/call_rec if it doesn't already exist. Create a base filename using the template YYYYMMDD_ Record audio data to a wav file. Write some cellular network data to a text file Play an announcement from $HOME/answer.wav file to incoming calls |
Notes | ||
Patch format | Standard diff with embedded signify signature. | |
Patch size | 1843 bytes | |
Patch hash | SHA512 (patchset_call_recording.sig) = 58X2DJ3mO7PBDuLYUHroZGbuBymi+liAF5fDQuyfteUm16oKslzKC9xbDIuK74i6M1ql5Vi+3ZEwIzio/+M3TQ== | |
Applies to | SXMO 1.4.1 as included in postmarketOS v21.03 20210605-0335. | |
Tested on | Pinephone. | |
KNOWN ISSUES | There are a couple of known issues with this patch:
| |
Downloads | ||
patchset_call_recording.sig | Patch with embedded signify signature. |