summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove some files we don't want.green2002-03-112-134/+0
* s/nilename/filename/green2002-03-111-1/+1
* Fix conflicts.green2002-03-1121-57/+65
* This commit was generated by cvs2svn to compensate for changes in r92111,green2002-03-119-82/+119
|\
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-1130-137/+185
* | This commit was generated by cvs2svn to compensate for changes in r92109,green2002-03-112-0/+134
|\ \ | |/
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-112-0/+134
* | Fix some bugs that would prevent %fsr to be set correctly, and addtmm2002-03-114-8/+25
* | Account for <machine/fsr.h> no longer being usable for assembler code.tmm2002-03-112-2/+6
* | Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),tmm2002-03-111-13/+13
* | Save/restore the %y register around calls to the C user trap handler;tmm2002-03-111-0/+4
* | Sync with csu/alpha/Makefile: build crt{i,n}.o.obrien2002-03-101-3/+2
* | cosmetic: spell 'cashe' as 'cache'billf2002-03-103-3/+3
* | Don't refer the reader to look for a word that doesn't exist anywheredd2002-03-101-1/+3
* | o Don't require long long support in bswap64() functions.mike2002-03-091-5/+11
* | If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* | Correct a typo.dd2002-03-091-1/+1
* | This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
* | Bring a comment in line with the code, and fix some spelling errorsdd2002-03-091-4/+3
* | Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* | Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-082-57/+146
* | Improve punctuation consistency: all errors had a '.' after themrwatson2002-03-081-1/+1
* | Don't ignore system CFLAGS.sobomax2002-03-071-1/+1
* | Fix build for OpenPAM. The directories needed tweeking.markm2002-03-073-81/+2
* | Add new errno ``ENOATTR''.green2002-03-072-0/+5
* | This file is not needed any moredes2002-03-071-66/+0
* | Darn. There is (now was) a signed/unsigned issue that resulted in amarkm2002-03-071-4/+4
* | Now pam_alreadyloggedin lives in the ports.green2002-03-074-366/+0
* | Properly clear the status of a join operation if the joining thread isdeischen2002-03-066-3/+12
* | Add the pam_alreadyloggedin(8) module, which allows for authenticationgreen2002-03-064-0/+366
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9).markm2002-03-064-60/+63
* | Unbreak the pam_krb5 build: cast a couple of const pointersroam2002-03-061-2/+2
* | Remove a bogus cast.des2002-03-061-1/+1
* | Add GETPID to the list of operations for which semctl(2) returns the value.maxim2002-03-061-1/+1
* | Add forgotten NOPROFILE that broke world.des2002-03-061-0/+1
* | Add a carriage return to each function declaration, and make use of ID tageric2002-03-061-8/+12
* | Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-0538-528/+237
* | When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* | Add missing dependency on libutil.des2002-03-051-0/+3
* | Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* | Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* | Connect the sparc64 userland fp emulator to the build.tmm2002-03-051-0/+2
* | Correct a typo.dd2002-03-031-1/+1
* | We need an frexp() function.obrien2002-03-011-1/+1
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-281-6/+2
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-273-16/+10
* | Check if string is not NULL, not *string, before setting *string.green2002-02-271-2/+2
* | We do not support the sparc platform.obrien2002-02-272-129/+0
* | Minor WS change to improve readability.obrien2002-02-272-6/+6
* | Add the following functions/macros to support byte order conversions andtmm2002-02-271-6/+4
OpenPOWER on IntegriCloud