bde
a38cdc5bd4
Fixed a missing #include in the synopsis.
...
Fixed some wrong prototypes.
Fixed a misspelled function name.
The owner of this file should add a copyright and an Id.
1998-01-16 13:02:58 +00:00
bde
72fdc3c6eb
Added prototypes for functions that were documented in libalias.3
...
but not prototyped here.
1998-01-16 12:56:07 +00:00
kato
3858c5f53c
Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patch
...
level 117.
Reviewed by: Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
1998-01-16 11:32:13 +00:00
kato
60cfcc8b46
Fixed bugs introduced when files were synchronized with
...
sys/i386/isa/mse.c and sio.c.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-16 11:20:22 +00:00
charnier
aeb756ae62
Add rcsid. Remove unused vars. Use err(3) and change exit(-1).
1998-01-16 07:20:34 +00:00
kato
7f23b2dc4a
Sync with sys/i386/conf/files.i386 revision 1.185.
1998-01-15 15:09:00 +00:00
kato
8137930038
Fix I/O port address of ed8.
...
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:17:13 +00:00
kato
205070c064
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
...
C-NET(9N)E NICs.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:12:23 +00:00
gibbs
94a1492f22
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
...
This SWI may be useful for other, defered, VM tasks.
1998-01-15 07:34:01 +00:00
gibbs
ea2baad210
Implementation of Bus Space for FreeBSD-x86.
...
Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
gibbs
4467dc880b
Implementation of Bus DMA for FreeBSD-x86. This is sufficient to do
...
page level bounce buffering, but there are still some issues left to
address.
1998-01-15 07:32:21 +00:00
gibbs
f998c56a17
Add entry for i386/i386/busdma_machdep.c
1998-01-15 07:30:54 +00:00
phk
74b3033fff
Move almost all the ntp related stuff from kern_clock.c to
...
kern_ntptime.c. The only bit left over is that which is executed
in all calls to hardclock(). Various cleanups and staticizing
along the road.
1998-01-14 20:48:16 +00:00
phk
83c5648e27
Make softticks static.
...
Remove unneeded stuff.
1998-01-14 19:42:47 +00:00
phk
232effd623
Add and document PPS_SYNC
1998-01-14 19:41:36 +00:00
kato
8e3bd62529
I forgot to synchronize some changes with sys/i386/isa/wd.c, but I
...
could't find exact revision numbers.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-14 08:37:59 +00:00
kato
6c07a7020b
Include pc98.h instead of isa.h when PC98 is defined.
1998-01-14 08:13:32 +00:00
kato
aae8ab24bf
Fix typo.
1998-01-14 08:08:42 +00:00
brian
07d18a334d
Remove __libalias_version. Ppp no longer uses it.
1998-01-14 01:24:49 +00:00
wollman
6ce595a40c
Add a macro to accurately calculate the length of a struct ifreq when
...
it contains an address. This can replace all the myriad (wrong) ways
in which this task is performed in the current system. As an added
bonus, since it's a macro, then third-party software vendors have an easy
way to tell whether it's there or not. (This will become necessary
when sizeof(struct sockaddr) is increaased, and also when additional
fields are added to struct ifreq.)
1998-01-13 02:56:21 +00:00
yokota
17a6acacdd
Fix illegal numeric expressions: 08 and 09.
1998-01-12 23:54:51 +00:00
phk
ab42ed078d
Remove two non-global variables.
...
Found by: bde (one)
Overlooked by: bde (one) :-)
1998-01-12 19:10:43 +00:00
kato
71338f7e52
Fix JIS code support.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:41:16 +00:00
kato
5da4359f26
Sync with sys/i386/i386/machdep.c revision 1.281.
1998-01-12 15:38:51 +00:00
kato
fab431349e
Sync with sys/i386/isa/syscons.c revision 1.245.
1998-01-12 15:38:20 +00:00
kato
0d05a1344b
Sync with sys/i386/conf/GENERIC revision 1.102.
1998-01-12 15:37:38 +00:00
kato
840200f8e9
Initialize the variables Crtat and Atrat in scvidprobe().
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:34:18 +00:00
dyson
94982c0d65
Adjust upwards the size of exec map in order to take into account the
...
additional PAGE_SIZE needed for exec operatino.
1998-01-12 05:16:03 +00:00
julian
99f65891bd
Add some devfs entries
...
(patch origianlly from luigi)
1998-01-12 03:45:58 +00:00
julian
a2436929c7
add devfs entries for a few more syscons devices (e.g. sysmouse)
1998-01-12 03:28:36 +00:00
dyson
9a35ec7fec
Fix another vnode leak.
1998-01-12 03:15:01 +00:00
dyson
d9d8bf6d30
Fix some vnode management problems, and better mgmt of vnode free list.
...
Fix the UIO optimization code.
Fix an assumption in vm_map_insert regarding allocation of swap pagers.
Fix an spl problem in the collapse handling in vm_object_deallocate.
When pages are freed from vnode objects, and the criteria for putting
the associated vnode onto the free list is reached, either put the
vnode onto the list, or put it onto an interrupt safe version of the
list, for further transfer onto the actual free list.
Some minor syntax changes changing pre-decs, pre-incs to post versions.
Remove a bogus timeout (that I added for debugging) from vn_lock.
PHK will likely still have problems with the vnode list management, and
so do I, but it is better than it was.
1998-01-12 01:46:33 +00:00
dyson
2aff55e25f
Implement the first page access for object type determination more
...
VM clean. Also, use vm_map_insert instead of vm_mmap.
Reviewed by: dg@freebsd.org
1998-01-11 21:35:38 +00:00
phk
dfbd942cf7
Try to solve timeout race by not touching softtics here.
1998-01-11 19:07:58 +00:00
eivind
9389702192
Remove use of <osreldate.h>.
...
Screwed up by: myself
1998-01-11 18:34:38 +00:00
brian
ccb6ae343d
Move softc stuff into if_tunvar.h
...
Suggested by: Peter Wemm <peter@netplex.com.au>
Hinted at by: Bruce Evans <bde@FreeBSD.org>
1998-01-11 17:52:33 +00:00
brian
668b4ef2b2
Move softc stuff into if_tunvar.h
...
Suggested by: Peter Wemm <peter@netplex.com.au>
Hinted at by: Bruce Evans <bde@FreeBSD.org>
À³
1998-01-11 17:52:29 +00:00
jb
f9091e3078
Since the alpha has to use NetBSD's kernel for the time being, it also
...
needs the NetBSD syscall definitions.
1998-01-11 03:53:15 +00:00
jkh
4a0e83676d
Add ppp, at long last, back to GENERIC. We have enough room in the
...
kernel for it and I'm tired of reading the "This system lacks kernel
support for PPP..." line in people's tech support messages.
1998-01-11 02:16:38 +00:00
phk
8a2e578b97
Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)
1998-01-11 00:44:31 +00:00
jb
1b3b485dd9
Add a machine dependent header for the i386 jmp_buf size instead of piling
...
machine dependent definitions into src/include/setjmp.h.
1998-01-10 23:04:51 +00:00
jb
1a06f650e6
Add a machine dependent header to size the jmpbuf instead of piling
...
machine dependencies in src/include/setjmp.h.
1998-01-10 23:00:06 +00:00
jb
1d9560f590
PAL codes needed for asm.h
1998-01-10 22:42:21 +00:00
jb
58d8db41d2
Header files which are linked from /usr/include to /usr/include/machine.
...
NetBSD's endian.h needs sys/types.h for the typedefs that are used to
get htonl() correct when a long is 64 bits.
1998-01-10 22:09:53 +00:00
steve
b2c4a494f5
Put back __libalias_version so ppp(8) build again.
1998-01-10 19:37:19 +00:00
alex
f4a6b5e087
Sync with ipfw interface change: fw_pts is now part of a union (a
...
necessary evil due to the 108 byte setsockopt() limit).
1998-01-10 16:14:18 +00:00
jkh
310652e8b0
include <net/if.h> and restore this to sanity.
1998-01-10 15:04:06 +00:00
phk
2c2c366569
Whoops. softclock is called from doreti_swi as well. Abandon call from
...
hardclock().
Forgot this:
Pointed hat sent by: bd
1998-01-10 14:55:14 +00:00
phk
1cc31c4aa6
Whoops. softclock is called from doreti_swi as well. Abandon call from
...
hardclock().
1998-01-10 14:54:05 +00:00
kato
c5bb64779d
Sync with sys/i386/isa/syscons.c revision 1.244.
1998-01-10 13:31:27 +00:00