Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | 1997-04-10 | 1 | -1/+0 | |
| | |||||
* | fix up a few pieces of doc. | 1997-04-10 | 1 | -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 places | 1997-04-10 | 1 | -2/+15 | |
| | |||||
* | Fix typos. | 1997-04-10 | 1 | -5/+5 | |
| | |||||
* | doc EFAULT and xref poll(2) | 1997-04-08 | 1 | -0/+8 | |
| | |||||
* | pretty | 1997-04-08 | 1 | -14/+14 | |
| | |||||
* | chflags can get EOPNOTSUPP | 1997-04-08 | 1 | -0/+6 | |
| | |||||
* | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | 1997-04-07 | 1 | -2/+2 | |
| | | | | Bostic <bostic@bostic.com>. | ||||
* | strncpy | 1997-04-06 | 1 | -2/+4 | |
| | |||||
* | issetugid() this last getenv based open | 1997-04-06 | 1 | -3/+3 | |
| | |||||
* | Use in_addr_t not u_long and use in_port_t in some cases instead | 1997-04-05 | 16 | -58/+59 | |
| | | | | of u_short or u_int16_t. | ||||
* | Document that negative offsets will cause EINVAL as well. | 1997-04-05 | 1 | -1/+1 | |
| | |||||
* | Check for overflow; from FreeBSD | 1997-04-05 | 1 | -2/+4 | |
| | |||||
* | RLIMIT_NPROC; mike.long@analog.com | 1997-04-04 | 1 | -7/+7 | |
| | |||||
* | clarify | 1997-04-04 | 1 | -2/+2 | |
| | |||||
* | seek(2) is not needed | 1997-04-04 | 1 | -1/+0 | |
| | |||||
* | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | 1997-04-03 | 2 | -7/+13 | |
| | | | | well. | ||||
* | another lookup[] loop accident | 1997-04-03 | 1 | -2/+4 | |
| | |||||
* | Full implementation of lookups support, plus some bug fixes. Still no YP. | 1997-04-03 | 1 | -68/+97 | |
| | |||||
* | an -> a; soil@quick.net | 1997-04-03 | 1 | -2/+2 | |
| | |||||
* | use MATCH() | 1997-04-03 | 1 | -3/+3 | |
| | |||||
* | if dns lookup fails, still honour _res.lookups[] | 1997-04-03 | 1 | -2/+2 | |
| | |||||
* | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com | 1997-04-03 | 1 | -2/+6 | |
| | |||||
* | 10 X's for mktemp() and mkstemp(). | 1997-04-03 | 3 | -7/+7 | |
| | |||||
* | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | 1997-04-03 | 1 | -2/+24 | |
| | |||||
* | add htonl() | 1997-04-03 | 1 | -2/+2 | |
| | |||||
* | spelling error | 1997-04-02 | 1 | -2/+2 | |
| | |||||
* | correctly code the classes of permitted TZ specifications for the | 1997-04-02 | 1 | -2/+6 | |
| | | | | issetugid() case. thanks bitblt and tholo | ||||
* | salt is an int32_t | 1997-03-31 | 1 | -2/+2 | |
| | |||||
* | flags param is int | 1997-03-31 | 1 | -2/+2 | |
| | |||||
* | sync to nfs.h | 1997-03-31 | 1 | -3/+11 | |
| | |||||
* | sync with stat.h; spotted by todd@ | 1997-03-31 | 1 | -13/+13 | |
| | |||||
* | delete the unaligned code | 1997-03-30 | 2 | -22/+2 | |
| | |||||
* | We run OpenBSD not NetBSD | 1997-03-30 | 8 | -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> | 1997-03-29 | 1 | -4/+3 | |
| | | | | in NetBSD PR 3398 | ||||
* | Document EINVAL; from NetBSD PR 3395 | 1997-03-29 | 1 | -0/+4 | |
| | |||||
* | futimes link; nakayosh@kcn.or.jp | 1997-03-29 | 1 | -0/+1 | |
| | |||||
* | if a bad socket is accept()ed, bail without trying another accept() | 1997-03-29 | 1 | -6/+11 | |
| | | | | in svctcp_create(), only close socket if we created it | ||||
* | in svcudp_bufcreate(), only close socket if we created it | 1997-03-29 | 1 | -5/+11 | |
| | |||||
* | delete extra spaces | 1997-03-29 | 1 | -7/+7 | |
| | |||||
* | Fix up HISTORY and mention YP. | 1997-03-29 | 1 | -6/+8 | |
| | |||||
* | repair function param declarations | 1997-03-29 | 1 | -3/+3 | |
| | |||||
* | Err, umm. | 1997-03-27 | 1 | -3/+3 | |
| | |||||
* | Make this code sane. | 1997-03-27 | 1 | -3/+4 | |
| | |||||
* | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | 1997-03-27 | 1 | -4/+4 | |
| | |||||
* | yet another random() converted to arc4random() | 1997-03-27 | 1 | -4/+3 | |
| | |||||
* | install ktrace(2) | 1997-03-26 | 1 | -1/+1 | |
| | |||||
* | fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more | 1997-03-26 | 4 | -5/+7 | |
| | |||||
* | Ok here is the mvme88k userland, minus a few important pieces. | 1997-03-25 | 46 | -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 we | 1997-03-24 | 1 | -78/+83 | |
| | | | | | can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes. |