| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro•••Commit 3517d74a5e04a377192d1f4882ad6c8dc22ce69a changed the token in
sys/ioctl.h from 0x01 to 1, so bits/termios.h no longer matches. Revert
the bits/termios.h change to keep the headers in sync.
This reverts commit 9eda4dc69c33852c97c6f69176bf45ffc80b522f.
| Samuel Holland | 2019-07-10 | 1 | -1/+1 |
| * | fix minor namespace issues in termios.h•••the output delay features (NL*, CR*, TAB*, BS*, and VT*) are
XSI-shaded. VT* is in the V* namespace reservation but the rest need
to be suppressed in base POSIX namespace.
unfortunately this change introduces feature test macro checks into
another bits header. at some point these checks should be simplified
by having features.h handle the "FTM X implies Y" relationships.
| Rich Felker | 2018-03-10 | 1 | -0/+2 |
| * | mips,powerpc: fix TIOCSER_TEMT in termios.h•••use the same token to define TIOCSER_TEMT as is used in ioctl.h
so when both headers are included there are no redefinition warnings
during musl build.
| Szabolcs Nagy | 2018-02-22 | 1 | -1/+1 |
| * | fix regression in tcsetattr on all mips archs•••revert commit 8c316e9e49d37ad92c2e7493e16166a2afca419f. it was wrong
and does not match how the kernel API works.
| Rich Felker | 2016-07-13 | 1 | -3/+3 |
| * | format mips bits/termios.h consistently mips64 and n32 versions•••with this change, all three files are identical.
| Rich Felker | 2016-07-03 | 1 | -2/+1 |
| * | fix TCS* definitions in mips termios.h•••these were incorrectly using the generic definitions.
| Szabolcs Nagy | 2016-07-03 | 1 | -3/+3 |
| * | fix mips termios.h macro exposure/namespace issues•••same changes to the defined macros as in powerpc and generic bits.
| Szabolcs Nagy | 2016-07-03 | 1 | -15/+14 |
| * | fix namespace violations in termios.h, at least mostly•••the fix should be complete on archs that use the generic definitions
(i386, arm, x86_64, microblaze), but mips and powerpc have not been
checked thoroughly and may need more fixes.
| Rich Felker | 2014-01-08 | 1 | -12/+11 |
| * | fix termios constants on mips | Rich Felker | 2012-11-23 | 1 | -10/+21 |
| * | initial version of mips (o32) port, based on work by Richard Pennington (rdp)•••basically, this version of the code was obtained by starting with
rdp's work from his ellcc source tree, adapting it to musl's build
system and coding style, auditing the bits headers for discrepencies
with kernel definitions or glibc/LSB ABI or large file issues, fixing
up incompatibility with the old binutils from aboriginal linux, and
adding some new special cases to deal with the oddities of sigaction
and pipe syscall interfaces on mips.
at present, minimal test programs work, but some interfaces are broken
or missing. threaded programs probably will not link.
| Rich Felker | 2012-07-11 | 1 | -0/+159 |