gdr-ftp
fd73dca790
syslog.c:
...
- added thread safe functions syslogmt and vsyslogmt.
- minor changes to sendPort to make it thread safe
- moved variadic wrappers to the end of the file so that the
command line optimize/debug levels get propogated through
the rest of the source during compilation.
- changed the mechanism by which sendPort waits for it's buffer
to be released by syslogd
- since ctime(3) is not thread safe, add a flag to the
SyslogDataBuffer_t that tells syslogd(8) to add the appropriate
time stamp. This is easier than implementing thread safe
versions of ctime and localtime.
1998-10-31 17:17:24 +00:00
gdr-ftp
b7010abc60
This is a re-implementation of the syslog(3) and related functions.
1998-06-24 04:20:02 +00:00
gdr-ftp
e8879227c8
basename.c:
...
If the argument provided to dirname(3) doesn't have a
directory component, return "." instead of "".
1998-04-10 21:33:20 +00:00
gdr-ftp
e9cd1d1fb9
Makefile:
...
getlogin.c was missing from the list of sources, and therefore
getlogin(3), _getlogin(3), and setlogin(3) were missing from
the build.
1998-03-24 16:10:35 +00:00
gdr-ftp
79cc150685
Makefile:
...
- specify files via SRCS vice OBJS. This eliminates an extraneous
".o" in the final OBJS value.
- don't attempt to attach a rez fork (leave it for the upper
level makefile)
1998-02-19 01:07:56 +00:00
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