Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it work with new mmap syscall. | wollman | 1994-08-05 | 1 | -9/+9 |
| | |||||
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 4 | -6/+6 |
| | |||||
* | Allow libtelnet to compile, by removing references to Kerberos and DES in | wollman | 1994-08-05 | 1 | -3/+3 |
| | | | | | the Makefile. We still need to determine the appropriate source organization for this. | ||||
* | Make up for the fact that rpc headers are now installed from include. | wollman | 1994-08-05 | 1 | -11/+0 |
| | |||||
* | Temporarily force creation of librpc.so.2.0 (by including lib-directory | wollman | 1994-08-05 | 1 | -0/+4 |
| | | | | Makefile.inc). Eventually this will be moved back into libc as in 1.1.5. | ||||
* | Make it work with our make macros. | wollman | 1994-08-05 | 1 | -5/+11 |
| | |||||
* | Make it work with our make macros. | wollman | 1994-08-05 | 3 | -7/+8 |
| | |||||
* | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 89 | -106/+4729 |
| | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. | ||||
* | From 1.1.5: define default shared library versions. For 2.0, use version | wollman | 1994-08-04 | 1 | -0/+3 |
| | | | | 2.0. | ||||
* | Make obj directory work right. md?hl.c should probably be | wollman | 1994-08-04 | 1 | -0/+3 |
| | | | | deleted, but I'll leave that up to PHK. | ||||
* | histedit.h is now installed from include. | wollman | 1994-08-04 | 1 | -6/+0 |
| | |||||
* | Reviewed by: phk | phk | 1994-07-24 | 1 | -1/+1 |
| | | | | Added libmd. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r1802, | phk | 1994-07-24 | 13 | -0/+1294 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Reviewed by: phk | phk | 1994-07-24 | 13 | -0/+1294 |
| | | | | | | | Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static. | ||||
* | Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion). | csgr | 1994-07-22 | 1 | -36/+47 |
| | | | | | | This means that we don't have to do rounding calculations for page boundaries. (We do all our accesses via the mmapped area now.) Reviewed by: | ||||
* | Move skey.h to /usr/include so other packages will be able to use | guido | 1994-06-02 | 7 | -20/+16 |
| | | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way. | ||||
* | MAP_FILE is the default on mmap now, and is no longer defined just | rgrimes | 1994-05-28 | 1 | -1/+8 |
| | | | | like on a sun, so #define it to be 0 if we are running BSD >=199306. | ||||
* | Enable csu/${MACHINE} now that I have copied in our crt* files. | rgrimes | 1994-05-28 | 1 | -3/+2 |
| | |||||
* | Fix kvm_i386.c just enough to make it compile and return lots of errors | rgrimes | 1994-05-28 | 3 | -346/+74 |
| | | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different. | ||||
* | This is a COPY of kvm_hp300.c, soon to be patched to sorta work with | rgrimes | 1994-05-28 | 2 | -0/+572 |
| | | | | the i386 port. | ||||
* | Make the comments about what is missing and not done consistent with | rgrimes | 1994-05-28 | 1 | -2/+2 |
| | | | | my other Makefile comments so they can easily be found with grep. | ||||
* | Initial revision | rgrimes | 1994-05-27 | 1 | -0/+190 |
| | |||||
* | Do not create link for *lib_p.a if you are not installing profiled libraries. | rgrimes | 1994-05-27 | 2 | -4/+8 |
| | |||||
* | Comment out missing sources. | rgrimes | 1994-05-27 | 1 | -5/+8 |
| | |||||
* | Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with | rgrimes | 1994-05-27 | 2 | -0/+20 |
| | | | | gcc2.x | ||||
* | Comment out missing libmp and libplot, disable csu until it is ported. | rgrimes | 1994-05-27 | 1 | -4/+6 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r1581, | rgrimes | 1994-05-27 | 3 | -0/+151 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and | rgrimes | 1994-05-27 | 3 | -0/+151 |
| | | | | stty.c. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r1578, | rgrimes | 1994-05-27 | 1 | -0/+92 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | This is James da Silva at the University of Maryland at College Park's | rgrimes | 1994-05-27 | 1 | -0/+92 |
| | | | | regex.c code as picked up from the net. | ||||
* | Clean up S/key library (libskey.a) so that filename access is via the | pst | 1994-05-27 | 2 | -3/+15 |
| | | | | | | standard 4.4bsd pathnames mechanism. Also document a potential security hole vs backwards compatibility tradeoff. | ||||
*-----. | This commit was generated by cvs2svn to compensate for changes in r1573, | rgrimes | 1994-05-27 | 1153 | -0/+214871 |
|\ \ \ \ | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| | | | * | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 2 | -0/+184 |
| | | | | |||||
| | | * | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 6 | -0/+2318 |
| | | | |||||
| | * | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+971 |
| | | |||||
| * | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1144 | -0/+211398 |
| | | |||||
* | | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 16 | -0/+3007 |
| | | |||||
* | | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 4 | -0/+592 |
| | | |||||
* | | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 3 | -0/+362 |
| | | |||||
* | | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 2 | -0/+194 |
| | | |||||
* | | Put md5.c copyright on md4.c. I contacted RSA inc. for that some time ago | guido | 1994-05-20 | 1 | -1/+21 |
| | | | | | | | | | | | | but forgot to do it. -Guido | ||||
* | | 1) Added s/key support . | guido | 1994-05-19 | 8 | -0/+3423 |
| | | | | | | | | | | | | | | | | | | 2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido | ||||
* | | From Jordan via. Paul K. | nate | 1994-03-09 | 2 | -5/+85 |
| | | | | | | | | | | | | | | | | This fixes the problems Warner's having with ctors not being called again with the latest round of ld changes and updates the file-names to what Paul is using now. The name change will not affect anything as we are not (yet) using it. | ||||
* | | Add $Id$ to all, clean up multiple spaces | rgrimes | 1994-02-21 | 2 | -4/+6 |
| | | |||||
* | | Allow NetBSD (old style) shared binaries to work. Probably not the | nate | 1994-02-16 | 1 | -2/+2 |
| | | | | | | | | final solution but at least this gets folks running -current up again. | ||||
* | | New dlopen, dlclose, etc al. For the new ld changes. | jkh | 1994-02-13 | 1 | -145/+63 |
| | | |||||
* | | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | dg | 1994-01-31 | 5 | -0/+216 |
| | | | | | | | | <hsu@soda.berkeley.edu>. | ||||
* | | Implemented 'QMAGIC' a.out format correctly, and changed the default | dg | 1994-01-03 | 1 | -5/+5 |
| | | | | | | | | output to be QMAGIC. | ||||
* | | Adding embryonic C++ shared lib support (all tests positive so far). | jkh | 1993-12-24 | 1 | -12/+16 |
| | | |||||
* | | -r option incorrectly removed: | ache | 1993-11-18 | 1 | -2/+2 |
| | | | | | | | | it is impossible to make gcrt0.o from moncrt0.o and gmon.o without it. |