Commit Graph

42 Commits

Author SHA1 Message Date
Krystian Bacławski e7bfc563a4 Remove maintainer information due to ownership transfer. 2018-12-09 15:03:11 +01:00
Krystian Bacławski 7ab6f71804 Handle __CTOR_LIST__ and __DTOR_LIST__ initialization. 2016-10-15 09:53:00 +02:00
Krystian Bacławski b1c9ff1a73 Devise a counterpart for libnix13.
From now on nix13 or nix20 will have to be provided explicitely to linker,
depending on which Kickstart your application should run on.
2016-10-08 22:42:48 +02:00
Krystian Bacławski b52958380d Fix reference to device initialization routine. 2015-09-09 09:19:29 +02:00
Krystian Bacławski fc3531a19c Direct link to alternative sources. 2014-01-05 20:44:17 +01:00
Krystian Bacławski f8bed6e0cf Move sources root to main directory. 2014-01-05 20:02:29 +01:00
Krystian Bacławski d0637373f2 Fix permissions. 2014-01-05 19:59:51 +01:00
Krystian Bacławski 6ececb1fe9 Build missing library for completeness sake. 2013-05-25 00:36:58 +02:00
Krystian Bacławski 8dbe1d7e48 Correct the structure of document for prettier HTML. 2013-05-23 20:36:22 +02:00
Krystian Bacławski 94d3449690 Add note about clib2. 2013-05-21 20:18:43 +02:00
Krystian Bacławski d1e2ab5ec0 Readme file. 2013-05-21 19:18:02 +02:00
Krystian Bacławski 9b110e69be Remove leftovers after cvs to git migration. 2013-05-21 18:52:19 +02:00
jshepher 08e9358f95 setvar/putvar -> setenv/putenv.
Gunther Nikl actually rewrote __request.c
2004-12-21 01:01:44 +00:00
jshepher d31d8fb2cc Went back to original fast versions. Redid using unions to get rid of the
gcc 3.x warnings.
2004-12-20 01:51:43 +00:00
jshepher 93758f1c10 Moved the right functions into the right files. 2004-12-20 01:49:07 +00:00
jshepher 96e0e3d2f9 Moved putchar to putchar.c 2004-12-20 01:46:40 +00:00
jshepher 7a5099b1d8 Allow for overlapping regions. 2004-12-11 18:17:15 +00:00
jshepher f5e2060927 Reimplemented bzero, bcopy and memset again. The previous ones had
subtle errors which crashed things.
2004-12-04 22:38:39 +00:00
jshepher be3a110843 Added history about V2.2 and such. 2004-12-04 01:05:35 +00:00
jshepher b2cc289c8d Added header for missing function prototype. 2004-12-04 00:57:18 +00:00
jshepher ca6e5c4072 Got rid of useless GNUC define. Let the macros take care of it. 2004-12-04 00:56:15 +00:00
jshepher 06ae980ced Rewrote in C for easier reading. 2004-12-04 00:55:12 +00:00
jshepher 37223e0cb9 Added headers for missing function prototypes. 2004-12-04 00:54:21 +00:00
jshepher 6a0d455dd0 Now calls tmpnam. 2004-12-04 00:52:04 +00:00
jshepher 8acaa7445a Provide pre-V37 compatibility. 2004-12-04 00:51:39 +00:00
jshepher c685985dbf Now calls memset (avoids code duplication). 2004-12-04 00:51:09 +00:00
jshepher 5ed58ad13e Rewrote function to get rid of GCC 3.x warnings. 2004-12-04 00:50:37 +00:00
jshepher a87d16a4f6 Fixed GCC 3.x warning. 2004-12-04 00:50:00 +00:00
jshepher a99f123db5 Fixed missing function warnings.
Moved headers around so we include <devices/timer.h> before <sys/time.h>
(so we don't have to patch the OS headers)
2004-12-04 00:49:38 +00:00
jshepher ec19111de3 Added tmpnam (for tmpfile). 2004-12-04 00:46:50 +00:00
jshepher 90f1b9b6d2 Deleted duplicate files. 2004-12-03 01:22:35 +00:00
jshepher b0ba6083b0 Took out GNUC ifdef. The inline macros should take care of the register
allocation.
2004-12-03 00:59:21 +00:00
jshepher 7f84c8e269 Took out unneeded OpenLibrary line (used in debugging which has disappeared). 2004-12-03 00:54:22 +00:00
jshepher dc9173248c Need to make error messages nonstatic so the asm code can find them. 2004-10-06 14:44:23 +00:00
jshepher e42dc803ec Fixed up assembly files. If they had "|" in them, then the comment would get rid of the rest of the function.
Fixed up prototypes for amiga lib functions.
2004-09-12 01:16:36 +00:00
jshepher f8848586fd Added large baserel and resident startup code.
Added implementations of truncate, readlink, putenv, setenv.
2004-09-09 23:29:14 +00:00
jshepher 1b4d2bfb1a This commit was generated by cvs2svn to compensate for changes in r7, which
included commits to RCS files with non-trunk default branches.
2004-09-09 22:52:26 +00:00
jshepher 539c3f82a6 libnix 2.0 import 2004-09-09 22:52:26 +00:00
jshepher 372bdabf6c libnix 1.2 import 2004-09-09 22:09:31 +00:00
jshepher f078da1a93 libnix 1.2 import 2004-09-09 22:09:30 +00:00
jshepher b356ffcab5 This commit was generated by cvs2svn to compensate for changes in r3, which
included commits to RCS files with non-trunk default branches.
2004-09-09 22:09:30 +00:00
root 15fcbd7883 initial checkin 2004-09-09 14:10:24 +00:00