thorpej
b98d1aca52
Only build kern/kern_ntptime.c if NTP is being compiled into the kernel.
1996-11-14 04:53:59 +00:00
thorpej
621d9e4932
Regen.
1996-11-14 04:52:30 +00:00
thorpej
9d9479eb2f
Make ntp_gettime() and ntp_adjtime() like other system calls:
...
- The functions that implement them and the argument names are
prepended with "sys_".
- Optional systems calls are "UNIMPL" if the support is not being
compiled into the kernel.
1996-11-14 04:51:09 +00:00
thorpej
82b23eb20c
Only call sysctl_ntptime() if NTP is compiled into the kernel.
1996-11-14 04:47:45 +00:00
cgd
03a0bfabac
fix slight mis-ordering
1996-11-13 23:42:55 +00:00
cgd
d8aea5f52d
print out unrecognized processor minor types as 0x%x, rather than %d,
...
also print out minor types in a few cases where they previously wouldn't
be printed (but that aren't likely to be run into, anyway).
1996-11-13 23:18:07 +00:00
cgd
a86f553589
update for all known processor major and minor type numbers.
1996-11-13 23:13:02 +00:00
cgd
6e3d55a53c
clean up cpu type descriptions, in line with rev. 3 of the AARM
1996-11-13 22:26:41 +00:00
cgd
db5fd4e8e2
update copyright dates
1996-11-13 22:20:54 +00:00
cgd
6c9cb4aa9b
compile cleanly with:
...
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
1996-11-13 21:13:04 +00:00
cgd
750ee83e95
Set CWARNFLAGS to:
...
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wcast-qual -Wno-format
(if not already set). -Wno-format is necessary because of the few
bits of code in the tree that use NetBSD's special kernel printf()
formats, and because there are a few bits of code that try to use the 'q'
modifier to print int64_t's (but int64_t's are only 'long' on the
alpha, not 'long long').
1996-11-13 20:53:24 +00:00
cgd
3706f8b184
kill the makeoptions spec of CWARNFLAGS
1996-11-13 20:43:19 +00:00
cgd
6cc49bedec
fix -Wformat problems
1996-11-13 20:00:15 +00:00
cgd
b005a8ee10
move cominit() prototype to comvar.h, so that ports which use 'com'
...
for serial console, but don't use the (i386-specific)
comcninit()/comcnprobe() functions, can do the right thing.
1996-11-13 19:41:35 +00:00
cgd
2bf9f4b20a
fix a bunch of printf format botches
1996-11-13 19:34:31 +00:00
cgd
458e5a37c9
include libkern.h, not types.h, to get prototype. (libkern.h includes types.h)
1996-11-13 19:30:39 +00:00
gwr
81aa081ab6
Eliminate the "dangerous trailing context" (actually both uses of
...
trailing context were unnecessary). Remove unnecessary { } around
simple actions (just a return statement). Fix some * vs + errors.
1996-11-13 18:42:18 +00:00
thorpej
1a2f892e07
Deal with unused variable warning introduced in last change, pointed
...
out by David Carrel <carrel@cisco.com>.
1996-11-13 17:42:45 +00:00
thorpej
a0dffcafc2
Use bitmask_snprintf().
1996-11-13 07:00:30 +00:00
thorpej
490126b07a
Use bitmask_snprintf().
1996-11-13 06:48:24 +00:00
thorpej
5bbb546d40
Add missing bitmask buffer declaration. (*sigh*)
1996-11-13 06:46:12 +00:00
thorpej
f3d0bd2b74
Slight stylistic tweak, to match the same changes I made in the SPARC
...
version of the fd driver.
1996-11-13 06:41:21 +00:00
thorpej
ae63cbffa1
Use bitmask_snprintf().
1996-11-13 06:36:56 +00:00
thorpej
35c9c776fe
Use bitmask_snprintf().
1996-11-13 06:13:39 +00:00
thorpej
d3b5fe8492
Prototype bitmask_snprintf().
1996-11-13 06:07:09 +00:00
thorpej
156e926117
Implement bitmask_snprintf(), which takes a value and a string
...
representing the names of those bits, prints them into a buffer
provided by the caller, and returns a pointer to that buffer.
Functionality is identical to that of the (non-standard) `%b' printf()
format, which will be deprecated.
Rename the non-exported function ksprintn() to ksnprintn(), and change
it to use a buffer provided by the caller, rather than at static
buffer.
1996-11-13 06:06:05 +00:00
cgd
f5abc1b89a
recognize 21164A (ev56)
1996-11-13 01:03:52 +00:00
mikel
fd55e79cd3
Don't build ufs_quota.c if not QUOTA. Fixes PR 2821.
1996-11-13 00:15:28 +00:00
mikel
d9763055f7
Enable eisa0 and pci0 for network cards
1996-11-13 00:09:57 +00:00
thorpej
4ad70417a0
Centralize the declaration of the "en" driver (Efficient Networks, Inc.
...
155Mb/sec ATM interface).
1996-11-12 23:58:01 +00:00
pk
037130a502
Allow larger text (64MB) and data (256MB) segments.
...
On sun4/sun4c with a virtual address hole (starting at 512MB), this seems
like a reasonable compromise: about 196MB left for shared libs and sysv-style
shared memory segments.
On the sun4m the limits can easily be made larger: consider turning
MAXTSIZ and MAXDSIZ into tunable variables..
1996-11-12 21:08:51 +00:00
cgd
000ff895c3
sync with alpha version
1996-11-12 21:06:21 +00:00
cgd
c55c19e5b1
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual cleanups.
1996-11-12 21:00:33 +00:00
mycroft
990ebfa55d
Fix uha_{reset,init}_mscp() prototypes.
1996-11-12 20:57:43 +00:00
explorer
ce11ca9d68
Move description of the busmouse protocol to busmouse.4
1996-11-12 19:27:29 +00:00
cgd
be771a0f36
add DEC_EB164 option
1996-11-12 18:05:53 +00:00
cgd
206e66a5a4
resort cpu option list
1996-11-12 18:05:27 +00:00
gwr
7fa1418031
Fix the bug I introduced in the last commit, which broke line contuation
...
where newline is followed by whitespace. Do not return a newline token
to the parser in that case (logically still the same line).
1996-11-12 17:42:47 +00:00
mycroft
7cc5f9cd7a
Make openpty() work more than once.
1996-11-12 16:39:38 +00:00
mikel
1d2de6e812
/etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.
...
(also /etc/map3270 -> /usr/share/misc/map3270).
1996-11-12 08:19:52 +00:00
mikel
a41241b92a
/etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.
1996-11-12 07:50:11 +00:00
mikel
457c188626
Use device struct from sbdsp_softc, eliminate redundant softc members.
...
Fixes PR kern/2237.
1996-11-12 07:39:56 +00:00
cgd
45ba05f710
convert cpu-dependent routine selection to use a centralized CPU switch, thus
...
deleting (and cleaning up) N pages of #ifdefs in machdep.c. While we're
at it, make the cpu type options generate flags, and check them instead of
kernel Makefile defines.
1996-11-12 05:14:27 +00:00
jtc
c4c70a1c64
Add strtok_r() for reentrant (thread-aware) programs
1996-11-12 02:03:13 +00:00
jtc
46ab334aef
Changed condition used to determine whether to do the overlap-safe
...
copy to succeed only when regions actually overlap. This improves
the performance of the average case. Pulled from userland bcopy.S.
1996-11-12 01:49:29 +00:00
lukem
43d6d7cf35
fix the the typos
1996-11-12 01:04:24 +00:00
jtc
f6f38dd61e
Changed the test that determines whether or not source and destination
...
memory regions are "potentially overlapping" to a test that determines
that the regions are actually overlapping. Because the code for the
overlapping case is seven instructions longer, this signifcantly
improves performance in the average case.
1996-11-12 00:50:06 +00:00
pk
c27ed88032
Deal with missing `cgtwo', `uk' and `ss' devices.
1996-11-12 00:00:45 +00:00
pk
8aa79b5600
Declare `uk' device.
1996-11-11 23:58:48 +00:00
pk
8896ec778e
Declare `cgtwo' and `rd' character devices.
1996-11-11 23:57:12 +00:00