| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 53 | -93/+223 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+12 |
* | Changed the clnt_perror string in yp_all because it was saying the | pirzyk | 2001-05-23 | 1 | -1/+1 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 2 | -2/+2 |
* | Fix the range of the returned value. | ru | 2001-05-23 | 1 | -1/+1 |
* | Correct error message of an example. | ume | 2001-05-21 | 1 | -1/+1 |
* | Document ECONNREFUSED. | archie | 2001-05-20 | 1 | -0/+4 |
* | The function clnt_dg_call(), which is used for UDP RPC calls, could | iedowse | 2001-05-18 | 1 | -4/+2 |
* | Suppress compiler warning by adding a type cast. | ru | 2001-05-17 | 1 | -4/+2 |
* | ... but we do provide .St -isoC-99, and it is not required to have the | ru | 2001-05-17 | 1 | -5/+1 |
* | Unbreak world; _DIAGASSERT macro is not available in FreeBSD. | ru | 2001-05-16 | 21 | -57/+0 |
* | mdoc(7) police: fix markup. | ru | 2001-05-16 | 1 | -4/+5 |
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 4 | -3/+123 |
* | adapt to FreeBSD. | tshiozak | 2001-05-15 | 2 | -4/+20 |
* | mdoc(7) police: sort xrefs. | ru | 2001-05-15 | 1 | -1/+1 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | ru | 2001-05-15 | 5 | -113/+395 |
* | initial import of locale insensitive wcs* and wmem* functions. | tshiozak | 2001-05-15 | 22 | -0/+1484 |
* | mdoc(7) police: add RETURN VALUES section. | ru | 2001-05-14 | 1 | -8/+13 |
* | Extract the path from an AF_LOCAL sockaddr_un in a way that correctly | iedowse | 2001-05-12 | 1 | -2/+5 |
* | gethostbyname2() can't do AF_INET6 lookups over NIS. | alex | 2001-05-08 | 1 | -0/+7 |
* | Correct prototype (entry_p -> *entry_p) | jedgar | 2001-05-07 | 1 | -1/+1 |
* | add nl_langinfo(3) | phantom | 2001-05-03 | 1 | -2/+2 |
* | Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current | phantom | 2001-05-03 | 1 | -25/+0 |
* | add manpage for nl_langinfo(3) | phantom | 2001-05-03 | 1 | -0/+90 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | obrien | 2001-05-02 | 1 | -1/+2 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 5 | -0/+12 |
* | Add getaddrinfo(3) to the "SEE ALSO" list. | archie | 2001-04-27 | 1 | -0/+1 |
* | Grammar nit. | ru | 2001-04-27 | 1 | -1/+1 |
* | Document acl_get_entry(3) | jedgar | 2001-04-26 | 1 | -0/+4 |
* | The function __rpc_uaddr2taddr_af() converts an RPC "universal | iedowse | 2001-04-26 | 1 | -0/+2 |
* | o Separate acl_t into internal and external representations as | jedgar | 2001-04-24 | 16 | -132/+373 |
* | Remove bogus assignments of libc syscall stub return values to errno; | tmm | 2001-04-24 | 3 | -3/+0 |
* | Add sranddev.3 to MLINKS | ache | 2001-04-23 | 1 | -1/+1 |
* | Add #include "un-namespace.h" | ache | 2001-04-23 | 1 | -0/+1 |
* | srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow | ache | 2001-04-23 | 2 | -2/+2 |
* | Fix directory reads of MNT_UNION mounts, where entries present in both | joerg | 2001-04-23 | 1 | -1/+2 |
* | Add sranddev() since srand() is not vary much with seed, typical time | ache | 2001-04-23 | 2 | -1/+46 |
* | mdoc(7) police: update referenced standard name. | ru | 2001-04-18 | 1 | -1/+1 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 15 | -15/+15 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -9/+15 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -2/+6 |
* | mdoc(7) police: use .Fx where appropriate. | ru | 2001-04-18 | 11 | -11/+23 |
* | Correct a typo; prefered -> preferred. | kris | 2001-04-17 | 1 | -1/+1 |
* | Add fmtcheck(), a function for checking consistency of format string | kris | 2001-04-17 | 3 | -2/+355 |
* | mdoc(7) police: add missing .El call. | ru | 2001-04-16 | 1 | -0/+1 |
* | mdoc(7) police: fix markup. | ru | 2001-04-16 | 1 | -5/+5 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | dd | 2001-04-15 | 2 | -2/+2 |
* | Make links from setresuid.2 to getresgid.2 and getresuid.2. | dd | 2001-04-15 | 1 | -1/+1 |
* | Document getresgid and getresuid calls. | dd | 2001-04-15 | 1 | -2/+21 |
* | Correct a bogus cast in acl_get_qualifier() causing invalid | jedgar | 2001-04-15 | 1 | -1/+1 |