Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-20 | Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
Clarify description of seek function and that the seek function accepts an fpos_t argument and not an off_t argument. | |||
1996-09-20 | From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
fwopen() argument type mis-described | |||
1996-09-19 | From FreeBSD: | Thorsten Lockert | |
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory. | |||
1996-09-18 | tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1996-09-16 | uid_t is now a u_int32_t, treat it as such. | Todd C. Miller | |
1996-09-16 | Avoid pulling in stdio | Thorsten Lockert | |
1996-09-16 | Fix some warnings | Thorsten Lockert | |
1996-09-16 | Bring prototypes into scope | Thorsten Lockert | |
1996-09-16 | Use __inline | Thorsten Lockert | |
1996-09-15 | Add manpage link | Thorsten Lockert | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-15 | sh(1) has now has ulimit so that's no longer a bug. | Todd C. Miller | |
1996-09-11 | protect $HOME expansion; from das33@cornell.edu | Theo de Raadt | |
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | Theo de Raadt | |
1996-09-07 | Understand about union mounts as well as union file system | Thorsten Lockert | |
1996-09-07 | openpty() returns int. | Jason Downs | |
1996-09-06 | asm -> __asm, clean lint(1) warnings | Thorsten Lockert | |
1996-09-05 | issetugid backwards, duh; thanks bitblt | Theo de Raadt | |
1996-09-05 | bsd.own.mk before YP test | Theo de Raadt | |
1996-09-05 | 1 char oflow; bitblt & deraadt | Theo de Raadt | |
1996-09-05 | protect getenv, do not oflow, fix unused debug; bitblt and deraadt | Theo de Raadt | |
1996-09-05 | 1 char oflow | Theo de Raadt | |
1996-09-05 | Move fflush() from signal handler into endwin(), that way it will work in | Thorsten Lockert | |
some other common situations too. | |||
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert | |
1996-09-05 | document latest rcmd change | Todd C. Miller | |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |
1996-09-03 | fix buf oflows better | Theo de Raadt | |
1996-09-03 | proper types | Theo de Raadt | |
1996-09-03 | constrain to MAXHOSTNAMELEN | Theo de Raadt | |
1996-09-03 | Protect against buffer overflow | Thorsten Lockert | |
1996-09-03 | Protect against buffer overflow | Thorsten Lockert | |
1996-09-02 | talk about $RSH | Todd C. Miller | |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | Todd C. Miller | |
1996-09-02 | Oops | Per Fogelstrom | |
1996-09-02 | Create crtn.o. Right now it's an empty file... | Per Fogelstrom | |
1996-09-02 | Correct links for getrpcent.3 pages | Thorsten Lockert | |
1996-09-02 | Don't overwrite the last byte of a line unless we have to | Thorsten Lockert | |
1996-09-02 | shmdt link | Theo de Raadt | |
1996-09-02 | perturb xid further. confuse the world | Theo de Raadt | |
1996-09-02 | do not leak byname; this needs a complete rewrite | Theo de Raadt | |
1996-09-01 | talk about rcmdsh() | Todd C. Miller | |
1996-09-01 | First cut at man page for rcmdsh() | Todd C. Miller | |
1996-09-01 | Use .Bx macro in HISTORY | Todd C. Miller | |
1996-09-01 | Don't dup stderr, you lose error messages and rsh does it for us anyway. | Todd C. Miller | |
1996-09-01 | larger -> smaller. | Todd C. Miller | |
1996-09-01 | i have changed this enough to put copyright on it | Theo de Raadt | |
1996-08-31 | check right variable | Theo de Raadt | |
1996-08-31 | Fix thinko in last change | Thorsten Lockert | |