| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 18 | -194/+186 |
* | Insert threads interrupted by a signal while running onto the run queue. | mini | 2003-02-23 | 4 | -52/+6 |
* | Add signal logic to the build. | mini | 2003-02-23 | 2 | -0/+4 |
* | Mention CLOCK_MONOTONIC. | phk | 2003-02-23 | 1 | -2/+3 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 12 | -38/+44 |
* | mdoc(7) police: kill self-xref. | ru | 2003-02-23 | 1 | -1/+0 |
* | Punctuation. | ru | 2003-02-23 | 1 | -1/+1 |
* | Typo. | ru | 2003-02-23 | 1 | -1/+1 |
* | Grammar. | ru | 2003-02-23 | 1 | -0/+1 |
* | More changes from NetBSD: | mikeh | 2003-02-23 | 1 | -9/+11 |
* | Grab some changes from NetBSD: | mikeh | 2003-02-23 | 1 | -5/+6 |
* | Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specific | zarzycki | 2003-02-22 | 1 | -3/+3 |
* | Use strlcpy instead of strncpy. | johan | 2003-02-22 | 1 | -2/+1 |
* | Fix a bad free() call that would occur if some #if 0'd code was used. | tjr | 2003-02-22 | 1 | -4/+6 |
* | Mention that dlerror() is also applicable to retrieve error message after | phantom | 2003-02-21 | 1 | -0/+2 |
* | Some things don't build for PowerPC yet. | obrien | 2003-02-21 | 1 | -1/+5 |
* | Don't tell people to include <sys/dkstat.h> any more. | phk | 2003-02-19 | 1 | -1/+0 |
* | Fix the description for mkdtemp(), which creates directories, not files. | gshapiro | 2003-02-19 | 1 | -1/+1 |
* | Clean up error reporting in block.c, so that it gives honest error strings | jmallett | 2003-02-19 | 2 | -13/+22 |
* | Update errors. | trhodes | 2003-02-18 | 1 | -8/+8 |
* | Whack 28 unused variables. | nectar | 2003-02-18 | 8 | -19/+9 |
* | Remove these from libc; they are now system calls. | deischen | 2003-02-18 | 2 | -532/+0 |
* | Expand length of pnpinfo and length fields since pccard pnpinfo can | imp | 2003-02-17 | 1 | -2/+2 |
* | Add libgmp.so.3 from 4.7-RELEASE CDs. | obrien | 2003-02-17 | 2 | -0/+1552 |
* | Add libgmp.so.3 from 4.7-RELEASE CDs. | nectar | 2003-02-17 | 2 | -0/+2 |
* | Deliver signals posted via an upcall to the appropriate thread. | mini | 2003-02-17 | 12 | -1050/+548 |
* | Call the weak symbol for sigprocmask, so that it can be overridden. | mini | 2003-02-17 | 1 | -1/+1 |
* | Back out "drop first N values" method of removing monotonically increased | ache | 2003-02-17 | 1 | -7/+1 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 37 | -39/+74 |
* | Remove include of <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Premptively include <sys/resource.h> to get the cp_time[CPUSTATES]. | phk | 2003-02-16 | 1 | -0/+1 |
* | Add an "allow_local" option which forces historical behaviour. | des | 2003-02-16 | 2 | -2/+20 |
* | Assume "localhost" if no remote host was specified. This is safe from a | des | 2003-02-15 | 1 | -3/+4 |
* | Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs. | nectar | 2003-02-15 | 6 | -0/+18489 |
* | Add dlinfo(3) manual page to the rank of base system manpages | phantom | 2003-02-15 | 1 | -2/+2 |
* | Add examples of dlinfo() usage to manual page. | phantom | 2003-02-15 | 1 | -1/+48 |
* | o Document that dlsym()'s behaviour with new special handle RTLD_SELF | phantom | 2003-02-14 | 1 | -1/+16 |
* | Follow Solaris's manual page and describe Link_map structure here | phantom | 2003-02-14 | 1 | -1/+29 |
* | Add manual page for dlinfo(3). It's still need some work and add | phantom | 2003-02-14 | 1 | -0/+191 |
* | Enable just committed manual pages, update MLINKS | phantom | 2003-02-13 | 1 | -0/+13 |
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 |
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -0/+696 |
* | Break important implementation detail note into IMPLEMENTATION DETAILS | phantom | 2003-02-13 | 1 | -3/+7 |
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 |
* | Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack() | phantom | 2003-02-13 | 1 | -3/+2 |
* | Add appropriate MLINKS for functions documented in libgeom.3 | phantom | 2003-02-13 | 1 | -0/+10 |
* | Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument, | phantom | 2003-02-13 | 1 | -15/+16 |
* | Implement dlinfo() function. | kan | 2003-02-13 | 1 | -0/+8 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 13 | -102/+220 |
* | This manual is called SIGNBIT(3) not FPCLASSIFY(3). | mike | 2003-02-12 | 1 | -1/+1 |