summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
1996-12-23Back out last change, it is not sufficient.Todd C. Miller
1996-12-23Avoid spoofing when cd'ing to subdirs. First cut.Todd C. Miller
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-13correct function declaration and returnmichaels
1996-12-054.4lite2, safely uses malloc, with freebsd fixes tooTheo de Raadt
1996-12-04change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck
1996-12-03s/host/domain/Theo de Raadt
1996-11-27Fix file descriptor leak on error. Noticed by bitblt.Todd C. Miller
1996-11-02missing ,Theo de Raadt
1996-11-02Fix occurrence of toupper -> tolower in "SEE ALSO" section.Todd C. Miller
1996-10-29typoTheo de Raadt
1996-10-27exec[lv]p() shall return ENOENT for empty path namesThorsten Lockert
1996-10-27Added OLF capability.etheisen
1996-10-27be careful in the non-setuid case too, what the heckTheo de Raadt
1996-10-23compileTodd C. Miller
1996-10-23use psstrings sysctlTheo de Raadt
1996-10-16kill __yp_token, other clean ups.Jason Downs
1996-10-15* optimal exclusions support -- don't waste memory with DB. assumesJason Downs
1996-10-08Attempt at cleanup.michaels
1996-10-02typo patrol.michaels
1996-09-30if interrupted, return time unslept; from phil nelsonTheo de Raadt
1996-09-20fix docs on return value; netbsd pr#1999; kml@nas.nasa.govTheo de Raadt
1996-09-20fix example; netbsd pr#2735, bgrayson@ece.utexas.eduTheo de Raadt
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-15Add manpage linkThorsten Lockert
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-11protect $HOME expansion; from das33@cornell.eduTheo de Raadt
1996-09-07Understand about union mounts as well as union file systemThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-07-30Update ECOFF nlist from NetBSDNiklas Hallqvist
1996-07-27close all pipes in child; netbsd pr#2575Theo de Raadt
1996-07-03Permit old behaviour of uname(2) if new kernel variable is not availableThorsten Lockert
1996-06-29Make uname(1) and uname(3) do sane things for the version field; now willThorsten Lockert
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
1996-06-14if no executable formats are defined for the architecture, it shouldTheo de Raadt
1996-05-30Fixes for ecoff updatesPer Fogelstrom
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28All platforms get elf_nlist(). Hidden __elf_is_okay__() function isetheisen
1996-05-26signal mask repair, netbsd pr#2442Theo de Raadt
1996-05-24sync to ecoff changesTheo de Raadt
1996-05-17Addition of elf support.Per Fogelstrom
1996-05-06fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDUTheo de Raadt
1996-05-01from netbsd:Theo de Raadt
1996-05-01from netbsd: #define _verr* to verr*, to make these use prototypesTheo de Raadt
1996-05-01from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE de...Theo de Raadt
1996-05-01vis.3 man page misuses the word comprise; netbsd pr#2345; from seebs@taniemar...Theo de Raadt
1996-04-29Initial libc ELF support. Currently only elf_hash() is implemented.etheisen
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
1996-04-23do not assume "." exists -- it might have gotten unlink()'ed -- weTheo de Raadt