| Commit message (Expand) | Author | Age | Files | Lines |
| * | * include/elf.h has been repo copied to include/elf-hints.h, and it no | David E. O'Brien | 2001-05-02 | 3 | -60/+4 |
| * | Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE section | Andrey A. Chernov | 2001-04-23 | 1 | -1/+1 |
| * | Add sranddev() prototype | Andrey A. Chernov | 2001-04-23 | 1 | -0/+1 |
| * | Style(9) fixes: | David E. O'Brien | 2001-04-22 | 1 | -4/+4 |
| * | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -3/+10 |
| * | I think this was supposed to be __const like in NetBSD: I have no idea | Kris Kennaway | 2001-04-17 | 1 | -1/+1 |
| * | Add fmtcheck(), a function for checking consistency of format string | Kris Kennaway | 2001-04-17 | 1 | -0/+2 |
| * | Actually install include/fs/smbfs and include/netsmb directories. | Boris Popov | 2001-04-11 | 1 | -5/+6 |
| * | It's not CUT (the french would accept that back in 1879) and TUC wasn't | Poul-Henning Kamp | 2001-03-31 | 1 | -1/+5 |
| * | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | Bill Paul | 2001-03-27 | 1 | -0/+1 |
| * | give the "netgrent" functions a home in netdb.h | Alfred Perlstein | 2001-03-27 | 1 | -0/+5 |
| * | const'ify | Alfred Perlstein | 2001-03-27 | 1 | -1/+1 |
| * | fix: text following `#else' violates ANSI standard | Alfred Perlstein | 2001-03-26 | 1 | -1/+1 |
| * | IPv4 address is not unsigned int. This change introduces in_addr_t. | Hajimu UMEMOTO | 2001-03-23 | 1 | -6/+6 |
| * | change callrpc() from taking "char *" args, I'm quite sure they really meant | Alfred Perlstein | 2001-03-23 | 1 | -2/+2 |
| * | forgot prototyle for __rpc_get_local_uid() | Alfred Perlstein | 2001-03-22 | 1 | -0/+2 |
| * | Unbreak LINT. | Alfred Perlstein | 2001-03-20 | 1 | -0/+2 |
| * | The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedef | Alfred Perlstein | 2001-03-20 | 1 | -1/+6 |
| * | comment out #pragma directive containing Sun SCM tags | Alfred Perlstein | 2001-03-20 | 1 | -1/+1 |
| * | Add missing comma when KERBEROS is defined. | Alfred Perlstein | 2001-03-19 | 1 | -1/+2 |
| * | Introduce the GLOB_MAXPATH flag, which allows the user to limit the | Jonathan Lemon | 2001-03-19 | 1 | -0/+3 |
| * | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | Alfred Perlstein | 2001-03-19 | 31 | -480/+2490 |
| * | Add D_MD_ORDER (local extension) to get month/day order from locale | Andrey A. Chernov | 2001-03-19 | 1 | -0/+2 |
| * | Nuke non-standard EAI_RESNULL. | Hajimu UMEMOTO | 2001-03-17 | 1 | -2/+1 |
| * | Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, | David E. O'Brien | 2001-03-08 | 1 | -0/+1 |
| * | mark pthread_exit() as non-returning. | Alfred Perlstein | 2001-03-04 | 1 | -1/+1 |
| * | Hide the definition of struct __sFILEX and add the needed | Daniel Eischen | 2001-03-01 | 1 | -6/+1 |
| * | Impliment the ISO-C99 strto[u]ll() | David E. O'Brien | 2001-02-27 | 1 | -0/+4 |
| * | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | Hajimu UMEMOTO | 2001-02-19 | 1 | -1/+2 |
| * | Be extra certain that "#include <osreldate.h>" must not be used in | Peter Wemm | 2001-02-18 | 1 | -1/+5 |
| * | Fix the current libc breakage in current: | Warner Losh | 2001-02-16 | 1 | -8/+11 |
| * | Correct 2nd argument of getnameinfo(3) to socklen_t. | Hajimu UMEMOTO | 2001-02-15 | 1 | -2/+15 |
| * | Commit a libc fix going by the current state of the version numbering | Peter Wemm | 2001-02-14 | 1 | -4/+6 |
| * | It sounded like a good idea at the time. The previous change breaks | Peter Wemm | 2001-02-12 | 1 | -6/+3 |
| * | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | Peter Wemm | 2001-02-12 | 1 | -3/+6 |
| * | libc MT-safety, part 2. | Daniel Eischen | 2001-02-11 | 1 | -0/+4 |
| * | add langinfo.h | Alexey Zelkin | 2001-02-08 | 1 | -1/+1 |
| * | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | Alexey Zelkin | 2001-02-08 | 1 | -0/+109 |
| * | Fix some nits: | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -8/+5 |
| * | Fix typo: compatability -> compatibility. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+2 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Declare strunvisx(). | Bruce Evans | 2001-02-06 | 1 | -0/+1 |
| * | Add a lock to DIR to make telldir and friends MT-safe. | Daniel Eischen | 2001-01-24 | 2 | -54/+5 |
| * | Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h> | Peter Wemm | 2001-01-09 | 1 | -2/+3 |
| * | Remove struct.h, which has been punted into the Attic. | Sheldon Hearn | 2001-01-03 | 1 | -1/+1 |
| * | Finally put this mistake to rest. | Poul-Henning Kamp | 2001-01-03 | 1 | -45/+0 |
| * | Change prototype to getlogin_r to reflect recent change to its | Daniel Eischen | 2001-01-01 | 1 | -1/+1 |
| * | Use TAILQ instead of CIRCLEQ. | Poul-Henning Kamp | 2000-12-29 | 1 | -4/+4 |
| * | Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't | Jason Evans | 2000-12-28 | 1 | -3/+0 |
| * | Move telldir position recording type definitions and prototypes | Daniel Eischen | 2000-12-11 | 1 | -4/+2 |