| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h. | ghelmer | 1999-03-02 | 1 | -1/+1 |
* | fix tabs lost apparently in copy&paste | ache | 1999-02-12 | 1 | -5/+5 |
* | Clarify format of exit status code. Note when a return code of -1 can | jkoshy | 1999-01-27 | 1 | -4/+8 |
* | Include mergesort() in description of errors. | rnordier | 1998-11-04 | 1 | -1/+3 |
* | Drop unused labels. | rnordier | 1998-11-04 | 1 | -2/+2 |
* | Handle a zero elements argument. | rnordier | 1998-11-04 | 1 | -0/+3 |
* | Delete the XXX comments that refer to spinlock recursion. The malloc/free/ | jb | 1998-09-30 | 1 | -15/+1 |
* | Use 8k pagesize on alpha, not 4k. | dfr | 1998-09-23 | 1 | -1/+5 |
* | Back out part of previous commit (even though it's technically correct). | alex | 1998-09-20 | 1 | -1/+17 |
* | Correctly back out of free if a recursive call into malloc.c is detected. | alex | 1998-09-19 | 1 | -8/+7 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 2 | -2/+2 |
* | o Don't reference non-existant function freealloc. | imp | 1998-09-16 | 1 | -4/+4 |
* | Fix style problems noted by Bruce: | imp | 1998-09-16 | 2 | -8/+35 |
* | Add reallocf to the library. This function is simliar to realloc, but | imp | 1998-09-14 | 3 | -13/+42 |
* | preserve errno across the readlink() calls. There is no value in trashing | peter | 1998-06-18 | 1 | -1/+4 |
* | Add support for thread lock debug. No impact of the malloc code. | jb | 1998-06-09 | 1 | -4/+4 |
* | This is a hack to workaround source that is coded to use long variables | jb | 1998-05-08 | 2 | -2/+2528 |
* | Fix a few nits in quoted code fragments and elsewhere. | rnordier | 1998-05-04 | 1 | -5/+4 |
* | Replace the threaded locking with spinlock calls for both threaded | jb | 1998-04-29 | 1 | -18/+10 |
* | Reference an external variable in threaded programs so that the | jb | 1998-04-29 | 1 | -0/+6 |
* | Use signal() in both the threaded and non-threaded cases. | jb | 1998-04-29 | 1 | -2/+1 |
* | indent | dima | 1998-04-20 | 1 | -1/+1 |
* | Remove a nolonger implented "BUGS" description. | phk | 1998-04-11 | 1 | -14/+0 |
* | Add a global variable called __isthreaded that can be tested throughout | jb | 1998-04-11 | 1 | -0/+9 |
* | Change in name of the static initializer define. | jb | 1998-04-04 | 1 | -2/+2 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 2 | -3/+4 |
* | NetBSD doesn't have a utrace syscall, so don't define that if | jb | 1998-03-09 | 1 | -2/+4 |
* | Change MACHINE references to MACHINE_ARCH. | jb | 1998-02-20 | 1 | -3/+3 |
* | Drop the use of caddr_t in conjunction with mmap(2). | alex | 1997-12-31 | 1 | -4/+4 |
* | Fix recursion problem which occurs when a signal is received during | jb | 1997-12-15 | 1 | -3/+12 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -6/+6 |
* | Handle machine-dependent (stdlib) sources more automatically. | bde | 1997-10-16 | 1 | -2/+2 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-15 | 1 | -10/+5 |
* | environmental -> environment. | charnier | 1997-09-18 | 1 | -2/+2 |
* | Another 32bits of 64bits conformance. | phk | 1997-08-31 | 1 | -2/+2 |
* | Improvement of type independency for the bitmap. | phk | 1997-08-27 | 1 | -3/+4 |
* | Malloc option H is now default. | phk | 1997-08-27 | 2 | -4/+5 |
* | Get rid of integer overflow warning. | steve | 1997-08-23 | 2 | -2/+2 |
* | Fix a minor typo. It only affects the sparc version. | jdp | 1997-07-26 | 1 | -2/+2 |
* | realpath() should break on looped symlinks. | phk | 1997-07-16 | 1 | -0/+5 |
* | kill the undead | peter | 1997-07-13 | 2 | -180/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 2 | -0/+180 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 2 | -0/+180 |
* | | Have another go at the malloc-sysv initialization. | phk | 1997-07-02 | 1 | -12/+11 |
* | | malloc_sysv used before initialized, reported in PR4002 by | phk | 1997-07-01 | 4 | -40/+88 |
* | | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
* | | Integrate calloc with the rest of the gang. | phk | 1997-06-22 | 5 | -478/+390 |
* | | srandomdev: use stack junk value in the fallback code too | ache | 1997-06-15 | 1 | -2/+3 |
* | | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 2 | -15/+17 |
* | | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0) | phk | 1997-06-12 | 2 | -8/+27 |