kent
d10ee65a85
Codec id ADS 0x70 is AD1980, not AD1981.
...
http://mail-index.netbsd.org/tech-kern/2003/09/03/0005.html
2003-09-07 11:59:39 +00:00
yamt
059404deaf
bremfree needs bqueue_slock held. assert it.
2003-09-07 11:57:43 +00:00
yamt
4868f89aae
buffer cache mp locks.
2003-09-07 11:55:43 +00:00
yamt
d20e923a9c
- raise spl to bio in lfs_countlocked() rather than having callers to do so.
...
- buffer cache MP locks.
- assert B_CALL buffers are not on the free queue.
2003-09-07 11:53:57 +00:00
yamt
4a78faea0f
- buffer cache MP locks.
...
- avoid changing buffer state on the free queue.
2003-09-07 11:47:07 +00:00
yamt
3ed90e8152
use LFS_DEBUG_COUNTLOCKED macro.
2003-09-07 11:44:22 +00:00
yamt
1d335cd660
remove variable names from prototype for consistency.
2003-09-07 11:37:13 +00:00
yamt
6bcc421d43
pool_cache(9) and links to it
2003-09-07 11:29:18 +00:00
kent
98f4ce5fd6
Use bitmask_snprintf() for printing ext id features.
2003-09-07 11:27:32 +00:00
yamt
1a8fb0c4bb
a pool_cache(9) manpage.
...
maybe incomplete, but better than none.
2003-09-07 11:24:34 +00:00
manu
83798d2727
Correctly check Mach-O fat header so that fat binaries get launched.
2003-09-07 11:16:59 +00:00
tsutsui
71427b1eb1
Handle SROM quirk of tulip on Cobalt RAQ2. Fixes kern/20702.
2003-09-07 10:45:11 +00:00
yamt
3284959051
add a missig period.
2003-09-07 10:09:07 +00:00
tron
8cfe1dc600
Add "COMPAT_16" option.
2003-09-07 09:33:56 +00:00
jdolecek
671a5964fa
one more sc_pgid change
2003-09-07 09:31:47 +00:00
jdolecek
0eb65eb6f2
for logsoftc.sc_pgid, use negative value for process group and positive
...
for process ID, to match e.g. how socket code sets things up
2003-09-07 09:30:20 +00:00
manu
606e47547a
Typo
2003-09-07 09:07:19 +00:00
manu
8e53685a40
Fix the build by removing machine dependent stuff from darwin_sysctl.h (it
...
is included by userland build, and it included darwin_machdep.h, which is
unavaillable for most arches)
2003-09-07 08:05:47 +00:00
manu
d13828a7dd
forgotten commit for KERN_PROCARGS sysctl in COMPAT_DARWIN
2003-09-07 07:50:31 +00:00
tsutsui
8a3f779eab
Fix typo.
2003-09-07 05:49:57 +00:00
isaki
515af69254
Delete strange ifdef x68k.
...
Requested by tsutsui@
2003-09-07 05:26:30 +00:00
isaki
bd7195dece
Remove an advertising clause.
2003-09-07 04:24:05 +00:00
dyoung
50fa2c1f44
Complete merge.
2003-09-07 04:10:39 +00:00
dyoung
76b1cd5bf9
Bring net80211/ sources up-to-date with FreeBSD.
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
2003-09-07 04:05:33 +00:00
uwe
b5623b232f
Use delay slot in STACK_SWITCH (catching up with sparc64 changes).
2003-09-07 02:08:31 +00:00
uwe
7d522ba08b
Use correct context to switch to.
...
From sparc64 fix by Andrey Petrov <petrov@netbsd>.
2003-09-07 01:54:47 +00:00
dyoung
cf8438b460
First stab at producing a unified NetBSD/FreeBSD 802.11 layer,
...
striving to keep the diffs short and simple.
* Replace FreeBSDisms (e.g. struct arpcom) with conditionally-compiled
NetBSDism (struct ethercom).
* Add compatibility shims in ieee80211_compat.*: provide NetBSD with
if_printf, for example.
* Convert FreeBSD node mutex uses to generic node critical-section
protection (ieee80211_node_critsect_begin, _end), replace
FreeBSD atomic arithmetic with generic alternative, and implement
generics in NetBSD
* Provide NetBSD-style 802.11 ioctls
* Style nits
2003-09-07 01:22:19 +00:00
uwe
edee4547b6
Define 'nil' as long and remove the cast in the *only* place it's used.
...
Makes gcc3 happy as well.
2003-09-07 00:52:01 +00:00
uwe
f8a341efaa
Drop bogus ## to make gcc3 happy.
2003-09-07 00:30:40 +00:00
itojun
dca8daa76d
remove meaningless line (variable overwritten 2 lines below)
2003-09-07 00:25:04 +00:00
mbw
61dda7acdb
include UFS support in partitioning section
2003-09-07 00:06:05 +00:00
mbw
106be46a1b
remove multiple processors from list of unsupported devices
2003-09-07 00:03:47 +00:00
mbw
555c661a0d
- remove AirPort and audio -- they were for 1.6
...
- add SMP since it will be in 2.0
- add UFS support since it will be in 2.0
2003-09-07 00:01:19 +00:00
christos
51a4dadbfe
adjust for SA_SIGINFO changes
2003-09-06 23:56:27 +00:00
manu
7dda8d2416
KERN_PROC and KERN_PROCARGS sysctl. This helps ps working (it's not
...
yet perfect)
2003-09-06 23:54:47 +00:00
mbw
6d521497d5
include macppc netbsd-GENERIC.MP.gz which supports SMP
2003-09-06 23:54:17 +00:00
manu
4de9ba3f19
Added vm_region_64 and thread_info
2003-09-06 23:52:25 +00:00
mbw
3dc04dd50b
macppc supports local FFS and UFS filesystems as distribution media
2003-09-06 23:52:24 +00:00
manu
f600082353
Added vm_region_64 and thread_info
2003-09-06 23:52:24 +00:00
mbw
ec893fbd66
minor nit about UFS support on macppc
2003-09-06 23:47:47 +00:00
christos
5d43dc85d6
Rename the thread command name so that it fits on top's display.
2003-09-06 23:28:30 +00:00
christos
b5afd1a527
welcome to 1.6Z
2003-09-06 23:23:17 +00:00
wiz
9ff10e9612
Mark up NULL; whitespace nits.
2003-09-06 23:20:57 +00:00
christos
d5f61bb017
SA_SIGINFO changes
2003-09-06 23:15:35 +00:00
christos
ec30b8c224
Add __sigtramp2.S
2003-09-06 22:56:47 +00:00
erh
96cd5369b0
Use vn_marktext to set the VTEXT flag on the vnode of the executable.
...
This satisfies the KASSERT at the beginning of vmvmd_map_pagedvn() and avoids
an immediate panic when attempting to execute a PECOFF binary.
2003-09-06 22:55:06 +00:00
christos
cdf03491b8
rename exp to expo to avoid global shadowing warning.
2003-09-06 22:47:56 +00:00
christos
66a72d2998
Add COMPAT_16
2003-09-06 22:39:23 +00:00
christos
6607193a4c
simple tests to verify new signal trampoline works.
2003-09-06 22:27:22 +00:00
christos
561e92ee2f
mention that you *need* COMPAT_16 before building.
2003-09-06 22:12:42 +00:00