Maxim Konovalov
e1178b3b9d
Remove unnecessary setjmp.h.
...
Reviewed by: ru
Approved by: ru
Obtained from: OpenBSD
MFC after: 1 week
2002-02-13 08:49:29 +00:00
Maxim Konovalov
191c304372
Unlink all log sockets at startup.
...
PR: misc/34839
Reviewed by: ru
Approved by: ru
Obtained from: OpenBSD
MFC after: 2 weeks
2002-02-13 08:37:55 +00:00
Maxim Konovalov
d60b85c4d7
Fix a typo in swat example.
...
Spotted by: Sergey Osokin <osa@freebsd.org.ru>
Reviewed by: ru
Approved by: ru
MFC after: 1 week
2002-02-13 08:21:45 +00:00
Robert Watson
92b98fdabe
Remove WITNESS from GENERIC by default: as we grow more locks, this gets
...
slower, and may be impeding adoption of -CURRENT by developers. We
recommend turning on WITNESS by default on crash boxes, and when doing
locking development. It will probably get turned on by default for a week
or two following any major locking commits, also.
Approved by: all and sundry (jhb, phk, ...)
2002-02-13 07:44:59 +00:00
Scott Long
0e6020f359
Add ID's for a couple of upcoming cards.
...
MFC after: 1 day
2002-02-13 07:44:43 +00:00
Archie Cobbs
659b1d743b
Forced commit; the previous bug-fix commit was..
...
Submitted by: John Wiersema <J.Wiersema@flarion.com>
2002-02-13 01:01:11 +00:00
Archie Cobbs
b5a60ddb7e
Fix another bug in handling of multi-link sequence numbers.
...
MFC after: 1 week
2002-02-13 00:58:49 +00:00
Julian Elischer
65e4542fca
I THINK this fixes 'make world'
...
I'll know as soon as I re-import it and compile it.. :-)
There is no longer a 'pri' strict in the proc struct.
the fields are scattered between the ksegrp and thread in question.
2002-02-13 00:10:04 +00:00
Yaroslav Tykhiy
09ffa9ad5e
^U kills an entire input line in most applications,
...
including the default terminal canonical mode.
So let ddb(4) be no exception from this rule.
Pointed out by: Mark Peek <mark@peek.org>
2002-02-12 23:38:40 +00:00
David Malone
6df7ca7b17
Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSE
...
feature bit on newer Athlon CPUs if the BIOS has forgotten to enable
it.
This patch was constructed using some info made available by John
Clemens at http://www.deater.net/john/PavilionN5430.html
Reviewed by: -audit
MFC after: 3 weeks
2002-02-12 21:13:02 +00:00
David Malone
34221a4505
Move do_cpuid() from a identcpu.c into cpufunc.h.
2002-02-12 21:06:48 +00:00
Alexey Zelkin
0b5791ef26
Unbreak nl_BE locales
...
Found by: tools/diag/localeck
2002-02-12 18:40:57 +00:00
Archie Cobbs
3cbeb9758d
Fix bug in previous commit.
...
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
2002-02-12 18:33:10 +00:00
Alexey Zelkin
9fa950f1b5
Unbreak fr_BE locale
...
Found by: tools/diag/localeck
2002-02-12 18:23:21 +00:00
Alexey Zelkin
391140a1b7
Unbreak it_CH locale
...
Found by: tools/diag/localeck
2002-02-12 18:04:15 +00:00
Brooks Davis
e2119ba50b
Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.
...
Submitted by: Thomas Skibo <skibo@pacbell.net>
MFC after: 2 weeks
2002-02-12 17:52:11 +00:00
Alexey Zelkin
02ccbdf67a
Unbreak fr_CH locale
...
Found by: tools/diag/localeck
2002-02-12 17:51:48 +00:00
Alan Cox
9fbd7ccf00
o Clearing p/td_retval[0] after aio_newproc() is unnecessary. (We stopped
...
calling rfork() to create aio threads in revision 1.46.)
o Don't recompute the FILE * when it's already stored in the kernel's AIOCB.
2002-02-12 17:40:41 +00:00
Ian Dowse
b6024ea8ed
Don't refer to findinode()'s `complain' parameter in a comment; it
...
was removed in 1986.
2002-02-12 17:15:45 +00:00
Søren Schmidt
d99689e95c
Add support for the Cenatek Rocket Drive.
2002-02-12 16:59:28 +00:00
Makoto Matsushita
b389e7aaef
Mkdir ${CHROOTDIR}/usr/ports/distfiles if RELEASEDISTFILES is not set.
...
We ensure that 'ports.tgz' tarball should have ports/distfiles directory.
At first, ${CHROOTDIR}/usr/ports is empty (rm -rf ports), then extract
ports files from CVS repository. Then if RELEASEDISTFILES is defined,
${CHROOTDIR}/usr/ports/distfiles directory is created by cp(1). However,
if you don't specify RELEASEDISTFILES, there is no chance to create
${CHROOTDIR}/usr/ports/distfiles directory.
Submitted by: {ushi,tora}.jp.FreeBSD.org
MFC after: 5 days
2002-02-12 16:56:06 +00:00
Søren Schmidt
2c028bf06a
Fix buglets in the ATAPI resume code.
...
This also fixes an old bug where some ATAPI devices went into
funny mode on an 'atacontrol reinit' command.
2002-02-12 13:21:51 +00:00
Yoshihiro Takahashi
482195cab8
MFi386: revision 1.164
2002-02-12 13:21:32 +00:00
Yoshihiro Takahashi
aa3180fc02
MFi386: revision 1.391
2002-02-12 13:21:13 +00:00
Søren Schmidt
e1605c6270
Major update of the ATA RAID code, part 2:
...
More cleanups of the RAID1 failure mode code.
Add functionality that writes the changed RAID config setup
back to the disks (in controller BIOS specific format), so
that a reboot will make the BIOS pick up the changed config.
2002-02-12 11:35:15 +00:00
Doug Barton
f6694187c2
* Update (c)
...
* Fix a problem with files that have no CVS $Id's. Thanks to naddy for
spotting this one. It wasn't a _huge_ problem since almost all the files
we install (except motd) have one, but still, it's a bug.
* Add a divider between diff outputs, which is helpful both for logs,
and for giving a good visual clue for diffs that are smaller than
$LINES. Another helpful suggestion from Gary W. Swearingen, swear@blarg.net .
2002-02-12 09:54:56 +00:00
Doug Barton
cf767f1d8e
* Update (c)
...
* Expand on the definition of the -s (strict) option, at the suggestion
of Gary W. Swearingen, swear@blarg.net .
2002-02-12 09:50:16 +00:00
Alan Cox
7416057d53
Remove an unused (but initialized) variable from vmapbuf().
2002-02-12 05:50:43 +00:00
Warner Losh
3fe83829bf
Two fixes from Jonathan Hanna:
...
1) We shouldn't continue when we get a RX complete because we ack it
and the TX complete.
2) Fix a couple of spl leaks
(why splbio is needed in ISR, I cannot understand).
MFC after: 3 days
2002-02-12 05:32:58 +00:00
Mark Peek
90e0035cca
Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.
...
PR: misc/34800 (from Steven Grady)
Submitted by: phantom (patch)
MFC after: 3 days
2002-02-12 04:50:12 +00:00
Alan Cox
96347d1e6d
The previous commit included a change to fill_kinfo_proc() that results
...
in a NULL pointer dereference. Repair this mistake.
2002-02-12 04:21:28 +00:00
Jonathan Lemon
0cab7c4b08
When a duplicate SYN arrives which matches an entry in the syncache,
...
update our lazy reference to the inpcb structure, as it may have changed.
Found by: dima
2002-02-12 02:03:50 +00:00
Mike Smith
8046c4b998
Don't claim to have routed an interrupt when the method actually returned an
...
error.
2002-02-12 01:28:49 +00:00
Andrew Gallatin
0483b1a8f2
Enable polling to be configured into kernels on non i386 platforms. Note that
...
poll_in_trap is only implemented on i386. I've tested this on alpha.
Approved by: luigi
2002-02-12 00:26:06 +00:00
Luigi Rizzo
daccb6386b
MFS: synchronize the code with the version in -stable, specifically:
...
+ SYSCTL_ULONG -> SYSCTL_UINT
+ some procedure renaming and variable rearrangement
+ fix the 'interface going deaf' problem same as in -stable.
2002-02-11 23:56:18 +00:00
Mike Silbersack
27d5f39f68
Remove mbuf exhaustion warning messages; these are handled by the
...
mbuf system in a rate-limited fashion now.
MFC after: 3 days
2002-02-11 23:38:30 +00:00
Mike Silbersack
a9e6a9792e
Remove mbuf exhaustion warning messages; these are handled by the
...
mbuf system in a rate-limited fashion now.
MFC: Already performed due to sloppiness.
2002-02-11 23:29:15 +00:00
David E. O'Brien
59d1bdfdc8
Move makeobjops to /sys so we don't have to deal with the config(8)-like
...
versioning.
2002-02-11 23:06:28 +00:00
David E. O'Brien
a4dc000e70
Revert rev 1.211, kernel building assistants should live in /sys
2002-02-11 23:04:56 +00:00
David E. O'Brien
fd729088f2
Remove unused bits.
2002-02-11 22:17:08 +00:00
David E. O'Brien
eda2071920
Turn on makeobjops.
2002-02-11 22:09:20 +00:00
David E. O'Brien
6daee5176d
Replace makeobjops.pl in kernel building.
...
Submitted by: Diane Bruce <db@db.net>
2002-02-11 22:08:51 +00:00
Julian Elischer
2c1007663f
In a threaded world, differnt priorirites become properties of
...
different entities. Make it so.
Reviewed by: jhb@freebsd.org (john baldwin)
2002-02-11 20:37:54 +00:00
Mike Barcroft
7146f7f115
Repo-copied src/bin/pwd/realpath.1' to
src/bin/realpath/realpath.1',
...
as part of the move to seperate realpath(1) into its own directory.
2002-02-11 18:45:29 +00:00
Mike Barcroft
0dd10cae52
o Remove old code from pwd(1); realpath(1) is now in its own directory.
...
o Fix some unordered includes in pwd(1).
o Connect realpath(1) to the build.
2002-02-11 18:38:54 +00:00
Ruslan Ermilov
19f56da943
Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/libroken
...
(make-roken is a build tool). This bug was hiding itself after
a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20).
The bug was fatal for cross builds; for example, an alpha binary
(make-roken) was attempted to be run on i386.
Added make-roken to the list of build-tools in libasn1. It only
worked because another build tool needs make-roken implicitly:
(build-tools: asn1_compile: print_version.o: roken.h: make-roken).
Spotted by: nectar
2002-02-11 16:47:05 +00:00
Søren Schmidt
15641a2f41
Add support for the HighPoint HPT374 4 channel ATA chip.
...
Sponsored by: Isilon Systems.
2002-02-11 15:48:04 +00:00
Yaroslav Tykhiy
c7bb2e64aa
Found a single point where rmuser(8) wasn't robust to strange
...
characters in a username: where it was inserted into a regexp.
Fix it by escaping metacharacters in the name with \Q-\E.
2002-02-11 15:26:20 +00:00
Josef Karthauser
d740688b87
Fix some bugs in the ohci driver with respect to irq setup failure.
...
Submitted by: nyan
2002-02-11 14:39:57 +00:00
Maxim Konovalov
e9ef556dd8
Correct an out of date device node name. We do not have /dev/rsd0.ctl
...
nowadays.
Spotted by: Sergey Osokin <osa@freebsd.org.ru>
Reviewed by: ken, ru
Approved by: ken, ru
MFC after: 1 week
2002-02-11 14:35:28 +00:00