| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert part of rev 1.3 -- we need the calls to _init and _fini. | obrien | 2002-03-16 | 1 | -4/+0 |
* | Document PT_IO, and move the comment about machine-dependent requests | des | 2002-03-16 | 1 | -5/+33 |
* | Further cleanup (punctuation, genitive) | des | 2002-03-16 | 1 | -18/+27 |
* | Insert newlines between sentences and rewrap paragraphs. No changes to | des | 2002-03-16 | 1 | -31/+40 |
* | Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; | bsd | 2002-03-15 | 3 | -6/+6 |
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+4 |
* | mdoc(7) police: expand contractions. | ru | 2002-03-15 | 1 | -2/+2 |
* | mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions. | ru | 2002-03-15 | 1 | -10/+18 |
* | mdoc(7) police: Fix xref to timeradd(3). | ru | 2002-03-15 | 1 | -1/+1 |
* | mdoc(7) police: punctuation nit. | ru | 2002-03-15 | 1 | -2/+1 |
* | bde got caught by mdoc(7) police. :-) | ru | 2002-03-15 | 2 | -2/+2 |
* | mdoc(7) police: don't you notice the warnings? | ru | 2002-03-15 | 1 | -1/+0 |
* | Come on guys, you can't just take OpenBSD manpage and commit it | ru | 2002-03-15 | 1 | -30/+41 |
* | Remove trailing characters from #endif. | obrien | 2002-03-15 | 1 | -3/+0 |
* | NAI DBA update. | des | 2002-03-14 | 24 | -25/+25 |
* | Remove the use of random(3), and encapsulate the salt-generation in | markm | 2002-03-14 | 1 | -30/+33 |
* | Clarify fcntl(2) and flock(2) interoperability. | maxim | 2002-03-14 | 1 | -1/+7 |
* | Remove some files we don't want. | green | 2002-03-11 | 2 | -134/+0 |
* | s/nilename/filename/ | green | 2002-03-11 | 1 | -1/+1 |
* | Fix conflicts. | green | 2002-03-11 | 21 | -57/+65 |
* | This commit was generated by cvs2svn to compensate for changes in r92111, | green | 2002-03-11 | 9 | -82/+119 |
|\ |
|
| * | Import zlib 1.1.4 onto the vendor branch. | green | 2002-03-11 | 30 | -137/+185 |
* | | This commit was generated by cvs2svn to compensate for changes in r92109, | green | 2002-03-11 | 2 | -0/+134 |
|\ \
| |/ |
|
| * | Import zlib 1.1.4 onto the vendor branch. | green | 2002-03-11 | 2 | -0/+134 |
* | | Fix some bugs that would prevent %fsr to be set correctly, and add | tmm | 2002-03-11 | 4 | -8/+25 |
* | | Account for <machine/fsr.h> no longer being usable for assembler code. | tmm | 2002-03-11 | 2 | -2/+6 |
* | | Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout), | tmm | 2002-03-11 | 1 | -13/+13 |
* | | Save/restore the %y register around calls to the C user trap handler; | tmm | 2002-03-11 | 1 | -0/+4 |
* | | Sync with csu/alpha/Makefile: build crt{i,n}.o. | obrien | 2002-03-10 | 1 | -3/+2 |
* | | cosmetic: spell 'cashe' as 'cache' | billf | 2002-03-10 | 3 | -3/+3 |
* | | Don't refer the reader to look for a word that doesn't exist anywhere | dd | 2002-03-10 | 1 | -1/+3 |
* | | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -5/+11 |
* | | If syslog fails to talk to syslogd, then it tries to write a message | dwmalone | 2002-03-09 | 1 | -4/+4 |
* | | Correct a typo. | dd | 2002-03-09 | 1 | -1/+1 |
* | | This API will appear in FreeBSD 4.6. | dd | 2002-03-09 | 1 | -1/+1 |
* | | Bring a comment in line with the code, and fix some spelling errors | dd | 2002-03-09 | 1 | -4/+3 |
* | | Fix build. I commented out getpass() in readpassphrase.c because the | green | 2002-03-09 | 1 | -3/+3 |
* | | Update readpassphrase(3)to the latest revisions. Changes are mainly due | green | 2002-03-08 | 2 | -57/+146 |
* | | Improve punctuation consistency: all errors had a '.' after them | rwatson | 2002-03-08 | 1 | -1/+1 |
* | | Don't ignore system CFLAGS. | sobomax | 2002-03-07 | 1 | -1/+1 |
* | | Fix build for OpenPAM. The directories needed tweeking. | markm | 2002-03-07 | 3 | -81/+2 |
* | | Add new errno ``ENOATTR''. | green | 2002-03-07 | 2 | -0/+5 |
* | | This file is not needed any more | des | 2002-03-07 | 1 | -66/+0 |
* | | Darn. There is (now was) a signed/unsigned issue that resulted in a | markm | 2002-03-07 | 1 | -4/+4 |
* | | Now pam_alreadyloggedin lives in the ports. | green | 2002-03-07 | 4 | -366/+0 |
* | | Properly clear the status of a join operation if the joining thread is | deischen | 2002-03-06 | 6 | -3/+12 |
* | | Add the pam_alreadyloggedin(8) module, which allows for authentication | green | 2002-03-06 | 4 | -0/+366 |
* | | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 4 | -60/+63 |
* | | Unbreak the pam_krb5 build: cast a couple of const pointers | roam | 2002-03-06 | 1 | -2/+2 |
* | | Remove a bogus cast. | des | 2002-03-06 | 1 | -1/+1 |