Bruce A. Mah
fe7f645981
Fix typo: s/of/or/
...
PR: 35291
Submitted by: John Nielsen <zoobie@bsdconspiracy.net>
Tom Rhodes <darklogik@pittgoth.com>
2002-03-01 17:29:51 +00:00
Jake Burkholder
e45a21d07a
We don't need KTR_COMPILE in assym.s, its already in opt_global.h. Add
...
assyms for more ktr trace classes.
2002-03-01 16:22:06 +00:00
Jake Burkholder
b8c926a9ab
Use a better trace class for ktr traces in the tlb fault handlers, which are
...
rather loud.
2002-03-01 16:17:50 +00:00
Robert Watson
2d141f428e
Fix typo. '|' looks a lot like 'l' in my xterm font.
2002-03-01 15:42:27 +00:00
Robert Watson
c34ccd0dea
When having an expanded name for a class, use '|' instead if ':' to
...
seperate the short name and the long name. This was present for most
but not all entries. Because the parsing doesn't reject unrecognized
entries, this didn't cause failures, but it wasn't strictly correct.
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
MFC after: 2 weeks
2002-03-01 15:30:24 +00:00
Jun Kuriyama
8605ba3e5c
MFen (1.286 --> 1.290).
2002-03-01 15:30:04 +00:00
Hajimu UMEMOTO
e4c606a0ca
missing splx
...
Obtained from: KAME
MFC after: 1 week
2002-03-01 13:13:17 +00:00
Hajimu UMEMOTO
ab101c5598
(when new sa is preferred than old sa)
...
even if we fail to send pfkey message, remove the old sa.
Obtained from: KAME
MFC after: 1 week
2002-03-01 12:17:21 +00:00
Hajimu UMEMOTO
4adb3cea54
Show standard deviation.
...
PR: bin/35433
Submitted by: Morten Rodal <morten@rodal.no>,
Maxim Konovalov <maxim@macomnet.ru>
MFC after: 1 week
2002-03-01 09:49:48 +00:00
Hajimu UMEMOTO
4d422c0622
Sync with latest KAME's manpage of prefix(8).
...
Obtained from: KAME
MFC After: 1 week
2002-03-01 08:45:24 +00:00
David E. O'Brien
721aaef71d
I pulled the trigger too fast on revision 1.29.
...
Submitted by: Oliver Fromme <olli@fromme.com>
2002-03-01 07:20:21 +00:00
David E. O'Brien
969e32658d
Fix syntax error, where this was not compile tested after style(9)'ing.
2002-03-01 07:05:45 +00:00
Jake Burkholder
dd4af53607
Catch up to change in tte format.
...
Forgetten by: jake
Submitted by: tmm
2002-03-01 06:17:28 +00:00
Bruce A. Mah
43228638de
New release notes: sparc64 SBus/EBus support, TCP now ignores IP-layer
...
broadcasts (+MFC).
MFCs noticed: dump(8) process title updating.
2002-03-01 05:04:11 +00:00
Bruce A. Mah
ea38f22b23
Remove some more i386-isms and alpha-isms from the Hardware Notes.
...
For the most part, these changes consist of adding arch= attributes.
2002-03-01 02:07:42 +00:00
David E. O'Brien
118ce04e39
We need an frexp() function.
2002-03-01 01:58:20 +00:00
Bruce A. Mah
38b4965da6
Add some more ed(4) devices.
...
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2002-03-01 01:32:13 +00:00
David E. O'Brien
b7bbb709c2
Use vnode_if.awk rather than vnode_if.pl
2002-03-01 01:21:29 +00:00
David E. O'Brien
fda3199fb9
Return vnode_if back to its AWK roots.
...
It became a Perl script in rev 1.20. This removes one more dependence
on perl for the kernel build.
2002-03-01 01:20:23 +00:00
David E. O'Brien
6a0f754781
CPP v3.1 has different rules for processing #lines directives. This
...
sometimes causes fewer directories to be searched for includes. Thus
we have to be more explicit in our search list.
Pointy at to: GCC 3.1
2002-02-28 23:12:44 +00:00
Greg Lehey
57cd6843bf
Correct St. David's day: it's celebrated outside Cardiff.
2002-02-28 23:06:24 +00:00
Giorgos Keramidas
6057ffa65a
Fix typo.
...
PR: docs/35422
Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-02-28 22:44:15 +00:00
Bruce A. Mah
baf44bb58a
New release notes: lukemftpd(8), /etc/security now under periodic(8)
...
framework (+MFC).
MFCs noted: dc(4) VLANs.
While here, tweaked a lukemftp note to note its origin.
2002-02-28 21:58:43 +00:00
Andrew R. Reiter
66c862bc1b
- Move a comment from being on the same line as a #ifdef to the line
...
following it. This should have gone in the previous commit, but
misviewed Bruce's patch.
Requested by: bde
2002-02-28 21:52:08 +00:00
Bruce A. Mah
2f5c2d1e54
New release/hardware notes: gem and hme (sparc64 Ethernet NICs).
2002-02-28 21:40:06 +00:00
Josef Karthauser
49ae32af4f
Add a tool that I've written to help with finding what other
...
files/revisions were changed with a particular commit.
2002-02-28 20:12:52 +00:00
David E. O'Brien
2e6f61b9bc
Minor style(9) nit + utilize ELF features for the FreeBSD ID.
2002-02-28 19:45:34 +00:00
Andrey A. Chernov
5f7ca9ae38
Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit locales
...
PR: 35421
2002-02-28 18:52:47 +00:00
Mark Murray
f5d9a10b94
Make it a bit clearer where this file is to be used and where it
...
should not be. (Comments only)
Inspired by: bde
2002-02-28 18:26:30 +00:00
Andrew Gallatin
ac278dcfc0
add inlines for bswap*.
...
smaller versions of the byteswap routines were obtained from NetBSD
2002-02-28 18:21:51 +00:00
Andrew Gallatin
030cb46918
recover from namespace collision caused by un-static'ing pci_alloc_resource()
...
in rev 1.187 of sys/dev/pci/pci.c
2002-02-28 18:18:41 +00:00
Mark Murray
6df66172e3
Adjust the includes a bit.
...
Requested by: bde
2002-02-28 17:41:42 +00:00
Hajimu UMEMOTO
b7d6d9526c
- Set inc_isipv6 in tcp6_usr_connect().
...
- When making a pcb from a sync cache, do not forget to copy inc_isipv6.
Obtained from: KAME
MFC After: 1 week
2002-02-28 17:11:10 +00:00
Hajimu UMEMOTO
c3cf07a14a
- In nd6_rtrequest(), ignored a route when it is created by cloning and
...
is not a neighbor. see comments for the detailed reason.
- Rejected the process of nd6_rtrequest() when the request is RESOLVE and
the interface does not need neighbor caches.
Obtained from: KAME
MFC After: 1 week
2002-02-28 17:05:46 +00:00
Makoto Matsushita
0ed8a30f62
Fix "make release.4" breakage.
...
src/contrib/isc-dhcp/includes/minires/resolv.h has a 'extern' definition
but it makes an error when linking crunched binary just like this:
dhclient.lo: In function `MRres_nquery':
dhclient.lo(.text+0x2dcce): undefined reference to `__h_errno_set'
dhclient.lo(.text+0x2dd5b): undefined reference to `__h_errno_set'
dhclient.lo: In function `MRres_nquerydomain':
dhclient.lo(.text+0x2de53): undefined reference to `__h_errno_set'
The author understands this will be a problem (see comments in resolv.h).
Murray said that the author will fix this, but as a temporary solution,
modifying the source code and not to use __h_errno_set.
BTW, I'm sorry that previous commitlog in src/sbin/dhclient/Makefile should
read "Found by:" instead of "Confirmed by"; I just found that rev 1.15
has a typo so fixed.
Tested on: ushi.jp.FreeBSD.org with today's 5-current source code.
(belive me, "make release.4" works fine now)
2002-02-28 16:17:18 +00:00
Benno Rice
677bcc872c
cpu_switch now works, for kthreads at least.
2002-02-28 12:06:49 +00:00
Benno Rice
0e1338662a
Various cleanups.
2002-02-28 12:00:24 +00:00
Benno Rice
b8160b5af4
- Prevent the decrementer interrupt handler from nesting.
...
- Catch some more cases of PSL_EE and PSL_RI getting out of sync.
2002-02-28 11:57:47 +00:00
Benno Rice
ac6ba8bd4a
- Modify pmap_activate so it only marks the pmap as active.
...
- Add a pmap_deactivate function.
2002-02-28 11:55:44 +00:00
Ian Dowse
167b8d0334
In sosend(), enforce the socket buffer limits regardless of whether
...
the data was supplied as a uio or an mbuf. Previously the limit was
ignored for mbuf data, and NFS could run the kernel out of mbufs
when an ipfw rule blocked retransmissions.
2002-02-28 11:22:40 +00:00
Mike Barcroft
a821e36e41
Fix vendor ID (mostly obtained from rev 1.1).
...
Make use of `static' storage-class for local functions.
Replace uses of `u_quad_t' with `uintmax_t'.
2002-02-28 11:02:49 +00:00
Yoshihiro Takahashi
28a90658c4
Add -D_KERNEL to CFLAGS for ntohl().
2002-02-28 10:08:23 +00:00
Mike Barcroft
0497c9b478
Remove the now unused NTOHL() family of macros.
2002-02-28 09:59:00 +00:00
Mike Barcroft
27aba6a42a
Change two occurrences of HTONS() to use htons().
2002-02-28 09:56:31 +00:00
Benno Rice
3301d20ad9
GC an unused variable in cpu_fork().
2002-02-28 08:48:58 +00:00
Mark Murray
6764eb8e7b
Warning fix. (Very basic - add the right include so that rdtsc() gets
...
a prototype).
2002-02-28 08:37:18 +00:00
Andrew R. Reiter
216ae18217
- Fix panic() message and a couple style nits that snuck in from the
...
recent diagnostics commit (rev. 1.84).
2002-02-28 08:28:14 +00:00
Andrew R. Reiter
d330a9760f
- trap -> trap() in panic() string.
...
- Translate the message into some sort of understandable english.
- Fix a couple near-by style nits.
Submitted by: bde
2002-02-28 08:13:55 +00:00
Andrew R. Reiter
279efddedd
- Style(9) makeover.
...
Reviewed by: chris, mike
2002-02-28 08:01:49 +00:00
Mike Silbersack
f4e18c9afd
Fix a minor swap leak.
...
Previously, the UPAGES/KSTACK area of processes/threads would leak memory
at the time that a previously swapped process was terminated. Lukcily, the
leak was only 12K/proc, so it was unlikely to be a major problem unless you
had an undersized swap partition.
Submitted by: dillon
Reviewed by: silby
MFC after: 1 week
2002-02-28 07:41:12 +00:00