]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoDon't allow an open to succeed if the device is invalidated during the
Julian Elischer [Wed, 22 Apr 1998 01:51:34 +0000 (01:51 +0000)]
Don't allow an open to succeed if the device is invalidated during the
open process.

26 years agoAdded -b option to display unprintables in octal.
Dag-Erling Smørgrav [Tue, 21 Apr 1998 22:02:01 +0000 (22:02 +0000)]
Added -b option to display unprintables in octal.
PR: 1315

26 years ago- breakage of the warnings about pessimized i/o port types.
Brian Somers [Tue, 21 Apr 1998 21:06:57 +0000 (21:06 +0000)]
- breakage of the warnings about pessimized i/o port types.
- pessimized i/o port types.
- other pessimized types.
- Don't use DEBUG (causes LINT warnings).  Use DGB_DEBUG instead.
- commented out code.
- cloned code that doesn't apply ("Smarts" is for the cy driver only).

Submitted by: bde

26 years agoCorrect the digiboard device names in agreement
Brian Somers [Tue, 21 Apr 1998 21:06:22 +0000 (21:06 +0000)]
Correct the digiboard device names in agreement
with the man page (POLA).

26 years agoRemove the artificial limit on the size of the ipfw filter structure.
Julian Elischer [Tue, 21 Apr 1998 18:54:53 +0000 (18:54 +0000)]
Remove the artificial limit on the size of the ipfw filter structure.
This allows the addition of extra fields if we need them (I have plans).

26 years agoPC-98 does not supports DMA automode lager than 65535 bytes.
KATO Takenori [Tue, 21 Apr 1998 09:48:45 +0000 (09:48 +0000)]
PC-98 does not supports DMA automode lager than 65535 bytes.

26 years agoSupports PC-98 again.
KATO Takenori [Tue, 21 Apr 1998 09:46:14 +0000 (09:46 +0000)]
Supports PC-98 again.

26 years agoAdd a forgotten 'static'.
Eivind Eklund [Tue, 21 Apr 1998 02:44:12 +0000 (02:44 +0000)]
Add a forgotten 'static'.

26 years agoo Move debug stuff down a bit so that it doesn't try to
Brian Somers [Tue, 21 Apr 1998 02:39:48 +0000 (02:39 +0000)]
o Move debug stuff down a bit so that it doesn't try to
  dereference uninitialized pointers.
o Fix DEVFS permissions
o Fix DEVFS minor numbers
o Add initial & lock devices for cua device.
o Fix permissions in line with sio.

26 years agoMake brandelf test for known brands, and introduce a '-f' option to
Eivind Eklund [Tue, 21 Apr 1998 02:31:09 +0000 (02:31 +0000)]
Make brandelf test for known brands, and introduce a '-f' option to
bypass the testing.

Partially submitted by:  Brian Feldman <green@feldman.dyn.ml.org>

26 years agoThe 'mountroot' option is obviously pointless for an LKM
Julian Elischer [Mon, 20 Apr 1998 23:18:46 +0000 (23:18 +0000)]
The 'mountroot' option is obviously pointless for an LKM
so allow LKM compilation to succeed by making it go away for that case.
Saves needing to include opt_devfs.h which an LKM cannot rely on anyhow.

26 years agoindent
Dima Ruban [Mon, 20 Apr 1998 22:13:50 +0000 (22:13 +0000)]
indent

26 years agoRemove more LFS left-overs
Julian Elischer [Mon, 20 Apr 1998 21:54:19 +0000 (21:54 +0000)]
Remove more LFS left-overs

26 years agoRemove an LFS clause, now that it is in the history,
Julian Elischer [Mon, 20 Apr 1998 21:53:07 +0000 (21:53 +0000)]
Remove an LFS clause, now that it is in the history,
anyone who wants to see what was needed cto revive LFS can see it.

26 years agoSpelling/typo fixes: (preceeded, friday).
Robert Nordier [Mon, 20 Apr 1998 21:06:38 +0000 (21:06 +0000)]
Spelling/typo fixes: (preceeded, friday).

26 years agoSpelling/typo fix: (proccessed).
Robert Nordier [Mon, 20 Apr 1998 20:57:16 +0000 (20:57 +0000)]
Spelling/typo fix: (proccessed).

