sam
10ba1b2264
802.11 mode bits are now masks; convert to suit
2004-01-15 15:19:19 +00:00
ru
50d3eaced7
Added description for libthr.
...
Reviewed by: deischen
2004-01-15 15:18:21 +00:00
ume
2d19c21359
remove EAI_NODATA aliased to EAI_NONAME.
...
PR: bin/61369
2004-01-15 15:10:02 +00:00
onoe
967be25690
Cleanup obsolete text:
...
- hostap and ibss creation now works.
- delete messages for common net80211 layer from DIAGNOSTICS.
2004-01-15 14:06:51 +00:00
onoe
da242ceb23
Correct beacon (src/bssid) for hostap and adhoc mode.
2004-01-15 13:30:06 +00:00
maxim
f1fb990079
o Document -s flag.
...
No objections from: ume
MFC after: 2 weeks
2004-01-15 13:23:21 +00:00
maxim
d675b0ba7c
o -c (compact) flag is ipfw2 feature.
...
PR: bin/56328
MFC after: 3 days
2004-01-15 12:59:44 +00:00
maxim
36a468e048
o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.
...
MFC after: 3 days
2004-01-15 12:57:04 +00:00
alex
f1fc1fb354
Add RSH to the list of enviroment variables.
2004-01-15 12:13:54 +00:00
ru
62909c52c9
Assorted markup fixes.
2004-01-15 11:15:27 +00:00
nyan
fcd08fd18b
Add missing '\' in previous change.
2004-01-15 10:17:43 +00:00
des
f270054cd3
New file descriptor allocation code, derived from similar code introduced
...
in OpenBSD by Niels Provos. The patch introduces a bitmap of allocated
file descriptors which is used to locate available descriptors when a new
one is needed. It also moves the task of growing the file descriptor table
out of fdalloc(), reducing complexity in both fdalloc() and do_dup().
Debts of gratitude are owed to tjr@ (who provided the original patch on
which this work is based), grog@ (for the gdb(4) man page) and rwatson@
(for assistance with pxeboot(8)).
2004-01-15 10:15:04 +00:00
ru
eb1be5f02d
Fixed "make clean".
2004-01-15 10:07:59 +00:00
onoe
cebefd568c
Use generic net80211 framework for awi driver.
...
Restore awi to be workable again; it was broken..
XXX: The initialization is still unreliable yet, it sometimes fails on
some card.
2004-01-15 10:04:21 +00:00
ru
87d16f5dc7
Fixed "make clean".
2004-01-15 10:02:34 +00:00
ru
a317b8593f
Alongside revision 1.382, don't build profiled libraries so early
...
in the build -- it's OK to keep this for the "make all" phase.
2004-01-15 09:50:54 +00:00
onoe
df98da69f8
Add support for FH phy, which will be used by awi driver.
...
Also some if_media constants to indicate operational mode are changed
to bitmasks to reduce diffs from NetBSD.
2004-01-15 08:44:27 +00:00
grehan
6a800733b4
- add openpic macio and psim/iobus attachments
...
- alpha sort powermac files
2004-01-15 08:43:46 +00:00
wpaul
a9ec6bafa4
Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe().
...
I only have one driver that references this routine (for the 3Com 3cR990)
and it never gets called, but just in case, here it is.
2004-01-15 07:42:26 +00:00
mdodd
0355fa47c4
Add a per controller IOCTL interface.
2004-01-15 06:37:52 +00:00
mdodd
cad1b4753f
- Add comments.
...
- Add more command defines and data structures.
- Re-organize struct ida_drive_info to factor out struct ida_drive_info
which will be used elsewhere.
2004-01-15 04:05:47 +00:00
mdodd
5a24570752
Insure values of adapter structure members are in correct byte order.
2004-01-15 02:42:20 +00:00
truckman
f76d668175
VOP_GETATTR() wants the vnode passed to it to be locked. Instead
...
of adding the code to lock and unlock the vnodes and taking care
to avoid deadlock, simplify linux_emul_convpath() by comparing the
vnode pointers directly instead of comparing their va_fsid and
va_fileid attributes. This allows the removal of the calls to
VOP_GETATTR().
2004-01-14 22:38:03 +00:00
ru
82162ee86d
Spell POSIX threads library as "libpthread", mdoc(7) is smart
...
enough to render it as "-lkse" these days.
2004-01-14 21:53:19 +00:00
ru
57b6bbbf56
Have a single set of POSIX threads man pages. The LIBRARY section
...
of each manpage lists libraries that have corresponding interfaces
implemented.
Prodded by: threads
Reviewed by: deischen
2004-01-14 21:44:26 +00:00
sos
894449cd93
Use UMA instead of plain malloc for getting ATA request storage.
...
This gives +10% performance on simple tests, so definitly worth it.
A few percent more could be had by not using M_ZERO'd alloc's, but
we then need to clear fields all over the place to be safe, and
that was deemed not worth the trouble (and it makes life dangerous).
2004-01-14 21:26:35 +00:00
ru
8eb3bce250
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
...
Reviewed by: deischen
Repocopy by: markm
2004-01-14 21:22:10 +00:00
ru
e2d68ddc6e
This interface is not provided by libc_r. It is, on the other
...
hand, is also provided by libthr, but this will be addressed
later.
2004-01-14 21:12:39 +00:00
des
0f1adf8cc1
Back out previous commit, which as bde@ pointed out is a no-op.
2004-01-14 21:02:06 +00:00
ru
0223333b35
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
...
- sem_*(3) manpages were repocopied from libc_r.
Reviewed by: deischen
Repocopy by: markm
2004-01-14 20:54:16 +00:00
njl
c210bf5986
This commit was generated by cvs2svn to compensate for changes in r124528,
...
which included commits to RCS files with non-trunk default branches.
2004-01-14 18:54:22 +00:00
njl
041f94a8ba
When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",
...
be sure to increment the refcount of the argument so it is not
prematurely deleted. This is a workaround and may appear in a different
form in ACPI-CA. This fixes battery evaluation on Thinkpads that was
broken by fixing the Dell battery state.
Submitted by: Luming Yu <luming.yu@intel.com>
2004-01-14 18:54:22 +00:00
mjacob
94ed1ce484
Update firmware sets for the 12160, 2200 and 2300 cards to the (more or
...
less) latest from QLogic.
2004-01-14 18:38:03 +00:00
ume
ff9ef7b641
-DSMALL will remove the need of dump.c (for rtsol)
...
Obtained from: KAME
2004-01-14 17:59:38 +00:00
ume
7fa7bd6ad2
add -F flag, which configures sysctl(8) setting by rtsold
...
itself (rather than warn about the current setting).
Obtained from: KAME
2004-01-14 17:42:03 +00:00
ume
ab3e3db491
ansify.
...
Obtained from: KAME
2004-01-14 17:16:19 +00:00
ume
ae8f515ebb
use timeradd/sub/cmp.
...
Obtained from: KAME
2004-01-14 16:55:08 +00:00
nyan
cf600926e9
MFi386: revision 1.462
2004-01-14 15:11:08 +00:00
sos
3892f4c9cb
Fix potential cable detection problem on older CMD chips.
2004-01-14 14:24:36 +00:00
brueffer
f1b545fd1e
Add MLINK:
...
rue.4 -> if_rue.4
2004-01-14 13:35:15 +00:00
des
43e5099afd
Re-add libkern/ffs.c. I thought sparc64 had an inline version, but
...
failed to notice that it's #if 0'ed out.
2004-01-14 08:38:13 +00:00
des
5af668018e
#include <machine/cpufunc.h>, which may define inline versions of some
...
of the functions in libkern. Without this, parts of the kernel would
reference a non-existent (undeclared and undefined) ffs() function; the
only reason this didn't break the kernel build is that gcc happens to
have a built-in ffs() and incorrectly fails to warn about the lack of
prototypes for built-in functions.
2004-01-14 08:36:36 +00:00
des
9766be385f
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00
alc
24162d19e2
Remove vm_page_alloc_contig(). It's now unused.
2004-01-14 06:21:38 +00:00
alc
dcc8e5e949
Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO to
...
contigmalloc() instead of calling bzero().
2004-01-14 06:14:35 +00:00
ume
050a771ddf
invalidate secpolicy pcb cache on key_timehandler. part of
...
http://sources.zabbadoz.net/freebsd/patchset/110-ipsec-netkey-key.diff
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Reviewed by: itojun
2004-01-14 04:39:40 +00:00
ume
2f5ae919c2
add missing key_freesp()s. part of
...
http://sources.zabbadoz.net/freebsd/patchset/110-ipsec-netkey-key.diff
with some modification.
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Reviewed by: itojun
Obtained from: KAME
2004-01-14 04:10:28 +00:00
wpaul
5acce6f727
mp_ncpus is always defined now, so no need to do an #ifdef SMP in
...
ndis_cpu_cnt().
2004-01-14 01:16:14 +00:00
hrs
47e70ee097
Catch up with the English version:
...
1.57 -> 1.59 errata/article.sgml
2004-01-14 01:08:05 +00:00
alc
6beca3ccdd
Use contigmalloc() instead of vm_page_alloc_contig().
2004-01-14 00:52:53 +00:00