Peter Wemm
a84e0a1cfe
Remove #ifdef for sem_wakeup() - we just use wakeup().
2000-03-30 11:35:25 +00:00
Brian Somers
9962fa3956
Correct address parsing
...
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-30 10:46:20 +00:00
KATO Takenori
fdf884ea55
Separated serial boot block interface routine into NS16550 stuff and
...
i8251 stuff.
2000-03-30 09:25:03 +00:00
Sheldon Hearn
209e048477
While I'm in here, remove an unused variable.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-03-30 09:23:28 +00:00
Jordan K. Hubbard
260efb1efd
Search for the proper hints file in an ELF world.
2000-03-30 08:18:19 +00:00
David E. O'Brien
075b6c4f13
Get the installed headers list right.
2000-03-30 08:09:42 +00:00
Peter Wemm
ad88c63413
Move linprocfs to the i386-only section so the Alpha buildworld has a
...
chance at finishing..
2000-03-30 08:04:01 +00:00
Yoshinobu Inoue
d2a6238892
Add new rtmsg types which already defined in kernel.
2000-03-30 07:18:04 +00:00
Peter Wemm
255108f385
Make sysv-style shared memory tuneable params fully runtime adjustable
...
via sysctl. It's done pretty simply but it should be quite adequate.
Also move SHMMAXPGS from $machine/include/vmparam.h as the comments that
went with it were wrong... we don't allocate KVM space for the pages so
that comment is bogus.. The only practical limit is how much physical
ram you want to lock up as this stuff isn't paged out or swap backed.
2000-03-30 07:17:05 +00:00
Peter Wemm
27361f297c
Try and make the Alpha kernel compile. There are still some loose ends
...
(eg: common declarations in includes that I think are causing gensetdefs
warnings) that need to be tied up, but it compiles and runs.
2000-03-30 06:44:50 +00:00
Warner Losh
fd6715ee6a
Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.
...
Implicitly submitted by: max@rsu.ru
2000-03-30 05:19:38 +00:00
Warner Losh
5664bf9cea
NewBus the cs driver.
...
Submitted by: max@rsu.ru
2000-03-30 05:16:16 +00:00
KATO Takenori
4557555b36
Added 640KB and 1232KB formats, which were standard MS-DOS formats of
...
2DD and 2HD disks in Japan.
Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp>
Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-30 03:41:09 +00:00
David E. O'Brien
e869a83616
This commit was generated by cvs2svn to compensate for changes in r58809,
...
which included commits to RCS files with non-trunk default branches.
2000-03-30 03:23:37 +00:00
David E. O'Brien
34f99151ae
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch as of March 29th, 2000. [these are changes March 7-29th]
2000-03-30 03:23:37 +00:00
David E. O'Brien
2baad49d8e
Switch over to using the GCC 2.95 Objc library code.
2000-03-30 02:40:49 +00:00
Jonathan Lemon
20c822f399
If `ipfw fwd' loops an mbuf back to ip_input from ip_output and the
...
mbuf is marked for delayed checksums, then additionally mark the
packet as having it's checksums computed. This allows us to bypass
computing/checking the checksum entirely, which isn't really needeed
as the packet has never hit the wire.
Reviewed by: green
2000-03-30 02:16:40 +00:00
Yoshinobu Inoue
230df2f637
Prevent buffer overflow.
...
PR: bin/17657
Submitted by: tanimura
2000-03-30 01:50:15 +00:00
Yoshinobu Inoue
497f9e5a33
Bypass IPsec for traceroute invoked by root.
...
PR: bin/17606
Submitted by: Louis Mamakos <louie@TransSys.COM
2000-03-30 01:33:39 +00:00
Peter Wemm
2af66d23ef
Include param.o in the list of files that we scan for linker sets.
...
Without this, we cannot put sysctl nodes in there.
2000-03-29 23:20:35 +00:00
Bill Paul
7cfa339426
Two fixes for the RealTek:
...
- Only call m_pullup() when necessary.
- Check return value from rl_encap() in rl_start() to avoid panic when
we run out of mbufs. (Fixes PR kern/17582)
PR: kern/17582
2000-03-29 20:06:15 +00:00
Bill Paul
c57afb7f7e
Regenerate.
2000-03-29 19:46:41 +00:00
Bill Paul
554d5470ef
Add vendor/product ID for two more KLSI-based devices, including a
...
USB ethernet adapter being handed out by @Home.
2000-03-29 19:44:48 +00:00
Sheldon Hearn
9b75e14d30
Fix buffer overflow copying the ``kernel'' command-line argument into
...
buffers. The buffers have been resized from the irrelevant BUFSIZ
to the more relevant MAXPATHLEN + 1.
Reported by: Mike Heffner <spock@techfour.net>
2000-03-29 17:22:10 +00:00
Julian Elischer
bf7c9470c1
Slight cleanup of aarp code
...
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
PR: kern/17583
This PR is still open as Ther is still ongoing investigation.
2000-03-29 17:12:09 +00:00
KATO Takenori
7e9e421193
Changes for PC-98.
2000-03-29 15:10:28 +00:00
Masahide MAEKAWA
de06b995e0
Regen.
2000-03-29 15:08:02 +00:00
Masahide MAEKAWA
c4fdea33fb
Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)
2000-03-29 15:07:20 +00:00
Yoshinobu Inoue
7e757977d9
Fix english.
...
Specified by: sheldonh
2000-03-29 15:03:28 +00:00
Yoshihiro Takahashi
239fe111cd
- Added PC-98 Cbus frontend.
...
- Move dev/aic/aic_isa.c entry from conf/files to conf/files.MACHINE
because PC-98 uses different file.
Submitted by: nyan and IMAI Takeshi <take-i@ceres.dti.ne.jp>
2000-03-29 14:32:34 +00:00
Yoshihiro Takahashi
3de3db30db
Newbusify mse driver.
2000-03-29 14:23:16 +00:00
Ruslan Ermilov
04c89022a2
Merge from vendor branch.
...
PR: 17431
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
2000-03-29 14:01:46 +00:00
KATO Takenori
61b64fdb1e
PC-98 BIOS copies the DX register into its work area. The value of it
...
shows `CPUID' and it is useful to identify CPU. So, it is copied from
BIOS work area to the cpu_id variable (PC-98 only).
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-29 13:45:40 +00:00
KATO Takenori
af5d822f28
Commented out apm0. It could cause hang-up.
2000-03-29 13:39:15 +00:00
Ruslan Ermilov
f286e77280
This commit was generated by cvs2svn to compensate for changes in r58782,
...
which included commits to RCS files with non-trunk default branches.
2000-03-29 13:31:51 +00:00
Ruslan Ermilov
e64bdc7f2a
New timezone data.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz
2000-03-29 13:31:51 +00:00
KATO Takenori
f984cb1883
Ratoc REX-9880/83 support (PC-98 only). This commit added functions
...
fe_read_eeprom_rex() and fe_init_rex(). These functions should be
useful for REX-5580 series (for PC-AT). But they are included in
`#ifdef PC98' to avoid warnings by unused static functions. If you
try to support REX-5580, please be aware of these functions.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-29 12:44:19 +00:00
Yoshihiro Takahashi
6566129694
- Supported display suspended mode.
...
- Switch on/off not only text screen but also graphic screen.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-29 12:29:27 +00:00
Yoshihiro Takahashi
8b838a7ac2
Merge from the following changes.
...
File Revision
sys/conf/files.i386 1.303 and 1.304
sys/dev/kbd/atkbd.c 1.23
sys/dev/syscons/scterm-sc.c 1.2
sys/dev/syscons/scvgarndr.c 1.5
sys/dev/syscons/scvtb.c 1.5
sys/dev/syscons/syscons.c 1.335
sys/isa/syscons_isa.c 1.11
sys/isa/vga_isa.c 1.17
2000-03-29 12:26:41 +00:00
Sheldon Hearn
ba901a111b
Add -p option to prevent lpd(8) from opening a listening socket.
...
PR: 17384
Submitted by: Niels Endres <niels@b5.nu>
2000-03-29 11:15:54 +00:00
Brian Somers
b565321aa1
Log information about packets being dropped (probably due to
...
``nat deny_incoming yes'') by libalias.
2000-03-29 09:31:52 +00:00
Brian Somers
6578fcf3f3
Allow the use of hostnames instead of (and as well as) IP
...
numbers in all commands.
If people use hostnames and have dodgy resolvers or try to resolve
the hostname before the link is up, they get what they deserve....
Requested by: ru
2000-03-29 09:31:27 +00:00
Matthew Dillon
7da240d003
This should fix the lockups people have been experiencing. I muffed up
...
giving astpending two flag bits. A cmpl $0 had to turn into a bit test.
Many thanks to: Alain Thivillon <Alain.Thivillon@hsc.fr>
2000-03-29 09:07:47 +00:00
Hellmuth Michaelis
b3615526e1
PR: i386/1671
...
Submitted by: Mats O Jansson <maja@celsiustech.se>
The existing s2 map is supposed to be ISO 8859-1 but some characters are
not (it's CP850). But the f1 map applied on sweden2 will fixit.
(Fulfilled request by Joerg to close this PR)
2000-03-29 08:58:44 +00:00
Kris Kennaway
e31adaffd9
Fix a memory leak.
...
PR: 17360
Submitted by: Andrew J. Korty <ajk@iu.edu>
2000-03-29 08:24:37 +00:00
Joerg Wunsch
f72d9d83f5
Peter Johnson found another log() call without a trailing newline.
...
All three of them have been introduced in rev 1.64, so i guess i've
got all of them now. :)
Submitted by: Peter Johnson <locke@mcs.net>
2000-03-29 07:50:39 +00:00
Ruslan Ermilov
8d76bd014c
Get rid of "sticky" files when updating sources with cvs(1).
...
Approved by: peter
2000-03-29 07:30:44 +00:00
Chris Piazza
2bed2aa31f
export host after setting it.
...
This is needed so passwd diffs show the hostname instead of
" passwd diffs:"
PR: 17651
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2000-03-29 07:05:29 +00:00
Chris Piazza
7e1e216acf
Add NVidia GeForce 2 and Quadro 2
...
Ids and names were taken from nv4_disp.inf in the latest windows drivers.
2000-03-29 06:49:25 +00:00
Matthew Dillon
bd5caafc4d
The SMP cleanup commit broke need_resched, this fixes that and also
...
removed unncessary MPLOCKED and 'lock' prefixes from the interrupt
nesting level, since (A) the MP lock is held at the time, and (B) since
the neting level is restored prior to return any interrupted code
will see a consistent value.
2000-03-29 06:15:43 +00:00