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