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 | CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS. | briggs | |
1997-04-13 | the before mentioned random number generator. | Niels Provos | |
1997-04-13 | copyright foo | Jason Downs | |
1997-04-13 | Initial support for pthreads on m68k from | briggs | |
David Leonard <david.leonard@it.uq.edu.au>. | |||
1997-04-13 | Prototype flockfile/funlockfile to clean up some warnings. | briggs | |
1997-04-13 | s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific. | briggs | |
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 | give only default values when asked for. | Niels Provos | |
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-09 | the the | Theo de Raadt | |
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-05 | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various | Thorsten Lockert | |
typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings. | |||
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-04 | do source routing check correctly; this could use a test | 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 | |