| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention which system interface functions are signal-safe. | brian | 1998-09-09 | 1 | -1/+103 |
* | Document a number of VM sysctl variables with help from old emails | ghelmer | 1998-09-09 | 1 | -1/+38 |
* | Fixed bug, caused threads to wait for locks which nobody hold. | dt | 1998-09-09 | 1 | -3/+3 |
* | Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. | kato | 1998-09-09 | 2 | -12/+12 |
* | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -5/+5 |
* | Add $Id$, remove quoting for `...'. | jkoshy | 1998-09-09 | 1 | -1/+3 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 3 | -3/+238 |
* | Add support for the RPC 64-bit integer type ``hyper''. | obrien | 1998-09-08 | 1 | -1/+57 |
* | restore rev 1.23 to give clear SIGALRM handling example, 68 years | ache | 1998-09-08 | 1 | -28/+16 |
* | Use ellipsis in the synopsis, and an appropriate explanation in | jkoshy | 1998-09-08 | 2 | -4/+12 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 4 | -4/+50 |
* | Removed unused variables. | alex | 1998-09-07 | 19 | -37/+7 |
* | Removed some variable initializations which were unnecessary and divergent | alex | 1998-09-07 | 3 | -18/+18 |
* | -Wall clean. | alex | 1998-09-07 | 6 | -6/+15 |
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 32 | -5/+2921 |
* | Fixed SUBDIR order (libm is no longer a prerequisite for libtcl). | bde | 1998-09-07 | 1 | -3/+3 |
* | Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem... | dillon | 1998-09-06 | 1 | -17/+29 |
* | Use a varargs style prototype in the manual page, with accompanying | jkoshy | 1998-09-06 | 1 | -1/+14 |
* | Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is* | asami | 1998-09-05 | 2 | -375/+2 |
* | Change MACHINE to MACHINE_ARCH when testing for i386 to support | jb | 1998-09-05 | 1 | -2/+2 |
* | Use INT_MAX instead of LONG_MAX since the variable being compared | jb | 1998-09-05 | 1 | -4/+4 |
* | Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to | jb | 1998-09-05 | 1 | -2/+2 |
* | Change the profile data file name from gmon.out to progname.gmon | jb | 1998-09-05 | 2 | -7/+14 |
* | Keep build-tools objects separate from `all' objects so that my | bde | 1998-09-02 | 1 | -6/+12 |
* | Fixed the elf case of the creation of the libcrypt.so -> libscrypt->so | bde | 1998-09-02 | 1 | -2/+2 |
* | csu must be built before all shared libaries for ELF, since ELF shared | bde | 1998-09-02 | 1 | -3/+4 |
* | Implement the weak aliases for private entry points in the inet_* | jdp | 1998-09-02 | 20 | -90/+167 |
* | Sort cross references. | wosch | 1998-08-31 | 29 | -80/+80 |
* | Remove OpenBSD build support - let the Makefile vary per | brian | 1998-08-31 | 1 | -10/+5 |
* | Add OpenBSD build support | brian | 1998-08-30 | 1 | -3/+9 |
* | While I am no longer making a shared library, it is a good plan to nuke | markm | 1998-08-30 | 1 | -0/+11 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 2 | -5/+5 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 4 | -10/+8 |
* | Stop making a shared library for libtelnet. This should have happened | markm | 1998-08-29 | 1 | -3/+1 |
* | Typo fix. | jkoshy | 1998-08-28 | 1 | -1/+1 |
* | Add support for reading directories as files. | rnordier | 1998-08-27 | 1 | -26/+59 |
* | Don't automatically restart syscalls for the signals that the thread | jb | 1998-08-26 | 4 | -4/+4 |
* | Back out most of the last commit. It created problems with sigpause. | jb | 1998-08-26 | 3 | -78/+3 |
* | Test program for sigwait. | jb | 1998-08-25 | 2 | -0/+205 |
* | Add support for building test programs. | jb | 1998-08-25 | 3 | -0/+24 |
* | Fix for sigwait problem. | jb | 1998-08-25 | 9 | -51/+297 |
* | The length argument to sysctl is now size_t. | dfr | 1998-08-25 | 2 | -3/+6 |
* | Fixed syntax errors (__dead should have gone away years ago, and | bde | 1998-08-24 | 1 | -2/+2 |
* | Describe what constitues an exceptional condition. | steve | 1998-08-24 | 1 | -0/+2 |
* | Nuke unsupported architecture files | gpalmer | 1998-08-22 | 2 | -493/+0 |
* | Building `compat' on alpha is meaningless (they are i386 libraries) | gpalmer | 1998-08-22 | 1 | -2/+3 |
* | Remove the bootstrap hack that prevented the use of the rtld. | jb | 1998-08-20 | 2 | -24/+3 |
* | Add libstand. | msmith | 1998-08-20 | 1 | -2/+2 |
* | Install libstand header <stand.h> and manpage (libstand.3) | msmith | 1998-08-20 | 1 | -1/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r38451, | msmith | 1998-08-20 | 59 | -0/+11092 |
|\ |
|