wiz
e69dc8ffac
Fix some broken mdoc. Closes PR 21124 from Igor Sobrado.
2003-04-13 16:35:02 +00:00
cjep
cb8e57462e
Builtin -> Built-in. PR#21129
2003-04-13 16:12:59 +00:00
cjep
0ea55ddab3
standalone -> stand-alone. PR#21128
2003-04-13 16:11:49 +00:00
cjep
f46e568a4b
Typo (wheter -> whether). PR#21126.
2003-04-13 16:05:46 +00:00
cjep
58ab011c50
standalone -> stand-alone. PR#21125.
2003-04-13 16:04:02 +00:00
yamt
f5f20840e2
save and restore errno in signal handlers.
2003-04-13 10:22:40 +00:00
jmmv
8fee00a553
... ca/LC_MESSAGES is not needed.
2003-04-13 09:54:41 +00:00
jmmv
4f7db6cd44
Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
...
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00
dsl
6ff706ac19
CONSTCONT should have been CONSTCOND
2003-04-13 09:08:04 +00:00
dsl
b757e31c2a
Fix error message for 64bit daddr_t
2003-04-13 07:51:30 +00:00
dbj
952f555608
grammar nit. "set to." changed to "to which"
2003-04-13 07:15:20 +00:00
christos
aa5b09ddbf
PR/21117: Robert Elz: Makefile-ioctl.c mishandles dependencies
2003-04-13 05:04:00 +00:00
tsutsui
dcc0f5a63d
Fix typo in printf message.
2003-04-13 04:07:34 +00:00
explorer
a09cd2fd46
typo, s/TX4/TX2/
2003-04-13 01:53:00 +00:00
wiz
1ed976874c
Remove trailing space.
2003-04-13 01:45:06 +00:00
christos
0585b39b51
PR/3495: Koji Imada: amd timeout for ffs.
2003-04-12 21:57:16 +00:00
oster
483ec40279
Briefly describe how to enable a number of the optional RAID types.
...
Remove wording which suggests that SCSI IDs need to be hard-coded --
this hasn't been a requirement since auto-configure.
2003-04-12 21:20:04 +00:00
zuntum
1a2ec1a713
add missing parenthesis
2003-04-12 16:39:19 +00:00
yamt
dcf4c9093f
fix a typo in the previous.
2003-04-12 14:41:28 +00:00
yamt
1505b097fa
set b_resid correctly.
2003-04-12 14:38:57 +00:00
yamt
f8b7159909
unbusy a page after put it on the queue.
...
fix a panic with UVM_PAGE_TRKOWN when doing swapoff.
2003-04-12 14:36:43 +00:00
yamt
9ad479d8c2
split nfs_doio to nfs_doio_{phys,read,write} to avoid too deep indents.
2003-04-12 14:26:58 +00:00
he
e12cae5ab1
Track the bump of libutil minor (hi, Christos!).
2003-04-12 13:41:06 +00:00
explorer
38fd615cff
add an older pci id for SATA150TX2PLUS, too
2003-04-12 10:41:04 +00:00
fvdl
ba400f9233
Don't cache buffers used when finding the superblock, it can lead to
...
seeing bogus data for the first cg with certain block/frag sizes.
From enami tsugutomo.
2003-04-12 10:35:58 +00:00
fvdl
9e0b0abaa7
Use variables for some cg accesses; makes things more readable and more
...
similar to FreeBSD. No functional change.
2003-04-12 10:33:17 +00:00
christos
efc2b2a122
PR/9513: Graywolf: ypmatch fails on mail.aliases, mail.byaddr from Solaris
2003-04-12 09:13:28 +00:00
christos
4a09954028
PR/9286: Steven Grunza: Win98 warm boot puts 3c905B in state D3 and causes
...
ex driver failure
2003-04-12 09:03:25 +00:00
christos
611ca7be61
regen
2003-04-12 08:41:20 +00:00
christos
f45b1c425d
PR/8754: Andreas Wrede: Add SIIG devices
2003-04-12 08:40:48 +00:00
christos
2d2910a91a
PR/21108: Christopher SEKIYA: if_wi_pci.c rev 1.21 is incorrect for PLX-9052
2003-04-12 08:17:45 +00:00
dogcow
dc650bfb56
Document ip.checkinterface
2003-04-12 07:41:12 +00:00
simonb
4dcb48921b
Use "options<space><tab>".
2003-04-12 07:39:39 +00:00
yamt
043759a005
- do FILESYNC writes if we're freeing the page or the page doesn't
...
belong to us. otherwise, data will be lost on server crash.
- use b_bcount instead of b_bufsize to determine
how many pages we should deal with.
based on a patch from Chuck Silvers.
discussed on tech-kern.
2003-04-12 06:53:09 +00:00
tsutsui
8d11ba186d
Add some delays between 8bit reads of DSTAT and SSTAT0 registers
...
as per the 53c710 manual. Pointed out by fredette in osiop_gsc.c long ago.
2003-04-12 06:42:38 +00:00
tsutsui
49c64e1d70
Fixes from OpenBSD:
...
- Fix index bounds checking in save data pointers logic.
- Fix an indent problem and an extra blank space.
2003-04-12 06:11:15 +00:00
christos
d1a84b8d3f
kill the ASYNCMAP ones1
2003-04-12 05:01:01 +00:00
christos
c56f7f428b
get rid of the ASYNCMAP ioctls
2003-04-12 05:00:38 +00:00
christos
a16e9fc559
add checkinterface
2003-04-12 04:32:54 +00:00
thorpej
9b3ce45b2a
Add two new mbuf routines:
...
* m_apply(), which applies a function to each mbuf in chain
starting at a specified offset, for a specified length.
* m_getptr(), which returns a pointer to the mbuf, as well as
the offset into that mbuf, corresponding to an offset from
the beginning of an mbuf chain.
From OpenBSD, cleaned up slightly by me.
2003-04-12 02:49:25 +00:00
tsutsui
04568b646b
Link libz after libmagic otherwise it fails on NOPIC ports.
2003-04-12 02:15:22 +00:00
perry
765e98ca6e
Document the -v and -z flags.
2003-04-12 01:08:28 +00:00
perry
d229e19ca4
Add an option (-z) like -v except that it clears the input/output
...
stats after printing them.
(Basically this just calls SIOCZIFDATA instead of SIOCGIFDATA).
Submitted by Jean-Edouard BABIN in PR bin/21078
However, he suggested using -c, and cgd (reasonably) noted that -z for
"zero" was probably more reasonable.
I've also changed the code very slightly.
2003-04-12 01:07:43 +00:00
dogcow
6045dfd329
PR/991: Darren Reed: Add a sysctl (checkinteface) to implement this. This
...
implementation is taken from FreeBSD, but we default to off.
XXX: We should really do this on a per ifaddr basis as jason suggested.
2003-04-12 00:17:49 +00:00
thorpej
590fe82698
Use MKPICLIB to determine if we should have a dependency on the .a or
...
_pic.a version of the library.
2003-04-11 22:46:02 +00:00
thorpej
9d788d6da1
Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It
...
is sometimes necessary for non-library Makefiles to determine if _pic
libraries are being built.
Problem pointed out by Havard Eidnes.
2003-04-11 22:40:31 +00:00
nathanw
ff28c51cc0
Make cpu_getmcontext() run the PC through ras_lookup() so that kernel
...
getcontext() plus userlevel setcontext() (as used in libpthread) respects
the atomicity of RAS regions.
2003-04-11 22:02:28 +00:00
nathanw
23df4fb463
Use PAGE_SIZE rather than NBPG.
2003-04-11 21:20:45 +00:00
grant
680230355c
improve a message
2003-04-11 19:57:06 +00:00
christos
565d9732ff
PR/991: Darren Reed: Add a sysctl (checkinteface) to implement this. This
...
implementation is taken from FreeBSD, but we default to off.
XXX: We should really do this on a per ifaddr basis as jason suggested.
2003-04-11 19:41:37 +00:00