fpc/rtl/linux
daniel bbc80554b1 * Turn cmdline into property on Linux.
* Move some procedure in Linux system unit.

git-svn-id: trunk@4964 -
2006-10-18 20:07:10 +00:00
..
arm * fixed base 2006-02-20 08:22:27 +00:00
i386 * name mangling changed 2006-09-03 21:11:10 +00:00
m68k + some files from old fixes branch added 2006-01-31 21:55:42 +00:00
powerpc * syscalls regenerated by Neli. 2006-02-12 21:45:34 +00:00
powerpc64 * fixed syscall helpers: threadvar index now correctly loaded as dword, helpers are now TOC and environment pointer aware, one-parameter helper was bugged and general cleanup; solves random crashes in these functions in particular with -O2 and threads. 2006-07-16 19:22:31 +00:00
sparc + added missing syscalls from Mark Morgan Lloyd 2006-08-03 16:16:07 +00:00
x86_64 * change non-volatile rbx to volatile r11 2006-06-30 20:01:37 +00:00
bunxsysc.inc * adds fpgetcwd support to sysdir.inc and fixes compilation 2006-03-19 17:10:04 +00:00
errno.inc
errnostr.inc
fpcylix.pp
fpmake.inc
gpm.pp fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
ipccall.inc
ipcsys.inc
linux.pp * fixed EPOLLOUT vs EPOLLPRI mixup in constants 2006-09-01 07:54:48 +00:00
linuxvcs.pp * vcsa functionality moved into linuxvcs unit 2006-01-28 23:17:48 +00:00
Makefile * Fixing makefiles for convutils/stdconv units 2006-10-15 12:53:27 +00:00
Makefile.fpc * Fixing makefiles for convutils/stdconv units 2006-10-15 12:53:27 +00:00
oldlinux.pp fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
osdefs.inc
osmacro.inc
ossysc.inc fix syscall used for exiting, like C _exit (issue #7025) 2006-06-19 19:38:10 +00:00
ostypes.inc * Now right. 2006-06-05 21:46:05 +00:00
pthread.inc
ptypes.inc
signal.inc fix packing of sigaction record 2006-04-23 18:28:24 +00:00
suuid.inc
syslinux.pp
sysos.inc * fixed problem which did not properly flush stdout before input on ppc64/linux 2006-04-30 12:10:17 +00:00
sysosh.inc
system.pp * Turn cmdline into property on Linux. 2006-10-18 20:07:10 +00:00
termio.pp * various bugfixes 2006-02-02 08:22:35 +00:00
termios.inc
termiosproc.inc
tthread.inc * fixed semaphore init, caused endless loop when terminating any 2006-10-15 14:46:36 +00:00
unixsock.inc * fixed x86-64 send/recv socket call 2006-02-23 20:47:40 +00:00
unxconst.inc * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) 2006-07-16 10:19:21 +00:00
unxfunc.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
unxsockh.inc * moves MSG_* constants from socketsh.inc to platform specific unxsockh.inc and fixes them for freebsd/darwin and solaris (linux ones were used before, not right) 2006-09-18 20:56:13 +00:00
unxsysc.inc
unxsysch.inc