| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing manual page links. | mpp | 1996-02-02 | 2 | -1/+3 |
* | Submitted by: bruce, davidg, dyson | wosch | 1996-02-02 | 6 | -1/+29 |
* | Another round of spelling fixes. | mpp | 1996-01-30 | 8 | -22/+22 |
* | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 22 | -44/+44 |
* | Back out the thread_init code in order to allow -current to bootstrap | nate | 1996-01-30 | 1 | -8/+0 |
* | Getpwent() and getservent() can wind up calling free() with | mpp | 1996-01-29 | 2 | -2/+0 |
* | Build libscrypt in addition to libdescrypt if RELEASEDIR is set. | joerg | 1996-01-24 | 1 | -0/+4 |
* | Bring in the man page additions for PT_ATTACH/DETACH|GET/SET_REGS that | nate | 1996-01-24 | 1 | -3/+90 |
* | note in bugs section: madvise not yet implemented | wosch | 1996-01-23 | 1 | -1/+6 |
* | Changed the description of SIGSYS to better reflect what | mpp | 1996-01-22 | 3 | -3/+3 |
* | Obtained from: uthreads package | julian | 1996-01-22 | 1 | -0/+37 |
* | error handling for threaded apps | julian | 1996-01-22 | 1 | -0/+50 |
* | Reviewed by: julian | julian | 1996-01-22 | 175 | -0/+21347 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 85 | -108/+1634 |
* | - FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions. | nate | 1996-01-20 | 2 | -214/+16 |
* | This commit was generated by cvs2svn to compensate for changes in r13519, | nate | 1996-01-20 | 1 | -0/+395 |
|\ |
|
| * | ptrace(2) manpage | nate | 1996-01-20 | 1 | -0/+395 |
* | | Fix a variety of minor typos and cross references in a bunch of | mpp | 1996-01-20 | 1 | -1/+1 |
* | | Check the count in the first word of __CTOR_LIST__ before executing | jdp | 1996-01-15 | 1 | -4/+12 |
* | | Return pointer to new hash node when search inserts it (e.g. there | jkh | 1996-01-13 | 1 | -1/+5 |
* | | The last of the bind-4.9.3-REL resolver merges. | peter | 1996-01-13 | 8 | -249/+280 |
* | | Correct the strspn() man page so that it no longer references | mpp | 1996-01-10 | 1 | -1/+1 |
* | | Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYY | peter | 1996-01-07 | 7 | -183/+161 |
* | | This commit was generated by cvs2svn to compensate for changes in r13304, | peter | 1996-01-07 | 1 | -0/+114 |
|\ \ |
|
| * | | Part of bind-4.9.3-rel.. This is for my convenience and reference. | peter | 1996-01-07 | 7 | -760/+1851 |
* | | | Fix a fencepost error. | phk | 1996-01-05 | 1 | -4/+4 |
* | | | Extract the login name when doing a ps on a dead kernel. | peter | 1996-01-01 | 1 | -0/+2 |
* | | | Document the change that I made to pipe(2) | peter | 1996-01-01 | 1 | -4/+12 |
* | | | Bump libutil revision after recent addition of setproctitle(). | peter | 1996-01-01 | 9 | -3/+80 |
* | | | Finally complete my fix for the behaviour of getpass(3) upon receipt | joerg | 1995-12-31 | 2 | -18/+56 |
* | | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 249 | -55025/+0 |
* | | | recording cvs-1.6 file death | peter | 1995-12-30 | 77 | -15044/+0 |
* | | | Added $Id$. | bde | 1995-12-30 | 1 | -0/+4 |
* | | | Implemented non-statistical kernel profiling. This is based on | bde | 1995-12-29 | 1 | -8/+148 |
* | | | Oops. I seem to have over-corrected with my last commit. It should be | gpalmer | 1995-12-29 | 1 | -2/+2 |
* | | | Correct what seem to me to be some mistakes in the references and | gpalmer | 1995-12-28 | 2 | -6/+6 |
* | | | Don't block SIGINT in getpass(3); this doesn't make sense. | joerg | 1995-12-27 | 1 | -1/+1 |
* | | | Be smarter about handling overlapped copies and only go backwards if it | dg | 1995-12-27 | 2 | -12/+16 |
* | | | Bring in an initial version of setproctitle().. This is intended to | peter | 1995-12-26 | 5 | -1/+446 |
* | | | Added prototypes. | bde | 1995-12-26 | 2 | -4/+14 |
* | | | Preallocate a small structure, so we can sbrk(2) further back. | phk | 1995-12-18 | 1 | -2/+8 |
* | | | Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow of | peter | 1995-12-16 | 1 | -6/+65 |
* | | | Clean up a few things left dangling after the last commit. The new | wpaul | 1995-12-15 | 1 | -22/+10 |
* | | | Now that rpcgen is squared away, arrange to have all the NIS XDR routines | wpaul | 1995-12-14 | 3 | -448/+93 |
* | | | Change phkmalloc so that the page directory is now floating and allocated | peter | 1995-12-11 | 1 | -29/+47 |
* | | | Add a structure definition to the MD* Contexts, so that cvs can use | peter | 1995-12-11 | 3 | -3/+3 |
* | | | Fix minor annoyance: have clnt_perror(), clnt_perrno() and | wpaul | 1995-12-10 | 1 | -4/+4 |
* | | | phkmalloc strikes again! :-) Another use of un-cleared returns from | peter | 1995-12-09 | 1 | -0/+3 |
* | | | Updates to read the extra indirection in ps_strings. Note that any | peter | 1995-12-09 | 2 | -35/+53 |
* | | | Include sys/time.h, not sys/user.h. | dg | 1995-12-08 | 1 | -1/+1 |