aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/bits/termios.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Holland2019-07-101-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 Felker2018-03-101-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 Nagy2018-02-221-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 Felker2016-07-131-3/+3
* format mips bits/termios.h consistently mips64 and n32 versions•••with this change, all three files are identical. Rich Felker2016-07-031-2/+1
* fix TCS* definitions in mips termios.h•••these were incorrectly using the generic definitions. Szabolcs Nagy2016-07-031-3/+3
* fix mips termios.h macro exposure/namespace issues•••same changes to the defined macros as in powerpc and generic bits. Szabolcs Nagy2016-07-031-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 Felker2014-01-081-12/+11
* fix termios constants on mipsRich Felker2012-11-231-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 Felker2012-07-111-0/+159