Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-17 | Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due | gvf | |
to cpp's use of -traditional. NetBSD PR port-m68k/3222. Fix from <horimoto@cs-aoi.cs.sist.ac.jp>. | |||
1997-04-16 | Don't modify variables in the child since we vfork()'d to | Todd C. Miller | |
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson). | |||
1997-04-16 | typo | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-04-15 | correct the paranoia check | Theo de Raadt | |
1997-04-14 | incompatible change | Theo de Raadt | |
1997-04-14 | with this here commit i label myself not the swiftest | Theo de Raadt | |
1997-04-14 | buf oflow | Theo de Raadt | |
1997-04-13 | fouled up a tiny bit | Niels Provos | |
1997-04-13 | the before mentioned random number generator. | Niels Provos | |
1997-04-13 | copyright foo | Jason Downs | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | repair _hokchar | Theo de Raadt | |
1997-04-12 | Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com> | Todd C. Miller | |
1997-04-12 | long -> int to fix 64bit issues. This breaks 16bit machines but since we ↵ | Todd C. Miller | |
don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | |||
1997-04-12 | Be a bit more specific about EINVAL and negative offsets. | Thorsten Lockert | |
1997-04-10 | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-04-10 | fix up a few pieces of doc. | Theo de Raadt | |
NOTE: FreeBSD has now integrated issetugid() into their system and have changed the semantics! Their's will return 1 if a process has called setuid() or setgid() ---- ours was specifically designed to be decoupled from that behaviour. | |||
1997-04-10 | doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places | Theo de Raadt | |
1997-04-10 | Fix typos. | Todd C. Miller | |
1997-04-08 | doc EFAULT and xref poll(2) | Theo de Raadt | |
1997-04-08 | pretty | Theo de Raadt | |
1997-04-08 | chflags can get EOPNOTSUPP | Theo de Raadt | |
1997-04-07 | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | Todd C. Miller | |
Bostic <bostic@bostic.com>. | |||
1997-04-06 | strncpy | Theo de Raadt | |
1997-04-06 | issetugid() this last getenv based open | Theo de Raadt | |
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller | |
of u_short or u_int16_t. | |||
1997-04-05 | Document that negative offsets will cause EINVAL as well. | Thorsten Lockert | |
1997-04-05 | Check for overflow; from FreeBSD | Thorsten Lockert | |
1997-04-04 | RLIMIT_NPROC; mike.long@analog.com | Theo de Raadt | |
1997-04-04 | clarify | Theo de Raadt | |
1997-04-04 | seek(2) is not needed | Theo de Raadt | |
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs | |
well. | |||
1997-04-03 | another lookup[] loop accident | Theo de Raadt | |
1997-04-03 | Full implementation of lookups support, plus some bug fixes. Still no YP. | Jason Downs | |
1997-04-03 | an -> a; soil@quick.net | Theo de Raadt | |
1997-04-03 | use MATCH() | Theo de Raadt | |
1997-04-03 | if dns lookup fails, still honour _res.lookups[] | Theo de Raadt | |
1997-04-03 | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-03 | 10 X's for mktemp() and mkstemp(). | Todd C. Miller | |
1997-04-03 | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | kstailey | |
1997-04-03 | add htonl() | kstailey | |
1997-04-02 | spelling error | Theo de Raadt | |
1997-04-02 | correctly code the classes of permitted TZ specifications for the | Theo de Raadt | |
issetugid() case. thanks bitblt and tholo | |||
1997-03-31 | salt is an int32_t | Theo de Raadt | |
1997-03-31 | flags param is int | Theo de Raadt | |
1997-03-31 | sync to nfs.h | Theo de Raadt | |
1997-03-31 | sync with stat.h; spotted by todd@ | Theo de Raadt | |
1997-03-30 | delete the unaligned code | Theo de Raadt | |