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 |
|
augustss
|
4f2068ec29
|
Sanity check hi/lo water mark settings better.
|
1997-10-07 22:40:43 +00:00 |
|
gwr
|
38b2ba3e3f
|
typo
|
1997-10-07 20:05:00 +00:00 |
|
is
|
37fce9c90f
|
Oops, forgot to commit this when doing the recent 060SP Makefile change.
|
1997-10-07 19:26:11 +00:00 |
|
is
|
e183d29c61
|
Oops, I forgot this when doing the recent 060sp make system change.
|
1997-10-07 19:23:37 +00:00 |
|
gwr
|
d0febbb62c
|
Be sure to kmem_free_wakeup() the same range of address space we
got from kmem_alloc_wait() earlier. Thanks to Michael L. Hitch
and Scott Reynolds. (Fixes the sun3/sun3x part of PR#4120.)
|
1997-10-07 18:28:55 +00:00 |
|
gwr
|
c9d8d6ae1d
|
Use sizeof(struct ieob) instead of a sun3-specific macro,
so this driver will work on the sun3x as well. (Works!)
|
1997-10-07 18:17:19 +00:00 |
|
gwr
|
2240a5aa56
|
typo
|
1997-10-07 18:00:18 +00:00 |
|