yamt
2bc7120ab8
when calling create-type VOP, make sure that va_mode is set
...
even when a client doesn't specify it.
(most filesystems get confused if va_mode is VNOVAL.)
2004-12-09 01:48:22 +00:00
briggs
82b7820648
Revamp the old-world interrupt support based on better understanding of
...
the hardware. Inspired by Michael Lorenz with some hints from OpenDarwin
sources. Thanks to Michael for beginnings of the patch and for both
discussion and testing. Thanks to Tim Kelly and Riccardo Mottola for
further testing.
2004-12-09 01:43:37 +00:00
matt
d337725eb3
When dumping the file entry, print the usecount and iflags too.
2004-12-09 01:14:59 +00:00
matt
c7914c97fe
Make syslogd automatically recover from full disks by noticing that the
...
write error was ENOSPC and either wait for a successfull write or a
different errno.
2004-12-09 00:56:47 +00:00
simonb
23a85fb5b0
libgcc has __fixunsdfsi and __fixunssfsi, so don't build
...
the softfloat versions of these.
Fixes PR toolchain/24509 from Masao Uebayashi.
2004-12-09 00:39:41 +00:00
matt
42e9e00c87
Make MSIZE and MCLSHIFT overrideable in <machine/param.h>
2004-12-09 00:37:54 +00:00
dyoung
a8699ab9a4
As pointed out by Greg Troxel, ifmedia_entrys were allocated with
...
malloc_type M_IFADDR and freed with malloc_type M_DEVBUF. This
causes a panic(9) in DIAGNOSTIC kernels. Add malloc_type M_IFMEDIA
and use it for both malloc'ing and free'ing ifmedia_entrys.
2004-12-08 20:37:43 +00:00
jmc
8a90e8bcc4
Fix for new binutils
2004-12-08 19:37:34 +00:00
bouyer
937bfab712
Move ata_dmaerr() so that it's called only when there really has been an error
...
(ata_bio->r_error doesn't containt anything meaningfull if no error occured).
Fix kern/28255 by Izumi Tsutsui, but with a different patch.
2004-12-08 18:49:52 +00:00
peter
9e45393a6f
Change .Nx 2.1 to .Nx 3.0, because 3.0 will be the next major
...
release, not 2.1.
2004-12-08 18:35:56 +00:00
peter
2ba72368c6
Correct some uses of macros:
...
- use .Cm for command modifiers.
- use .Fl / .Ar for flags / arguments.
- use .Cd for pseudo-device in SYNOPSIS.
- use .Pa for paths.
Approved by wiz.
2004-12-08 18:33:32 +00:00
cube
3cc5417f0a
Add ixpide.
2004-12-08 15:54:39 +00:00
wiz
b7ceeca8dd
New sentence, new line. Bump date for **.
2004-12-08 15:44:21 +00:00
mrg
ca2ba2d989
mknative for i386, sparc & sparc64 for binutils 2.15.
...
bump shlib.
2004-12-08 15:13:33 +00:00
mrg
c47c675845
bfd/elflink.c
2004-12-08 14:57:53 +00:00
mrg
e7fdb20d02
avoid 32 bit shift on 32 bit type
2004-12-08 14:57:52 +00:00
mrg
6cd5325a7e
bfd/elflink.c
2004-12-08 14:57:52 +00:00
mrg
e4b0a4a67a
fix a compile-time warning.
2004-12-08 14:27:05 +00:00
wiz
a8f9214c6d
Actually, undo br/";" changes of previous, they are necessary
...
because .Ft/.Fn are not used in the SYNOPSIS.
2004-12-08 14:12:43 +00:00
wiz
9bc9b7596d
Consistency with other man pages: do not break between function type and function;
...
remove semicolon after function.
Remove superfluous Pp and bump date for uvm_unmap documentation.
2004-12-08 14:10:03 +00:00
mrg
67891deae5
merge binutils 2.15 cornflakes.
...
XXX: some info files are not yet totally fixed up..will fix.
2004-12-08 13:38:11 +00:00
mrg
adc74f2444
these files are created at build time
2004-12-08 13:38:10 +00:00
mrg
70ee3f68e3
merge binutils 2.15 cornflakes.
...
XXX: some info files are not yet totally fixed up..will fix.
2004-12-08 13:38:07 +00:00
reinoud
a80eefb9fc
Accidently added SMBfs support as default wich is still declared as
...
expirimental to my knowledge.
2004-12-08 13:30:10 +00:00
reinoud
4dddbc1c21
Add IPv6 support like all other architectures do and add NetBSD 2.0
...
binary compatibility
2004-12-08 13:28:27 +00:00
reinoud
ce52f6650b
Add NetBSD 2.0 compatibility setting
2004-12-08 13:24:49 +00:00
reinoud
fc45116dff
Add IPv6 support as default since all ports now have it as default; no use
...
to delay NC's since it doesn't that much memory too.
2004-12-08 13:23:45 +00:00
reinoud
0abd1fb564
Commit some cosmetic changes to the no longer used bootloader... they were
...
lurking her and it could be used for reference one day.
2004-12-08 13:19:00 +00:00
mrg
e88da0ac40
initial import of binutils 2.15 branch (20041204)
2004-12-08 09:52:50 +00:00
mrg
0b0695816f
these files are created at build time
2004-12-08 09:47:04 +00:00
mrg
ddc1ca5b37
these files are created at build time
2004-12-08 09:08:53 +00:00
mrg
3fa5a086b0
these files are created at build time
2004-12-08 08:49:27 +00:00
martin
0a72984c77
Factor out softc cleanup after loss of session into pppoe_clear_softc.
...
Use this when loosing the ethernet interface (when it deataches).
Fixes PR kern/28375.
2004-12-08 07:43:29 +00:00
jmc
40c0737463
Fixed for PR#28581. If stdin is the input stream, fstat it and check if it's
...
file. If so, use it's mtime for the mtime in the header. Otherwise use
time(2)'s result instead. Lines up with GNU gzip and RFC 1952 now as well.
2004-12-08 06:38:40 +00:00
jmc
a9a7fc8f81
Always set -DXFREE86 since all it does is add XFree86 as a possible X server to
...
the stderr list if exec fails for X. This allows xinit to be shared
across MACHINE_ARCH for mipseb and powerpc now
2004-12-08 05:34:50 +00:00
briggs
710cfd7aef
Add MPC7400 to the list of CPUs for which we try to measure the speed.
...
Noticed missing by Tim Kelly.
2004-12-08 03:07:03 +00:00
chs
bc7f8afb31
use the m68k-common procfs_machdep.c on all m68k platforms.
2004-12-08 02:32:33 +00:00
snj
654ad24a7f
New sentence, new line, Xref fsck(8), use Dq.
2004-12-08 01:22:00 +00:00
thorpej
4127c59173
Define SYNCHRONIZE CACHE (16).
2004-12-07 23:21:06 +00:00
thorpej
6ad79ad747
SYNCHRONIZE_CACHE -> SYNCHRONIZE_CACHE_10
2004-12-07 23:16:40 +00:00
thorpej
dffe7d8e8d
READ_CAPACITY -> READ_CAPACITY_10
2004-12-07 23:14:03 +00:00
thorpej
ce91ac7d6b
USe more appropriate macro/struct names for READ/WRITE (6) and
...
READ/WRITE (10).
2004-12-07 23:07:31 +00:00
thorpej
78e83f262c
Nothing references "struct scsi_generic" anymore; delete it.
2004-12-07 22:27:17 +00:00
thorpej
d5083f78be
Use "struct scsipi_command" in internal command structures so that
...
we have enough space for 16-byte CDBs.
2004-12-07 22:23:45 +00:00
jdolecek
19d91c00f9
document reload option, description shamelessly stolen off ffs_reload()
...
comment
2004-12-07 21:38:58 +00:00
thorpej
a974bfe8ce
- Use the cmdlen specified in the scsipi_xfer structure. Keying off
...
the command group ID won't necessarily work for vendor-specific commands.
- Expand the storage in the SC_REQ structure to account for 16-byte commands.
2004-12-07 21:12:42 +00:00
thorpej
31dc1f0cd3
Move a comment to indicate the true "end of hardware supported fields".
2004-12-07 19:14:57 +00:00
kleink
c17d5db72f
Add the `shutdown' keyword, giving racoon a chance to flush the SAD
...
upon termination.
2004-12-07 17:37:15 +00:00
jwise
8e40de5fcb
Since we fall back to /etc/calendar now (if present), put that path properly
...
in pathnames.h.
2004-12-07 16:47:32 +00:00
briggs
f06d48126e
Bring in some code to deal with devices in the lower slots of a UMAX S900
...
and perhaps PowerMac 9500. These slots sit behind a PCI-PCI bridge, and
devices in those slots inherit the PCI-PCI bridge interrupt. Derived from
a patch submitted in PR port-macppc/26341 by Michael Loreny, who was also
diligent in prodding me to look at it.
2004-12-07 15:42:08 +00:00