| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a potential memory leak i've introduced with my recent patch. | joerg | 1996-10-21 | 1 | -2/+2 |
* | add flag FNM_ICASE for case insensitve search | wosch | 1996-10-20 | 2 | -1/+25 |
* | malloc_pages should be static. | phk | 1996-10-20 | 1 | -187/+103 |
* | Remove the arbitrary limit for the line length in /etc/ttys, and make | joerg | 1996-10-19 | 1 | -11/+33 |
* | Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2 | peter | 1996-10-19 | 1 | -10/+18 |
* | Backout bzero patch. | guido | 1996-10-18 | 1 | -21/+11 |
* | After some thinking implement alternative way:if it is impossible | ache | 1996-10-18 | 1 | -9/+5 |
* | Make PERMIT_CONSOLE to work not only from | ache | 1996-10-17 | 1 | -1/+8 |
* | When freeing buffers in the db routines, also zeroize them | guido | 1996-10-17 | 1 | -1/+3 |
* | Change "nope" to ":" | ache | 1996-10-17 | 1 | -1/+1 |
* | Prevent namespace pollution cause by this library by splitting to | ache | 1996-10-17 | 4 | -8/+23 |
* | If 1) regular Unix passwords not permitted and 2) skey database | ache | 1996-10-17 | 1 | -2/+5 |
* | Make it work in localized environment, replace strftime's %b which can be | ache | 1996-10-17 | 1 | -2/+9 |
* | Corrently null-terminate the path being passed to the opendir() calls, | peter | 1996-10-17 | 1 | -0/+1 |
* | Bring back ns_* routines; we need them for ifconfig and route. | jkh | 1996-10-16 | 1 | -2/+1 |
* | Save half of space in LC_COLLATE and remove unneded code. | ache | 1996-10-15 | 2 | -35/+10 |
* | A couple of minor nits. | phk | 1996-10-14 | 1 | -5/+10 |
* | Send PASV instead of PASSIVE. | jkh | 1996-10-10 | 1 | -2/+2 |
* | Use -mdoc macros properly. | wollman | 1996-10-09 | 4 | -52/+63 |
* | Require that a timezone specified via the TZ envariable be a regular | wollman | 1996-10-09 | 1 | -1/+7 |
* | Add orandom(), osrandom(), etc. | ache | 1996-10-09 | 1 | -3/+7 |
* | Improve seeding, the random sequence did not vary match | ache | 1996-10-09 | 2 | -14/+75 |
* | Fix an error in the description of "h_errno". Add "const" to a few | jdp | 1996-10-08 | 1 | -4/+4 |
* | Yet another attempt to remove the old libraries correctly. libfoo.* | bde | 1996-10-08 | 2 | -5/+7 |
* | Link shared libraries with -x | pst | 1996-10-08 | 1 | -1/+1 |
* | Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines | scrappy | 1996-10-08 | 1 | -2/+2 |
* | Implement virtual-to-physical address mapping for the kvm library on | peter | 1996-10-07 | 2 | -40/+130 |
* | Remove garbage initcode reference so that 'gcc -Dlint ...' | steve | 1996-10-06 | 1 | -2/+1 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 10 | -12/+23 |
* | Skip results that have unexpected lengths | pst | 1996-10-01 | 1 | -7/+6 |
* | Support crt0 <-> ld.so interface version 4. This should be both backwards | peter | 1996-10-01 | 1 | -5/+11 |
* | perror () does not prepend ": " for the non-NULL argument "". close PR 1492 | wosch | 1996-09-30 | 1 | -1/+1 |
* | Made this about as (in)complete as sysctl.8. | bde | 1996-09-29 | 1 | -35/+42 |
* | Updated the descriptions of the limits related to EAGAIN. | bde | 1996-09-29 | 2 | -9/+37 |
* | .Os NetBSD -> .Os FreeBSD. | wosch | 1996-09-28 | 4 | -4/+4 |
* | .DV -> .Dv (SOCK_STREAM was invisible). | bde | 1996-09-28 | 1 | -1/+1 |
* | .DV -> .Dv (FOPEN_MAX was invisible). | bde | 1996-09-28 | 1 | -1/+1 |
* | Added parens to noecho in screen initialization example. | alex | 1996-09-28 | 1 | -1/+1 |
* | Peter must be sick of this, so I changed it directly. Fixed: | bde | 1996-09-27 | 2 | -10/+20 |
* | Don't use malloc, pessimize to use sbrk. | phk | 1996-09-27 | 2 | -2/+3 |
* | Don't rely on LIBDIR having been equal to SHLIBDIR on Bruce's suggestion. | peter | 1996-09-27 | 2 | -7/+9 |
* | These were repository copied. | peter | 1996-09-27 | 2 | -30/+0 |
* | libfakegnumalloc -> libgnumalloc | peter | 1996-09-27 | 1 | -1/+1 |
* | Attempt to clean some bogons. I've had so much email with comments, | peter | 1996-09-27 | 1 | -2/+15 |
* | Repository copy libfakegnumalloc to libgnumalloc and remove the symlink | peter | 1996-09-27 | 2 | -19/+17 |
* | Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was | peter | 1996-09-26 | 2 | -6/+4 |
* | Back out my recent compilation clean-up changes, sysinstall is now weird. | pst | 1996-09-26 | 5 | -5/+5 |
* | 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 |
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -3/+1 |