jrf
190b2e4c51
Replaced strncpy with strlcpy. Thanks to Peter Postma who
...
pointed them our in PR #25762 . Approved by christos@NetBSD.org .
2004-09-07 13:20:39 +00:00
taca
900e6a5a0e
Add missing ./usr/share/man/cat9/m_tag_copy.0.
2004-09-07 12:28:34 +00:00
enami
94265c64d4
Fix default format so that not to print NULL (e.g., ldd mozilla-bin).
2004-09-07 02:54:40 +00:00
lukem
1e6cfcfcaf
fix typo
2004-09-07 02:18:06 +00:00
enami
5cdda6c35f
ath_debug is bitmask and takes much wider value than 0, 1, or 2.
2004-09-07 01:15:59 +00:00
enami
a4ee532ba4
Adjust caller for net/if_ieee80211subr.c rev 1.11 change; the argument
...
`reassoc' is replaced with testing if the type is ..._REASSOC_REQ.
2004-09-07 01:07:40 +00:00
enami
872adc6ce0
No need to disable if we failed before enabling it.
2004-09-07 00:24:18 +00:00
thorpej
9946bbdb7a
Use CPUFLAGS for codegen options.
2004-09-06 23:41:21 +00:00
uwe
7caf846e65
Add lxtphy.
...
Requested in PR port-hpcsh/26863.
2004-09-06 23:32:59 +00:00
yamt
7e5cc54607
fix typos.
2004-09-06 21:53:25 +00:00
yamt
2b4fe0218c
sort.
2004-09-06 21:47:45 +00:00
yamt
c63e47f8b1
add MLINKS for each mbuf tagging functions.
2004-09-06 21:46:46 +00:00
bouyer
76f52e0733
Fix comment: xxstart() can also be called from xxrestart()
2004-09-06 20:38:14 +00:00
is
83e64d1f98
We don't build split sets anymore... don't confuse users.
2004-09-06 19:08:47 +00:00
is
78cf568c49
Clarify Apollo-accelerator-modifed-mainboard-SCSI vs.
...
Apollo-accelerator-provided-SCSI support status.
2004-09-06 18:56:16 +00:00
yamt
419ed6dbbc
add m_tag(9).
2004-09-06 18:25:00 +00:00
yamt
4ff6bb436c
document mbuf tagging interfaces.
2004-09-06 18:23:31 +00:00
is
0297f3ae8c
While in graphics mode, short-circuit text-mode functions that would destroy
...
graphics state. Same fix as ite_cl.c 1.4.
Problem reported, and original fix provided, by Pawel Chwalowski in PR 26788
(but had to be recreated because the original patch didn't apply due to
a whitespace problem).
2004-09-06 18:12:54 +00:00
wiz
b19910cb19
mdoc and Grammar improvements (at least I hope so :) ).
2004-09-06 16:25:29 +00:00
martin
ee9d1625eb
Make it compile on ports where u_quad_t is not printf-format-compatible
...
with unsigned long long.
2004-09-06 14:51:32 +00:00
wiz
8ba4c2c522
Add "near". Noted missing by David A. Holland in PR 26862.
2004-09-06 12:54:48 +00:00
wiz
2fb687e15b
- improve wording
...
- fix some grammar errors
- fix capitalization
By Christian Brueffer in PR 26859.
2004-09-06 12:52:54 +00:00
drochner
ea081c8468
fix a botch in config_found->config_found_ia transition,
...
by Havard Eidnes
2004-09-06 12:38:17 +00:00
yamt
d676f9e5b0
fr_check_wrapper: as ipf modifies application data as well when
...
doing application proxy, it's needed to ensure that the whole packet
is writable here.
2004-09-06 10:46:02 +00:00
yamt
056303b850
rip6_output: redo raw_ip6.c 1.67-1.67, using m_copyback_cow.
2004-09-06 10:05:14 +00:00
yamt
421ffa4969
pfil4_wrapper, pfil6_wrapper:
...
ensure that mbufs are writable beforehand as pf assumes it.
PR/26433.
2004-09-06 10:01:39 +00:00
yamt
d73bcfeb33
fr_check_wrapper, fr_check_wrapper6:
...
ensure that mbufs are writable beforehand as ipf assumes.
PR/26773 and PR/26850.
2004-09-06 10:00:43 +00:00
darrenr
9ec77d6329
Do not allow packets flagged with "out-of-window" (oow) to match "keep state"
...
rules and try to prevent such rules ("keep state with oow") from being loaded
into the kernel.
Pr: kern/26581
2004-09-06 09:55:13 +00:00
yamt
436ebe5788
add m_copyback_cow and m_makewritable.
2004-09-06 09:47:16 +00:00
yamt
ca6f5d2af0
- document m_copyback_cow and m_makewritable.
...
- note limitations of m_copyback.
- bump date.
2004-09-06 09:45:27 +00:00
yamt
e2139bcdc8
add m_copyback_cow and m_makewritable.
2004-09-06 09:43:29 +00:00
sekiya
8590eac465
Use the mace interrupt handler for PCI interrupts.
...
From KIYOHARA Takashi
2004-09-06 07:24:06 +00:00
dsl
4a83eca5d5
Save 2 more bytes (by adjusting the ERR_NO_LBA setup).
...
Use up all the space by adding a short banner message.
'Fn diskn' for bootsel and 'NetBSB MBR boot' for the non-bootsel code.
2004-09-05 21:42:43 +00:00
dsl
754b92f9b9
The last commit slightly increased the size of gzip - I had thought that
...
all the install media used the 'SMALL' variant, but this is not the case.
Redo the percentage print code to reduce the size to less than the old version.
Fix another fd leakage (didn't call fclose() if ferror() returned non-zero.
Change some maybe_warn() to maybe_warnx() in places I'm sure errno is undefined.
Call mayber_warn() earlier in other paths so that errno might still be valid.
Make the SMALL and NO_BZIP/COMPRESS_SUPPORT options all compile with WARNS=3.
2004-09-05 21:32:30 +00:00
snj
f6be58aa62
New sentence, new line, drop trailing whitespace, bump date for last.
2004-09-05 17:55:29 +00:00
jdolecek
6c0c833e0d
change the defines for cdev and bdev majors to 162, which is assigned
...
to vinum now
fixes PR kern/26855 by Andreas Wiese
2004-09-05 15:10:25 +00:00
sekiya
7e244e5e53
Oooops, iaa.iaa_name must be initialized.
2004-09-05 13:32:10 +00:00
sekiya
847a930d95
Use config_found_ia() rather than config_found().
2004-09-05 11:48:34 +00:00
jdolecek
ec083dc43c
linux_sa_get: g/c curproc use, we get the process as one of arguments
2004-09-05 09:38:17 +00:00
jdolecek
4032a79979
improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:
...
- print the socketcall type
- special case socket(2) call, it's also the only one with first argument
not being a socket descriptor
- only dump the relevant part of linux_socketcall_dummy_args, instead
of always the whole structure
2004-09-05 09:09:02 +00:00
wiz
89fb08a9ec
Bump date for removal of Kerberos option descriptions.
...
Remove dots at end of SEE ALSO.
2004-09-05 08:48:32 +00:00
manu
bd3e12fe2f
Kerberos support is broken in rcommands, thus making -K -k and -x options
...
unavailable. Remove theses options from the man pages (it won't be very
hard to bring them back if we fix kerberos one day)
2004-09-05 08:38:23 +00:00
manu
37c1557cc7
At submitter's request, add more comprehensive credits about IPv4 PIM
...
patches authors.
2004-09-05 08:25:41 +00:00
jdolecek
bae3c8fbb8
add some newer clone flags
2004-09-05 07:22:20 +00:00
manu
46cc47f4ab
Missing files that were recently added:
...
usr/include/netinet/pim.h
usr/include/netinet/pim_var.h
usr/share/man/cat4/multicast.0
usr/share/man/cat4/pim.0
usr/share/man/man4/multicast.4
usr/share/man/man4/pim.4
2004-09-05 06:32:03 +00:00
skd
2d0c1ccea9
Fill out correct cap variable so that DMA works again.
2004-09-05 05:07:41 +00:00
manu
4b9998badf
Forgotten fixes to sed(1)
2004-09-05 00:27:21 +00:00
manu
1eda7d0a6f
Document the recent progresses of compat_darwin(8)
2004-09-05 00:04:45 +00:00
manu
8e360fd5e9
Ooops, upside down...
2004-09-05 00:02:15 +00:00
manu
9b3a7b49be
Add IPv4 PIM support, submitted by Pavlin Radoslavov on tech-net@.
2004-09-04 23:59:38 +00:00