Kazutaka YOKOTA
6c401d343f
- Add binary compatibility support for obsolete console/mouse ioctls
...
so that existing programs which were compiled before the introduction
of the new mouse code and use these ioctls will run unmodified.
Suggested by msmith.
1998-01-20 03:37:27 +00:00
Tor Egge
281c79d603
Nondestructive attempts to get simple locks when SL_DEBUG is defined.
1998-01-19 17:33:08 +00:00
Bruce Evans
ffbb164e19
Set p_retval for the correct process in getpriority(). This fixes
...
a null pointer panic when the pointer for the incorrect process is
NULL. getpriority() was broken in rev.1.27. Rev.1.28 broke the
warning instead of fixing the problem.
PR: 5495
1998-01-19 12:39:00 +00:00
Tor Egge
95f67de2e3
The removal of a page from the free queue in vm_page_zero_idle was
...
imcomplete. Also set m->queue, in order to prevent vm_page_select_free
from selecting the page being zeroed.
1998-01-19 04:16:16 +00:00
Tor Egge
75d515b755
Don't throw away bootp reply packets that are shorter than our extended-length
...
bootp query packet.
PR: 5512
1998-01-18 18:53:46 +00:00
Tor Egge
3bc42d575a
Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).
1998-01-18 18:46:20 +00:00
KATO Takenori
647e869094
Sync with sys/i386/isa/wd.c revision 1.147.
1998-01-18 15:10:03 +00:00
KATO Takenori
43a0695fdf
Sync with sys/i386/conf/files.i386 revision 1.186.
1998-01-18 15:09:34 +00:00
KATO Takenori
34bb5953e4
Sync with sys/i386/conf/files.i386 revision 1.12.
1998-01-18 15:09:05 +00:00
KATO Takenori
3c4f86eec1
Sync with sys/i386/conf/majors.i386 revision 1.24.
1998-01-18 15:08:34 +00:00
KATO Takenori
471f80601f
Workarround for locking violation while recycling vnode which union fs
...
used in freelist.
1998-01-18 08:17:48 +00:00
KATO Takenori
afc2a5581f
Improve and revise fixes for locking violation.
...
Obtained from: NetBSD/pc98
1998-01-18 07:56:41 +00:00
John Dyson
4722175765
Tie up some loose ends in vnode/object management. Remove an unneeded
...
config option in pmap. Fix a problem with faulting in pages. Clean-up
some loose ends in swap pager memory management.
The system should be much more stable, but all subtile bugs aren't fixed yet.
1998-01-17 09:17:02 +00:00
Paul Traina
61584b4680
Fix misleading comment about major #
1998-01-16 22:43:33 +00:00
Paul Traina
aaf862068b
Bring in IDE ATAPI floppy support.
...
This is Junichi's v1.0 driver.
NOTE: Major device numbers have been changed to avoid conflict with other
FreeBSD 3.0 devices. The new numbers should be considered "official."
This driver is still considered "beta" quality, although we have been
playing with it. Please submit bugs to junichi and myself.
Submitted by: junichi@astec.co.jp
1998-01-16 22:13:07 +00:00
Bruce Evans
33b77e2dec
Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is
...
not quite correct, because the Makefiles in lkm/syscons don't set up the
`machine' symlink, but other, more volatile headers in <machine> are
already used.
1998-01-16 17:58:55 +00:00
Bruce Evans
442a25bd7b
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
Bruce Evans
bb6d5d9147
Added prototypes for functions that were documented in libalias.3
...
but not prototyped here.
1998-01-16 12:56:07 +00:00
KATO Takenori
8f856e3156
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 Takenori
60fa2968df
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
Philippe Charnier
85dace5d59
Add rcsid. Remove unused vars. Use err(3) and change exit(-1).
1998-01-16 07:20:34 +00:00
KATO Takenori
7cd3361aa5
Sync with sys/i386/conf/files.i386 revision 1.185.
1998-01-15 15:09:00 +00:00
KATO Takenori
baf8a10240
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 Takenori
1a3f5064b5
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
Justin T. Gibbs
99117bb6ec
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
Justin T. Gibbs
e1a1bba4fa
Implementation of Bus Space for FreeBSD-x86.
...
Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
Justin T. Gibbs
57d7d7b3be
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
Justin T. Gibbs
c8877437a0
Add entry for i386/i386/busdma_machdep.c
1998-01-15 07:30:54 +00:00
Poul-Henning Kamp
6f70df1587
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
Poul-Henning Kamp
7907a6bc55
Make softticks static.
...
Remove unneeded stuff.
1998-01-14 19:42:47 +00:00
Poul-Henning Kamp
595f63412b
Add and document PPS_SYNC
1998-01-14 19:41:36 +00:00
KATO Takenori
028da41171
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 Takenori
94e5dcefe4
Include pc98.h instead of isa.h when PC98 is defined.
1998-01-14 08:13:32 +00:00
KATO Takenori
d81278e36e
Fix typo.
1998-01-14 08:08:42 +00:00
Brian Somers
b563bd02f0
Remove __libalias_version. Ppp no longer uses it.
1998-01-14 01:24:49 +00:00
Garrett Wollman
906f09bca4
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
Kazutaka YOKOTA
4d76195ef5
Fix illegal numeric expressions: 08 and 09.
1998-01-12 23:54:51 +00:00
Poul-Henning Kamp
115517b750
Remove two non-global variables.
...
Found by: bde (one)
Overlooked by: bde (one) :-)
1998-01-12 19:10:43 +00:00
KATO Takenori
946eff5c2d
Fix JIS code support.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:41:16 +00:00
KATO Takenori
3a00f2c11f
Sync with sys/i386/i386/machdep.c revision 1.281.
1998-01-12 15:38:51 +00:00
KATO Takenori
9fcc42c7c3
Sync with sys/i386/isa/syscons.c revision 1.245.
1998-01-12 15:38:20 +00:00
KATO Takenori
de5bb42d20
Sync with sys/i386/conf/GENERIC revision 1.102.
1998-01-12 15:37:38 +00:00
KATO Takenori
db70e1c6c8
Initialize the variables Crtat and Atrat in scvidprobe().
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:34:18 +00:00
John Dyson
43bdc1e901
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 Elischer
ad26ea348f
Add some devfs entries
...
(patch origianlly from luigi)
1998-01-12 03:45:58 +00:00
Julian Elischer
eae4f847a7
add devfs entries for a few more syscons devices (e.g. sysmouse)
1998-01-12 03:28:36 +00:00
John Dyson
53f6f08545
Fix another vnode leak.
1998-01-12 03:15:01 +00:00
John Dyson
925a3a419a
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
John Dyson
1616db3cf8
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
Poul-Henning Kamp
bb303fe246
Try to solve timeout race by not touching softtics here.
1998-01-11 19:07:58 +00:00