summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Missing newline caused too much text to be fed to the macro.peter1997-04-081-1/+2
* setsid is declared in <unistd.h>, which is self sufficient (doesn't needpeter1997-04-081-1/+1
* Fix raceguido1997-04-071-2/+2
* Restore PATH_LOCALE functionality using issetugid() call nowache1997-04-075-8/+32
* Speedup in case locale not usedache1997-04-042-27/+17
* Speedup in case locale not usedache1997-04-041-5/+11
* Speedup in case locale not usedache1997-04-041-1/+3
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Eliminate yet one function call when locale not usedache1997-04-041-3/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Speedup in case locale not usedache1997-04-041-7/+16
* Add libg++ 3.0jkh1997-04-032-2/+4255
* Honor the nouser/nogroup flag when determing if NULL shouldmpp1997-04-031-2/+2
* Update to include details about the changes to setuid/setgid.peter1997-04-021-2/+6
* Fix an error in the previous revision that caused make world breakage.jdp1997-04-021-1/+3
* The user_from_{uid,gid} routines would return garbage if thempp1997-04-021-2/+2
* Grammar police.mpp1997-04-021-2/+2
* Add Idache1997-04-021-1/+4
* Code space optimization in uu_lockerr()ache1997-04-021-10/+7
* Remove unused USE_PERROR define and syslog.h includeache1997-04-022-25/+17
* Correct the most glaring errors. I have a feeling there are somejdp1997-04-021-13/+7
* Link chown with lchownache1997-04-011-2/+2
* Add issetugid.2 to MAN2 listache1997-04-011-2/+3
* Fix the return value. Oops.jb1997-04-011-1/+3
* Fix indentations. Sigh.jb1997-04-013-45/+51
* Make error checking less zealous to handle devices like /dev/nulljb1997-04-011-2/+10
* Add parentheses to make blocking mode work.jb1997-04-0112-12/+36
* Xref the new issetugid(2) man page where appropriate.mpp1997-04-015-4/+13
* Don't xref setregid(2) twice - one of them should be setreuid(2).mpp1997-04-011-2/+2
* Fix one very minor mdoc problem. Gentle enough, Peter? :-)mpp1997-04-011-2/+2
* Fix a minor grammar problem.mpp1997-04-011-2/+2
* MLINK uu_lockerr(3).mpp1997-04-011-1/+1
* Mdoc police.mpp1997-04-011-9/+10
* Simplified install rule.bde1997-04-011-6/+2
* Fix the output format for numbers >= 1E99.jmz1997-04-011-2/+2
* Add the -DPedantic flag. This is used in wref.c only.jmz1997-04-011-1/+1
* Remove the syslog stuff, and allow various return valuesbrian1997-03-313-48/+145
* General cleanup and update to specify exactly how our implementationpeter1997-03-311-31/+38
* Steal issetugid man page from OpenBSD. Needs work..peter1997-03-311-0/+87
* Add libc hook for issetugid()peter1997-03-311-2/+3
* Create lchown() in libc and document it as a variation of chown().peter1997-03-312-7/+23
* Fixed wording of previous change.bde1997-03-311-1/+1
* Revert my last few changes. They were bogus. Replaced them withimp1997-03-311-14/+4
* Move uucplock into libutil and create a manual page.brian1997-03-304-3/+276
* Remove orand* code as promised for the next releaseache1997-03-292-20/+4
* Remove unneded define from CFLAGS (from orand* compatibility)ache1997-03-291-1/+1
* Remove orand* compatibility as promised (next release)ache1997-03-291-5/+1
* Remove conflicting declaration of sys_errlist, which caused make worldjdp1997-03-291-3/+0
* Fixed #includes in synopsis to compile.bde1997-03-281-6/+7
* The w+ entry description was misformatted.mpp1997-03-271-1/+1
OpenPOWER on IntegriCloud