summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1997-04-10do not need sys/types.h; dima@tejblum.dnttm.rssi.ruTheo de Raadt
1997-04-10fix 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-10doc EOPNOTSUPP, EMLINK, and fix EPERM. from various placesTheo de Raadt
1997-04-10Fix typos.Todd C. Miller
1997-04-08doc EFAULT and xref poll(2)Theo de Raadt
1997-04-08prettyTheo de Raadt
1997-04-08chflags can get EOPNOTSUPPTheo de Raadt
1997-04-07Change a stat(2) -> lstat(2) to avoid symlink games. From KeithTodd C. Miller
Bostic <bostic@bostic.com>.
1997-04-06strncpyTheo de Raadt
1997-04-06issetugid() this last getenv based openTheo de Raadt
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1997-04-05Document that negative offsets will cause EINVAL as well.Thorsten Lockert
1997-04-05Check for overflow; from FreeBSDThorsten Lockert
1997-04-04RLIMIT_NPROC; mike.long@analog.comTheo de Raadt
1997-04-04clarifyTheo de Raadt
1997-04-04seek(2) is not neededTheo de Raadt
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
well.
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs
1997-04-03an -> a; soil@quick.netTheo de Raadt
1997-04-03use MATCH()Theo de Raadt
1997-04-03if dns lookup fails, still honour _res.lookups[]Theo de Raadt
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comTheo de Raadt
1997-04-0310 X's for mktemp() and mkstemp().Todd C. Miller
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey
1997-04-03add htonl()kstailey
1997-04-02spelling errorTheo de Raadt
1997-04-02correctly code the classes of permitted TZ specifications for theTheo de Raadt
issetugid() case. thanks bitblt and tholo
1997-03-31salt is an int32_tTheo de Raadt
1997-03-31flags param is intTheo de Raadt
1997-03-31sync to nfs.hTheo de Raadt
1997-03-31sync with stat.h; spotted by todd@Theo de Raadt
1997-03-30delete the unaligned codeTheo de Raadt
1997-03-30We run OpenBSD not NetBSDTodd C. Miller
From NetBSD: Fix includes specified for shmctl(2) Make xrefs consistent
1997-03-29Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>Thorsten Lockert
in NetBSD PR 3398
1997-03-29Document EINVAL; from NetBSD PR 3395Thorsten Lockert
1997-03-29futimes link; nakayosh@kcn.or.jpTheo de Raadt
1997-03-29if 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-29in svcudp_bufcreate(), only close socket if we created itTheo de Raadt
1997-03-29delete extra spacesTheo de Raadt
1997-03-29Fix up HISTORY and mention YP.Todd C. Miller
1997-03-29repair function param declarationsTheo de Raadt
1997-03-27Err, umm.Jason Downs
1997-03-27Make this code sane.Jason Downs
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoTheo de Raadt
1997-03-27yet another random() converted to arc4random()Niels Provos
1997-03-26install ktrace(2)Theo de Raadt
1997-03-26fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + moreTheo de Raadt
1997-03-25Ok 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-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes.