summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Move skey.h to /usr/include so other packages will be able to useguido1994-06-027-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 justrgrimes1994-05-281-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.rgrimes1994-05-281-3/+2
|
* Fix kvm_i386.c just enough to make it compile and return lots of errorsrgrimes1994-05-283-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 withrgrimes1994-05-282-0/+572
| | | | the i386 port.
* Make the comments about what is missing and not done consistent withrgrimes1994-05-281-2/+2
| | | | my other Makefile comments so they can easily be found with grep.
* Initial revisionrgrimes1994-05-271-0/+190
|
* Do not create link for *lib_p.a if you are not installing profiled libraries.rgrimes1994-05-272-4/+8
|
* Comment out missing sources.rgrimes1994-05-271-5/+8
|
* Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile withrgrimes1994-05-272-0/+20
| | | | gcc2.x
* Comment out missing libmp and libplot, disable csu until it is ported.rgrimes1994-05-271-4/+6
|
* This commit was generated by cvs2svn to compensate for changes in r1581,rgrimes1994-05-273-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, andrgrimes1994-05-273-0/+151
| | | | stty.c.
* This commit was generated by cvs2svn to compensate for changes in r1578,rgrimes1994-05-271-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'srgrimes1994-05-271-0/+92
| | | | regex.c code as picked up from the net.
* Clean up S/key library (libskey.a) so that filename access is via thepst1994-05-272-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,rgrimes1994-05-271153-0/+214871
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | | | * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-272-0/+184
| | | |
| | | * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-276-0/+2318
| | |
| | * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+971
| |
| * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271144-0/+211398
| |
* | BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2716-0/+3007
| |
* | BSD 4.4 Lite bin Sourcesrgrimes1994-05-264-0/+592
| |
* | BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-263-0/+362
| |
* | BSD 4.4 Lite Include Sourcesrgrimes1994-05-242-0/+194
| |
* | Put md5.c copyright on md4.c. I contacted RSA inc. for that some time agoguido1994-05-201-1/+21
| | | | | | | | | | | | but forgot to do it. -Guido
* | 1) Added s/key support .guido1994-05-198-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.nate1994-03-092-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 spacesrgrimes1994-02-212-4/+6
| |
* | Allow NetBSD (old style) shared binaries to work. Probably not thenate1994-02-161-2/+2
| | | | | | | | final solution but at least this gets folks running -current up again.
* | New dlopen, dlclose, etc al. For the new ld changes.jkh1994-02-131-145/+63
| |
* | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsudg1994-01-315-0/+216
| | | | | | | | <hsu@soda.berkeley.edu>.
* | Implemented 'QMAGIC' a.out format correctly, and changed the defaultdg1994-01-031-5/+5
| | | | | | | | output to be QMAGIC.
* | Adding embryonic C++ shared lib support (all tests positive so far).jkh1993-12-241-12/+16
| |
* | -r option incorrectly removed:ache1993-11-181-2/+2
| | | | | | | | it is impossible to make gcrt0.o from moncrt0.o and gmon.o without it.
* | Removed all the ld -x -r stuff -- paranoia.paul1993-11-161-8/+9
| |
* | shlib update:paul1993-11-092-9/+8
| | | | | | | | | | Can get rid of local symbols with "ld -x -r" again. Made LDSO #ifdef DEBUG.
* | Removed install -d line since our install doesn't support the -dpaul1993-11-071-2/+1
| | | | | | | | option.
* | Added shared libs support from NetBSD.paul1993-11-044-57/+403
| |
* | Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of thedg1993-10-261-8/+0
| | | | | | | | | | | | | | program. The idea was that these are 'alignment' crap, but the image is 16byte-aligned without these. Location 0 still doesn't have a 0, but who cares, binaries wil be built with page zero unmapped in the near future.
* | Added ${COPY} knob to the install commandsroot1993-07-031-1/+1
| |
* | Added some support the new err(3) routines neednate1993-06-291-0/+12
| | | | | | | | (Copied directly from NetBSD verbatim)
* | Upgrade to GCC 2.Xpaul1993-06-181-0/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r4,rgrimes1993-06-123-0/+437
|\ \ | |/ |/| | | which included commits to RCS files with non-trunk default branches.
| * Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-123-0/+437
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-122-0/+141
OpenPOWER on IntegriCloud