summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-09-21Need to include <term.h> here when no weak symbols.Thorsten Lockert
1996-09-21Make it compile without weak symbolsThorsten Lockert
1996-09-21Make vidattr() and vidputs() weak bindings, avoids problems with linking toThorsten Lockert
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-20Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-20From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-19From FreeBSD:Thorsten Lockert
1996-09-18tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-16Fix some warningsThorsten Lockert
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-16Use __inlineThorsten Lockert
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-15sh(1) has now has ulimit so that's no longer a bug.Todd C. Miller
1996-09-11protect $HOME expansion; from das33@cornell.eduTheo de Raadt
1996-09-11only support MALLOC_OPTIONS for non-setuidTheo de Raadt
1996-09-07Understand about union mounts as well as union file systemThorsten Lockert
1996-09-07openpty() returns int.Jason Downs
1996-09-06asm -> __asm, clean lint(1) warningsThorsten Lockert
1996-09-05issetugid backwards, duh; thanks bitbltTheo de Raadt
1996-09-05bsd.own.mk before YP testTheo de Raadt
1996-09-051 char oflow; bitblt & deraadtTheo de Raadt
1996-09-05protect getenv, do not oflow, fix unused debug; bitblt and deraadtTheo de Raadt
1996-09-051 char oflowTheo de Raadt
1996-09-05Move fflush() from signal handler into endwin(), that way it will work inThorsten Lockert
1996-09-05Add strategic fflush() before suspending on keyboard generated signalThorsten Lockert
1996-09-05document latest rcmd changeTodd C. Miller
1996-09-05ignore $RSH if we are setuidTodd C. Miller
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-09-03fix buf oflows betterTheo de Raadt
1996-09-03proper typesTheo de Raadt
1996-09-03constrain to MAXHOSTNAMELENTheo de Raadt
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-02talk about $RSHTodd C. Miller
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.Todd C. Miller
1996-09-02OopsPer Fogelstrom
1996-09-02Create crtn.o. Right now it's an empty file...Per Fogelstrom
1996-09-02Correct links for getrpcent.3 pagesThorsten Lockert
1996-09-02Don't overwrite the last byte of a line unless we have toThorsten Lockert
1996-09-02shmdt linkTheo de Raadt
1996-09-02perturb xid further. confuse the worldTheo de Raadt
1996-09-02do not leak byname; this needs a complete rewriteTheo de Raadt
1996-09-01talk about rcmdsh()Todd C. Miller
1996-09-01First cut at man page for rcmdsh()Todd C. Miller
1996-09-01Use .Bx macro in HISTORYTodd C. Miller