| Commit message (Expand) | Author | Age | Files | Lines |
* | Use latest Arthur Olson timezone code rather than that supplied with | wollman | 1994-09-13 | 8 | -71/+524 |
* | Added SYSV ipc system calls. | dfr | 1994-09-13 | 14 | -4/+199 |
* | Port to FreeBSD. Not ready for inclusion in libc just yet, but here | wollman | 1994-09-13 | 3 | -3/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r2710, | wollman | 1994-09-13 | 1 | -1/+1 |
|\ |
|
| * | One more try, and if it doesn't work this time I'm giving up. | wollman | 1994-09-13 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r2708, | wollman | 1994-09-13 | 9 | -0/+4180 |
|\ \
| |/ |
|
| * | The rest of tzcode94g from Arthur David Olson. | wollman | 1994-09-13 | 9 | -0/+4180 |
* | Subwin code forget to subtract orig->beg{x,y} cause SEGV | ache | 1994-09-12 | 1 | -2/+2 |
* | libterm is now libtermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | In emacs editing mode, sh treated ^D at the end of a line as EOF. | csgr | 1994-09-09 | 1 | -7/+3 |
* | Based on fix from 1.1.5.1: | csgr | 1994-09-08 | 1 | -1/+10 |
* | document libcrypt and libcipher. | csgr | 1994-09-08 | 1 | -0/+17 |
* | Build *.3 and *.ref at build time, not at install time. | bde | 1994-09-08 | 1 | -1/+3 |
* | Declare huge and tiny as volatile so that gcc doesn't evaluate huge*huge | bde | 1994-09-08 | 1 | -1/+2 |
* | Install math.h. | bde | 1994-09-08 | 1 | -1/+8 |
* | Make errors in /etc/fstab print the line numbers where they occured. | jkh | 1994-09-08 | 1 | -2/+13 |
* | Bug fixed: | ache | 1994-09-07 | 1 | -2/+2 |
* | Don't include <sys/types.h> to get u_int or use u_int for a bogus cast. | bde | 1994-09-05 | 1 | -4/+2 |
* | Fix printing of weird errno's: negative values were printed as large | bde | 1994-09-05 | 1 | -5/+9 |
* | u_int -> unsigned int, so that we don't have to include <sys/types.h> | bde | 1994-09-05 | 1 | -2/+2 |
* | Make mddriver static. | jkh | 1994-09-04 | 1 | -3/+3 |
* | Fixed editing blunder. | dg | 1994-09-01 | 1 | -2/+2 |
* | Added rtprio system call stub and manual page. | dg | 1994-09-01 | 2 | -4/+96 |
* | Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles. | bde | 1994-08-31 | 1 | -9/+6 |
* | Fix comparison of int against unsigned when checking error return | csgr | 1994-08-31 | 1 | -2/+2 |
* | Undo some of Bruce's ``clean-up''. Don't be so damned verbose. | wollman | 1994-08-30 | 1 | -6/+6 |
* | SHARED_LDADD added | ache | 1994-08-28 | 1 | -1/+2 |
* | newwin.c | ache | 1994-08-28 | 14 | -190/+373 |
* | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 1 | -1/+1 |
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | bde | 1994-08-28 | 1 | -2/+2 |
* | Use ${LDFLAGS} instead of static for compiling binaries. Neither is | bde | 1994-08-28 | 1 | -8/+8 |
* | Don't build .po's if NOPROFILE is defined. | bde | 1994-08-28 | 1 | -10/+27 |
* | gethostid.2 is now gethostid.3. Instal the correct one. | bde | 1994-08-28 | 1 | -1/+1 |
* | Fix gethostbyaddr(): | csgr | 1994-08-28 | 1 | -2/+2 |
* | libc.so should be installed immutable. | wollman | 1994-08-26 | 1 | -0/+1 |
* | Moved the csu directory to be first on the SUBDIR list. This is | paul | 1994-08-25 | 1 | -6/+7 |
* | Added ${.CURDIRb to vuilding of man pages so it works with obj | paul | 1994-08-25 | 1 | -3/+3 |
* | Remove dead code. gmon stuff is now done better in libc/gmon an | bde | 1994-08-22 | 1 | -11/+3 |
* | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | dg | 1994-08-22 | 1 | -0/+1 |
* | This is weird. I *added this*, but it went away again! Ummm.. Mumble. | jkh | 1994-08-22 | 2 | -0/+12 |
* | Add skey supprot | guido | 1994-08-21 | 2 | -0/+286 |
* | LDADD= -lcrypt | csgr | 1994-08-20 | 1 | -1/+1 |
* | Put __infinity back here again until someone does the right thing and | jkh | 1994-08-20 | 2 | -2/+2 |
* | Fix afterinstall rule for generating links to the real libcrypt | csgr | 1994-08-20 | 1 | -7/+13 |
* | Latest fix from jtc: | jkh | 1994-08-19 | 1 | -2/+13 |
* | Add entry for libskey | guido | 1994-08-19 | 1 | -1/+1 |
* | Make this puppy actually compile now. | jkh | 1994-08-19 | 1 | -3/+2 |
* | Do all the includes: <machine/asm.h> -> <machine/asmacros.h> | jkh | 1994-08-19 | 23 | -46/+46 |
* | Change includes to reference <machine/asmacros.h>. | jkh | 1994-08-19 | 1 | -2/+2 |