26 years agoSpelling/typo fixes: (proccessed, og).
Robert Nordier [Mon, 20 Apr 1998 20:55:43 +0000 (20:55 +0000)]
Spelling/typo fixes: (proccessed, og).

26 years agoEnable DEVFS usage of the device (include opt_devfs.h>
Søren Schmidt [Mon, 20 Apr 1998 18:51:33 +0000 (18:51 +0000)]
Enable DEVFS usage of the device (include opt_devfs.h>

26 years ago- Argh, fix stupid logic error in the laststate/state fix previously. That's
Nate Williams [Mon, 20 Apr 1998 16:24:03 +0000 (16:24 +0000)]
- Argh, fix stupid logic error in the laststate/state fix previously.  That's
  what I get for trying to do too many things at once.

26 years agoDon't build files at install time (just to be consistent; the problem
Bruce Evans [Mon, 20 Apr 1998 15:28:02 +0000 (15:28 +0000)]
Don't build files at install time (just to be consistent; the problem
is almost harmless here).

Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no>
PR: 6330

26 years ago- Don't try and keep track of the previous state, since the kernel may
Nate Williams [Mon, 20 Apr 1998 15:24:28 +0000 (15:24 +0000)]
- Don't try and keep track of the previous state, since the kernel may
  change it w/out informing the program.  Instead, use the (now available)
  previous state returned by the kernel to make intelligent card
  removal/insertion decisions.

26 years ago- Give up trying for a simple solution for correctly recognizing if a card
Nate Williams [Mon, 20 Apr 1998 15:21:02 +0000 (15:21 +0000)]
- Give up trying for a simple solution for correctly recognizing if a card
  was really removed, or simply 'faked' by a suspend/resume.  Keep track
  of both current and previous state, and send that information to the
  userland programs.

[
XXX - This breaks binary compatability with older pccardd programs, but
they don't work reliably. :(
]

26 years ago- Only poll the PCIC controller for insertion/removal events if the
Nate Williams [Mon, 20 Apr 1998 15:15:20 +0000 (15:15 +0000)]
- Only poll the PCIC controller for insertion/removal events if the
  controller hasn't been assigned an IRQ.

26 years agoCheck bytes read to prevent random error message.
Robert Nordier [Mon, 20 Apr 1998 14:09:40 +0000 (14:09 +0000)]
Check bytes read to prevent random error message.

26 years agoCommented out ide_pci.c.
KATO Takenori [Mon, 20 Apr 1998 13:54:47 +0000 (13:54 +0000)]
Commented out ide_pci.c.

Reviewed by: kato
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>

26 years agoSync with sys/i386/conf/options.i386 revision 1.77.
KATO Takenori [Mon, 20 Apr 1998 13:52:44 +0000 (13:52 +0000)]
Sync with sys/i386/conf/options.i386 revision 1.77.

26 years agoSync with sys/i386/conf/files.i386 revision 1.197.
KATO Takenori [Mon, 20 Apr 1998 13:52:13 +0000 (13:52 +0000)]
Sync with sys/i386/conf/files.i386 revision 1.197.

26 years agoSync with sys/i386/isa/wd.c revision up to 1.159.
KATO Takenori [Mon, 20 Apr 1998 13:51:34 +0000 (13:51 +0000)]
Sync with sys/i386/isa/wd.c revision up to 1.159.

26 years agoSync with sys/i386/isa/fd.c revision 1.109.
KATO Takenori [Mon, 20 Apr 1998 13:50:58 +0000 (13:50 +0000)]
Sync with sys/i386/isa/fd.c revision 1.109.

26 years agoSync with sys/i386/isa/npx.c revision 1.60.
KATO Takenori [Mon, 20 Apr 1998 13:50:21 +0000 (13:50 +0000)]
Sync with sys/i386/isa/npx.c revision 1.60.

26 years agoDefine '\t' as a printable character, so it can be displayed on the
Joerg Wunsch [Mon, 20 Apr 1998 13:37:29 +0000 (13:37 +0000)]
Define '\t' as a printable character, so it can be displayed on the
screen.  isprint(3) doesn't do this, but isprt() apparently expected
this to be the case.

26 years agofd(4) referenced in HISTORY has nothing to do with floppy disks;
Dag-Erling Smørgrav [Mon, 20 Apr 1998 11:34:47 +0000 (11:34 +0000)]
fd(4) referenced in HISTORY has nothing to do with floppy disks;
changed to fdc(4).

26 years agoAdd an example supfile for the gnats database.
John Birrell [Mon, 20 Apr 1998 11:26:29 +0000 (11:26 +0000)]
Add an example supfile for the gnats database.

Submitted by: A Joseph Koshy <koshy@india.hp.com>

26 years agoAdd a #ifdef _THREAD_SAFE around ctime_r
Poul-Henning Kamp [Mon, 20 Apr 1998 10:09:37 +0000 (10:09 +0000)]
Add a #ifdef _THREAD_SAFE around ctime_r

26 years agoCorrectly operate on hardlink when source and destination are not on the same
Philippe Charnier [Mon, 20 Apr 1998 06:20:24 +0000 (06:20 +0000)]
Correctly operate on hardlink when source and destination are not on the same
device.
PR: bin/3158 (part 2)

26 years agoNote usage of Linux PLIP peer.
Jordan K. Hubbard [Mon, 20 Apr 1998 06:18:36 +0000 (06:18 +0000)]
Note usage of Linux PLIP peer.

26 years agoMF22: Finish fixing 'looping' bug.
Nate Williams [Mon, 20 Apr 1998 05:42:26 +0000 (05:42 +0000)]
MF22: Finish fixing 'looping' bug.

26 years agofix typo in copyright.
Julian Elischer [Mon, 20 Apr 1998 04:55:17 +0000 (04:55 +0000)]
fix typo in copyright.

26 years agoGet rid of DEVFS_ROOT
Julian Elischer [Mon, 20 Apr 1998 04:30:47 +0000 (04:30 +0000)]
Get rid of DEVFS_ROOT
it no longer has any effect.

SLICE is in some ways a replacement but is destined to also go away.

26 years agoMake the devfs SLICE option a standard type option.
Julian Elischer [Mon, 20 Apr 1998 03:57:41 +0000 (03:57 +0000)]
Make the devfs SLICE option a standard type option.
(hopefully it will go away eventually anyhow)

26 years agoDescribe timegm()
Andrey A. Chernov [Mon, 20 Apr 1998 00:52:32 +0000 (00:52 +0000)]
Describe timegm()

26 years agoAdd changes and code to implement a functional DEVFS.
Julian Elischer [Sun, 19 Apr 1998 23:32:49 +0000 (23:32 +0000)]
Add changes and code to implement a functional DEVFS.
This code will be turned on with the TWO options
DEVFS and SLICE. (see LINT)
Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these changes.

/dev will be automatically mounted by init (thanks phk)
on bootup. See /sys/dev/slice/slice.4 for more info.
All code should act the same without these options enabled.

Mike Smith, Poul Henning Kamp, Soeren, and a few dozen others

This code does not support the following:
bad144 handling.
Persistance. (My head is still hurting from the last time we discussed this)
ATAPI flopies are not handled by the SLICE code yet.

When this code is running, all major numbers are arbitrary and COULD
be dynamically assigned. (this is not done, for POLA only)
Minor numbers for disk slices ARE arbitray and dynamically assigned.

26 years agoDisregard the values for polarity and trigger mode in the MP config table
Tor Egge [Sun, 19 Apr 1998 23:19:20 +0000 (23:19 +0000)]
Disregard the values for polarity and trigger mode in the MP config table
for ISA interrupts where the IOAPIC interrupt pin number is the same as
the ISA interrupt number (i.e. partial backout of previous commit)

26 years agoBacked out lseek changes.
Dag-Erling Smørgrav [Sun, 19 Apr 1998 22:20:32 +0000 (22:20 +0000)]
Backed out lseek changes.

26 years agoo Support a compile-time -DNO_FW_PUNCH for portability
Brian Somers [Sun, 19 Apr 1998 21:42:07 +0000 (21:42 +0000)]
o Support a compile-time -DNO_FW_PUNCH for portability
  (and those of us that don't want the functionality).
o Don't assume sizeof(long) == 4.
Ok'd by: Charles Mott <cmott@srv.net>

26 years agoForgot to add opt_bktr.h
Amancio Hasty [Sun, 19 Apr 1998 19:12:49 +0000 (19:12 +0000)]
Forgot to add opt_bktr.h

26 years ago- If we see a tuple we don't expect, don't spin forever. Withouth this fix,
Nate Williams [Sun, 19 Apr 1998 18:41:45 +0000 (18:41 +0000)]
- If we see a tuple we don't expect, don't spin forever.  Withouth this fix,
  I can't run pccardc dumpcis on my Wavelan card. :(

Obtained from: PAO

26 years agoLike most Unices FreeBSD should have a larger tty field at least
Poul-Henning Kamp [Sun, 19 Apr 1998 18:32:01 +0000 (18:32 +0000)]
Like most Unices FreeBSD should have a larger tty field at least
as large as UT_LINESIZE (/usr/include/utmp.h). If the tty name is logged
with this size why isn't the w command reporting it?

(We should probably report the tty/cua prefix then as well ? /phk)

PR: 4187
Reviewed by: phk
Submitted by: Jorge M. Goncalves <ee96199@tom.fe.up.pt>

26 years agoThe current version of netstat does not print the interface
Poul-Henning Kamp [Sun, 19 Apr 1998 18:18:25 +0000 (18:18 +0000)]
The current version of netstat does not print the interface
name for AF_LINK routing entries. This makes debugging
network problems more difficult.
PR: 4182
Reviewed by: phk
Submitted by: Craig Leres <leres@ee.lbl.gov>

26 years agoCtags write to buffer beyond the end of it when the source file
Poul-Henning Kamp [Sun, 19 Apr 1998 18:00:49 +0000 (18:00 +0000)]
Ctags write to buffer beyond the end of it when the source file
doesn't end with '\n'. It brings segmentation fault.

PR: 4812
Reviewed by: phk
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>

26 years agoProblem whith "subnet=" statement in /etc/gateways.
Poul-Henning Kamp [Sun, 19 Apr 1998 17:53:16 +0000 (17:53 +0000)]
Problem whith "subnet=" statement in /etc/gateways.
routed discards the first character of the network address.
Example: "subnet=10.0.0.0/24,1"
The network address is interpreted as 0.0.0.0/24,1.
PR: 4825
Reviewed by: phk
Submitted by: Mike E. Matsnev <mike@azog.cs.msu.su>

26 years agomt should report the compression status.
Poul-Henning Kamp [Sun, 19 Apr 1998 17:28:14 +0000 (17:28 +0000)]
mt should report the compression status.

PR: 5276
Reviewed by: phk
Submitted by: Matt Dillon <dillon@best.net>

26 years agoAccording to:
Poul-Henning Kamp [Sun, 19 Apr 1998 17:22:30 +0000 (17:22 +0000)]
According to:

ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers

port numbers are divided into three ranges:

    0 -  1023 Well Known Ports
 1024 - 49151 Registered Ports
49152 - 65535 Dynamic and/or Private Ports

This patch changes the "local port range" from 40000-44999
to the range shown above (plus fix the comment in in_pcb.c).

WARNING: This may have an impact on firewall configurations!

PR: 5402
Reviewed by: phk
Submitted by: Stephen J. Roznowski <sjr@home.net>

26 years agoSupport compiling with `gcc -pedantic' (don't use hard newlines in
Bruce Evans [Sun, 19 Apr 1998 15:41:06 +0000 (15:41 +0000)]
Support compiling with `gcc -pedantic' (don't use hard newlines in
(asm) string constants).

26 years agoSupport compiling with `gcc -pedantic' (don't use hard newlines in
Bruce Evans [Sun, 19 Apr 1998 15:39:26 +0000 (15:39 +0000)]
Support compiling with `gcc -pedantic' (don't use hard newlines in
(asm) string constants or hard long long constants).

