soren
99e6adf31e
Adapt to cpu_intr() change.
2000-04-28 15:55:51 +00:00
ad
b093a1430b
Make ca* devices.
2000-04-28 13:55:04 +00:00
ad
db06ac868b
Attach cac* and ca*.
2000-04-28 13:51:56 +00:00
ad
8f9b06a9e6
- Enable ca(4) device.
...
- Fix a couple of nits.
2000-04-28 13:50:25 +00:00
ad
ab2d7be096
Add missing cdevsw and chrtoblktbl entries.
2000-04-28 13:28:42 +00:00
simonb
3c359c262d
The size of the members of struct ultrix_utsname were nothing like
...
reality - adjust and fill in "version" the same way that some other
compat routines do. An Ultrix "uname -a" returns something meaninful
now instead of just "NetBSD ".
2000-04-28 12:52:52 +00:00
augustss
308fa27a0d
Unmute some mixer controls by default. From OpenBSD.
2000-04-28 12:39:59 +00:00
tron
8427714121
Add "dependall" target.
2000-04-28 10:47:34 +00:00
drochner
4bc03f3617
-fix .Dv usage at one point
...
-The ucom_get_status() argument list gets messed up - should be .Fn
anyway, so change it accordingly. Convert the other functions to
.Fn/.Fa too for consistency.
2000-04-28 09:37:43 +00:00
jdolecek
520f9dc581
pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed,
...
we used bad label and tried to bus_space_unmap() invalid memory
region
Fixes port-i386/9992 by Jarkko Teppo <jate@uwasa.fi>.
2000-04-28 08:51:42 +00:00
shin
e3d2f0ae85
delete obsolete 'options MIPS_16K_PAGE'.
2000-04-28 07:19:33 +00:00
jdc
ff39cfe5f4
Remove test code inadvertently left in.
2000-04-28 06:51:36 +00:00
itojun
5d5dd022cb
add bind operators guide into share/doc/smm/10.named. PR 9996.
2000-04-28 06:21:20 +00:00
itojun
be16012135
remove files that should not be imported.
...
in Makefile, s/SRC/.ALLSRC/ to honor .PATH.
2000-04-28 06:19:58 +00:00
lukem
dfdc326b50
update NAME
2000-04-28 06:13:00 +00:00
lukem
e208665d58
Total rewrite post rc.d implementation.
2000-04-28 06:10:54 +00:00
thorpej
0b3af10371
Keep track of current power state (resumed, standing by, suspended), and
...
only perform standby/suspend/resume actions if the state actually changes.
Inspired by some similar code in the USB code, pulled into here so that
the workaround isn't needed in every driver.
2000-04-28 04:48:51 +00:00
tsutsui
61e3f39169
Fix copyright notice as per request from the author.
2000-04-28 03:48:56 +00:00
itojun
b1c169c079
BIND 8.2.2-P5
2000-04-28 03:39:16 +00:00
itojun
194cb3f033
on a second thought dist/bind/doc/bog looks better.
...
(we may need to put other doc/* in the future)
2000-04-28 03:37:55 +00:00
itojun
f947c881f2
populate doc/bog into dist/bind/bog. part of PR9997.
2000-04-28 03:34:00 +00:00
itojun
183b1060ec
typo in comment
2000-04-28 02:37:57 +00:00
lukem
0c5f67f0ac
in check_pidfile and check_process, also match "(" + basename prog
+ ")" .
...
noted by veego@
2000-04-28 01:40:09 +00:00
thorpej
7a38ab7c44
Don't warn about $hostname not being set if $dhclient == YES; it's quite
...
likely that we'll be getting the hostname via DHCP when it runs.
2000-04-28 00:13:39 +00:00
matt
70d4422b8a
Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size
...
Ethernet packets so the chances are that if the server was fast enough
this driver would continuously lose one of the fragments. Eventually
causing the kernel load to fail. Add 2 extra for random ARP or other
packets that might be picked up.
2000-04-28 00:08:51 +00:00
mycroft
c4e16b9e76
Enable color on wscons consoles.
2000-04-27 22:16:52 +00:00
jdc
bb8643a097
Don't change the cursor position if __LEAVEOK.
2000-04-27 22:12:36 +00:00
thorpej
20a1abdaef
u_quad_t must be cast to (long long) to be printed with %llu.
2000-04-27 21:40:41 +00:00
nathanw
0428b61594
Finish describing what the soft dependancy code does.
...
Add a reference to the McKusick/Ganger Usenix paper.
Addresses PR#8838.
2000-04-27 21:34:27 +00:00
is
e6f57d38e4
Fix thinko in fix for fix for cf_unit abuse.
2000-04-27 21:11:07 +00:00
veego
ebe6c4d40d
Use the stop_cmd to unmount the filesystems with 'umount -a'.
...
This helps to fix the unclean reboots (at least on my system).
2000-04-27 21:00:50 +00:00
veego
c9f5754ee8
You need to add a xxx_precmd with a checkyesno yyy if you use a xxx_cmd
...
in an rc.d script.
2000-04-27 20:58:26 +00:00
veego
3cc8b08293
Move the rl(4) manpage to the obsolete list and add rtk(4) to the mit list.
2000-04-27 20:55:04 +00:00
mycroft
5b770d6f23
Fix a silly bit-shifting error that causes color pairs >=8 to fail.
2000-04-27 19:54:40 +00:00
uch
e14885d915
fix comment.
2000-04-27 19:38:23 +00:00
thorpej
64d8df2f33
Cast pointer diffs to long for printing with %ld.
2000-04-27 19:31:23 +00:00
mycroft
89b35205b5
Don't do an implicit AE in ME! Duh!
2000-04-27 18:55:32 +00:00
mycroft
317366b8b0
No, really, make sure ECHO is cleared in cbreak() mode too.
2000-04-27 17:50:01 +00:00
thorpej
29eeaf21f2
Cast pointer difference to long when printing w/ %ld.
2000-04-27 17:49:15 +00:00
mycroft
699c904e5e
Don't fiddle with the tty echo state in echo() and noecho(); it should always
...
remain off.
2000-04-27 17:38:30 +00:00
bouyer
fcf693203f
More big-endian fixes from Izumi Tsutsui.
2000-04-27 16:49:07 +00:00
mycroft
2d75f971b4
Eliminate a bunch of terminal hackage that we do not need.
2000-04-27 16:48:42 +00:00
itojun
57434b944b
misuse of free(ia) in #if 0'ed region.
...
From: Lennart Augustsson <lennart@augustsson.net>
2000-04-27 16:44:19 +00:00
thorpej
a8b12af644
- When we get an ABOUT_TO_CHANGE event, send an OK message in response
...
so that the docking/undocking process can actually complete.
- Track the current docking state, and report the current state when it
changes.
- Make it possible to enable pnpbios verbosity at run-time.
2000-04-27 16:41:59 +00:00
itojun
15311778c6
don't look at $HOSTALIASES, if issetugid() says the binary is dirty.
2000-04-27 16:32:37 +00:00
augustss
4af55eca62
Xref rtk(4).
2000-04-27 16:27:35 +00:00
itojun
7e72267252
correct in6_ifdetach(). free oia, not ia.
...
From: Lennart Augustsson <augustss@augustsson.net>
2000-04-27 15:39:05 +00:00
augustss
30c20f930f
Change my email address.
2000-04-27 15:26:44 +00:00
augustss
91878e8679
Reorder some #defines.
2000-04-27 15:25:36 +00:00
bouyer
fe54b787dc
Add NetBSD RCS Id and copyrigth notice.
2000-04-27 14:08:09 +00:00