summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-293-6/+61
* mdoc(7) police: nits.ru2002-05-291-1/+2
* mdoc(7) police: markup nits.ru2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.ru2002-05-291-1/+1
* mdoc(7) police: sort xrefs.ru2002-05-291-2/+2
* mdoc(7) police: nit.ru2002-05-291-1/+1
* mdoc(7) police: fix markup for types.ru2002-05-291-4/+4
* Add pam_ksu(8), a module to do Kerberos 5 authentication andnectar2002-05-284-0/+412
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-282-42/+42
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-28129-141/+282
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-28141-1502/+5
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2854-580/+42
* Add uuidgen(2) and uuidgen(1).marcel2002-05-282-1/+84
* Correct a check for NUL.robert2002-05-271-1/+1
* - Move the loop conditional into the "for" header.robert2002-05-271-19/+17
* Remove spurious period.dd2002-05-271-1/+1
* Remove extra word.dd2002-05-261-1/+1
* Add openpam_nullconv.3.des2002-05-241-0/+1
* Add missing include.des2002-05-241-0/+1
* These files are no longer used.jake2002-05-2411-196/+0
* Revamp suspend and resume. While I'm here add pthread_suspend_all_np()deischen2002-05-2439-921/+693
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-237-33/+18
* Just to show that PAM can do almost anything from the ridiculous to thedes2002-05-237-0/+418
* Avoid wandering over the beginning of the actual bufferrobert2002-05-231-1/+1
* Hide a couple of unguarded error returns behind the no_fail test.des2002-05-231-5/+6
* Free old_pwd only in the code path where it has been allocated.jmallett2002-05-221-1/+1
* Make this a little easier to build standalone. (same change as libpanel)peter2002-05-214-4/+20
* Initial update of bmake glue for ncurses-5.2-20020518peter2002-05-212-4/+14
* Initial update of bmake glue for ncurses-5.2-20020518. More to come.peter2002-05-214-64/+124
* Spread the word of PowerPC.benno2002-05-211-1/+2
* Let this code know about PowerPC.benno2002-05-211-1/+1
* Catch up to tte.h changes.jake2002-05-211-2/+2
* Use an explicitly-sized type instead of daddr_t for on-disk blockiedowse2002-05-191-2/+2
* mdoc(7) police: fixed the whatis entry.ru2002-05-181-1/+1
* Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.phk2002-05-181-1/+1
* UFS indirect blocks are size u_int32_t, not daddr_tphk2002-05-181-2/+2
* Update the EINVAL description again - it turns out that EINVALroam2002-05-171-3/+4
* _C_LABEL -> CNAMEbenno2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.benno2002-05-171-10/+41
* Grow RSYSCALL.obrien2002-05-151-0/+4
* Our default syscall.S is identical to what was explicitly being done forobrien2002-05-154-67/+2
* Blah, fix stupid syntax error.obrien2002-05-151-1/+1
* host-network order conversion routines.obrien2002-05-155-0/+158
* Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
* Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
* PowerPC does not have profile support yet.obrien2002-05-151-0/+2
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,obrien2002-05-151-0/+43
OpenPOWER on IntegriCloud