UnixOperatingSystem.st
Thu, 07 Jul 2005 17:21:37 +0200 Claus Gittinger cpu define cleanup
Thu, 07 Jul 2005 17:01:53 +0200 Claus Gittinger alpha64 vs. POINTER_SIZE cleanup
Thu, 02 Jun 2005 16:03:08 +0200 Stefan Vogel #environmentAt:put:
Wed, 01 Jun 2005 09:39:32 +0200 Stefan Vogel Fix conflicting declarations of shmem functions
Wed, 27 Apr 2005 12:33:30 +0200 Claus Gittinger ME stuff disabledCVS: ----------------------------------------------------------------------
Tue, 05 Apr 2005 14:12:21 +0200 Stefan Vogel Timezone handling fixed in #computeOSTimeFromUTCYear:...
Tue, 15 Mar 2005 17:05:26 +0100 Stefan Vogel support larger (FQDN) hostnames in #getNameInfo...
Tue, 01 Mar 2005 16:19:34 +0100 Claus Gittinger Must refetch pointers into ST objects when doing interruptable
Wed, 09 Feb 2005 12:13:02 +0100 Stefan Vogel Fix a race in #mountPoints
Tue, 25 Jan 2005 12:25:54 +0100 Claus Gittinger mac changes
Mon, 03 Jan 2005 16:44:56 +0100 Stefan Vogel Fix times() systemcall overflow into negative values (onl Solaris 9).
Fri, 01 Oct 2004 21:50:42 +0200 Claus Gittinger disabled clock_gettime for now - temporary !
Tue, 28 Sep 2004 20:29:19 +0200 Claus Gittinger unimpl clock-syscall handling
Mon, 27 Sep 2004 13:38:15 +0200 Stefan Vogel Fix if _POSIX_MONOTONIC_CLOCK is defined and clock_gettime() is in
Thu, 23 Sep 2004 21:26:39 +0200 Stefan Vogel Use clock_gettime() to get monotonically increasing time.
Tue, 21 Sep 2004 19:52:44 +0200 Stefan Vogel Prefer times() in #getMillisecondTime to make system immune to
Mon, 30 Aug 2004 17:50:35 +0200 Stefan Vogel save LastErrorCode from sendto()
Sun, 22 Aug 2004 20:11:28 +0200 Stefan Vogel Raise HostNameLookupError proceedable
Fri, 13 Aug 2004 21:29:04 +0200 Stefan Vogel #linkInfo now returns the info also for files that are not a symlink
Tue, 10 Aug 2004 17:17:12 +0200 Stefan Vogel Remove #getStatusOfProcess: -- it does not work and can hang the system.
Thu, 13 May 2004 20:50:04 +0200 Stefan Vogel Mark obsolete methods
Sun, 09 May 2004 22:43:21 +0200 Stefan Vogel Remove unspecific debug printf
Thu, 08 Apr 2004 14:47:30 +0200 Claus Gittinger no ANSI features please - hpux cannot compile automatic struct-initializers
Wed, 31 Mar 2004 11:56:38 +0200 Claus Gittinger wrong STORE macro fixed (getMACAddr)
Sat, 20 Mar 2004 16:26:02 +0100 Stefan Vogel Use Timestamp/#asTimestamp instead of AbsoluteTime/#asAbsoluteTime
Fri, 06 Feb 2004 23:33:42 +0100 Stefan Vogel Fix comment
Fri, 06 Feb 2004 23:28:14 +0100 Stefan Vogel LargeFile support for truncate
Fri, 06 Feb 2004 12:40:43 +0100 Stefan Vogel Large file support (off_t with 64 bits) for UNIX
Thu, 05 Feb 2004 13:09:32 +0100 Claus Gittinger EOVERFLOW added
Tue, 09 Dec 2003 12:16:08 +0100 Claus Gittinger comments;
Tue, 09 Dec 2003 12:15:35 +0100 Claus Gittinger comments;
Tue, 02 Dec 2003 18:58:16 +0100 Claus Gittinger *** empty log message ***
Wed, 26 Nov 2003 23:12:17 +0100 Claus Gittinger oops: please do not forget the garbage collector when allocating
Thu, 20 Nov 2003 11:21:20 +0100 Michael Beyl changed order getting login name in getLoginName
Thu, 20 Nov 2003 10:45:45 +0100 Stefan Vogel Fix syntax error on sparc
Tue, 18 Nov 2003 17:11:14 +0100 Claus Gittinger mountInfo printing
Tue, 18 Nov 2003 15:38:44 +0100 Claus Gittinger mount point stuff
Mon, 10 Nov 2003 15:55:20 +0100 Claus Gittinger *** empty log message ***
Mon, 10 Nov 2003 14:27:59 +0100 Claus Gittinger timeInfoFromOSTime - cache last return
Mon, 10 Nov 2003 13:00:39 +0100 Claus Gittinger *** empty log message ***
Tue, 04 Nov 2003 18:53:51 +0100 Stefan Vogel HAS_UNIX98_PTY handling
Tue, 04 Nov 2003 18:33:00 +0100 Stefan Vogel HAS_UNIX98_PTY handling
Mon, 03 Nov 2003 17:41:46 +0100 Stefan Vogel Speed up computations
Fri, 31 Oct 2003 17:06:49 +0100 Stefan Vogel #setBlocking:on: with nil arg and O_NONBLOCK.
Tue, 28 Oct 2003 14:59:48 +0100 penk *** empty log message ***
Mon, 27 Oct 2003 19:03:18 +0100 Claus Gittinger sendfile support
Mon, 27 Oct 2003 11:10:03 +0100 Claus Gittinger *** empty log message ***
Thu, 23 Oct 2003 00:02:18 +0200 Claus Gittinger oops: millisecondDelay: was duplicated
Fri, 10 Oct 2003 08:25:51 +0200 Claus Gittinger refactored OS command stuff
Wed, 08 Oct 2003 17:37:15 +0200 Claus Gittinger not ifTrue -> ifFalse
Fri, 25 Jul 2003 12:43:34 +0200 Stefan Vogel MAC-Address fetching
Thu, 17 Jul 2003 14:06:23 +0200 Claus Gittinger *** empty log message ***
Wed, 16 Jul 2003 16:07:30 +0200 Claus Gittinger *** empty log message ***
Wed, 16 Jul 2003 16:01:40 +0200 Claus Gittinger *** empty log message ***
Wed, 16 Jul 2003 14:04:20 +0200 Claus Gittinger added OSTimeInfo (instead of an array)
Tue, 15 Jul 2003 16:03:28 +0200 Claus Gittinger select: wake up readFDs if readable only;
Tue, 15 Jul 2003 14:19:45 +0200 Claus Gittinger moved all socket constant queries from SocketHandle
Sat, 12 Jul 2003 19:27:15 +0200 Stefan Vogel ExternalStream>>blocking: returns previous blocking status
Fri, 11 Jul 2003 19:53:47 +0200 Stefan Vogel New select for fair scheduling (not giving low filedescriptors
Tue, 01 Jul 2003 13:15:10 +0200 Stefan Vogel Fix #getNameInfo:... when doing gethostbyaddr()
less more (0) -100 -60 tip