Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-26 | Use SYSLIBC_SCCS; these are syscalls | Thorsten Lockert | |
1997-04-26 | Add $OpenBSD$ tags | Thorsten Lockert | |
1997-04-25 | added select(2) to see also, mostly to test cvs commit | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | skipped too many ids | Niels Provos | |
1997-04-25 | Use nanosleep(2) | Thorsten Lockert | |
1997-04-24 | Revert last change | Thorsten Lockert | |
1997-04-24 | Pad out trailing parts of the address with zeros so we get a legal network | Thorsten Lockert | |
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0) | |||
1997-04-23 | pmod to u_int16_t, Angelos kindly reminded me | Niels Provos | |
1997-04-23 | Fix "bug" in linker. actually was bug in asm files that did not correctly | Dale S. Rahn | |
align the global data. This allows the workaround in crt0 to be removed. | |||
1997-04-21 | Ugly hack to work around bug in 88k linker. | Dale S. Rahn | |
1997-04-20 | New POSIX 1003.1b syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-19 | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh | Theo de Raadt | |
1997-04-19 | change time() to gettimeofday() | Niels Provos | |
1997-04-19 | make things more complicated. | Niels Provos | |
1997-04-18 | move #includes to top; is | Theo de Raadt | |
1997-04-18 | constrain length of db lookups better; reported by adam@math.tau.ac.il | Theo de Raadt | |
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>. |