| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Add GETPID to the list of operations for which semctl(2) returns the value. | maxim | 2002-03-06 | 1 | -1/+1 |
* | | Add forgotten NOPROFILE that broke world. | des | 2002-03-06 | 1 | -0/+1 |
* | | Add a carriage return to each function declaration, and make use of ID tag | eric | 2002-03-06 | 1 | -8/+12 |
* | | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 38 | -528/+237 |
* | | When multiple threads call atexit at the same time, some operations must | tegge | 2002-03-05 | 1 | -2/+28 |
* | | Add missing dependency on libutil. | des | 2002-03-05 | 1 | -0/+3 |
* | | Add fpsetmask(). Needed to build miniperl. | jake | 2002-03-05 | 2 | -2/+29 |
* | | Fix a bug where siglongjmp would clobber the argument to return from | jake | 2002-03-05 | 1 | -2/+2 |
* | | Connect the sparc64 userland fp emulator to the build. | tmm | 2002-03-05 | 1 | -0/+2 |
* | | Correct a typo. | dd | 2002-03-03 | 1 | -1/+1 |
* | | We need an frexp() function. | obrien | 2002-03-01 | 1 | -1/+1 |
* | | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-28 | 1 | -6/+2 |
* | | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-27 | 3 | -16/+10 |