Wolfram Schneider
70490e1000
Added upcoming NetBSD 1.5.1 patch release.
2001-04-22 18:30:47 +00:00
Wolfram Schneider
83617b6acd
Added the Daemonnews article `The BSD Family Tree' by James Howard
...
to bibliography.
2001-04-22 18:28:01 +00:00
Wolfram Schneider
db78250ed6
Update FreeBSD 4.3 release date.
2001-04-22 18:24:10 +00:00
Jeroen Ruigrok van der Werven
370795830b
Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should
...
remain so.
Submitted by: bde/obrien
2001-04-22 17:06:12 +00:00
David E. O'Brien
1690d30589
Removed old version of vaccess_acl_posix1e() that snuck back in rev 1.146.
...
Submitted by (with good eye): Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
2001-04-22 17:01:39 +00:00
Satoshi Asami
db51163fa1
Add picobsd.
2001-04-22 16:55:11 +00:00
David E. O'Brien
a37c8a520d
Allow the `release' target to work if one disables the debug kernel build.
...
Submitted by: jhb
2001-04-22 16:54:01 +00:00
Satoshi Asami
b5f997102e
Add ports-picobsd.
2001-04-22 16:51:49 +00:00
Warner Losh
933b3269e5
Catch up to the end of march.
...
o fsck pass changes
o portmap changes
o fxp needs miibus
o wi defaults to BSS mode.
o urandom and random are the same
2001-04-22 05:35:49 +00:00
Dima Dorfman
3babad2e42
Don't pass NULL to the %s format.
...
Reviewed by: kris
2001-04-22 03:00:09 +00:00
David E. O'Brien
58eac5ef6a
Address $FreeBSD$ and `rcsid'.
2001-04-22 02:32:42 +00:00
David E. O'Brien
1076a975f5
Fix prototype wrap example and note how to wrap ANSI-style function
...
definitions.
2001-04-22 02:00:39 +00:00
David E. O'Brien
ea88c01d6e
Style(9) fixes:
...
* get rid of space (0x20) before tab (^I)
* indent with ^I, not 0x20
* continuation line for prototypes is for 0x20's past function's name col.
* etc.
2001-04-22 01:56:09 +00:00
Dima Dorfman
019de50b69
Reword a few things and document the search' and
index' make targets.
...
PR: 26690
Submitted by: Pete Fritchman <petef@databits.net>
2001-04-22 00:28:40 +00:00
Matt Jacob
eab341ffa4
add MARVELL to the list of phys to go into miibus
2001-04-21 23:42:19 +00:00
Robert Watson
5ea6583e2d
o Remove comment indicating policy permits loop-back debugging, but
...
semantics don't: in practice, both policy and semantics permit
loop-back debugging operations, only it's just a subset of debugging
operations (i.e., a proc can open its own /dev/mem), and that's at a
higher layer.
2001-04-21 22:41:45 +00:00
Dirk Froemberg
624fe60635
Checking of denied zone transfers is now done in
...
periodic/daily/470.status-named.
2001-04-21 22:37:54 +00:00
Dirk Froemberg
56f25ab092
Check for denied zone transfers (AXFR and IXFR).
2001-04-21 22:36:30 +00:00
Andrey A. Chernov
dbc227c682
Pick manpages from their original locations
2001-04-21 22:05:33 +00:00
Andrey A. Chernov
1bd843bb8d
Move manpages to their original location (cvs copy to doc)
2001-04-21 22:02:18 +00:00
Andrew Gallatin
62dbd2f29e
Block out all interrupts, even machine checks, for critical_enter()
...
This is will be required to prevent lowering the ipl when a critical_enter()
is present in the interrupt path when handling a machine check.
reviewed by: jhb
2001-04-21 21:44:39 +00:00
Dima Dorfman
3430b08c5f
mkisofs is in section 8, not section 1.
2001-04-21 21:14:52 +00:00
Ian Dowse
60caaee242
The introduction of IPv6 support from NetBSD's mountd invalidated
...
a number of assumptions related to the parsing of options in
/etc/exports, and missed a few necessary new error checks.
The main problems related to netmasks: an IPv6 network address
missing a netmask would result in the filesystem being exported to
the whole IPv6 world, non-continuous netmasks would be made continuous
without any warnings, and nothing prevented you specifying an IPv4
mask with an IPv6 address.
This change addresses these issues. As a side-effect we now store
netmasks in sockaddr structs (this matches the kernel interface,
and is closer to the way it used to be). Add a flag OP_HAVEMASK to
keep track of whether or not we have successfully got a mask from
any source. Replace some mask-related helper functions with versions
that use the sockaddr-based masks.
Also tidy up get_net() and fix the code that interprets IPv4 partial
networks such as "127.1" as network rather than host addresses.
Properly zero out some structures that were ending up partially
containing junk from the stack, fix a few formatting issues, and
add a comment noting some assumptions about export arguments.
2001-04-21 20:06:18 +00:00
Chris D. Faulhaber
d33d158eb5
Fix the cut'n'paste style bugs I introduced in rev 1.16
...
(spaces -> tab(s) in #define's)
2001-04-21 19:52:06 +00:00
Andrey A. Chernov
f1930dce8f
Fix typo in mousechar range
2001-04-21 16:28:29 +00:00
Andrey A. Chernov
557d3d1c9c
Fix typo in mouse_char range
2001-04-21 16:22:26 +00:00
Andrey A. Chernov
475693945d
Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4
...
Restore original characters when mousechar start changes, not always 0-3
PR: 24437
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
2001-04-21 14:11:48 +00:00
Warner Losh
4d98b7a61b
My fix to NEWCARD for getting the function type broke oldcard due to
...
a name conflict.
Pointed out by: markm
# I had to login to freefall to make this commit, so something maybe up
2001-04-21 14:10:32 +00:00
Andrey A. Chernov
e4ef2fa234
Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAX
...
PR: 24437
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
2001-04-21 13:50:32 +00:00
Andrey A. Chernov
ad6931f954
Sync with main v1.105
2001-04-21 13:27:05 +00:00
Andrey A. Chernov
3d30f086d0
cons25w: cosmetique, move all bolean and numeric capabilities to the top
...
of the entry for easy reading
2001-04-21 13:25:35 +00:00
Jeroen Ruigrok van der Werven
16a10d334e
Aesthetics: fix placement of $NetBSD$ (use space instead of tab)
2001-04-21 11:17:44 +00:00
Warner Losh
04a3a05381
Set the device name for NEC PC98 PCMCIA Controller on boot.
...
# We really need to allocate i/o ports for it, but I need to learn
# the pc98 bus space better before attempting that.
2001-04-21 07:08:03 +00:00
Gregory Neil Shapiro
cd7926424f
Fix a typo
2001-04-21 06:13:03 +00:00
Gregory Neil Shapiro
a9b474f1ed
Add a note about the new ip6fw(8) abilities.
2001-04-21 05:34:06 +00:00
Warner Losh
dc8e185f93
Add accessor/ivar for the "function". This is so we can generically
...
match disks and serial ports and maybe others.
2001-04-21 04:08:39 +00:00
Mike Smith
b8ce799cc4
Avoid divide-by-zero for devices that the adapter has not negotiated a
...
transfer speed with.
2001-04-21 04:08:26 +00:00
Greg Lehey
ccd58ea72d
Add entry for swdog, Sitara Networks' watchdog timer.
...
Submitted by: John Hood <jhood@sitaranetworks.com>
2001-04-21 03:09:42 +00:00
Warner Losh
19f1fe42e6
Only try to delete the resource if we actually got it.
2001-04-21 02:29:09 +00:00
John Baldwin
9d4f526475
Spelling nit: acquring -> acquiring.
...
Reported by: T. William Wells <bill@twwells.com>
2001-04-21 01:50:32 +00:00
Ian Dowse
69d6557226
Fix a long-standing bug relating to the handling of SIGHUP: mountd
...
would call malloc, stdio and other library functions from the signal
handler which is not safe due to reentrancy problems.
Instead, add a simple handler that just sets a flag, and call the
more complex function from main() when necessary. Unfortunately to
be able to check this flag, we must expand the svc_run() call, but
the RPC library makes that relatively easy to do.
2001-04-21 00:55:17 +00:00
Mike Smith
0fb0f418bc
Turn on devinfo(8)
2001-04-21 00:13:57 +00:00
Mike Smith
ce7894ee6d
Simple tool to print the device tree and resource usage by devices. Also
...
serves as an example of libdevinfo usage.
2001-04-21 00:13:25 +00:00
Mike Smith
bd2bae03ed
Turn on libdevinfo
2001-04-21 00:11:00 +00:00
Brian S. Dean
58d3c43935
Eliminate the null mount for /etc for diskless clients.
2001-04-20 23:10:11 +00:00
Mike Smith
fcc069af4a
devinfo_var.h should not be in INCS
2001-04-20 23:10:09 +00:00
Mike Smith
bd90461b59
More typo fixes, .Os -> .Fx
2001-04-20 23:02:52 +00:00
Mike Smith
66f21806ad
typo .Fr -> .Fn
2001-04-20 23:00:24 +00:00
Dima Dorfman
d0b272038e
Remove references to block devices.
...
PR: 26734
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2001-04-20 22:57:29 +00:00
Mike Smith
09247921e5
Add a manpage for libdevinfo.
2001-04-20 22:48:12 +00:00