scottr
a1d96607f3
This incarnation of the pthreads library is ancient and not useful, and
...
should have been mothballed some time ago...
1997-10-08 17:14:35 +00:00
mycroft
3dffd3e74a
Regen.
1997-10-08 17:01:33 +00:00
mycroft
f1aefc827c
Correct spelling of Millennium.
1997-10-08 17:00:43 +00:00
mycroft
b1f70b30ce
Byte-swap the ethernet type field as required. From Dave Huang in PR 4215.
1997-10-08 16:57:04 +00:00
kleink
fde532da89
getopt(3) usage police: EOF is deprecated, check against -1.
1997-10-08 16:55:41 +00:00
thorpej
67a3811e05
Fix an oversight in my previous MSS-related changes:
...
Basically, in silly window avoidance, don't use the raw MSS we advertised
to the peer. What we really want here is the _expected_ size of received
segments, so we need to account for the path MTU (eventually; right now,
the interface MTU for "local" addresses and loopback or tcp_mssdflt for
non-local addresses). Without this, silly window avoidance would never
kick in if we advertised a very large (e.g. ~64k) MSS to the peer.
1997-10-08 16:32:48 +00:00
mycroft
dae4e5df82
Deal with files in the changelist that are added or removed.
...
* When a file is removed, move its .current file to .backup.
* When a file is added, create its .current file.
* In either case, send a diff against /dev/null.
Mostly from Jim Bernard in PR 4183, with the removal case fixed.
1997-10-08 16:13:44 +00:00
oki
fc752db7e8
Use _ASM_LABEL.
1997-10-08 16:02:04 +00:00
lukem
f5eefd0a1d
- set the umask to 077, to protect the created directory
...
- clean up a couple of the messages
1997-10-08 14:09:19 +00:00
mycroft
24f9e74a03
Clarify comment regarding rotation, and remove another comment which has never
...
been true. Also add an xref for newsyslog(8). Partly from Geoff Wing.
1997-10-08 13:47:18 +00:00
lukem
7b926dd1c9
- print a message and exit if the port returned by clnt(udp|tcp)_create isn't
...
a reserved port
- don't define optarg/optind - it comes from <unistd.h>
- deprecate register
1997-10-08 13:45:21 +00:00
mycroft
d39697696f
Put the `-nostdinc -idirafter ...' in CPPFLAGS, not CFLAGS.
1997-10-08 13:17:00 +00:00
kleink
87e2501dd8
* Initialize native locale on startup.
...
* When using the form "mv src ... dir", strip off trailing slashes from
`src' arguments to provide 1003.2 semantics.
1997-10-08 11:26:04 +00:00
mycroft
ca61184b11
Add a BIN3 for files installed with mode 0600 (e.g. hosts.equiv).
1997-10-08 10:47:42 +00:00
mycroft
d7462e16b0
Make /usr/obj, /usr/src, /usr/pkg, and /usr/pkgsrc `ignore optional'.
1997-10-08 10:43:09 +00:00
mycroft
03cdae08fc
Document I?86_CPU, MATH_EMULATE, VM86, and USER_LDT.
1997-10-08 10:12:21 +00:00
mycroft
4d36fbdfa1
Clump USER_LDT with other CPU-related options.
1997-10-08 10:09:36 +00:00
kleink
92eb1c2492
Removed a misplaced slash.
1997-10-08 09:55:33 +00:00
mycroft
ff04461b57
Fix typo.
1997-10-08 09:46:24 +00:00
mycroft
d4dada2a4d
Add a new section for i386-specific options, and document REALBASEMEM and
...
REALEXTMEM.
1997-10-08 09:45:19 +00:00
mycroft
a9f50348ae
Update comments regarding BIOSEXTMEM (now REALEXTMEM), and add REALBASEMEM.
1997-10-08 09:32:36 +00:00
kleink
8a7cd68e8b
getcwd(3) is not defined by ANSI C but by 1003.1; pointed out by Alan Curry
...
in PR lib/4238.
1997-10-08 09:28:01 +00:00
mycroft
63c9e725bb
Deprecate BIOSBASEMEM and BIOSEXTMEM, with an #error telling people to try the
...
latest version of the boot block first. Add REALBASEMEM and REALEXTMEM, in case
they really are needed.
1997-10-08 09:23:04 +00:00
mrg
89b6eee876
merge lite-2 rcsids
1997-10-08 09:12:46 +00:00
mrg
2268d2dfb3
merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
1997-10-08 09:07:11 +00:00
mrg
896c1cce87
WARNS?=1
1997-10-08 08:55:35 +00:00
mrg
ee62445dbf
WARNS?=1. RCS ids.
1997-10-08 08:45:07 +00:00
jonathan
ac262c0c2f
Allow mips3 ECOFF binaries if running on a mips3 CPU.
1997-10-08 07:36:58 +00:00
mrg
0cb14e7641
fix warnings on the alpha.
1997-10-08 07:24:51 +00:00
mycroft
c5aacdd3b3
Don't sleep if we get EINTR from select(2) (e.g. because we got
...
a SIGCHLD when something died). From PR 4056, by David Holland.
1997-10-08 07:15:59 +00:00
mrg
7796977716
WARNS?=1. RCS ids.
1997-10-08 07:07:40 +00:00
mikel
3794b425f3
proto lchown() only if !_POSIX_SOURCE
1997-10-08 05:44:22 +00:00
christos
d94d1f6795
Wow, call the function, don't just mention its name!
1997-10-08 04:14:40 +00:00
christos
c36405f069
Don't cast things to u_quad_t, but to u_long.
1997-10-08 04:14:00 +00:00
christos
060951ae78
Cast functions to the proper signatures and avoid const clash.
1997-10-08 04:13:27 +00:00
christos
93bfa94d10
How did this ever work? Fix to pass fileno(fp), instead of fp to lseek.
...
Pass off_t instead of fpos_t as the second argument.
1997-10-08 04:12:34 +00:00
christos
8212c7a241
Avoid volatile warnings.
1997-10-08 04:11:16 +00:00
christos
5d7f9cdc6b
Fix prototypes for flockfile and funlockfile to take a const FILE,
...
since they don't modify it.
1997-10-08 04:10:50 +00:00
enami
f002de2f5a
Put a whitespace after the keyword `switch'.
1997-10-08 01:09:02 +00:00
enami
7c92c8b774
Compare a return value of getopt() against -1 instead of EOF.
1997-10-08 01:04:31 +00:00
enami
cd2bc25e31
Put a whitespace after the keyword `switch'.
1997-10-08 01:03:00 +00:00
enami
34bbb35be5
Compare a return value of getopt() against -1 instead of EOF.
1997-10-08 01:02:00 +00:00
enami
782a241926
Put a whitespace after the keyword `switch'.
1997-10-08 01:00:41 +00:00
enami
42eb13e478
Compare a return value of getopt() against -1 instead of EOF.
1997-10-08 00:56:46 +00:00
christos
ec75ec1f8c
Make function declarations conform to the prototypes.
1997-10-08 00:52:47 +00:00
christos
e57ffbac55
Fix declaration of sys_errlist, add prototypes for flockfile and funlockfile
1997-10-08 00:35:50 +00:00
christos
eaa7838299
Add real prototypes
1997-10-08 00:33:40 +00:00
lukem
91b6547967
fix cutnpasto
1997-10-08 00:11:51 +00:00
pk
3beb1a70cf
In fts_alloc() copy the trailing 0 character explicitly, instead of
...
relying on the passed input string having a 0 character at the right spot.
Takes care of PR#4234.
1997-10-07 23:02:17 +00:00
augustss
7002bab845
Emulate setting the hiwater mark with SETFRAGMENT the right way.
...
Get rid of some 'register'.
1997-10-07 22:46:00 +00:00