summaryrefslogtreecommitdiffstats
path: root/lib/csu
Commit message (Collapse)AuthorAgeFilesLines
* Call reduced (8-bit only) startup_setlocale()ache1994-09-241-2/+3
|
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEache1994-09-192-9/+5
| | | | | | to check (via getenv) environment variable "ENABLE_STARTUP_LOCALE" at runtime. Submitted by: me per Bruce suggestion
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cache1994-09-182-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | (void) setlocale(LC_ALL, ""); It will be easiest way now to make national chars available for all ctype-oriented programs at once by simple: setenv LANG Your_National_Charset Default case (without "LANG" environment variable) will be fully ANSI compatible (got "C" locale). If "LANG" variable present, extention becomes active. Effect of this extention is great: in one time all ctype oriented programs can accept/print national characters without any touching source/binary code, it is big win, IMHO. This method is fully compatible with ISO8859-* and russian koi8-r too (in general -- with all 8-bit character sets). I think it is very useful. I got this idea from Xenix locale implementation. This extention is even never compiled in, unless you set setenv STARTUP_LOCALE before rebuilding crt0.c or corresponding variable in /etc/make.conf
* Remove dead code. gmon stuff is now done better in libc/gmon anbde1994-08-221-11/+3
| | | | | | | | | <machine/profile.h>. The old version was writing an incomplete header without the profrate field that is necessary to handle the current faster profiling clock. The counters that are where the the profrate should be are usually 0 and gprof converts a profrate of 0 to hz so the old version gave times too large by a factor of profhz/hz = 10.24.
* Make it work with new mmap syscall.wollman1994-08-051-9/+9
|
* MAP_FILE is the default on mmap now, and is no longer defined justrgrimes1994-05-281-1/+8
| | | | like on a sun, so #define it to be 0 if we are running BSD >=199306.
* From Jordan via. Paul K.nate1994-03-092-5/+85
| | | | | | | | This fixes the problems Warner's having with ctors not being called again with the latest round of ld changes and updates the file-names to what Paul is using now. The name change will not affect anything as we are not (yet) using it.
* Allow NetBSD (old style) shared binaries to work. Probably not thenate1994-02-161-2/+2
| | | | final solution but at least this gets folks running -current up again.
* New dlopen, dlclose, etc al. For the new ld changes.jkh1994-02-131-145/+63
|
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultdg1994-01-031-5/+5
| | | | output to be QMAGIC.
* Adding embryonic C++ shared lib support (all tests positive so far).jkh1993-12-241-12/+16
|
* -r option incorrectly removed:ache1993-11-181-2/+2
| | | | it is impossible to make gcrt0.o from moncrt0.o and gmon.o without it.
* Removed all the ld -x -r stuff -- paranoia.paul1993-11-161-8/+9
|
* shlib update:paul1993-11-092-9/+8
| | | | | Can get rid of local symbols with "ld -x -r" again. Made LDSO #ifdef DEBUG.
* Removed install -d line since our install doesn't support the -dpaul1993-11-071-2/+1
| | | | option.
* Added shared libs support from NetBSD.paul1993-11-044-57/+403
|
* Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of thedg1993-10-261-8/+0
| | | | | | | program. The idea was that these are 'alignment' crap, but the image is 16byte-aligned without these. Location 0 still doesn't have a 0, but who cares, binaries wil be built with page zero unmapped in the near future.
* Added ${COPY} knob to the install commandsroot1993-07-031-1/+1
|
* Added some support the new err(3) routines neednate1993-06-291-0/+12
| | | | (Copied directly from NetBSD verbatim)
* Upgrade to GCC 2.Xpaul1993-06-181-0/+5
|
* This commit was generated by cvs2svn to compensate for changes in r4,rgrimes1993-06-123-0/+437
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-123-0/+437
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-122-0/+141
OpenPOWER on IntegriCloud