summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not need sys/types.h; dima@tejblum.dnttm.rssi.ruderaadt1997-04-101-1/+0
|
* fix up a few pieces of doc.deraadt1997-04-101-5/+17
| | | | | | | 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.
* doc EOPNOTSUPP, EMLINK, and fix EPERM. from various placesderaadt1997-04-101-2/+15
|
* Fix typos.millert1997-04-101-5/+5
|
* doc EFAULT and xref poll(2)deraadt1997-04-081-0/+8
|
* prettyderaadt1997-04-081-14/+14
|
* chflags can get EOPNOTSUPPderaadt1997-04-081-0/+6
|
* Change a stat(2) -> lstat(2) to avoid symlink games. From Keithmillert1997-04-071-2/+2
| | | | Bostic <bostic@bostic.com>.
* strncpyderaadt1997-04-061-2/+4
|
* issetugid() this last getenv based openderaadt1997-04-061-3/+3
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-0516-58/+59
| | | | of u_short or u_int16_t.
* Document that negative offsets will cause EINVAL as well.tholo1997-04-051-1/+1
|
* Check for overflow; from FreeBSDtholo1997-04-051-2/+4
|
* RLIMIT_NPROC; mike.long@analog.comderaadt1997-04-041-7/+7
|
* clarifyderaadt1997-04-041-2/+2
|
* seek(2) is not neededderaadt1997-04-041-1/+0
|
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-032-7/+13
| | | | well.
* another lookup[] loop accidentderaadt1997-04-031-2/+4
|
* Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1997-04-031-68/+97
|
* an -> a; soil@quick.netderaadt1997-04-031-2/+2
|
* use MATCH()deraadt1997-04-031-3/+3
|
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
|
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
|
* 10 X's for mktemp() and mkstemp().millert1997-04-033-7/+7
|
* a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1997-04-031-2/+24
|
* add htonl()kstailey1997-04-031-2/+2
|
* spelling errorderaadt1997-04-021-2/+2
|
* correctly code the classes of permitted TZ specifications for thederaadt1997-04-021-2/+6
| | | | issetugid() case. thanks bitblt and tholo
* salt is an int32_tderaadt1997-03-311-2/+2
|
* flags param is intderaadt1997-03-311-2/+2
|
* sync to nfs.hderaadt1997-03-311-3/+11
|
* sync with stat.h; spotted by todd@deraadt1997-03-311-13/+13
|
* delete the unaligned codederaadt1997-03-302-22/+2
|
* We run OpenBSD not NetBSDmillert1997-03-308-29/+33
| | | | | | From NetBSD: Fix includes specified for shmctl(2) Make xrefs consistent
* Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>tholo1997-03-291-4/+3
| | | | in NetBSD PR 3398
* Document EINVAL; from NetBSD PR 3395tholo1997-03-291-0/+4
|
* futimes link; nakayosh@kcn.or.jpderaadt1997-03-291-0/+1
|
* if a bad socket is accept()ed, bail without trying another accept()deraadt1997-03-291-6/+11
| | | | in svctcp_create(), only close socket if we created it
* in svcudp_bufcreate(), only close socket if we created itderaadt1997-03-291-5/+11
|
* delete extra spacesderaadt1997-03-291-7/+7
|
* Fix up HISTORY and mention YP.millert1997-03-291-6/+8
|
* repair function param declarationsderaadt1997-03-291-3/+3
|
* Err, umm.downsj1997-03-271-3/+3
|
* Make this code sane.downsj1997-03-271-3/+4
|
* constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoderaadt1997-03-271-4/+4
|
* yet another random() converted to arc4random()provos1997-03-271-4/+3
|
* install ktrace(2)deraadt1997-03-261-1/+1
|
* fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + morederaadt1997-03-264-5/+7
|
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-2546-4/+2123
| | | | | | | | | | 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.
* Make sure head, tail, and nitems get zero'd even if wemillert1997-03-241-78/+83
| | | | | can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes.