source: trunk/src/emx/include/sys

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2001   20 years bird o Added support for new EMX a.out stab N_EXP (0x6c). This encodes …
(edit) @1990   20 years bird default to USE_LIBC_TCPIP. Respect TCPV41HDRS.
(edit) @1987   20 years bird shm + sem debuging.
(edit) @1986   20 years bird SysV Shared Memory.
(edit) @1984   20 years bird Ported the BSD SysV Semaphore module.
(edit) @1982   20 years bird FreeBSD 5.3, modified.
(edit) @1981   20 years bird @file tag
(edit) @1980   20 years bird FreeBSD 5.3
(edit) @1972   20 years bird [lf]utimes.
(edit) @1971   20 years bird mkfifo.
(edit) @1969   20 years bird no SF_ and UF_ because no st_flags.
(edit) @1940   20 years bird Added fchmod and reimplemented chmod and lchmod.
(edit) @1939   20 years bird Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
(edit) @1931   20 years bird More hacking.
(edit) @1922   20 years bird Hide and initialize everything.
(edit) @1918   20 years bird Hacking public symbols which shouldn't been seen in LIBC.
(edit) @1915   20 years bird FreeBSD 5.3 base.
(edit) @1910   20 years bird Implemented (not tested) process priority manangement.
(edit) @1902   20 years bird Added gethrtime().
(edit) @1800   21 years bird TCPCALL again.
(edit) @1741   21 years bird urg.
(edit) @1739   21 years bird Fixed TCPCALL.
(edit) @1705   21 years bird wide-char and other locale stuff.
(edit) @1697   21 years bird imported FreeBSD 5.3 code and broke stuff.
(edit) @1676   21 years bird Fixed fork() problem by adding DosLoadModuleEx and DosFreeModuleEx. …
(edit) @1670   21 years bird initial coding.
(edit) @1662   21 years bird long_int trouble.
(edit) @1661   21 years bird Extended fmutex interface.
(edit) @1649   21 years bird RC fixes.
(edit) @1638   21 years bird
(edit) @1630   21 years bird More signals and waiting stuff.
(edit) @1627   21 years bird Having a go at waitid (and waitpid()/wait()).
(edit) @1624   21 years bird Updated some headers to 5.2/3 level.
(edit) @1617   21 years bird Debugging signals.
(edit) @1615   21 years bird signals are finally getting somewhere…
(edit) @1614   21 years bird Non-working signal code. (better having it in CVS than locally now)
(edit) @1603   21 years bird - mprotect(). - Fixing timebomb issues. - removed b_fsChRoot since …
(edit) @1580   21 years bird better to mess up old code.
(edit) @1579   21 years bird better to mess up old code.
(edit) @1574   21 years bird Signal changes - enabled by NEW_SIGNALS.
(edit) @1560   21 years bird initgroups, getgrouplist, valloc, memalign.
(edit) @1540   21 years bird 64-bit ino_t.
(edit) @1517   21 years bird Fixing warnings. -Znofork
(edit) @1506   21 years bird @unixroot. header reviews. ++
(edit) @1505   21 years bird Adding BSD stuff like there was no tomorrow.
(edit) @1492   21 years bird mount stuff.
(edit) @1491   21 years bird modified for LIBC.
(edit) @1490   21 years bird Original FreeBSD 5.1 headers (unchanged).
(edit) @1454   21 years bird Joined with the fork() tree from netlabs.cvs.
(edit) @1373   21 years bird both include and include/sys. Symlink to include/sys from include.
(edit) @1372   21 years bird Moved from include for more secure symlinking.
(edit) @1339   22 years bird todo.
(edit) @1314   22 years bird _KEY_T.
(edit) @1299   22 years bird Check if stuff is defined before accessing it in #if. Stops -Wundef …
(edit) @1289   22 years bird o Logging and strict features. o #967: TLS implementation.
(edit) @1284   22 years bird struct lconv must be declared.
(edit) @1202   22 years bird Syslog stuff.
(edit) @1195   22 years bird Initial revision
(edit) @1092   22 years bird typo.
(edit) @1091   22 years bird wchar_t is for the present 16-bit.
(edit) @1087   22 years bird USE_EMX and _POSIX_[C_]SOURCE problems with new features.h.
(edit) @1065   22 years bird Initial hacking.
(edit) @1064   22 years bird GNU sys/cdefs.h too.
(edit) @1061   22 years bird Initial revision
(edit) @1056   22 years bird FreeBSD 5.1
(edit) @1007   22 years bird Changed the CTYPE masks to be equal to the OS/2 uni lib stuff so we …
(edit) @1001   22 years bird Updated the 2nd structure too.
(edit) @994   22 years bird Added BLANK attribute.
(edit) @958   22 years bird From FreeBSD 5.1
(edit) @902   22 years bird #625: changed time_t to 32-bit signed integer.
(edit) @884   22 years bird Corrected declaration of so_readv() and so_writev() (non const).
(edit) @880   22 years bird Inlined _fmutex_checked_release & _fmutex_checked_request.
(edit) @875   22 years bird this ioctl interface is os2_ioctl.
(edit) @872   22 years bird Added deadlock and termination checks to the semaphore waiting to …
(edit) @792   22 years bird Fixed a couple of errors in the migration.
(edit) @752   22 years bird No st_reserved - we don't use it.
(edit) @744   22 years bird o Updated sys/stat.h removing st_reserved field and adding st_blocks …
(edit) @732   22 years bird #668: Initial changed related to Large File Support (>2GB).
(edit) @723   22 years bird #456: Added CLASS_TIS.
(edit) @715   22 years bird #456: Fixing debug generations…
(edit) @709   22 years bird Include sys/ioctl.h to get everything.
(edit) @695   22 years bird #427: Got new limits from FreeBSD 5.1. Tried my best to merge and …
(edit) @686   22 years bird #634: FREAD and FWRITE is now declared in sys/fcntl.h too. Added check …
(edit) @685   22 years bird #634: Updated to FreeBSD 5.1 (for struct flock and it's #defines). …
(edit) @661   22 years bird Fix
(edit) @659   22 years bird Changed to doxygen for header status.
(edit) @658   22 years bird todo.
(edit) @657   22 years bird Up to FreeBSD 5.1 level.
(edit) @572   22 years bird Fixed change docs for Andys change.
(edit) @566   22 years zap Fixed conflicts.
(edit) @538   22 years bird #483: Added statement linenumber.
(edit) @531   22 years bird Backed out Andys changes.
(edit) @509   22 years bird #483: Added some more defines.
(edit) @494   22 years zap See ChangeLog.
(edit) @487   22 years bird #483: Added a few OMF defines.
(edit) @422   22 years bird Corrected bad structure size.
(edit) @397   22 years bird Corrected typo.
(edit) @386   22 years bird #434: Increased number of handles in the select struct.
(edit) @385   22 years bird #427,#434: FreeBSD 5.1 level.
(edit) @383   22 years bird #434: bsdselect() for both 4.4 and 4.3 modes.
Note: See TracRevisionLog for help on using the revision log.