| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct wording on range of addresses examined by `msync(2)'. | jkoshy | 1998-07-09 | 1 | -2/+2 |
* | Add lockf(). | dt | 1998-07-08 | 1 | -3/+3 |
* | Make this look more FreeBSDish. | dt | 1998-07-08 | 1 | -8/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r37510, | dt | 1998-07-08 | 2 | -0/+345 |
|\ |
|
| * | An implementation of lockf() function call. | dt | 1998-07-08 | 2 | -0/+345 |
* | | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 4 | -142/+99 |
* | | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -1/+3 |
* | | fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that | phk | 1998-07-03 | 2 | -6/+8 |
* | | Cross-reference to sysconf(3). | eivind | 1998-06-30 | 1 | -1/+2 |
* | | Allow /dev/null as path for the "/dev/mem" file, and assume that people | phk | 1998-06-30 | 2 | -30/+38 |
* | | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
* | | Fixed print format errors. | bde | 1998-06-30 | 1 | -1/+1 |
* | | Fixed a printf format error. Didn't fix assumption that sigset_t is | bde | 1998-06-30 | 3 | -3/+3 |
* | | Fixed printf format errors. | bde | 1998-06-30 | 4 | -7/+7 |
* | | Fixed scanf format errors. The error handling is not quite bug for bug | bde | 1998-06-30 | 1 | -7/+4 |
* | | Fixed printf format errors. Don't assume so many things about time_t. | bde | 1998-06-30 | 1 | -20/+16 |
* | | Fixes assorted problems with the history edit functions in libedit. This | brian | 1998-06-27 | 6 | -14/+49 |
* | | Extend the existing hackery to set the disk type to SCSI for the | jdp | 1998-06-27 | 1 | -2/+3 |
* | | Fix btree problems. This passes regressions tests. | guido | 1998-06-25 | 2 | -2/+5 |
* | | Add the missing {} that caused the function to return ESRCH if it | jb | 1998-06-25 | 3 | -3/+6 |
* | | Add CUSEEME support. This has *not* been tested, nor | brian | 1998-06-24 | 4 | -2/+131 |
* | | Fix keypad on/off for ^Z suspends by replacing reset_*_mode() | ache | 1998-06-19 | 3 | -25/+53 |
* | | Add check for non-NULL cur_term | ache | 1998-06-19 | 1 | -0/+11 |
* | | preserve errno across the readlink() calls. There is no value in trashing | peter | 1998-06-18 | 1 | -1/+4 |
* | | Don't allow a SIGCHLD to wake up a thread if the process has the default | jb | 1998-06-17 | 3 | -18/+27 |
* | | If a thread is waiting on a child process to complete, the SIGCHLD | jb | 1998-06-17 | 3 | -3/+60 |
* | | Don't compile in the use of poll() when building libc_r. This isn't | peter | 1998-06-14 | 4 | -7/+21 |
* | | If a short write, only loop if no error. | jb | 1998-06-14 | 6 | -12/+12 |
* | | Document EINVAL return value. | bde | 1998-06-14 | 1 | -0/+7 |
* | | Understand elf library naming rules for libtermlib alias. | peter | 1998-06-12 | 1 | -0/+9 |
* | | Make nlist() understand elf unconditionally | peter | 1998-06-12 | 2 | -5/+2 |
* | | Add poll to the list of hidden syscalls so that it gets renamed. This | jb | 1998-06-12 | 3 | -6/+6 |
* | | Update the caller's descriptor masks even if there are none ready for | jb | 1998-06-12 | 3 | -3/+3 |
* | | Sigh, mkdep doesn't know about all the CFLAGS to pass during depend | peter | 1998-06-11 | 1 | -2/+3 |
* | | Remove components that would duplicate those in libc now that the | peter | 1998-06-11 | 1 | -16/+7 |
* | | Update the resolver parts to bind-8.1.2 level. I have not touched the | peter | 1998-06-11 | 25 | -1733/+3219 |
* | | Check the access mode in the flags before waiting on a read or a write | jb | 1998-06-10 | 12 | -12/+156 |
* | | Remove SA_RESTART from the signal dispatch in user-space since this | jb | 1998-06-10 | 3 | -276/+117 |
* | | When doing a F_SETFL, read the flags back so that the ones stored | jb | 1998-06-10 | 3 | -9/+93 |
* | | Move ftok() from libcompat to libc, so that it can be closer to its | jdp | 1998-06-10 | 4 | -141/+4 |
* | | Fix grammar, "null" -> "NUL" | danny | 1998-06-10 | 1 | -5/+5 |
* | | Spelling fixes. | phk | 1998-06-10 | 1 | -1/+1 |
* | | This is a null commit to log the fact that I have done a repository | jdp | 1998-06-10 | 2 | -2/+2 |
* | | Quieten gcc 2.8.1 | brian | 1998-06-10 | 1 | -2/+2 |
* | | Cast pid_t to int for sprintf. | brian | 1998-06-10 | 1 | -2/+2 |
* | | Add a commented out CFLAGS entry that can be uncommented to compile thread | jb | 1998-06-09 | 3 | -3/+18 |
* | | Implement compile time debug support instead of tracking file name and | jb | 1998-06-09 | 62 | -321/+342 |
* | | Add compile time debug instead of doing this all the time. Reduce the | jb | 1998-06-09 | 1 | -46/+333 |
* | | Add support for compile time debug. This is enabled if libc_r is built | jb | 1998-06-09 | 3 | -60/+156 |
* | | POSIX says that pthread_exit() is not allowed to be called from a | jb | 1998-06-09 | 3 | -0/+30 |