Commit Graph

21 Commits

Author SHA1 Message Date
gdr-ftp
b3a92e5811 - initial checkin of Steve's uname(3) implementation 1998-02-16 22:44:03 +00:00
taubert
6bd94b0884 Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
taubert
ed01d173df Move crypt support files from libc into libcrypt 1998-02-09 08:25:43 +00:00
gdr-ftp
c8e574bab7 crypt.c, crypta.asm:
- missed some renames of symbols when the namespace pollution
	  problem was addressed.  Hopefully this fixes the unresolved
	  symbols.  Untested.
1998-02-08 03:20:25 +00:00
gdr-ftp
716edaa21b - (crypta.asm) move all functions into the *.o file. The first one was
getting put into the *.root file.
1998-02-05 16:07:06 +00:00
gdr-ftp
676fccce0c - fixed some off-by-one errors in day fields. Errors found and fix
provided by Steve Reeves.
1998-01-25 21:01:55 +00:00
gdr
4aafacd78b fix a bad patch(1) run 1997-12-21 20:05:41 +00:00
gdr
7276456260 Put in some fixes that came out of FreeBSD-Current. Compilations not
yet verified on the IIgs.  Also, dumped #ifdef's that avoided use of
fdopen from before fdopen was available in libc.
1997-12-19 06:34:31 +00:00
gdr
072c984053 make CHDIR macro work when NDEBUG is defined (and therefore the assert
is a null op).
1997-11-01 19:12:16 +00:00
gdr
6848d48a2e build libc in the lower level makefiles instead of the top one; we're
getting too many files
1997-10-03 04:44:26 +00:00
gdr
a071932b06 - specify optimization level 78 in makefile
- have default target update ../libc
1997-09-21 06:10:26 +00:00
gdr
8f24a49223 Move #pragmas out of the source files when possible. Depend on occ
command line flags.
1997-09-21 06:05:01 +00:00
gdr
b94726dc62 reimplement and fix popen/pclose routines 1997-09-21 06:04:01 +00:00
gdr
1554cedb32 initial checkin 1997-09-21 06:02:56 +00:00
gdr
1fd1b2b9dd psignal.c:
Use CR instead of LF in call to write(2).

Makefile:
	Depend on ../../paths.mk

basename.c:
	Include <sys/syslimits.h> due to change in stdio.h
1997-09-05 06:09:50 +00:00
gdr
59a20690fa added psignal,c, siglist.c to build 1997-07-28 03:15:55 +00:00
gdr
e7714c1ecb added psignal(3), sys_siglist, sys_signame. 1997-07-28 03:12:37 +00:00
gdr
bc0a3deceb add fts* routines to build 1997-07-27 23:06:00 +00:00
gdr
649a34d2fd - change segment name
- specify optimization, debugging, memorymodel levels
- use <fts.h> vice "fts.h"
- allow GNO version to use fchdir(3)
1997-07-27 23:05:04 +00:00
gdr
46d4df16c5 removed a splatprep line 1997-02-28 05:43:54 +00:00
gdr
596add410c initial checkin of libc source and tests 1997-02-28 05:12:58 +00:00