| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Fix mutex initialization. | jb | 1997-06-04 | 1 | -6/+4 |
* | | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | phk | 1997-05-30 | 2 | -19/+69 |
* | | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -3/+7 |
* | | Typo. | max | 1997-04-25 | 1 | -1/+1 |
* | | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 1 | -2/+2 |
* | | Fixed missing consts in synopsis. | bde | 1997-04-13 | 1 | -2/+2 |
* | | Remove orand* code as promised for the next release | ache | 1997-03-29 | 2 | -20/+4 |
* | | Add srandomdev.3 link | ache | 1997-03-23 | 1 | -1/+2 |
* | | Fix urandom reference in the comment | ache | 1997-03-23 | 1 | -1/+1 |
* | | Add srandomdev() description | ache | 1997-03-23 | 1 | -1/+24 |
* | | Add srandomdev() function (use "/dev/urandom" now) | ache | 1997-03-23 | 1 | -0/+40 |
* | | Remove an extra comma. | mpp | 1997-03-22 | 1 | -2/+2 |
* | | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 1 | -3/+3 |
* | | Check for overflow in size argument. | phk | 1997-03-18 | 1 | -2/+4 |
* | | Fix arg types to match Lite2 | ache | 1997-03-17 | 1 | -2/+2 |
* | | Part 2 of a failed commit (cvs broke). Original message: | peter | 1997-03-13 | 2 | -0/+283 |
* | | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD | peter | 1997-03-13 | 1 | -2/+2 |
* | | Merge Lite2 changes | peter | 1997-03-11 | 5 | -50/+98 |
* | | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 2 | -283/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 2 | -7/+7 |
|\ \
| |/ |
|
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 7 | -58/+105 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -180/+0 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 |
* | | Sort cross references. | wosch | 1997-01-20 | 4 | -6/+6 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 |
* | | _thread_kern_sig_unblock takes an integer, not a reference. | alex | 1996-12-29 | 1 | -2/+2 |
* | | comma typos | wosch | 1996-12-23 | 2 | -4/+6 |
* | | If you run with option Z and malloc fails, memset gets called | phk | 1996-10-29 | 1 | -4/+6 |
* | | Note that streams are now flushed on abort. | alex | 1996-10-26 | 1 | -2/+2 |
* | | Various cosmetics | phk | 1996-10-26 | 1 | -48/+28 |
* | | POSIX requires stdio buffers be flushed on abort. | alex | 1996-10-26 | 1 | -0/+8 |
* | | malloc_pages should be static. | phk | 1996-10-20 | 1 | -187/+103 |
* | | Improve seeding, the random sequence did not vary match | ache | 1996-10-09 | 2 | -14/+75 |
* | | Don't use malloc, pessimize to use sbrk. | phk | 1996-09-27 | 1 | -1/+2 |
* | | Fix a typo. | sos | 1996-09-25 | 1 | -2/+2 |
* | | A number of minor bogons and portability things from jdp. | phk | 1996-09-25 | 1 | -28/+37 |
* | | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -3/+4 |
* | | phkmalloc/3 | phk | 1996-09-23 | 2 | -196/+342 |