kleink
0c78980a4b
Purge <machine/elf.h>.
1999-11-09 22:00:45 +00:00
kleink
4c0a82a6af
G/C <machine/elf.h>.
1999-11-09 21:56:54 +00:00
kleink
b4f0936a8c
Per discussion on tech-toolchain, remove MIPS-specific <machine/elf.h> header;
...
all the information is available from <sys/exec_elf.h>.
1999-11-09 21:50:18 +00:00
kleink
a894c76852
Fix comment typo introduced in rev. 1.27.
1999-11-09 21:38:09 +00:00
kleink
1c2019b5a8
Rip protection against multiple inclusion from wrapper headers.
1999-11-09 21:34:03 +00:00
perseant
fcb8440e38
If the child cleaner dies repeatedly without doing anything, give up. Uses
...
similar logic to inetd to identify such looping.
1999-11-09 20:33:37 +00:00
mycroft
8f05f33e49
Move the boot block load address from 3MB to 7MB. The INSTALL kernel is
...
already too large, and GENERIC won't be far behind.
1999-11-09 18:39:41 +00:00
augustss
e9fc8103ca
Make detach wait for interrupts to finish.
...
Bail out in interrupt routine when device is dying.
1999-11-09 16:52:14 +00:00
augustss
3ea93b7669
Make sure to call vdevgone() on all devices when deteching.
1999-11-09 16:50:47 +00:00
mycroft
53770426fe
Make this build again.
1999-11-09 15:48:02 +00:00
drochner
85cbf55d16
Since our gcc doesn't warn about NULL format strings anymore, we can
...
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.
1999-11-09 15:06:30 +00:00
joda
c7cca9cd39
make this compile with CARDBUS_DEBUG
1999-11-09 15:03:59 +00:00
sommerfeld
dea88f1c20
Completely rewrite receive processing to avoid sleep-deprivation-induced
...
brain damage and infinite loops, and lousy RTTs
Also, flush tx queues when reassociating with AP and when taking the
interface down.
1999-11-09 14:58:07 +00:00
mycroft
73ce8dd415
Make this work with obj dirs.
1999-11-09 12:57:37 +00:00
drochner
68062ca8dc
prototype encode()/decode()
1999-11-09 10:16:55 +00:00
scw
9cc52f53a8
Drop some #defines which are now in sys/disklabel.h.
1999-11-09 10:03:20 +00:00
haya
e54d837b8b
Maintenance CardBus/PCI extension ROM mapping routine.
...
1. Make Extension ROM not to be mapped on I/O space.
2. Do not check the bus-space indicator in ROM register.
1999-11-09 09:20:30 +00:00
nisimura
2924b6835a
Fix errors in sfb_copycols() of the forward (left-to-right) case.
1999-11-09 08:25:31 +00:00
lukem
3889281dc1
when using http/1.1 for unproxied http requests, send the port as a number
...
(e.g, `:80') instead of a name (e.g, `:http'), because the former is the
supported method that actually works... noted by hubertf@netbsd.org
1999-11-09 07:46:22 +00:00
lukem
f8233fe3ba
prevent minor memory leak (unnecessary strdup)
1999-11-09 07:26:50 +00:00
oster
3949e74f78
If we have a choice: do not trust the parity disk for read
...
balancing in a RAID 1 set if we know that the parity might not
be up-to-date. Thanks to Thor for bringing this to my attention.
1999-11-09 03:07:20 +00:00
marc
e1e554ac35
charles was on drugs. There's no such thing as #elifdef.
1999-11-09 02:25:33 +00:00
perseant
26c34e715f
If ifile blocks were written before dirops were complete, and then the
...
system crashed, inodes could be allocated that were not referenced. (Though
not a serious problem, it evidences itself in phase 4 of fsck_lfs.) Fix
this by marking if_daddr with UNASSIGNED before the inodes are actually
written; at mount time the ifile is checked for UNASSIGNED entries and
any that are found are linked back into the free list. (The latter
functionality should move into the roll-forward agent when it materializes.)
1999-11-09 02:21:05 +00:00
perseant
2750b8620f
Make datobyte do its arithmetic explicitly in 64 bits, so that segments
...
beyond the first 2G of disk can be cleaned.
1999-11-09 01:06:39 +00:00
he
eafd8f707f
Provide some more automation in the "make release" process. Also build
...
and install:
o INSTALL and INSTALL_TINY kernels (for boot floppy images)
o GENERIC_TINY kernel
o Boot floppy images
Ideas borrowed from etc/etc.sun3/ setup.
1999-11-09 00:22:39 +00:00
jdolecek
83a7edec11
remove debug printf accidentaly left in
1999-11-09 00:01:49 +00:00
jdolecek
3b4b01bddb
in emacs mode, escape the contents of completed word appropriately even
...
in CT_COMPLIST case ("complete and then list (if non-exact)" mode)
Noticed by Soren S. Jorvang <soren@wheel.dk>.
1999-11-08 23:56:41 +00:00
mycroft
45596efc9f
Make the ram disk larger, so it fits.
1999-11-08 23:51:29 +00:00
pk
560567d851
Include <sys/exec.h> instead of <a.out.h>/
1999-11-08 23:29:56 +00:00
pk
a96dbfa190
Remove inclusion of unused headers.
1999-11-08 23:29:05 +00:00
mycroft
c2e13bc19d
Add missing files.
1999-11-08 22:41:30 +00:00
augustss
297e4e8759
Add missing .Nm for hid_locate as pointed out by Danny Thomas.
1999-11-08 22:33:40 +00:00
augustss
2c31b7e323
Note the ohci attachment to cardbus.
1999-11-08 22:30:32 +00:00
augustss
3c38f639e2
Some minor changes suggested by Danny Thomas.
1999-11-08 22:19:17 +00:00
lukem
fea5b77bc6
don't bother calling fwrite() if count == 0' ld.c
1999-11-08 21:58:00 +00:00
joda
1b686307cb
correct number of BAR:s in cardbus_cis_info
1999-11-08 20:21:24 +00:00
joda
fe2d79ec9a
Let decode_tuples take function to call for each tuple, and use this
...
to get some vital information from the CIS (some network cards need
this to get the mac-address). This should be merged with the related
code for PCMCIA cards, but that requires more thought.
1999-11-08 20:19:10 +00:00
joda
dbb2685da6
add some bare-bones CIS information to the attach_args struct
1999-11-08 19:59:08 +00:00
joda
f6be3b394d
regen
1999-11-08 19:57:32 +00:00
joda
19ff47781e
copy xircom entries from pcidevs
1999-11-08 19:57:13 +00:00
mhitch
f4fa9aae9f
When the framebuffer is closed, reset the keyboard. We don't know what the
...
X server may have done with the keyboard state. X11R6 was changing the
keyboard modes, which were not compatible with the lk201 keyboard handling
in NetBSD.
1999-11-08 18:41:32 +00:00
pk
ae0f839ae9
We no longer have `ld.so.conf'
1999-11-08 16:37:31 +00:00
pk
37dd50cd9c
We no longer have `ld.so'
1999-11-08 16:28:38 +00:00
sommerfeld
1cfdb728d0
avoid touching freed mbuf after allocation failure.
1999-11-08 15:56:16 +00:00
sommerfeld
66ab262b1c
add a bunch of debug printfs under IFF_DEBUG and IFF_LINK2;
...
turn on IFF_DEBUG to trace the management protocol goo.
turn on IFF_LINK2 as well to see beacons.
1999-11-08 15:45:00 +00:00
mycroft
b783ca093d
Update for krb5.
1999-11-08 15:14:51 +00:00
sommerfeld
94bb856781
misc cleanups; seems to work a little better in a dense-AP environment now.
...
1) ignore probe requests rather than printing "unknown mgmt subtype"
(cosmetic)
2) don't panic if mget of the 2nd mbuf in a chain fails (patch from MCR)
(though that whole function badly needs to be rewritten)
3) be a little more tenacious about hanging on to an access point.
1999-11-08 13:24:00 +00:00
kleink
c9954566b9
When we have to print usage instructions, don't indicate success in the exit
...
status.
1999-11-08 10:21:20 +00:00
augustss
9cec807b1c
Return -1 from wsmux_displayioctl() if no muxes components like the ioctl().
1999-11-08 10:10:25 +00:00
erh
145c0fee52
Ignore blank lines in ifconfig.* files.
1999-11-08 09:29:24 +00:00