aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* In emacs editing mode, sh treated ^D at the end of a line as EOF.Geoff Rehmet1994-09-091-7/+3
* Based on fix from 1.1.5.1:Geoff Rehmet1994-09-081-1/+10
* document libcrypt and libcipher.Geoff Rehmet1994-09-081-0/+17
* Build *.3 and *.ref at build time, not at install time.Bruce Evans1994-09-081-1/+3
* Declare huge and tiny as volatile so that gcc doesn't evaluate huge*hugeBruce Evans1994-09-081-1/+2
* Install math.h.Bruce Evans1994-09-081-1/+8
* Make errors in /etc/fstab print the line numbers where they occured.Jordan K. Hubbard1994-09-081-2/+13
* Bug fixed:Andrey A. Chernov1994-09-071-2/+2
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.Bruce Evans1994-09-051-4/+2
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
* Make mddriver static.Jordan K. Hubbard1994-09-041-3/+3
* Fixed editing blunder.David Greenman1994-09-011-2/+2
* Added rtprio system call stub and manual page.David Greenman1994-09-012-4/+96
* Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles.Bruce Evans1994-08-311-9/+6
* Fix comparison of int against unsigned when checking error returnGeoff Rehmet1994-08-311-2/+2
* Undo some of Bruce's ``clean-up''. Don't be so damned verbose.Garrett Wollman1994-08-301-6/+6
* SHARED_LDADD addedAndrey A. Chernov1994-08-281-1/+2
* newwin.cAndrey A. Chernov1994-08-2814-190/+373
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-1/+1
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1994-08-281-2/+2
* Use ${LDFLAGS} instead of static for compiling binaries. Neither isBruce Evans1994-08-281-8/+8
* Don't build .po's if NOPROFILE is defined.Bruce Evans1994-08-281-10/+27
* gethostid.2 is now gethostid.3. Instal the correct one.Bruce Evans1994-08-281-1/+1
* Fix gethostbyaddr():Geoff Rehmet1994-08-281-2/+2
* libc.so should be installed immutable.Garrett Wollman1994-08-261-0/+1
* Moved the csu directory to be first on the SUBDIR list. This isPaul Richards1994-08-251-6/+7
* Added ${.CURDIRb to vuilding of man pages so it works with objPaul Richards1994-08-251-3/+3
* Remove dead code. gmon stuff is now done better in libc/gmon anBruce Evans1994-08-221-11/+3
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey HsuDavid Greenman1994-08-221-0/+1
* This is weird. I *added this*, but it went away again! Ummm.. Mumble.Jordan K. Hubbard1994-08-222-0/+12
* Add skey supprotGuido van Rooij1994-08-212-0/+286
* LDADD= -lcryptGeoff Rehmet1994-08-201-1/+1
* Put __infinity back here again until someone does the right thing andJordan K. Hubbard1994-08-202-2/+2
* Fix afterinstall rule for generating links to the real libcryptGeoff Rehmet1994-08-201-7/+13
* Latest fix from jtc:Jordan K. Hubbard1994-08-191-2/+13
* Add entry for libskeyGuido van Rooij1994-08-191-1/+1
* Make this puppy actually compile now.Jordan K. Hubbard1994-08-191-3/+2
* Do all the includes: <machine/asm.h> -> <machine/asmacros.h>Jordan K. Hubbard1994-08-1923-46/+46
* Change includes to reference <machine/asmacros.h>.Jordan K. Hubbard1994-08-191-2/+2
* Make libmsun a switchable option, as before.Jordan K. Hubbard1994-08-191-1/+7
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-19214-0/+20438
* More stuff from the latest curses. Really minor this time.Sean Eric Fagan1994-08-133-4/+85
* Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, asSean Eric Fagan1994-08-1338-177/+275
* Fixed problem with returning -1 on error when the return value is aDavid Greenman1994-08-132-2/+4
* The big crypt removal - make libtelnet exportable.Geoff Rehmet1994-08-122-28/+4
* Fix afterinstall rule for NOSHARED caseGeoff Rehmet1994-08-121-1/+6
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-113-155/+33
* Oops, forgot to cvs add this file.Garrett Wollman1994-08-101-0/+63
* Make it easier for programs to figure out what revision of FreeBSD theyGarrett Wollman1994-08-101-4/+4