summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove minor warning (for -Wall -Wshadow); clarifies code.davidn1997-03-261-3/+3
* Get my last commit right. The NOTE section now reads:mpp1997-03-251-2/+4
* Restricting $LANG was a really bad ideaimp1997-03-251-4/+2
* Back out 1.14 until I reproduce trouble reportsimp1997-03-251-4/+2
* Change the description of how attempts to block SIGKILL and SIGSTOPmpp1997-03-251-1/+1
* Don't overflow buffers, and only open alternative termcap files if we'reimp1997-03-242-2/+8
* Don't honor LANG or NLSPATH if we're setuid/setgid.imp1997-03-241-3/+8
* If we're running setuid/setguid then don't open the host alias file toimp1997-03-241-1/+4
* Don't open the tz file if we're running setuid or setgid to prevent infomrationimp1997-03-241-2/+4
* add xrefs for getpeername, so other people that look for it can find it.. :)jmg1997-03-244-1/+5
* Buffer overflow. Similar, but different, to the fix that Julian A submittedimp1997-03-231-9/+15
OpenPOWER on IntegriCloud