| Commit message (Expand) | Author | Age | Files | Lines |
* | Repeat after me kids: "I will not try to install files into a directory | wpaul | 1995-03-15 | 1 | -1/+5 |
* | Fix wbkgdset macro | ache | 1995-03-13 | 1 | -1/+1 |
* | Remove `|| flags & ALT == 0' which was an obscure no-op, not a | bde | 1995-03-12 | 1 | -1/+1 |
* | Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for this | bde | 1995-03-12 | 1 | -15/+23 |
* | Fix suspended vipw hangs | ache | 1995-03-09 | 1 | -9/+25 |
* | stdio.h --> unistd.h | ache | 1995-03-09 | 1 | -1/+1 |
* | Obtained from: NetBSD | bde | 1995-03-08 | 1 | -2/+7 |
* | Don't build swab.o here. It gets built in libc/i386/string. Previously | bde | 1995-03-07 | 1 | -1/+1 |
* | If we are going to set the OBJS target, don't add to the old target. This | nate | 1995-03-04 | 1 | -2/+2 |
* | Solve conflict between two global force variables | ache | 1995-03-03 | 2 | -2/+2 |
* | On snap 950210, format %s (print seconds from the epoch) is missing | joerg | 1995-03-01 | 2 | -1/+23 |
* | Pull old lex.l out of attic and update to new one. | paul | 1995-03-01 | 1 | -13/+89 |
* | Completely rewrite libforms so everything is done at runtime rather | paul | 1995-03-01 | 17 | -488/+4868 |
* | Additions from Thomas Graichen to mention each functions' floating point | jkh | 1995-03-01 | 27 | -159/+440 |
* | Fix previous fix to agree with the man page - don't report errors in | bde | 1995-02-25 | 1 | -2/+3 |
* | Don't attempt to lstat() the POSIXLY invalid empty pathname. | bde | 1995-02-25 | 1 | -1/+1 |
* | Explain the full story, and make it understandable too. | phk | 1995-02-25 | 1 | -2/+7 |
* | Clean a bunch of -Wall warnings. | phk | 1995-02-24 | 4 | -4/+7 |
* | Remove some unused variables and fix two blatant core dump triggers. | phk | 1995-02-24 | 3 | -11/+9 |
* | Remove an unused variable. | phk | 1995-02-24 | 1 | -2/+1 |
* | fix the synopsis to show | phk | 1995-02-24 | 1 | -5/+1 |
* | Add missing #include <time.h> with time() prototype | ache | 1995-02-24 | 1 | -0/+1 |
* | Fix typo: pcap.h.h | ache | 1995-02-23 | 1 | -2/+2 |
* | Quench a warning and fix some duplicity by using the official strerror | phk | 1995-02-23 | 1 | -11/+3 |
* | Fix bogus Makefile which resulted in incompatible shared and static | olah | 1995-02-21 | 2 | -20/+8 |
* | Speed md5 up around 30% by shorting out a couple of cumbersome | phk | 1995-02-21 | 1 | -36/+38 |
* | Make libcompat a static only library. | nate | 1995-02-20 | 1 | -0/+1 |
* | Minor optimization. | ache | 1995-02-18 | 1 | -7/+9 |
* | Minor optimization | ache | 1995-02-18 | 1 | -7/+4 |
* | Copyrights cleanup | ache | 1995-02-18 | 4 | -22/+38 |
* | Bruce pointed out, that a misleading warning would be issued | se | 1995-02-17 | 1 | -1/+1 |
* | Protect against duplicate gids in group list (as could be the | se | 1995-02-17 | 1 | -2/+5 |
* | Don't pick _warn module now | ache | 1995-02-17 | 1 | -10/+34 |
* | Correct the parameters for the fchown. The third was erroneously | ats | 1995-02-17 | 1 | -1/+1 |
* | Add 8bit collate stuff | ache | 1995-02-16 | 5 | -110/+150 |
* | Add 8-bit collate stuff | ache | 1995-02-16 | 5 | -2/+270 |
* | Document Transaction TCP extensions to generic system calls. | wollman | 1995-02-15 | 2 | -15/+46 |
* | Add missing lib_window.c to SRCS | ache | 1995-02-13 | 2 | -4/+4 |
* | Fix broken makefile. | phk | 1995-02-12 | 1 | -5/+6 |
* | Support for >32 PTYs. | jkh | 1995-02-09 | 1 | -2/+2 |
* | Install the header files. | jkh | 1995-02-09 | 1 | -1/+3 |
* | CLEANFILES was missing a few files. | bde | 1995-02-08 | 1 | -2/+2 |
* | Add libpcap. I don't know what it is doing in the tree, but it has | bde | 1995-02-08 | 1 | -2/+2 |
* | Add two parts of Mark's/Gary's dlopen() changes that I missed before. | jkh | 1995-02-08 | 2 | -0/+244 |
* | Support for more Sun compatible dlopen() and friends. Also added proper error | jkh | 1995-02-07 | 2 | -9/+11 |
* | Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to break | dg | 1995-02-07 | 2 | -31/+6 |
* | Document the getenv(PWD) feature. | phk | 1995-02-05 | 1 | -1/+7 |
* | Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into a | wpaul | 1995-02-05 | 1 | -72/+20 |
* | A cute hack to speed up things by Keith: if getenv("PWD") is the same | phk | 1995-02-04 | 1 | -5/+24 |
* | Include <time.h> instead of <sys/time.h> to get CLK_TCK. Including | bde | 1995-02-03 | 1 | -1/+1 |