Christian Brueffer
f1fc09471b
awi(4) needs 'device wlan' now
2004-01-15 17:21:06 +00:00
Ruslan Ermilov
95e055a2cf
Removed the IMPLEMENTATION NOTES section made redundant by not
...
putting libc_r into the LIBRARY section.
2004-01-15 16:13:49 +00:00
Ruslan Ermilov
69a16e1e28
pthread_multi_np() is implemented in all threading libraries.
...
pthread_single_np() is not implemented in libthr.
2004-01-15 16:12:11 +00:00
Ruslan Ermilov
2ed59d22bd
Return ENOTSUP instead of -1.
2004-01-15 16:09:58 +00:00
Ruslan Ermilov
bc5cc7732e
Revert previous delta -- these interfaces aren't supported by libthr.
2004-01-15 16:07:52 +00:00
Ruslan Ermilov
f9f9d2e804
Document interfaces that are supported by libthr.
2004-01-15 15:59:00 +00:00
Ruslan Ermilov
207659654a
Put libufs into the correct slot in the list.
2004-01-15 15:19:31 +00:00
Sam Leffler
fbc5a4076e
802.11 mode bits are now masks; convert to suit
2004-01-15 15:19:19 +00:00
Ruslan Ermilov
0cce80b925
Added description for libthr.
...
Reviewed by: deischen
2004-01-15 15:18:21 +00:00
Hajimu UMEMOTO
c77fb52188
remove EAI_NODATA aliased to EAI_NONAME.
...
PR: bin/61369
2004-01-15 15:10:02 +00:00
Atsushi Onoe
f36568f97c
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
Atsushi Onoe
7cab13c7c0
Correct beacon (src/bssid) for hostap and adhoc mode.
2004-01-15 13:30:06 +00:00
Maxim Konovalov
7a4ff692d0
o Document -s flag.
...
No objections from: ume
MFC after: 2 weeks
2004-01-15 13:23:21 +00:00
Maxim Konovalov
3abea06d63
o -c (compact) flag is ipfw2 feature.
...
PR: bin/56328
MFC after: 3 days
2004-01-15 12:59:44 +00:00
Maxim Konovalov
d06b32b094
o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.
...
MFC after: 3 days
2004-01-15 12:57:04 +00:00
Alexander Langer
93ba0fc8b8
Add RSH to the list of enviroment variables.
2004-01-15 12:13:54 +00:00
Ruslan Ermilov
8e750fa2e6
Assorted markup fixes.
2004-01-15 11:15:27 +00:00
Yoshihiro Takahashi
ba547cb42d
Add missing '\' in previous change.
2004-01-15 10:17:43 +00:00
Dag-Erling Smørgrav
a2fe44e8cf
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
Ruslan Ermilov
0161ff2670
Fixed "make clean".
2004-01-15 10:07:59 +00:00
Atsushi Onoe
d148e81e76
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
Ruslan Ermilov
92b3ea67b9
Fixed "make clean".
2004-01-15 10:02:34 +00:00
Ruslan Ermilov
897ca6ebd9
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
Atsushi Onoe
4844aa7d12
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
Peter Grehan
f8735aa3bd
- add openpic macio and psim/iobus attachments
...
- alpha sort powermac files
2004-01-15 08:43:46 +00:00
Bill Paul
70e8088cde
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
Matthew N. Dodd
a85ce5b61f
Add a per controller IOCTL interface.
2004-01-15 06:37:52 +00:00
Matthew N. Dodd
b7279e13a8
- 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
Matthew N. Dodd
cacc81a67c
Insure values of adapter structure members are in correct byte order.
2004-01-15 02:42:20 +00:00
Don Lewis
ff5f695e78
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
Ruslan Ermilov
5360187e7a
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
Ruslan Ermilov
ec7452f103
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
Søren Schmidt
5df3ca789c
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
Ruslan Ermilov
1f0bfc3ee5
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
Ruslan Ermilov
fac93adb3d
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
Dag-Erling Smørgrav
8892f1439b
Back out previous commit, which as bde@ pointed out is a no-op.
2004-01-14 21:02:06 +00:00
Ruslan Ermilov
fccedf067d
- 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
Nate Lawson
2cb740cc11
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
Nate Lawson
b88cf1027b
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
Matt Jacob
58feac18f2
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
Hajimu UMEMOTO
5538fd1e35
-DSMALL will remove the need of dump.c (for rtsol)
...
Obtained from: KAME
2004-01-14 17:59:38 +00:00
Hajimu UMEMOTO
fcdaee3127
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
Hajimu UMEMOTO
8e7409eda3
ansify.
...
Obtained from: KAME
2004-01-14 17:16:19 +00:00
Hajimu UMEMOTO
d05ae8c388
use timeradd/sub/cmp.
...
Obtained from: KAME
2004-01-14 16:55:08 +00:00
Yoshihiro Takahashi
2a9e935823
MFi386: revision 1.462
2004-01-14 15:11:08 +00:00
Søren Schmidt
ee242ddc36
Fix potential cable detection problem on older CMD chips.
2004-01-14 14:24:36 +00:00
Christian Brueffer
a16f34fd21
Add MLINK:
...
rue.4 -> if_rue.4
2004-01-14 13:35:15 +00:00
Dag-Erling Smørgrav
7f3155aab1
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
Dag-Erling Smørgrav
13ffdb96fd
#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
Dag-Erling Smørgrav
29554ea51a
Translate from GNU C to ISO C.
2004-01-14 07:47:10 +00:00