Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
1997-03-30 | We run OpenBSD not NetBSD | Todd C. Miller | |
From NetBSD: Fix includes specified for shmctl(2) Make xrefs consistent | |||
1997-03-29 | Updated description of some signals; from Klaus Klein <kleink@layla.inka.de> | Thorsten Lockert | |
in NetBSD PR 3398 | |||
1997-03-29 | Document EINVAL; from NetBSD PR 3395 | Thorsten Lockert | |
1997-03-29 | futimes link; nakayosh@kcn.or.jp | Theo de Raadt | |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt | |
in svctcp_create(), only close socket if we created it | |||
1997-03-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt | |
1997-03-29 | delete extra spaces | Theo de Raadt | |
1997-03-29 | Fix up HISTORY and mention YP. | Todd C. Miller | |
1997-03-29 | Use getdomainname() not yp_get_default_domain(). | Todd C. Miller | |
1997-03-29 | repair function param declarations | Theo de Raadt | |
1997-03-28 | Don't allow buffer overflows | Thorsten Lockert | |
1997-03-27 | Err, umm. | Jason Downs | |
1997-03-27 | Make this code sane. | Jason Downs | |
1997-03-27 | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | Theo de Raadt | |
1997-03-27 | yet another random() converted to arc4random() | Niels Provos | |
1997-03-26 | install ktrace(2) | Theo de Raadt | |
1997-03-26 | fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more | Theo de Raadt | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-24 | Make sure head, tail, and nitems get zero'd even if we | Todd C. Miller | |
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes. | |||
1997-03-21 | Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368 | Todd C. Miller | |
from Enami Tsugutomo. | |||
1997-03-21 | Make struct rusage comments consistent between header file | Todd C. Miller | |
and man page. NetBSD PR #3367 | |||
1997-03-18 | fix a memory-leak problem in MDXEnd -- even when given | flipk | |
a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway. |