|
|
@2228
|
20 years |
bird |
Changed utimes() to allow NULL pointer parameter. Please note that BSD …
|
|
|
@2227
|
20 years |
bird |
Changed utimes() to allow NULL pointer parameter. Please note that BSD …
|
|
|
@2216
|
20 years |
bird |
Added signal handler types for gnu and bsd compatability.
|
|
|
@2195
|
20 years |
bird |
Fixed some waitid() and waitpid() problems related to stopping and …
|
|
|
@2188
|
20 years |
bird |
o Added sys/builtin.h to sys/smutex.h.
|
|
|
@2187
|
20 years |
bird |
Updated features.h and the gnu cdefs.h to 2.3.x CVS. level
|
|
|
@2178
|
20 years |
bird |
sys/fcntl.h shall include sys/stat.h in XSI mode.
|
|
|
@2165
|
20 years |
bird |
Fixed a warning.
|
|
|
@2150
|
20 years |
bird |
o Shopped missing math stuff from GLIBC.
|
|
|
@2124
|
20 years |
bird |
Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to …
|
|
|
@2120
|
20 years |
bird |
o Added fwide() (dummy until LIBC07).
o Renamed struct _FILE to struct …
|
|
|
@2113
|
20 years |
bird |
o On glibc lot's of limits.h stuff is included from direct.h because …
|
|
|
@2107
|
20 years |
bird |
Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
|
|
|
@2090
|
20 years |
bird |
o Rewrote the libcXXXX.dll install rule to not play with emxload since …
|
|
|
@2060
|
20 years |
bird |
Updated sys/stat.h, sys/resource.h and sys/_types.h to FreeBSD 5.3 level.
|
|
|
@2027
|
20 years |
bird |
Auto init fmutexes. fixed deadlock for the must-complete variant.
|
|
|
@2001
|
20 years |
bird |
o Added support for new EMX a.out stab N_EXP (0x6c). This encodes …
|
|
|
@1990
|
20 years |
bird |
default to USE_LIBC_TCPIP. Respect TCPV41HDRS.
|
|
|
@1987
|
20 years |
bird |
shm + sem debuging.
|
|
|
@1986
|
20 years |
bird |
SysV Shared Memory.
|
|
|
@1984
|
20 years |
bird |
Ported the BSD SysV Semaphore module.
|
|
|
@1982
|
20 years |
bird |
FreeBSD 5.3, modified.
|
|
|
@1981
|
20 years |
bird |
@file tag
|
|
|
@1980
|
20 years |
bird |
FreeBSD 5.3
|
|
|
@1972
|
20 years |
bird |
[lf]utimes.
|
|
|
@1971
|
20 years |
bird |
mkfifo.
|
|
|
@1969
|
20 years |
bird |
no SF_ and UF_ because no st_flags.
|
|
|
@1940
|
20 years |
bird |
Added fchmod and reimplemented chmod and lchmod.
|
|
|
@1939
|
20 years |
bird |
Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
|
|
|
@1931
|
20 years |
bird |
More hacking.
|
|
|
@1922
|
20 years |
bird |
Hide and initialize everything.
|
|
|
@1918
|
20 years |
bird |
Hacking public symbols which shouldn't been seen in LIBC.
|
|
|
@1915
|
20 years |
bird |
FreeBSD 5.3 base.
|
|
|
@1910
|
20 years |
bird |
Implemented (not tested) process priority manangement.
|
|
|
@1902
|
20 years |
bird |
Added gethrtime().
|
|
|
@1800
|
21 years |
bird |
TCPCALL again.
|
|
|
@1741
|
21 years |
bird |
urg.
|
|
|
@1739
|
21 years |
bird |
Fixed TCPCALL.
|
|
|
@1705
|
21 years |
bird |
wide-char and other locale stuff.
|
|
|
@1697
|
21 years |
bird |
imported FreeBSD 5.3 code and broke stuff.
|
|
|
@1676
|
21 years |
bird |
Fixed fork() problem by adding DosLoadModuleEx and DosFreeModuleEx. …
|
|
|
@1670
|
21 years |
bird |
initial coding.
|
|
|
@1662
|
21 years |
bird |
long_int trouble.
|
|
|
@1661
|
21 years |
bird |
Extended fmutex interface.
|
|
|
@1649
|
21 years |
bird |
RC fixes.
|
|
|
@1638
|
21 years |
bird |
…
|
|
|
@1630
|
21 years |
bird |
More signals and waiting stuff.
|
|
|
@1627
|
21 years |
bird |
Having a go at waitid (and waitpid()/wait()).
|
|
|
@1624
|
21 years |
bird |
Updated some headers to 5.2/3 level.
|
|
|
@1617
|
21 years |
bird |
Debugging signals.
|
|
|
@1615
|
21 years |
bird |
signals are finally getting somewhere…
|
|
|
@1614
|
21 years |
bird |
Non-working signal code. (better having it in CVS than locally now)
|
|
|
@1603
|
21 years |
bird |
- mprotect().
- Fixing timebomb issues.
- removed b_fsChRoot since …
|
|
|
@1580
|
21 years |
bird |
better to mess up old code.
|
|
|
@1579
|
21 years |
bird |
better to mess up old code.
|
|
|
@1574
|
21 years |
bird |
Signal changes - enabled by NEW_SIGNALS.
|
|
|
@1560
|
21 years |
bird |
initgroups, getgrouplist, valloc, memalign.
|
|
|
@1540
|
21 years |
bird |
64-bit ino_t.
|
|
|
@1517
|
21 years |
bird |
Fixing warnings. -Znofork
|
|
|
@1506
|
21 years |
bird |
@unixroot. header reviews. ++
|
|
|
@1505
|
21 years |
bird |
Adding BSD stuff like there was no tomorrow.
|
|
|
@1492
|
21 years |
bird |
mount stuff.
|
|
|
@1491
|
21 years |
bird |
modified for LIBC.
|
|
|
@1490
|
21 years |
bird |
Original FreeBSD 5.1 headers (unchanged).
|
|
|
@1454
|
21 years |
bird |
Joined with the fork() tree from netlabs.cvs.
|
|
|
@1373
|
22 years |
bird |
both include and include/sys. Symlink to include/sys from include.
|
|
|
@1372
|
22 years |
bird |
Moved from include for more secure symlinking.
|
|
|
@1339
|
22 years |
bird |
todo.
|
|
|
@1314
|
22 years |
bird |
_KEY_T.
|
|
|
@1299
|
22 years |
bird |
Check if stuff is defined before accessing it in #if. Stops -Wundef …
|
|
|
@1289
|
22 years |
bird |
o Logging and strict features.
o #967: TLS implementation.
|
|
|
@1284
|
22 years |
bird |
struct lconv must be declared.
|
|
|
@1202
|
22 years |
bird |
Syslog stuff.
|
|
|
@1195
|
22 years |
bird |
Initial revision
|
|
|
@1092
|
22 years |
bird |
typo.
|
|
|
@1091
|
22 years |
bird |
wchar_t is for the present 16-bit.
|
|
|
@1087
|
22 years |
bird |
USE_EMX and _POSIX_[C_]SOURCE problems with new features.h.
|
|
|
@1065
|
22 years |
bird |
Initial hacking.
|
|
|
@1064
|
22 years |
bird |
GNU sys/cdefs.h too.
|
|
|
@1061
|
22 years |
bird |
Initial revision
|
|
|
@1056
|
22 years |
bird |
FreeBSD 5.1
|
|
|
@1007
|
22 years |
bird |
Changed the CTYPE masks to be equal to the OS/2 uni lib stuff so we …
|
|
|
@1001
|
22 years |
bird |
Updated the 2nd structure too.
|
|
|
@994
|
22 years |
bird |
Added BLANK attribute.
|
|
|
@958
|
22 years |
bird |
From FreeBSD 5.1
|
|
|
@902
|
22 years |
bird |
#625: changed time_t to 32-bit signed integer.
|
|
|
@884
|
22 years |
bird |
Corrected declaration of so_readv() and so_writev() (non const).
|
|
|
@880
|
22 years |
bird |
Inlined _fmutex_checked_release & _fmutex_checked_request.
|
|
|
@875
|
22 years |
bird |
this ioctl interface is os2_ioctl.
|
|
|
@872
|
22 years |
bird |
Added deadlock and termination checks to the semaphore waiting to …
|
|
|
@792
|
22 years |
bird |
Fixed a couple of errors in the migration.
|
|
|
@752
|
22 years |
bird |
No st_reserved - we don't use it.
|
|
|
@744
|
22 years |
bird |
o Updated sys/stat.h removing st_reserved field and adding st_blocks …
|
|
|
@732
|
22 years |
bird |
#668: Initial changed related to Large File Support (>2GB).
|
|
|
@723
|
22 years |
bird |
#456: Added CLASS_TIS.
|
|
|
@715
|
22 years |
bird |
#456: Fixing debug generations…
|
|
|
@709
|
22 years |
bird |
Include sys/ioctl.h to get everything.
|
|
|
@695
|
22 years |
bird |
#427: Got new limits from FreeBSD 5.1. Tried my best to merge and …
|
|
|
@686
|
22 years |
bird |
#634: FREAD and FWRITE is now declared in sys/fcntl.h too. Added check …
|
|
|
@685
|
22 years |
bird |
#634: Updated to FreeBSD 5.1 (for struct flock and it's #defines). …
|
|
|