| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement fgetrune(), fungetrune() and fputrune() as wrappers around | tjr | 2003-10-31 | 1 | -36/+8 |
* | add destination address selection described in RFC3484. | ume | 2003-10-30 | 1 | -7/+412 |
* | Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree. | phk | 2003-10-30 | 2 | -2/+3 |
* | Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic | phk | 2003-10-30 | 2 | -2/+7 |
* | Allow to specify a character special device as a core file. | simokawa | 2003-10-29 | 1 | -21/+18 |
* | Remove __NETBSD_SYSCALLS. | tjr | 2003-10-29 | 1 | -6/+0 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 8 | -31/+4 |
* | Make this part identical with NetBSD: Use recvlen instead of inlen. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don't compare NULL against a character. | mbr | 2003-10-29 | 1 | -3/+3 |
* | Don't use NULL to compare against a char. | mbr | 2003-10-29 | 1 | -2/+2 |
* | Don't use NULL to compare against a character. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly | peter | 2003-10-28 | 2 | -408/+1 |
* | Fix a problem where libm compiled under 5.X would depend on features | das | 2003-10-27 | 2 | -2/+8 |
* | - errx() doesn't need `\n'. | ume | 2003-10-26 | 4 | -26/+24 |
* | revert previous change. we don't need to include types.h. | ume | 2003-10-26 | 1 | -1/+0 |
* | Preserve the constness of the value argument passed to env_setenv() as | peter | 2003-10-26 | 2 | -2/+3 |
* | Pacify gcc about casting pointers to integers (for the lowest few bits). | peter | 2003-10-26 | 1 | -6/+8 |
* | (mostly) Clean up some const warnings here. The code takes some liberties | peter | 2003-10-26 | 1 | -8/+9 |
* | clnt_call takes args of type xdrproc_t. | peter | 2003-10-26 | 5 | -19/+24 |
* | Consistently cast to (u_char *) when filling with junk. | phk | 2003-10-25 | 1 | -3/+3 |
* | Better safe than clever. | des | 2003-10-25 | 1 | -2/+5 |
* | Document fabsl(3). | des | 2003-10-25 | 1 | -6/+19 |
* | Style changes. Inching closer to convergence with OpenBSD. | phk | 2003-10-25 | 1 | -61/+60 |
* | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | des | 2003-10-25 | 2 | -3/+11 |
* | according to RFC3542 10.5, the 5th argment of inet6_opt_next() | ume | 2003-10-25 | 1 | -1/+1 |
* | - fix description of what processes SIGCONT can be sent to | kensmith | 2003-10-24 | 1 | -1/+1 |
* | oops, revert previous change to getaddrinfo.c. This is not related | ume | 2003-10-24 | 1 | -275/+155 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 7 | -366/+1401 |
* | reorder functions to be in sync with KAME. | ume | 2003-10-23 | 1 | -128/+132 |
* | EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493 | ume | 2003-10-23 | 2 | -17/+4 |
* | preparation for RFC3493. EAI_NODATA was deprecated. | ume | 2003-10-23 | 1 | -0/+2 |
* | Connect fabsl.c to the build. | des | 2003-10-23 | 1 | -0/+2 |
* | Add prototypes for all long double functions in C99. Leave them all | des | 2003-10-23 | 1 | -0/+67 |
* | Implement fabsl(3), allowing the world to build with -fno-builtin. | des | 2003-10-23 | 1 | -0/+37 |
* | Use amd64_set_fsbase() instead of calling sysarch() directly. | peter | 2003-10-23 | 2 | -12/+2 |
* | Add implementations of amd64_[gs]et_[fg]sbase(). | peter | 2003-10-23 | 5 | -0/+158 |
* | oops, gai_strerror must return default value when error code | ume | 2003-10-22 | 1 | -0/+1 |
* | make ai_errlist struct. this is preparation for RFC3493 | ume | 2003-10-22 | 1 | -19/+32 |
* | Link libngatm to the build (unless NOATM is set). | harti | 2003-10-22 | 1 | -4/+5 |
* | Makefile for the NgATM user space library. | harti | 2003-10-22 | 1 | -0/+35 |
* | The FP status register allows for 6 traps to be masked. One of them, | marcel | 2003-10-22 | 2 | -3/+3 |
* | stop use of NI_WITHSCOPEID. it was deprecated. | ume | 2003-10-21 | 3 | -16/+3 |
* | Bring the description of st_[cma]time modification conditions a bit | dds | 2003-10-20 | 1 | -6/+18 |
* | This test relies on the concurrency level being 1; make it so. | deischen | 2003-10-20 | 2 | -0/+6 |
* | document the fact that kqueue will immediately return and not timeout when | jmg | 2003-10-20 | 1 | -0/+8 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 17 | -137/+120 |
* | Remove a GCC specifig CFLAG. We should be using WARNS=? for this. | markm | 2003-10-18 | 1 | -1/+1 |
* | - fix to UID test description, non-zero -> zero | kensmith | 2003-10-17 | 1 | -1/+1 |
* | Update context code for my last ABI breakage of mcontext. I'm worried | peter | 2003-10-17 | 2 | -14/+16 |
* | Explicitly specify an alignment for abitag. Without it, gcc specifies a | peter | 2003-10-17 | 1 | -1/+1 |