26 years agoSupport compiling with `gcc-pedantic' (don't declare static arrays
Bruce Evans [Sun, 19 Apr 1998 15:36:12 +0000 (15:36 +0000)]
Support compiling with `gcc-pedantic' (don't declare static arrays
with no size).

26 years agoSupport compiling with `gcc-pedantic' (don't use hard newlines in
Bruce Evans [Sun, 19 Apr 1998 15:28:30 +0000 (15:28 +0000)]
Support compiling with `gcc-pedantic' (don't use hard newlines in
(asm) string constants or trailing commas in enum declarations).

26 years agoRemove duplicate decls
Brian Somers [Sun, 19 Apr 1998 15:28:08 +0000 (15:28 +0000)]
Remove duplicate decls
Not objected to by: freebsd-hackers

26 years agoSupport compiling with gcc -pedantic (don't use a bogus, null cast).
Bruce Evans [Sun, 19 Apr 1998 15:22:48 +0000 (15:22 +0000)]
Support compiling with gcc -pedantic (don't use a bogus, null cast).

26 years agoAdd an ".ifmake regress" to avoid warning during 'make world'.
Eivind Eklund [Sun, 19 Apr 1998 14:27:45 +0000 (14:27 +0000)]
Add an ".ifmake regress" to avoid warning during 'make world'.

Noticed by: bde

26 years agoCosmetic: put '@' in front of a very long command.
Dmitrij Tejblum [Sun, 19 Apr 1998 13:44:52 +0000 (13:44 +0000)]
Cosmetic: put '@' in front of a very long command.

26 years agoNever generate neqn at install time (the previous fix for this was
Bruce Evans [Sun, 19 Apr 1998 13:25:54 +0000 (13:25 +0000)]
Never generate neqn at install time (the previous fix for this was
incomplete).

26 years agoAllow specification of cache-size to pwd_mkdb
Poul-Henning Kamp [Sun, 19 Apr 1998 07:15:34 +0000 (07:15 +0000)]
Allow specification of cache-size to pwd_mkdb
PR: 5193
Reviewed by: phk
Submitted by: Nick Hilliard <nick@foobar.org>

26 years agoctime_r and asctime_r are not implemented.
Poul-Henning Kamp [Sun, 19 Apr 1998 06:47:25 +0000 (06:47 +0000)]
ctime_r and asctime_r are not implemented.
prototypes in time.h do not match POSIX.

PR: 6345
Reviewed by: phk
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>

26 years agoBack out previous commit, obrien doesn't seem to be watching. The problem
Peter Wemm [Sun, 19 Apr 1998 03:26:05 +0000 (03:26 +0000)]
Back out previous commit, obrien doesn't seem to be watching.  The problem
is that the previous commit spammed a hacked 2.2-stable onto -current,
deleting the DMA support etc.  (I guess that's one way of minimizing diffs
between -current and -stable.. :-] )

26 years agoReturn EINVAL and do not change file pointer if resulting offset is negative.
Dag-Erling Smørgrav [Sat, 18 Apr 1998 19:24:44 +0000 (19:24 +0000)]
Return EINVAL and do not change file pointer if resulting offset is negative.
PR: kern/6184

26 years agoReturn EINVAL and do not changefile pointer if resulting offset is negative.
Dag-Erling Smørgrav [Sat, 18 Apr 1998 19:24:22 +0000 (19:24 +0000)]
Return EINVAL and do not changefile pointer if resulting offset is negative.
PR: kern/6184

26 years agoPR: misc/4679
Gene Stark [Sat, 18 Apr 1998 13:37:24 +0000 (13:37 +0000)]
PR: misc/4679
Submitted by: Glen Foster (gfoster@gfoster.com)
Fix missing "/" in dump file pathname.

26 years agoMFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE)
David E. O'Brien [Sat, 18 Apr 1998 13:25:49 +0000 (13:25 +0000)]
MFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE)
1.128   (FUNCTIONAL: better sleep handling)
1.131   (STYLE: labels w/o stmt)
1.132   (STYLE: remove unused #includes)
1.141   (FUNCTIONAL: devfs bug, 2nd controler not showing)
1.144   (STYLE: dont shadow other vars)
1.150   (FUNCTIONAL: fix search bug)

26 years agoAdd natd support.
Brian Somers [Sat, 18 Apr 1998 10:27:19 +0000 (10:27 +0000)]
Add natd support.
PR: 6339
Submitted by: cdillon@wolves.k12.mo.us

26 years agoFix incorrect flag spec
Brian Somers [Sat, 18 Apr 1998 10:05:38 +0000 (10:05 +0000)]
Fix incorrect flag spec
PR: 6339 (part of)
Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>

26 years agoIn vfs_msync(), test to see if the vnode being examined is "interesting"
Peter Wemm [Sat, 18 Apr 1998 06:26:16 +0000 (06:26 +0000)]
In vfs_msync(), test to see if the vnode being examined is "interesting"
(ie: it has a vm_object attached and is marked as OBJ_MIGHTBEDIRTY) before
attempting to lock it.  This should reduce the cpu hit that is incurred
when doing a sync(2) and when the syncer process is doing the 30-second
writeback of dirty mmap() data to disk.  Skip this speedup if we are
doing an unmount() to be sure to get everything - we can afford to
occasionally miss a msync while the system is running, but not at unmount.

I'm not sure about the VXLOCK and MNT_WAIT case, it seems a bit odd to skip
doing a page_clean at unmount time just because a vnode is VXLOCKed, but
that's what was being done before...

26 years agoSync with sys/i386/conf/majors.i386 revision 1.37.
KATO Takenori [Sat, 18 Apr 1998 05:09:50 +0000 (05:09 +0000)]
Sync with sys/i386/conf/majors.i386 revision 1.37.

26 years agoSync with sys/i386/isa/syscons.c revision 1.260.
KATO Takenori [Sat, 18 Apr 1998 05:09:07 +0000 (05:09 +0000)]
Sync with sys/i386/isa/syscons.c revision 1.260.

26 years agoSync with sys/i386/conf/Makefile.i386 revision 1.109.
KATO Takenori [Sat, 18 Apr 1998 05:07:43 +0000 (05:07 +0000)]
Sync with sys/i386/conf/Makefile.i386 revision 1.109.

26 years agoSupport compiling with `gcc -ansi'.
KATO Takenori [Sat, 18 Apr 1998 05:01:24 +0000 (05:01 +0000)]
Support compiling with `gcc -ansi'.

26 years agoReviewed by: Amancio
Amancio Hasty [Sat, 18 Apr 1998 04:58:33 +0000 (04:58 +0000)]
Reviewed by: Amancio
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Roger Hardiman <roger@cs.strath.ac.uk> :
Revised autodetection code to correctly handle both
old and new VideoLogic Captivator PCI cards.
Added tsleep of 2 seconds to initialistion code for PAL users.
Corrected clock selection code on format change.

--- Amancio

26 years agoChanged /usr/sbin/mailq to /usr/bin/mailq
Dag-Erling Smørgrav [Fri, 17 Apr 1998 22:53:59 +0000 (22:53 +0000)]
Changed /usr/sbin/mailq to /usr/bin/mailq

26 years agoSeventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Dag-Erling Smørgrav [Fri, 17 Apr 1998 22:37:19 +0000 (22:37 +0000)]
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.

26 years agoReserve a number for the ALTQ control devices (96)
Julian Elischer [Fri, 17 Apr 1998 20:26:43 +0000 (20:26 +0000)]
Reserve a number for the ALTQ control devices (96)

26 years agoMake ``-h'' follow the manpage, and suppress the burst page reguardless of
David E. O'Brien [Fri, 17 Apr 1998 17:25:49 +0000 (17:25 +0000)]
Make ``-h'' follow the manpage, and suppress the burst page reguardless of
the number of ``-h'' given.

26 years agoStop the screensaver before switching consoles.
Dag-Erling Smørgrav [Fri, 17 Apr 1998 10:03:11 +0000 (10:03 +0000)]
Stop the screensaver before switching consoles.

26 years agoAllow a thread dump to report the thread's sigmask when in the
John Birrell [Fri, 17 Apr 1998 09:39:37 +0000 (09:39 +0000)]
Allow a thread dump to report the thread's sigmask when in the
PS_SIGWAIT state.

26 years agoWhen in PS_SIGWAIT state, still call signal handlers and set errno
John Birrell [Fri, 17 Apr 1998 09:37:41 +0000 (09:37 +0000)]
When in PS_SIGWAIT state, still call signal handlers and set errno
to EINTR.

26 years agoBackup out the last commit, it was already there.
Poul-Henning Kamp [Fri, 17 Apr 1998 08:31:07 +0000 (08:31 +0000)]
Backup out the last commit, it was already there.

Noticed by: bde

26 years agoUndo my last change.
Dima Ruban [Fri, 17 Apr 1998 07:51:36 +0000 (07:51 +0000)]
Undo my last change.

26 years agoManpages not installed
Poul-Henning Kamp [Fri, 17 Apr 1998 07:26:51 +0000 (07:26 +0000)]
Manpages not installed
PR: 6327
Reviewed by: phk
Submitted by: Chia-liang Kao <clkao@cirx.org>

26 years agoReally finish supporting compiling with `gcc -ansi'.
Bruce Evans [Fri, 17 Apr 1998 04:53:44 +0000 (04:53 +0000)]
Really finish supporting compiling with `gcc -ansi'.

26 years agoTypo police
Brian Somers [Fri, 17 Apr 1998 00:59:15 +0000 (00:59 +0000)]
Typo police

26 years agoSync with sys/i386/isa/syscons.c revision 1.259.
KATO Takenori [Thu, 16 Apr 1998 16:35:23 +0000 (16:35 +0000)]
Sync with sys/i386/isa/syscons.c revision 1.259.

26 years agoSync with sys/i386/isa/npx.c revision 1.59.
KATO Takenori [Thu, 16 Apr 1998 16:34:46 +0000 (16:34 +0000)]
Sync with sys/i386/isa/npx.c revision 1.59.

26 years agoSync with sys/i386/conf/Makefile.i386 revision 1.108.
KATO Takenori [Thu, 16 Apr 1998 16:34:09 +0000 (16:34 +0000)]
Sync with sys/i386/conf/Makefile.i386 revision 1.108.

26 years agoSync with sys/i386/isa/pcaudio.c revision 1.40.
KATO Takenori [Thu, 16 Apr 1998 16:33:21 +0000 (16:33 +0000)]
Sync with sys/i386/isa/pcaudio.c revision 1.40.

26 years agoSync with sys/i386/isa/lpt.c revision 1.68.
KATO Takenori [Thu, 16 Apr 1998 16:32:49 +0000 (16:32 +0000)]
Sync with sys/i386/isa/lpt.c revision 1.68.

26 years agoSync with sys/i386/isa/if_ed.c revision 1.139.
KATO Takenori [Thu, 16 Apr 1998 16:32:15 +0000 (16:32 +0000)]
Sync with sys/i386/isa/if_ed.c revision 1.139.

26 years agoSync with sys/i386/i386/trap.c revision 1.126.
KATO Takenori [Thu, 16 Apr 1998 16:31:36 +0000 (16:31 +0000)]
Sync with sys/i386/i386/trap.c revision 1.126.

26 years agoAdd `myname.my.domain' as another alias for `localhost'. We set this
Joerg Wunsch [Thu, 16 Apr 1998 14:37:19 +0000 (14:37 +0000)]
Add `myname.my.domain' as another alias for `localhost'.  We set this
as the initial generic hostname if the user didn't setup any NIC, but
failure to resolve this name results in XF86Setup not being able to
run.

Reported by: Lutz Zienert <luzi@interface-business.de>

26 years agoAdd ftp4.ru
Andrey A. Chernov [Thu, 16 Apr 1998 13:55:11 +0000 (13:55 +0000)]
Add ftp4.ru

26 years agoAttempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but they
Peter Wemm [Thu, 16 Apr 1998 12:28:31 +0000 (12:28 +0000)]
Attempt to fix BOUNCE_BUFFERS.  I cannot test these drivers, but they
seem to compile OK with the bounce buffer mods.  I have only visually
checked for missing bounce buffer support, I could have missed some.

26 years agoAttempt to get bounce_buffers working again for per-process kernel stack
Peter Wemm [Thu, 16 Apr 1998 11:15:23 +0000 (11:15 +0000)]
Attempt to get bounce_buffers working again for per-process kernel stack
data targets.  At least st0 works for me again....
Also, scsi_scsi_cmd() looks like it's been exiting without a biodone() on
an attached buffer in a number of error cases, leading to locked buffers.