summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-1/+2
* #include <stddef.h> for the definition of NULL instead of depending onbde2002-02-251-1/+3
* Initialize the libc user trap handlers before passing control non-startuptmm2002-02-231-0/+2
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Add ifdefs for sparc64.jake2002-02-233-2/+7
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* Also blindly attempt to fix broken world with respect to proc.p_runtimegreen2002-02-221-1/+3
* Fix a bug where a short write to a non-blocking socket wouldjb2002-02-221-1/+4
* o style(9) and consistency fix:jedgar2002-02-211-2/+2
* o style(9) and consistency fixes:jedgar2002-02-215-44/+41
* Add more argument checkingjedgar2002-02-212-0/+17
OpenPOWER on IntegriCloud