Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't build .po's if NOPROFILE is defined. | bde | 1994-08-28 | 1 | -10/+27 |
| | | | | | | Don't build .so's if NOPIC is defined. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | ||||
* | 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 |
| | | | | | call _getdnsbyaddr() instead of _getdnsbyname() ;-) Submitted by: Geoff | ||||
* | libc.so should be installed immutable. | wollman | 1994-08-26 | 1 | -0/+1 |
| | |||||
* | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | dg | 1994-08-22 | 1 | -0/+1 |
| | | | | | | <hsu@soda.berkeley.edu>. ...Moved over from 1.1.5. Other portions of this commit were done by moving the RCS files into place directly. | ||||
* | This is weird. I *added this*, but it went away again! Ummm.. Mumble. | jkh | 1994-08-22 | 2 | -0/+12 |
| | | | | | I'm confused.. Submitted by: jkh | ||||
* | Put __infinity back here again until someone does the right thing and | jkh | 1994-08-20 | 2 | -2/+2 |
| | | | | | | repartitions libc into something human again. I don't have that kind of time right now myself, unfortunately. Submitted by: jkh | ||||
* | Fixed problem with returning -1 on error when the return value is a | dg | 1994-08-13 | 2 | -2/+4 |
| | | | | | | | | long long. Done by plugging both eax and edx with -1. This will clobber edx unnecessarily when the return value is only 32bit...though probably always an okay thing to do, it could stand a better fix. This was the cause of gawk being broken (boy was THAT ever a subtle bug!!!). | ||||
* | Oops, forgot to cvs add this file. | wollman | 1994-08-10 | 1 | -0/+63 |
| | |||||
* | Make it easier for programs to figure out what revision of FreeBSD they | wollman | 1994-08-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | are running under. Here's how to bootstrap (order is important): 1) Re-compile gcc (just the driver is all you need). 2) Re-compile libc. 3) Re-compile your kernel. Reboot. 4) cd /usr/src/include; make install You can now detect the compilation environment with the following code: #if !defined(__FreeBSD__) #define __FreeBSD_version 199401 #elif __FreeBSD__ == 1 #define __FreeBSD_version 199405 #else #include <osreldate.h> #endif You can determine the run-time environment by calling the new C library function getosreldate(), or by examining the MIB variable kern.osreldate. For the time being, the release date is defined as 199409, which we have already established as our target. | ||||
* | Add back set_rpc_grouplistsize(), so mount_nfs compiles again. Also | wollman | 1994-08-10 | 1 | -3/+28 |
| | | | | fixed incipient bug wrt gid_t versus int. | ||||
* | Fixed typo. | wollman | 1994-08-09 | 1 | -2/+2 |
| | |||||
* | Add (substantially re-written) support for /etc/host.conf, and reintegrated | wollman | 1994-08-09 | 1 | -11/+196 |
| | | | | | | | | | 1.1.5 support for YP, fixing a bug in 1.1.5 that prevented YP from ever working reliably. (I'm amazed that there were no bug reports.) IWBRNI someone could write a host.conf(5) manual page. Please look at the code before doing so; this version is somewhat more flexible in the format of its input. | ||||
* | Add a missing backslash to get this to work again. | jkh | 1994-08-08 | 1 | -1/+1 |
| | | | | | Reviewed by: Submitted by: jkh | ||||
* | Added YP domain name getting/setting support, for SunOS/old program | wollman | 1994-08-08 | 3 | -7/+128 |
| | | | | compatibility. | ||||
* | Add back in the YP code from 1.1.5. (This attribution brought to you | wollman | 1994-08-07 | 4 | -0/+1202 |
| | | | | | by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later. | ||||
* | More directory cleanup after YP merge. | wollman | 1994-08-07 | 4 | -27/+8 |
| | |||||
* | Add Sun RPC documentation, which should eventually go into our PSD. | wollman | 1994-08-07 | 6 | -0/+9681 |
| | | | | (I think I'm up to part 6.) | ||||
* | Moving RPC stuff into libc, part 2. | wollman | 1994-08-07 | 9 | -0/+2947 |
| | |||||
* | Moving Sun RPC code into libc, part 1. Based on work done by a number of | wollman | 1994-08-07 | 41 | -0/+8555 |
| | | | | | people, including J.T. Conklin, Theo de Raadt, Paul Richards, and probably someone else who's going to flame me as soon as they see this message. | ||||
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | 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: | ||||
* | Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with | rgrimes | 1994-05-27 | 2 | -0/+20 |
| | | | | gcc2.x | ||||
*-----. | This commit was generated by cvs2svn to compensate for changes in r1573, | rgrimes | 1994-05-27 | 731 | -0/+126759 |
|\ \ \ \ | | | | | | | | | | | | | | | | 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 | 722 | -0/+123286 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 12 | -0/+1884 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 3 | -0/+444 |
| | |||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 2 | -0/+158 |
| | |||||
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+125 |
| | |||||
* | Add $Id$ to all, clean up multiple spaces | rgrimes | 1994-02-21 | 2 | -4/+6 |
| | |||||
* | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | dg | 1994-01-31 | 5 | -0/+216 |
<hsu@soda.berkeley.edu>. |