1
0
mirror of https://github.com/cahirwpz/libnix.git synced 2025-11-19 16:00:58 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
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
b52958380d Fix reference to device initialization routine. 2015-09-09 09:19:29 +02:00
fc3531a19c Direct link to alternative sources. 2014-01-05 20:44:17 +01:00
f8bed6e0cf Move sources root to main directory. 2014-01-05 20:02:29 +01:00
d0637373f2 Fix permissions. 2014-01-05 19:59:51 +01:00
6ececb1fe9 Build missing library for completeness sake. 2013-05-25 00:36:58 +02:00
8dbe1d7e48 Correct the structure of document for prettier HTML. 2013-05-23 20:36:22 +02:00
94d3449690 Add note about clib2. 2013-05-21 20:18:43 +02:00
d1e2ab5ec0 Readme file. 2013-05-21 19:18:02 +02:00
9b110e69be Remove leftovers after cvs to git migration. libnix-2.2 2013-05-21 18:52:19 +02:00
08e9358f95 setvar/putvar -> setenv/putenv.
Gunther Nikl actually rewrote __request.c
2004-12-21 01:01:44 +00:00
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
93758f1c10 Moved the right functions into the right files. 2004-12-20 01:49:07 +00:00
96e0e3d2f9 Moved putchar to putchar.c 2004-12-20 01:46:40 +00:00
7a5099b1d8 Allow for overlapping regions. 2004-12-11 18:17:15 +00:00
f5e2060927 Reimplemented bzero, bcopy and memset again. The previous ones had
subtle errors which crashed things.
2004-12-04 22:38:39 +00:00
be3a110843 Added history about V2.2 and such. 2004-12-04 01:05:35 +00:00
b2cc289c8d Added header for missing function prototype. 2004-12-04 00:57:18 +00:00
ca6e5c4072 Got rid of useless GNUC define. Let the macros take care of it. 2004-12-04 00:56:15 +00:00
06ae980ced Rewrote in C for easier reading. 2004-12-04 00:55:12 +00:00
37223e0cb9 Added headers for missing function prototypes. 2004-12-04 00:54:21 +00:00
6a0d455dd0 Now calls tmpnam. 2004-12-04 00:52:04 +00:00
8acaa7445a Provide pre-V37 compatibility. 2004-12-04 00:51:39 +00:00
c685985dbf Now calls memset (avoids code duplication). 2004-12-04 00:51:09 +00:00
5ed58ad13e Rewrote function to get rid of GCC 3.x warnings. 2004-12-04 00:50:37 +00:00
a87d16a4f6 Fixed GCC 3.x warning. 2004-12-04 00:50:00 +00:00
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
ec19111de3 Added tmpnam (for tmpfile). 2004-12-04 00:46:50 +00:00
90f1b9b6d2 Deleted duplicate files. 2004-12-03 01:22:35 +00:00
b0ba6083b0 Took out GNUC ifdef. The inline macros should take care of the register
allocation.
2004-12-03 00:59:21 +00:00
7f84c8e269 Took out unneeded OpenLibrary line (used in debugging which has disappeared). 2004-12-03 00:54:22 +00:00
dc9173248c Need to make error messages nonstatic so the asm code can find them. 2004-10-06 14:44:23 +00:00
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
f8848586fd Added large baserel and resident startup code.
Added implementations of truncate, readlink, putenv, setenv.
2004-09-09 23:29:14 +00:00
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
539c3f82a6 libnix 2.0 import libnix-2.0 2004-09-09 22:52:26 +00:00
372bdabf6c libnix 1.2 import 2004-09-09 22:09:31 +00:00
f078da1a93 libnix 1.2 import 2004-09-09 22:09:30 +00:00
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
15fcbd7883 initial checkin 2004-09-09 14:10:24 +00:00