| Commit message (Expand) | Author | Age | Files | Lines |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -3/+4 |
* | Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints. | obrien | 2001-05-24 | 1 | -10/+0 |
* | Backout (almost) revision 1.137 changes. | ru | 2001-05-23 | 1 | -2/+8 |
* | Argh, unbreak SHARED=copied case. | ru | 2001-05-23 | 1 | -2/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -2/+4 |
* | Get rid of LSYMSUBDIRS by merely setting up symlinks to LNOHEADERDIRS. | ru | 2001-05-21 | 1 | -9/+2 |
* | Back out previous commit. digiio.h has moved to /usr/include/sys | brian | 2001-05-19 | 1 | -7/+1 |
* | Add mbstate_t and wint_t. | obrien | 2001-05-18 | 1 | -0/+10 |
* | Install /sys/dev/digi/digiio.h as /usr/include/dev/digi/digiio.h | brian | 2001-05-17 | 1 | -1/+8 |
* | Install wchar.h and wctype.h. | ru | 2001-05-16 | 1 | -1/+1 |
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 1 | -0/+3 |
* | adapt to FreeBSD. | tshiozak | 2001-05-15 | 2 | -1/+15 |
* | initial import of wchar.h and wctype.h | tshiozak | 2001-05-15 | 2 | -0/+201 |
* | Add elf.h header back, its existance is an SVR4-ELF tradition. | obrien | 2001-05-06 | 1 | -1/+1 |
* | Add this header back, its existance is an SVR4-ELF tradition. | obrien | 2001-05-05 | 1 | -0/+35 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | obrien | 2001-05-02 | 3 | -60/+4 |
* | Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE section | ache | 2001-04-23 | 1 | -1/+1 |
* | Add sranddev() prototype | ache | 2001-04-23 | 1 | -0/+1 |
* | Style(9) fixes: | obrien | 2001-04-22 | 1 | -4/+4 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 1 | -3/+10 |
* | I think this was supposed to be __const like in NetBSD: I have no idea | kris | 2001-04-17 | 1 | -1/+1 |
* | Add fmtcheck(), a function for checking consistency of format string | kris | 2001-04-17 | 1 | -0/+2 |
* | Actually install include/fs/smbfs and include/netsmb directories. | bp | 2001-04-11 | 1 | -5/+6 |
* | It's not CUT (the french would accept that back in 1879) and TUC wasn't | phk | 2001-03-31 | 1 | -1/+5 |
* | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | wpaul | 2001-03-27 | 1 | -0/+1 |
* | give the "netgrent" functions a home in netdb.h | alfred | 2001-03-27 | 1 | -0/+5 |
* | const'ify | alfred | 2001-03-27 | 1 | -1/+1 |
* | fix: text following `#else' violates ANSI standard | alfred | 2001-03-26 | 1 | -1/+1 |
* | IPv4 address is not unsigned int. This change introduces in_addr_t. | ume | 2001-03-23 | 1 | -6/+6 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 1 | -2/+2 |
* | forgot prototyle for __rpc_get_local_uid() | alfred | 2001-03-22 | 1 | -0/+2 |
* | Unbreak LINT. | alfred | 2001-03-20 | 1 | -0/+2 |
* | The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedef | alfred | 2001-03-20 | 1 | -1/+6 |
* | comment out #pragma directive containing Sun SCM tags | alfred | 2001-03-20 | 1 | -1/+1 |
* | Add missing comma when KERBEROS is defined. | alfred | 2001-03-19 | 1 | -1/+2 |
* | Introduce the GLOB_MAXPATH flag, which allows the user to limit the | jlemon | 2001-03-19 | 1 | -0/+3 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 31 | -482/+2492 |
* | Add D_MD_ORDER (local extension) to get month/day order from locale | ache | 2001-03-19 | 1 | -0/+2 |
* | Nuke non-standard EAI_RESNULL. | ume | 2001-03-17 | 1 | -2/+1 |
* | Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, | obrien | 2001-03-08 | 1 | -0/+1 |
* | mark pthread_exit() as non-returning. | alfred | 2001-03-04 | 1 | -1/+1 |
* | Hide the definition of struct __sFILEX and add the needed | deischen | 2001-03-01 | 1 | -6/+1 |
* | Impliment the ISO-C99 strto[u]ll() | obrien | 2001-02-27 | 1 | -0/+4 |
* | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | ume | 2001-02-19 | 1 | -1/+2 |
* | Be extra certain that "#include <osreldate.h>" must not be used in | peter | 2001-02-18 | 1 | -1/+5 |
* | Fix the current libc breakage in current: | imp | 2001-02-16 | 1 | -8/+11 |
* | Correct 2nd argument of getnameinfo(3) to socklen_t. | ume | 2001-02-15 | 1 | -2/+15 |
* | Commit a libc fix going by the current state of the version numbering | peter | 2001-02-14 | 1 | -4/+6 |
* | It sounded like a good idea at the time. The previous change breaks | peter | 2001-02-12 | 1 | -6/+3 |
* | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | peter | 2001-02-12 | 1 | -3/+6 |