thorpej
229db4813c
Remove an extra semicolon that broke processing of the "r" directive.
1997-10-22 19:51:58 +00:00
sommerfe
73e508c64a
Fix pr4316: doesn't build on 1.3..
1997-10-22 19:11:45 +00:00
briggs
a2594d0b33
Lost changes from 1.168 somewhere along the line.
1997-10-22 18:54:24 +00:00
fair
f23cf79ee0
Initialize "cp" to make gcc/sparc error go away:
...
quotaon.c:222: warning: `cp' might be used uninitialized in this function
1997-10-22 18:43:16 +00:00
sommerfe
c83f212654
Fix PR4316: pcvt busted in 1.3..
1997-10-22 18:24:30 +00:00
gwr
aa67eda78f
Correct zs_unit in zs_kgdb_init().
...
Similar problem as zs.c:consinit().
1997-10-22 17:03:35 +00:00
lukem
6bf85c9ba3
* use CPPFLAGS instead of CFLAGS for -D and -I options
...
* use COPTS instead of CFLAGS for -fPIC et al
* use ${COMPILE.c} instead of ${CC} ${CFLAGS} -c
* use FILES and FILESDIR to install pc532 objects (instead of install: rule) -
this makes it consistent with the other a.out ports (arm32, i386, m68k, sparc)
1997-10-22 16:00:39 +00:00
phil
345ae6924d
Recover more bits lost in my earlier blunder. Get update working.
...
Other minor tweeks.
1997-10-22 15:28:33 +00:00
gwr
9053a6f401
Correct the values of zs_unit in consinit(),
...
so ddb will work on the keyboard/display.
1997-10-22 14:39:38 +00:00
is
560b960e0d
finalize Objective-C support, closing PR 4200 by Peter Simons:
...
- add /usr/include/objc to mtree
- set libobjc/Makefile INCSDIR=/usr/include/objc
- put to-be-installed includes to libobjc/Makefile into INCS=
- add the Objective-C source files to the appropriate lists.
- as the objc include files are installed now, no need to patch most
of the files.
- add /usr/include/obj/* to src/distrib/comp/mi
The changes have been applied to gcc2netbsd, and this script was then used
to create the new version of the files in libobjc/.
1997-10-22 12:56:37 +00:00
leo
c289655641
Make this compile again by including <vm/vm.h> and moving sysctl.h below
...
that include.
1997-10-22 08:04:07 +00:00
thorpej
baddc757e4
Update for new function renaming nechanism.
1997-10-22 06:59:35 +00:00
thorpej
38ba03f125
Allow the old-name functions to be compiled from the same source file as
...
the renamed functions, and add some #error directives to force the
issue with weak symbols for renamed functions when we support weak
symbols in the C library.
1997-10-22 06:37:42 +00:00
lukem
e8cebc9784
use CPPFLAGS instead of CFLAGS
1997-10-22 05:55:52 +00:00
lukem
dc3678728d
use CPPFLAGS instead of CFLAGS
1997-10-22 05:45:08 +00:00
lukem
10d5d0d9ce
use CPPFLAGS instead of CFLAGS
1997-10-22 05:26:25 +00:00
lukem
2b90aecdec
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 05:24:11 +00:00
thorpej
665f7d1a6e
Implement __RENAME() in <machine/cdefs.h>
1997-10-22 05:20:32 +00:00
lukem
009fbbc126
use CPPFLAGS instead of CFLAGS
1997-10-22 05:05:21 +00:00
lukem
43e8208cc2
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 04:56:11 +00:00
lukem
dd1343dba9
use CPPFLAGS instead of CFLAGS
1997-10-22 04:42:45 +00:00
phil
49977a64e5
include <vm/vm.h> at proper points.
1997-10-22 03:40:17 +00:00
phil
b34ae4f929
Get TRUE and FALSE defined again.
1997-10-22 03:35:56 +00:00
lukem
2ce5181838
use CPPFLAGS instead of CFLAGS
1997-10-22 02:31:35 +00:00
lukem
07b16fa2db
use CPPFLAGS instead of CFLAGS
1997-10-22 02:20:09 +00:00
lukem
e48b312006
use CPPFLAGS instead of CFLAGS, fix dependancies, add RCSID
1997-10-22 02:17:11 +00:00
lukem
ad6d6347fe
use CPPFLAGS instead of CFLAGS
1997-10-22 02:11:56 +00:00
lukem
45b16676b3
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
1997-10-22 02:01:17 +00:00
lukem
3c03ef2d87
use CPPFLAGS instead of CFLAGS
1997-10-22 01:47:23 +00:00
fvdl
6b89492d21
Just return immediately in nfs_bioread if we got an empty buffer because
...
of EOF on a directory.
1997-10-22 01:45:16 +00:00
lukem
b885d5c559
use CPPFLAGS instead of CFLAGS
1997-10-22 01:42:36 +00:00
lukem
015665018a
add dependancies to fix parallel compilation
1997-10-22 01:36:36 +00:00
lukem
580476ab8d
add dependancy line to fix parallel compilation
1997-10-22 01:22:58 +00:00
fvdl
21e1e24df3
New hacks to make libc work painlessly without bumping the major number:
...
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.
1997-10-22 00:51:45 +00:00
fvdl
0ab13b6dc6
Revert to previous version; new libc function "versioning" works
...
with the original.
1997-10-22 00:46:20 +00:00
fvdl
0541b6ca6e
Revert to previous; while the prototypes are not needed, the change
...
isn't necessary, as the new function versioning doesn't conflict with it.
1997-10-22 00:42:45 +00:00
lukem
a60b842a81
use CPPFLAGS instead of CFLAGS
1997-10-21 23:59:18 +00:00
gwr
2476c3a858
Fix a warning
1997-10-21 22:14:08 +00:00
christos
1175f55b11
Use a db(3) hash database instead of shared memory. Don't fork() to service
...
requests in the database when restarting.
1997-10-21 20:38:03 +00:00
thorpej
890b485672
<rmt.h> does funky function remapping stuff. Include it after we've
...
pulled in the other headers.
1997-10-21 20:04:55 +00:00
thorpej
6e190eed28
- Convert a few functions to variable arguments so that they can be
...
prototyped like the functions that they remap (open, fcntl, ioctl).
- Pull in prototypes from <rmt.h>.
1997-10-21 19:58:21 +00:00
thorpej
cfe8d3b81c
Make this somewhat less yucky:
...
- Make this work with versioned stat(2)-family functions.
- Prototype the rmt(3) functions here, and make them match the prototypes
of the functions they're remapping.
- Allow rmtlib.c to include this in a way that doesn't remap any functions.
1997-10-21 19:50:55 +00:00
scw
6eb98e720f
Finally nobble the last MACHINE_NONCONTIG gremlins. Needed to add
...
<machine/vmparam.h> to pmap.c and locore.s. Plus, genassym.sh needed
to have USRSTACK removed due to conflict with vmparam.h
1997-10-21 19:25:08 +00:00
gwr
5665df7a14
comments
1997-10-21 19:15:33 +00:00
thorpej
c3bab005d0
Prototypes for stat(2) and lstat(2) come from <sys/stat.h>, so don't declare
...
them here. Doing so breaks versioned functions.
1997-10-21 19:13:45 +00:00
thorpej
139064efd8
Fix an oversight in the previous.
1997-10-21 18:56:44 +00:00
sommerfe
436b905aba
Fix PR4313: kern.maxvnodes setting was a psychotic placebo
1997-10-21 18:51:06 +00:00
thorpej
f38faa3370
Make this work with the new versioned stat(2) functions.
1997-10-21 18:25:26 +00:00
gwr
0e5142a525
Move the (boiled down) interface declarations into m68k.h
...
Too late for the release, unfortunately...
1997-10-21 18:03:56 +00:00
gwr
10f5adfd00
Fix warnings on the sun3 caused by the fact that sun3/include/cpu.h
...
does not (and should not) declare stuff like getsfc(). Instead,
include <m68k/m68k.h> for those declarations.
1997-10-21 17:30:15 +00:00