| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't tell people to include <sys/dkstat.h> any more. | Poul-Henning Kamp | 2003-02-19 | 1 | -1/+0 |
| * | Fix the description for mkdtemp(), which creates directories, not files. | Gregory Neil Shapiro | 2003-02-19 | 1 | -1/+1 |
| * | Clean up error reporting in block.c, so that it gives honest error strings | Juli Mallett | 2003-02-19 | 2 | -13/+22 |
| * | Update errors. | Tom Rhodes | 2003-02-18 | 1 | -8/+8 |
| * | Whack 28 unused variables. | Jacques Vidrine | 2003-02-18 | 8 | -19/+9 |
| * | Remove these from libc; they are now system calls. | Daniel Eischen | 2003-02-18 | 2 | -532/+0 |
| * | Expand length of pnpinfo and length fields since pccard pnpinfo can | Warner Losh | 2003-02-17 | 1 | -2/+2 |
| * | Add libgmp.so.3 from 4.7-RELEASE CDs. | David E. O'Brien | 2003-02-17 | 2 | -0/+1552 |
| * | Add libgmp.so.3 from 4.7-RELEASE CDs. | Jacques Vidrine | 2003-02-17 | 2 | -0/+2 |
| * | Deliver signals posted via an upcall to the appropriate thread. | Jonathan Mini | 2003-02-17 | 12 | -1050/+548 |
| * | Call the weak symbol for sigprocmask, so that it can be overridden. | Jonathan Mini | 2003-02-17 | 1 | -1/+1 |
| * | Back out "drop first N values" method of removing monotonically increased | Andrey A. Chernov | 2003-02-17 | 1 | -7/+1 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 37 | -39/+74 |
| * | Remove include of <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Premptively include <sys/resource.h> to get the cp_time[CPUSTATES]. | Poul-Henning Kamp | 2003-02-16 | 1 | -0/+1 |
| * | Add an "allow_local" option which forces historical behaviour. | Dag-Erling Smørgrav | 2003-02-16 | 2 | -2/+20 |
| * | Assume "localhost" if no remote host was specified. This is safe from a | Dag-Erling Smørgrav | 2003-02-15 | 1 | -3/+4 |
| * | Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs. | Jacques Vidrine | 2003-02-15 | 6 | -0/+18489 |
| * | Add dlinfo(3) manual page to the rank of base system manpages | Alexey Zelkin | 2003-02-15 | 1 | -2/+2 |
| * | Add examples of dlinfo() usage to manual page. | Alexey Zelkin | 2003-02-15 | 1 | -1/+48 |
| * | o Document that dlsym()'s behaviour with new special handle RTLD_SELF | Alexey Zelkin | 2003-02-14 | 1 | -1/+16 |
| * | Follow Solaris's manual page and describe Link_map structure here | Alexey Zelkin | 2003-02-14 | 1 | -1/+29 |
| * | Add manual page for dlinfo(3). It's still need some work and add | Alexey Zelkin | 2003-02-14 | 1 | -0/+191 |
| * | Enable just committed manual pages, update MLINKS | Alexey Zelkin | 2003-02-13 | 1 | -0/+13 |
| * | Add AUTHORS section | Alexey Zelkin | 2003-02-13 | 1 | -0/+6 |
| * | Finally! Document all undocumented functions in libc_r. | Alexey Zelkin | 2003-02-13 | 10 | -0/+696 |
| * | Break important implementation detail note into IMPLEMENTATION DETAILS | Alexey Zelkin | 2003-02-13 | 1 | -3/+7 |
| * | Add cross reference for pthread_attr_get_np() | Alexey Zelkin | 2003-02-13 | 1 | -0/+1 |
| * | Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack() | Alexey Zelkin | 2003-02-13 | 1 | -3/+2 |
| * | Add appropriate MLINKS for functions documented in libgeom.3 | Alexey Zelkin | 2003-02-13 | 1 | -0/+10 |
| * | Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument, | Alexey Zelkin | 2003-02-13 | 1 | -15/+16 |
| * | Implement dlinfo() function. | Alexander Kabaev | 2003-02-13 | 1 | -0/+8 |
| * | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 13 | -102/+220 |
| * | This manual is called SIGNBIT(3) not FPCLASSIFY(3). | Mike Barcroft | 2003-02-12 | 1 | -1/+1 |
| * | Implement C99's signbit() macro. | Mike Barcroft | 2003-02-11 | 4 | -2/+102 |
| * | Actually link in the attr_{set,get}stack. | Alfred Perlstein | 2003-02-11 | 3 | -0/+6 |
| * | Use pam_get_user(3) instead of pam_get_item(3) where appropriate. | Dag-Erling Smørgrav | 2003-02-10 | 2 | -4/+4 |
| * | Add pthread_attr_getstack() and pthread_attr_setstack(). | Alfred Perlstein | 2003-02-10 | 7 | -0/+359 |
| * | Handle %%m properly in syslog format string. Previously it would expand | Alfred Perlstein | 2003-02-10 | 1 | -3/+13 |
| * | Leak more stuff into libgeom. | Poul-Henning Kamp | 2003-02-10 | 5 | -6/+582 |
| * | Complete rewrite of pam_ssh(8). The previous version was becoming hard | Dag-Erling Smørgrav | 2003-02-09 | 4 | -547/+297 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 18 | -3/+530 |
| * | Lower WARNS to 3 until I track down a way to explain that I know what | Poul-Henning Kamp | 2003-02-08 | 1 | -1/+1 |
| * | Include <sys/time.h>, it's not the users problem that we use bintime | Poul-Henning Kamp | 2003-02-08 | 1 | -0/+1 |
| * | Hook libgeom in. | Poul-Henning Kamp | 2003-02-08 | 1 | -1/+1 |
| * | Add libgeom to the system. | Poul-Henning Kamp | 2003-02-08 | 4 | -0/+362 |
| * | Maybe I was a little too fast? Remove debugging code, and commit the | Dag-Erling Smørgrav | 2003-02-06 | 3 | -2/+90 |
| * | Fix build error. | Yoshihiro Takahashi | 2003-02-06 | 1 | -1/+0 |
| * | Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The | Dag-Erling Smørgrav | 2003-02-06 | 2 | -1/+119 |
| * | Make sure the message is only printed once. | Dag-Erling Smørgrav | 2003-02-06 | 1 | -3/+5 |