grant
3b71e362fa
add /etc/mail/local-host-names, required by sendmail(8).
2002-10-05 15:24:43 +00:00
grant
904247526b
create /etc/mail/local-host-names, required by sendmail(8).
2002-10-05 15:23:19 +00:00
tsutsui
200406b07a
Overhaul of fmv(4) driver:
...
- Split if_fmv.c into MI/MD part and add ISA-PnP attachment for FMV-183.
(XXX FMV-184 is not tested. It would require extra media-select functions..)
- Fix probe functions of fmv_isa so that FMV-181A/182A will also match.
Fixes port-i386/9476.
2002-10-05 15:16:10 +00:00
junyoung
89342b95bb
Don't call _rtld_process_mapping() with null string.
2002-10-05 15:04:49 +00:00
tsutsui
c56045bf1a
Regen: Added Fujitsu FMV-183/184, MB86964 based ISA-PnP Ethernet adapters.
2002-10-05 14:59:36 +00:00
tsutsui
0c3944d3c4
Add Fujitsu FMV-183/184, MB86964 based ISA-PnP Ethernet adapters.
2002-10-05 14:57:15 +00:00
bjh21
7fc0ee4e27
Update URLs again (serves me right for committing an old change
...
without checking it). Back to sco.com, but with a different path.
2002-10-05 14:09:15 +00:00
hubertf
6991e21be2
Make example clearer, that the -c _after_ the login is passed to the shell.
...
Addresses PR 18538 by reed@reedmedia.net
2002-10-05 14:07:04 +00:00
bjh21
96f1e7a472
Correct some gratuitously-wrong indentation.
2002-10-05 13:57:11 +00:00
bjh21
3832819227
Minimal changes to allow a kernel with "options MULTIPROCESSOR" to compile
...
and boot multi-user on a single-processor machine. Many of these changes
are wildly inappropriate for actual multi-processor operation, and correcting
this will be my next task.
2002-10-05 13:46:57 +00:00
bjh21
2ece90236c
Update URLs for ELF spec (sco.com -> caldera.com).
2002-10-05 13:29:29 +00:00
mycroft
80b0665a93
Simplify the hint file parser a bit.
2002-10-05 12:23:39 +00:00
chris
dfcb3e3552
Add random jitter to stat clock, the random jitter is +- 511 usec's, so
...
we should average the nominal clock rate.
stathz now runs at hz (the hard clock hz), without getting high amounts of
time in interrupt handling.
2002-10-05 12:22:55 +00:00
scw
c784454024
Use a more aesthetically pleasing 10% duty-cycle for the heartbeat LED.
2002-10-05 12:18:58 +00:00
mycroft
ad8ccd6290
Minor cleanup.
2002-10-05 11:59:03 +00:00
scw
a7330033a9
Add ex(4), ahc(4), scsibus(4), and sd(4).
2002-10-05 11:43:23 +00:00
wiz
e0f83e44f2
Replace some \n with \en for correct display. Closes PR 18539.
2002-10-05 11:17:32 +00:00
scw
1b3c8f3be0
Flesh out cpu_reboot().
2002-10-05 11:01:13 +00:00
scw
fa307a78a6
A couple of additions:
...
- sysfpga_sreset()
Hit the soft-reset register to reset the board.
- sysfpga_twinkle_led()
Might as well put the blinkenlight on the Cayman to good use as
a "heartbeat" indicator.
2002-10-05 10:59:10 +00:00
chris
5c42327764
Add ttyEconf char device for wsmoused. The wonders of having MI stuff, it
...
just worked.
Also add wsfont and ttyEconf to the wscons section, which now means they're
created by default.
No man page update due to this.
2002-10-05 10:47:51 +00:00
chris
50e43712d9
Add commented out WSDISPLAY_CHARFUNCS. Using it enables wsmoused support.
2002-10-05 10:42:23 +00:00
scw
0bd5c145b4
Pick up sh3's disksubr.c instead of maintaining an identical copy locally.
...
This allows the two architectures to share disklabels.
2002-10-05 09:51:17 +00:00
scw
cf68c75f4a
Simplify the test for KSEG0 addresses in pmap_extract() so that it
...
works for _all_ KSEG0 addresses, not just managed VAs.
2002-10-05 08:23:32 +00:00
tsutsui
05aa22b988
Include <sys/lock.h> for struct lock.
2002-10-05 08:00:52 +00:00
grant
eac5abccd0
sync with reality: add cgdvar.h and cgd/cgdconfig man pages.
...
(hi Roland!)
2002-10-05 06:02:56 +00:00
gmcgarry
8a6f05a3ec
At least make it compile even though it doesn't make sense.
2002-10-05 05:55:46 +00:00
gmcgarry
06b14f09b7
config_match(9)
2002-10-05 05:43:38 +00:00
gmcgarry
33ec7f1637
Document config_match().
2002-10-05 05:39:35 +00:00
tron
6e40068171
Automatically create and destroy cloning interfaces and sync IP Filter
...
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.
2002-10-05 05:24:40 +00:00
lukem
cb48eb573f
check for lchflags
2002-10-05 04:13:30 +00:00
grant
a94624a921
during timezone selection, only update the clock once per minute. once
...
per second is painful and annoying over a serial line.
2002-10-05 02:41:54 +00:00
christos
4b7d7adde4
strstr() is part of libkern now. don't supply another.
2002-10-05 01:21:40 +00:00
gehenna
3d14337121
g/c unused function.
2002-10-05 01:11:47 +00:00
dan
2f159ed1a4
note some other caveats and uses
2002-10-05 00:34:35 +00:00
mycroft
5d4bc1adf5
Make this work for ldd again.
2002-10-05 00:13:27 +00:00
oster
150a2e7941
Minor cleanup. No functional changes.
2002-10-04 23:49:35 +00:00
dan
e78f44e000
channelling wiz
2002-10-04 23:47:03 +00:00
elric
afa20caece
cgd should be able to work with or without ipsec.
2002-10-04 23:04:53 +00:00
oster
40e0eab4fd
Clean up #includes. Group function prototypes. Fix more 80-column lossage
...
that was missed before. Cleanup a printf.
2002-10-04 22:56:54 +00:00
oster
ad11d11dc2
Undo the change from 1.16->1.17, and 1.19->1.20. The ltsleep and locking
...
that was there before before is just fine, and plays nicely with LOCKDEBUG
now that we've added the raidio thread.
2002-10-04 22:50:26 +00:00
bjh21
7e6e75483b
Don't define DEBUG if it's already defined.
2002-10-04 22:46:29 +00:00
oster
dfd9bc2a73
Tidy up comments and do some 80-column fixing. No functional changes.
2002-10-04 22:35:08 +00:00
thorpej
840b4a3a1c
Check for <poll.h>. If it is not found, -DUSE_SELECT=1.
2002-10-04 22:21:57 +00:00
thorpej
bcb4b867fe
Check for <poll.h> and poll(2).
2002-10-04 22:10:10 +00:00
martin
3371592c77
Do not use -Os when compiling small programs for the miniroot or
...
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.
2002-10-04 21:23:06 +00:00
tsutsui
510762487a
Allied-Telesyn AT-1700xT and Allied-Telesis RE200x are actually identical,
...
so show both names in attachment. (From FreeBSD's if_fe_isa.c)
2002-10-04 21:19:34 +00:00
martin
76b8216ed6
Disable tagged queuing for the esp driver, with a comment describing
...
why and how to re-enable it. The driver is broken, and can currently
cause data corruption.
Since this file is included by the INSTALL config, enabling tagged queueing
could prevent first time installation (and creation of a custom kernel
with these settings changed)
2002-10-04 21:11:27 +00:00
mycroft
2a88686d7a
Recode _rtld_elf_hash() so it compiles better (at least on i386 and arm).
...
Still could be better on i386, but only written in assembler...
2002-10-04 20:34:10 +00:00
oster
8bdc70d040
As part of the effort to get RAIDframe playing nicely with LOCKDEBUG,
...
rework how completed requests are handled. In particular, instead of
doing all sorts of work and locking in interrupt context, completed
requests are now queued. A new kernel thread (rf_RaidIOThread) now
handles calling rf_DiskIOComplete() and (req->CompleteFunc)() for each
completed request. There is still work to be done to make RAIDframe
LOCKDEBUG friendly, but this change is a huge step forward.
Reviewed by (and many thanks to): thorpej
2002-10-04 20:05:14 +00:00
junyoung
2a1b344158
Unconditionally add strstr.c. Bill Studenmund.
2002-10-04 20:00:00 +00:00