| Commit message (Expand) | Author | Age | Files | Lines |
* | Imported the NetBSD version which acts a lot more like the SYSV program. | dfr | 1994-09-13 | 3 | -338/+593 |
* | Added ipcrm. | dfr | 1994-09-13 | 1 | -1/+1 |
* | Utility for deleting message queues, semaphores and shared memory segments. | dfr | 1994-09-13 | 3 | -0/+260 |
* | Added ipcs. | dfr | 1994-09-13 | 1 | -1/+1 |
* | Added from FreeBSD-1.1.5 with some additions to list shared memory segments. | dfr | 1994-09-13 | 2 | -0/+383 |
* | Add f2c, rpcgen and rpcinfo, need a decission on cpp and uucp. | rgrimes | 1994-09-12 | 1 | -3/+3 |
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 5 | -9/+9 |
* | Speed matching code never successful, because ospeed range is [0..17] | ache | 1994-09-09 | 2 | -10/+46 |
* | Use second terminal name instead of obsoleted and duplicated | ache | 1994-09-09 | 1 | -4/+9 |
* | From 1.1.5.1 | csgr | 1994-09-08 | 1 | -1/+1 |
* | Add code to pull options out of FINGER environment variable if present. | pst | 1994-09-08 | 2 | -5/+38 |
* | Don't exit early if malloc() fails (never exit early now; the `fatal' | bde | 1994-09-08 | 1 | -10/+12 |
* | Tell netstat about the new multicast forwarding statistics. For the moment, | wollman | 1994-09-08 | 1 | -8/+23 |
* | Fix a longstanding bogon with setenv usage. | jkh | 1994-09-07 | 1 | -1/+1 |
* | Install Luke's enhancements for finger. | pst | 1994-09-07 | 6 | -24/+117 |
* | Problem: | jkh | 1994-09-07 | 1 | -1/+27 |
* | Reviewed by: | ats | 1994-09-06 | 1 | -1/+1 |
* | New flag -u to suppress functions whose name does not begin with an | bde | 1994-09-05 | 3 | -10/+32 |
* | Build database at build time instead of at install time. | bde | 1994-09-05 | 1 | -2/+7 |
* | u_long -> unsigned long so that we don't depend on namespace pollution | bde | 1994-09-05 | 2 | -15/+17 |
* | Define __GNUC__ as 2 same as cc -E would do. | bde | 1994-09-05 | 2 | -5/+5 |
* | Reviewed by: | ats | 1994-09-04 | 1 | -1/+1 |
* | Reviewed by: | ats | 1994-09-04 | 1 | -1/+1 |
* | Shell script containing the steps followed in importing file(1). | csgr | 1994-09-03 | 1 | -0/+17 |
* | Changes to file(1) for FreeBSD: | csgr | 1994-09-03 | 5 | -133/+48 |
* | This commit was generated by cvs2svn to compensate for changes in r2479, | csgr | 1994-09-03 | 102 | -72/+5269 |
|\ |
|
| * | Bring in file 3.14 by Ian Darwin (and Christos Zoulas) | csgr | 1994-09-03 | 102 | -72/+5269 |
* | | Add and properly install locales | ache | 1994-09-03 | 3 | -0/+210 |
* | | - Bring in -x option changes from 1.x | csgr | 1994-09-03 | 3 | -6/+25 |
* | | Fixed stupid bug which prevented any command line options from being | dg | 1994-08-31 | 1 | -1/+1 |
* | | Use cc -E instead of cpp for the preprocessor by default. cc -E is | bde | 1994-08-30 | 1 | -2/+7 |
* | | Use gnumalloc. | dg | 1994-08-29 | 1 | -0/+3 |
* | | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 3 | -0/+3 |
* | | Reviewed by: | ats | 1994-08-28 | 1 | -0/+10 |
* | | add rup rusers rwall | csgr | 1994-08-28 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r2347, | csgr | 1994-08-28 | 3 | -0/+262 |
|\ \ |
|
| * | | rwall from FreeBSD 1.1.5.1 | csgr | 1994-08-28 | 3 | -0/+262 |
* | | | This commit was generated by cvs2svn to compensate for changes in r2345, | csgr | 1994-08-28 | 3 | -0/+351 |
|\ \ \
| |/ / |
|
| * | | rusers from FreeBSD 1.1.5.1 | csgr | 1994-08-28 | 3 | -0/+351 |
* | | | This commit was generated by cvs2svn to compensate for changes in r2343, | csgr | 1994-08-28 | 3 | -0/+330 |
|\ \ \
| |/ / |
|
| * | | rup from FreeBSD 1.1.5.1 | csgr | 1994-08-28 | 3 | -0/+330 |
| / |
|
* | | Fix big f*ckup by doing "make nocrypt" | csgr | 1994-08-27 | 11 | -435/+10 |
* | | Change references to flex(1) and flexdoc(1) to lex(1) and | csgr | 1994-08-27 | 2 | -18/+18 |
* | | Do not install as flex | csgr | 1994-08-27 | 3 | -6/+4050 |
* | | We really, really /don't/ want to have a shared lex library. Also, | wollman | 1994-08-25 | 1 | -8/+2 |
* | | Fix a problem with passing quoted strings down to commands. | sef | 1994-08-24 | 1 | -3/+6 |
* | | Also create a link "view" to nvi, in stead of nview solely. | guido | 1994-08-24 | 1 | -0/+1 |
* | | Add lex to makefile | csgr | 1994-08-24 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r2258, | csgr | 1994-08-24 | 28 | -0/+19354 |
|\ \ |
|
| * | | Flex version 2.4.7 from LBL | csgr | 1994-08-24 | 28 | -0/+19354 |
| / |
|