Commit Graph

  • 1094f3a480
    Merge 1822e962f4 into e7bfc563a4 Ozkan Sezer 2022-04-08 00:33:33 +0100
  • 1822e962f4 hack to add swapstack.o into libnix13.a and libnix20.a: Ozkan Sezer 2022-04-04 11:11:10 +0300
  • 47a514f925 fix typos in stack/stkrst.c sezero 2022-02-28 23:10:10 +0300
  • 120105ba56 do not mix variables and functions sezero 2022-02-28 23:10:10 +0300
  • 01cf5bd387 do not append garbage to amiga hunks sezero 2022-02-28 23:10:10 +0300
  • e90a692223 fix fopen() overwriting stdin file handle sezero 2019-08-07 06:28:24 +0300
  • e7bfc563a4 Remove maintainer information due to ownership transfer. master Krystian Bacławski 2018-12-09 15:03:11 +0100
  • 7ab6f71804 Handle __CTOR_LIST__ and __DTOR_LIST__ initialization. Krystian Bacławski 2016-10-15 09:53:00 +0200
  • b1c9ff1a73 Devise a counterpart for libnix13. Krystian Bacławski 2016-10-08 22:42:48 +0200
  • b52958380d Fix reference to device initialization routine. Krystian Bacławski 2015-09-09 09:19:29 +0200
  • fc3531a19c Direct link to alternative sources. Krystian Bacławski 2014-01-05 20:44:17 +0100
  • f8bed6e0cf Move sources root to main directory. Krystian Bacławski 2014-01-05 20:02:29 +0100
  • d0637373f2 Fix permissions. Krystian Bacławski 2014-01-05 19:59:51 +0100
  • 6ececb1fe9 Build missing library for completeness sake. Krystian Bacławski 2013-05-25 00:36:58 +0200
  • 8dbe1d7e48 Correct the structure of document for prettier HTML. Krystian Bacławski 2013-05-23 20:36:22 +0200
  • 94d3449690 Add note about clib2. Krystian Bacławski 2013-05-21 20:18:43 +0200
  • d1e2ab5ec0 Readme file. Krystian Bacławski 2013-05-21 19:18:02 +0200
  • 9b110e69be Remove leftovers after cvs to git migration. libnix-2.2 Krystian Bacławski 2013-05-21 18:52:19 +0200
  • 08e9358f95 setvar/putvar -> setenv/putenv. Gunther Nikl actually rewrote __request.c jshepher 2004-12-21 01:01:44 +0000
  • d31d8fb2cc Went back to original fast versions. Redid using unions to get rid of the gcc 3.x warnings. jshepher 2004-12-20 01:51:43 +0000
  • 93758f1c10 Moved the right functions into the right files. jshepher 2004-12-20 01:49:07 +0000
  • 96e0e3d2f9 Moved putchar to putchar.c jshepher 2004-12-20 01:46:40 +0000
  • 7a5099b1d8 Allow for overlapping regions. jshepher 2004-12-11 18:17:15 +0000
  • f5e2060927 Reimplemented bzero, bcopy and memset again. The previous ones had subtle errors which crashed things. jshepher 2004-12-04 22:38:39 +0000
  • be3a110843 Added history about V2.2 and such. jshepher 2004-12-04 01:05:35 +0000
  • b2cc289c8d Added header for missing function prototype. jshepher 2004-12-04 00:57:18 +0000
  • ca6e5c4072 Got rid of useless GNUC define. Let the macros take care of it. jshepher 2004-12-04 00:56:15 +0000
  • 06ae980ced Rewrote in C for easier reading. jshepher 2004-12-04 00:55:12 +0000
  • 37223e0cb9 Added headers for missing function prototypes. jshepher 2004-12-04 00:54:21 +0000
  • 6a0d455dd0 Now calls tmpnam. jshepher 2004-12-04 00:52:04 +0000
  • 8acaa7445a Provide pre-V37 compatibility. jshepher 2004-12-04 00:51:39 +0000
  • c685985dbf Now calls memset (avoids code duplication). jshepher 2004-12-04 00:51:09 +0000
  • 5ed58ad13e Rewrote function to get rid of GCC 3.x warnings. jshepher 2004-12-04 00:50:37 +0000
  • a87d16a4f6 Fixed GCC 3.x warning. jshepher 2004-12-04 00:50:00 +0000
  • 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) jshepher 2004-12-04 00:49:38 +0000
  • ec19111de3 Added tmpnam (for tmpfile). jshepher 2004-12-04 00:46:50 +0000
  • 90f1b9b6d2 Deleted duplicate files. jshepher 2004-12-03 01:22:35 +0000
  • b0ba6083b0 Took out GNUC ifdef. The inline macros should take care of the register allocation. jshepher 2004-12-03 00:59:21 +0000
  • 7f84c8e269 Took out unneeded OpenLibrary line (used in debugging which has disappeared). jshepher 2004-12-03 00:54:22 +0000
  • 39f3b41ea6 This commit was manufactured by cvs2svn to create tag 'LIBNIX_2_1'. libnix-2.1 cvs2git 2004-10-06 14:44:24 +0000
  • dc9173248c Need to make error messages nonstatic so the asm code can find them. jshepher 2004-10-06 14:44:23 +0000
  • 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. jshepher 2004-09-12 01:16:36 +0000
  • f8848586fd Added large baserel and resident startup code. Added implementations of truncate, readlink, putenv, setenv. jshepher 2004-09-09 23:29:14 +0000
  • 1b4d2bfb1a This commit was generated by cvs2svn to compensate for changes in r7, which included commits to RCS files with non-trunk default branches. jshepher 2004-09-09 22:52:26 +0000
  • 539c3f82a6 libnix 2.0 import libnix-2.0 jshepher 2004-09-09 22:52:26 +0000
  • 09cb3c9115 This commit was manufactured by cvs2svn to create tag 'LIBNIX-1_2'. libnix-1.2 cvs2git 2004-09-09 22:09:32 +0000
  • 372bdabf6c libnix 1.2 import jshepher 2004-09-09 22:09:31 +0000
  • b356ffcab5 This commit was generated by cvs2svn to compensate for changes in r3, which included commits to RCS files with non-trunk default branches. jshepher 2004-09-09 22:09:30 +0000
  • f078da1a93 libnix 1.2 import jshepher 2004-09-09 22:09:30 +0000
  • 15fcbd7883 initial checkin root 2004-09-09 14:10:24 +0000