mycroft
b6e043eed2
Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever test
...
the "bus type" for this.
Merge all the code in the SCSI and ATAPI backends for "cd" devices. All of
the mode page handling and whatnot is general to SCSI MMC devices, and should
never have been separated to begin with. This fixes a variety of problems,
and adds load/unload support for SCSI-attached devices.
2003-09-07 22:11:22 +00:00
itojun
ce112dfc4f
add -t option for gmt time offset (normally MS-DOS filesystem has timestamp
...
in localtime, not GMT). PR kern/22717
2003-09-07 22:09:11 +00:00
rafal
ece5b8e67d
Catch up to Christos' SIGINFO changes.
2003-09-07 21:37:19 +00:00
scw
20fb5a9f59
Cast from pointer type to db_addr_t via intptr_t.
2003-09-07 21:28:16 +00:00
fvdl
0135fe160a
x86_64 gcc3 and binutils glue. Not yet used.
2003-09-07 21:24:53 +00:00
seb
4fa89f262a
Remove link from pool_cache.9 to itself.
...
Implicit approval by kleink@.
2003-09-07 21:14:22 +00:00
seb
ad0a9298df
Fix extension on pool_cache* cat pages.
...
Approved by kleink@.
2003-09-07 21:06:06 +00:00
seb
67ea8250d5
Update the other reference to libc to version 103.
...
Approved by kleink@.
2003-09-07 21:05:18 +00:00
yamt
753a6151b9
comments on lfs_issequential_hole.
2003-09-07 21:00:36 +00:00
itojun
fdbe07d467
revisit spihash logic
2003-09-07 20:41:27 +00:00
uwe
9f598eb5ba
DOH, sparc was not doing p_userret processing in userret()!
...
Adding it helps SA a great deal. E.g. ogg123 actually works now.
2003-09-07 20:41:05 +00:00
tron
c975f55b04
Minor version of "libc" was bumped.
2003-09-07 19:21:19 +00:00
wiz
c4f582bcc6
Fix typos in comments; from Brian Poole via jmc@openbsd.
2003-09-07 19:06:50 +00:00
wiz
47190e80b8
Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
...
From jmc@openbsd.
2003-09-07 16:22:20 +00:00
itojun
800fe5d178
- prepare for RFC2401bis 64bit sequence number (no behavior change yet)
...
- use hash for SPI-based SAD entry lookup (should be faster, i hope)
- cleanup keydb.c and key.c. key.c is responsible for refcounting secasvar,
keydb.c is responsible for alloc/free.
2003-09-07 15:59:36 +00:00
wiz
a3390acd07
Punctuation improvement from jmc@openbsd.
2003-09-07 15:58:58 +00:00
wiz
306ad0947f
Grammar improvements from Jason Lingohr in PR 22712.
2003-09-07 15:57:30 +00:00
itojun
bfa3dccfd7
prototype should have no variable name
2003-09-07 15:50:43 +00:00
tron
b0594a9271
Compile in the i845/i865 fallback attachment code only if generic AGP Intel
...
support is enabled.
2003-09-07 15:40:57 +00:00
tron
3c33a1ee2d
If we fail to find the Integrated Graphics Device of an Intel i840 or
...
i865 chipset try the generic Intel AGP code because it is probably
a motherboard without onboard graphics.
2003-09-07 15:25:28 +00:00
cl
89d0cfd21f
Remove possible race condition in upcall recycling.
2003-09-07 14:47:44 +00:00
fvdl
bd84ee9c7a
Revert arc4random usage. makefs is only used for install images,
...
filehandle randomization is not an issue there, and using arc4random
broke building makefs as a host tool.
2003-09-07 14:24:08 +00:00
uwe
ca90f34170
Widen FLAGS column for ps/l so that all defined l_flag flags fit.
2003-09-07 14:14:36 +00:00
wiz
fed69d20fb
Fix a Xr (missing section), and sort SEE ALSO.
2003-09-07 14:10:34 +00:00
ragge
bfd142bfad
Remove next_instr_address(), it's a macro.
2003-09-07 13:33:38 +00:00
tron
fadd4495f2
Adding "${.CURDIR}/../coda" to the path causes build failures if object
...
files exist in that directory. Simply creating a symbolic link to the file
"${.CURDIR}/../coda/lkminit_vfs.c" via "LNFILES" fixes that problem.
2003-09-07 12:25:54 +00:00
yamt
02b67863b8
assert mbuf chains m_cat'ed are of the same type.
2003-09-07 12:04:13 +00:00
yamt
1c9095a5b6
buffer with B_CALL shouldn't be brelse'ed. assert it.
2003-09-07 11:59:40 +00:00
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