matt
714ca97978
fix gdb so it read core dumps file correctly on the vax.
2000-08-25 03:29:16 +00:00
sommerfeld
3a2b5d49a6
partial backout of last commit: #if 0 references to sc->wi_mor_enabled
...
since it doesn't exist in the softc.
2000-08-25 03:11:14 +00:00
sommerfeld
392f867be8
MULTIPROCESSOR: Initialize new proc's p_cpu pointer to NULL, so
...
anything which looks at it before it runs won't explode.
2000-08-25 02:55:49 +00:00
hubertf
273a01201a
Enable some commonly used features: genericstable, mailertable, virtusertable,
...
domaintable, access_db and redirect.
2000-08-25 02:54:29 +00:00
hubertf
18e5216ace
add that netbsd-proto.cf now depends on netbsd-proto-IPv4only.mc
2000-08-25 02:47:37 +00:00
hubertf
72640eaccd
Rewrite: include netbsd-proto-IPv4only.mc, and enable handling of IPv6.
2000-08-25 02:36:23 +00:00
hubertf
389581c1cf
run skeyaudit, if run_skeyaudit is set to yes
2000-08-25 01:11:42 +00:00
thorpej
4db6fc7542
Make need_resched() take a "struct cpu_info *" argument. This
...
causes gives a primitive form of processor affinity. Its use in
roundrobin() still needs some work.
2000-08-25 01:04:06 +00:00
mjl
8358c07048
Add bpf tap to gre interface.
2000-08-25 00:51:20 +00:00
eeh
61197aa4f0
Add workaround for E250s.
2000-08-24 22:00:04 +00:00
nathanw
5127aa189d
In fdioctl(), allocate fd_formb dynamically when needed, rather than on
...
the stack, and remove the no-longer-necessary PHOLD()/PRELE() calls
in fdformat().
(This eliminates 1/3 of the instances of PHOLD()/PRELE() in the kernel code.)
XXX We still have too many mostly-redundant floppy drivers.
2000-08-24 20:04:28 +00:00
sommerfeld
c829aa7773
Fix ingroup() to not check gid against trailing groups not set by
...
getgroups().
Reported to security-officer, but not a security hole, since
"operator" is not gid 0.
2000-08-24 17:40:16 +00:00
abs
1804626ad3
Clarify how to generate a NetBSD/sparc install floppy - from a mail by
...
Henry Nelson <henry@irm.nara.kindai.ac.jp>
2000-08-24 16:41:04 +00:00
minoura
5733e0b1ae
Add new developers, ichiro, toshii, taca, kei, and tshiozak.
2000-08-24 14:49:41 +00:00
augustss
cf4250b7f3
Add UKBD_DEBUG.
2000-08-24 14:13:38 +00:00
augustss
fa9cfe5e39
Removed unnecessary variable declaration.
2000-08-24 14:12:34 +00:00
augustss
d08216d4e2
Add a quirk for audio devices that claim to have an extension unit, but it
...
can't be manipulated.
2000-08-24 14:11:09 +00:00
tsutsui
a0c6dc1939
Fix botch in previous, which caused mismatch braces.
2000-08-24 14:03:03 +00:00
abs
dfee9fe080
Removedaccidental CCOPTS+=-Os
2000-08-24 13:38:33 +00:00
ragge
5796505d43
Fix after %b fixes.
2000-08-24 13:12:25 +00:00
msaitoh
b78abd33dc
KNF
2000-08-24 11:35:16 +00:00
uch
97749b6bb4
don't refer cf_unit.
...
undef __BROKEN_CONFIG_UNIT_USAGE
2000-08-24 11:19:19 +00:00
haya
6cbde58ee4
Add flag defines for 3CCFE575BT and 3CCCFE575CT (CardBus cards).
2000-08-24 08:54:31 +00:00
imp
9386fe0821
Sync to 1.98 of pcmciadevs
2000-08-24 07:12:20 +00:00
imp
cbacec4196
Sort BAY into numerical order.
2000-08-24 07:10:36 +00:00
thorpej
4f944290a2
Correct a comment.
2000-08-24 06:14:34 +00:00
chs
db3465f65b
in uvm_coredump(), avoid dumping parts of the stack multiple times
...
while skipping parts of the stack that hasn't been used.
pointed out by SAITOH Masanobu <masanobu@iij.ad.jp>.
2000-08-24 06:09:25 +00:00
uch
2111496e74
Rewrote TX39 series cache routines.
2000-08-24 05:31:59 +00:00
enami
d7e1b49cca
Remove an obsolete rc.wscons.
2000-08-24 05:06:52 +00:00
jhawk
e19b3dce6d
Use consistent casing for "Internet".
2000-08-24 03:57:38 +00:00
jhawk
78b4c3eca7
Pulldwon changes commited to netbsd-1-4 back to the trunk.
...
Most of revs 1.2.2.4 and 1.2.2.5.
Fix a few wording issues, and update the PCMCIA
section to note the existing of pcic irq probing.
2000-08-24 03:52:27 +00:00
sommerfeld
6d8ab92a1a
Move kernel_lock release/switch/reacquire from ltsleep() to
...
mi_switch(), so we don't botch the locking around preempt() or
yield().
2000-08-24 02:37:27 +00:00
itohy
880baa236b
Don't pass null pointer to syslog.
...
lpd[6813]: mail sent to user itohy about job foo.ps on printer lp ((null))
^^^^^^
2000-08-24 02:03:54 +00:00
jhawk
f6260667c9
s/a.out/ECOFF/ "oops"
2000-08-24 01:20:35 +00:00
jhawk
b0dcac329d
Pullaround from distrib/bootfloppy-common/Makefile.inc rev 1.18.2.2:
...
Make sure PCMCIA alloc variables are retained in the symbol table of
the resulting kernel, allowing them to be tweaked.
Also add pcic_irq_probe.
2000-08-24 00:58:02 +00:00
jhawk
ebba3f6378
For stripped kernels, run nm and save the output as
...
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
2000-08-24 00:41:54 +00:00
nathanw
7023c5166c
Fix typo in comment.
2000-08-23 23:17:14 +00:00
tron
ad6319b502
Document "USE_XAW" and "USE_XPM".
2000-08-23 22:30:56 +00:00
eeh
5ca48b896d
Update the scheduler to the new locking scheme.
2000-08-23 21:35:56 +00:00
jhawk
be4199da69
update Dd
...
indent options and commands the same way
Note additional installation in release(7) hierarchy
Add FILES to note /usr/mdec installation
2000-08-23 21:16:45 +00:00
matt
4e1f5ebf66
When reading dir entry by dir entry, we need to pad out the receive buffer
...
to at least a block to make ufs_readdir happy.
2000-08-23 21:11:47 +00:00
jhawk
2ea44b1dd4
install dosboot.com in the release(7) hierarchy.
2000-08-23 21:00:46 +00:00
jhawk
3635b53ea7
As .ifndef RELEASEDIR checks for targets:
...
snap_pre snap_md_pre snap_md_post
so should .ifndef DESTDIR
2000-08-23 20:48:42 +00:00
wrstuden
4678e2bb87
Correctly spell DRIVER. Noted by Tsubai. :-)
2000-08-23 19:15:25 +00:00
jhawk
5056d0ce7c
Add support for "microwave oven robustness" with wiconfig -M.
2000-08-23 19:01:04 +00:00
jhawk
2291a0d120
Correct paste error of 802.11 DS speeds.
2000-08-23 18:37:29 +00:00
bjh21
acb0541a4b
Use symbolic names for interrupt lines.
2000-08-23 17:28:51 +00:00
bouyer
d11b2e4d50
Example file for, guess what ? sup2.fr.netbsd.org.
2000-08-23 17:18:45 +00:00
jun
3e1c22d207
add
...
./usr/X11R6/bin/Xwrapper
2000-08-23 17:04:58 +00:00
christos
e2bcf6b0b5
add support for sigaltstack(2) needed for jvm-1.3 support.
...
XXX: Only on i386, don't have access to other linuxes...
2000-08-23 17:02:18 +00:00