Justin T. Gibbs
f175cbb663
Today is just not my day. Really get the right file.
2000-09-16 21:55:31 +00:00
Poul-Henning Kamp
6d6b1b8f4d
Add missing tr_TR.ISO_8859-9 directory.
2000-09-16 21:53:06 +00:00
Jordan K. Hubbard
f295f79cb9
Enable crypto by default with "canned" distributions (it can still
...
be deselected or simply not chosen in a custom install).
2000-09-16 21:15:21 +00:00
Daniel C. Sobral
818c39998e
Use _ instead or - where proper, according to the style I have been
...
using.
Overload "?" so it will also show loader.4th commands.
2000-09-16 21:04:49 +00:00
Justin T. Gibbs
ae7c64e466
Pull the correct file over to freefall.
2000-09-16 20:59:12 +00:00
Nick Sayer
2b383cb0ae
1. In key printing routine, the loop variable was j, but inside the
...
loop was referencing i.
2. Print keys in hex rather than ascii by default.
3. Add a -a flag to reverse #2 on demand.
2000-09-16 20:54:59 +00:00
Poul-Henning Kamp
3a1c157588
I have no idea how a '#' became a '*'...
...
Spotted by: Bernd Walter <ticso@cicely5.cicely.de>
2000-09-16 20:45:11 +00:00
Daniel C. Sobral
df3c7d3993
Solve a name clash.
...
Add something to help debugging.
2000-09-16 20:20:44 +00:00
Justin T. Gibbs
cb4d93cdbf
Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space
...
that enables memory write and invalidate cycles on a bus master.
2000-09-16 20:06:13 +00:00
Justin T. Gibbs
32da3127a3
Move aicasm to its own subdirectory.
2000-09-16 20:02:39 +00:00
Justin T. Gibbs
717d424718
Move aicasm to its own subdirectory.
...
Separate our platform independent hooks from core driver functionality
shared between platforms (FreeBSD and Linux at this time).
Add sequencer workarounds for several chip->chipset interactions.
Correct external SCB corruption problem on aic7895 based cards (3940AUW).
Lots of cleanups resulting from the port to another OS.
2000-09-16 20:02:28 +00:00
Justin T. Gibbs
0562034333
Update for aic7xxx driver reorganization.
2000-09-16 20:00:13 +00:00
Daniel C. Sobral
c888e59b84
The default search path for kernel and modules was bogus. It makes no
...
sense for /boot/kernel to come last.
2000-09-16 19:59:41 +00:00
Daniel C. Sobral
54329571cf
The module_path set by default was bogus. It had /boot/kernel last,
...
which makes little sense.
2000-09-16 19:56:23 +00:00
Daniel C. Sobral
7b9e034490
Both boot and boot-conf were using a different algorithm from the one
...
used by start to find the kernel. Fix this.
Also, boot would proceed immediately in the absence of a path as
argument. Check first if a kernel has already been loaded, and, if
not, fall back to load kernel&modules behavior.
Some further factorizing. I deem this code to be mostly readable by
now! :-)
Many thanks to: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-16 19:49:52 +00:00
Peter Wemm
a1e753fa30
Don't declare ospeed as a common - and it happens to be incorrect as well.
...
top doesn't use it and it causes a linker warning.
2000-09-16 19:36:18 +00:00
Warner Losh
01b9a4342f
hint vs hints typo
...
Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
2000-09-16 19:27:41 +00:00
Poul-Henning Kamp
2404c3f99d
Make LINT link.
...
cy driver is broken post SMPng.
2000-09-16 19:04:24 +00:00
Poul-Henning Kamp
fa0c13fabb
Add proper prototype for dkcksum();
2000-09-16 18:57:51 +00:00
Poul-Henning Kamp
a164712178
Remove SMP hack.
2000-09-16 18:57:18 +00:00
Poul-Henning Kamp
c866ec47e3
Make LINT compile.
2000-09-16 18:55:05 +00:00
Poul-Henning Kamp
3045b21279
Make LINT compile.
2000-09-16 18:48:11 +00:00
Poul-Henning Kamp
574abd2926
Make LINT compile again.
2000-09-16 18:46:05 +00:00
Poul-Henning Kamp
1534d6d899
Remove a few leftover CLBYTES related bits.
...
This was in the good old days to patch up a logical pagesize on hardware
with stupid VM pagesize. Vaxen I belive.
2000-09-16 18:28:24 +00:00
Poul-Henning Kamp
ae2276e657
Remove a pointless casting of a gid_t to a gid_t.
2000-09-16 18:20:27 +00:00
Andrey A. Chernov
45e0faa546
Add tr_TR timedef
...
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
2000-09-16 18:06:29 +00:00
Poul-Henning Kamp
0aa16c1a77
Fix a cut&paste mistake.
2000-09-16 14:37:41 +00:00
Brian Somers
30fa52a6fa
Call bpfattach() correctly from if_ppp.c
...
Submitted by: Andy Adams <ala@merit.edu>
PR: 18506
2000-09-16 14:17:15 +00:00
Poul-Henning Kamp
fc87418be0
Turn dkcksum() into an __inline function.
...
Change its type to u_int_16_t.
2000-09-16 13:43:00 +00:00
Poul-Henning Kamp
c80d29139c
Add canonical checks to devfs_setattr().
2000-09-16 12:06:58 +00:00
Jeroen Ruigrok van der Werven
8cf0402e5d
Welcome stdbool.h. A header file from the ANSI C99 specification.
...
It defines the boolean values.
2000-09-16 07:28:44 +00:00
Warner Losh
45713b37cd
Change the interface to pccard_function_init. The interface is such
...
that it looks for an acceptible one. Once it finds it, it should set
the resources for the device. I say "should" because I've not written
that. Also set an ivar for the child of pccard. Minor fix to the
attach message printed, we lose the slot number, which I'll have to
restore later. Adjust the pccard ivar so that we can save the
function that corresponds to this driver so we can enable and disable
it more easily. Save a pointer to the function so we know what we're
dealing with.
There should be some way for the driver to specify which cfg it wants
to activate. For now the pccard_function_init function just picks
one, but we'll have to revisit this going forward. I'm not doing it
now because I'd need some way to activate the card many times and I'm
not sure that is desirable or even safe with some cards.
2000-09-16 06:52:20 +00:00
Andrey A. Chernov
3700a99cae
Replace ${LIBMYTINFO} with warning
2000-09-16 04:35:51 +00:00
Andrey A. Chernov
22ed5ae46b
Remove unneded -lmytinfo
2000-09-16 04:27:30 +00:00
Andrey A. Chernov
92fb76cd75
Remove unneded -ltermcap or -lmytinfo
2000-09-16 04:19:07 +00:00
Andrey A. Chernov
93ddf54615
Remove unneded -lmytinfo
2000-09-16 03:56:25 +00:00
Andrey A. Chernov
ca6d811ee5
Remove unneded -ltermcap or -lmytinfo
2000-09-16 03:52:06 +00:00
Andrey A. Chernov
f4723e5279
Remove unneded -lmytinfo
2000-09-16 03:33:00 +00:00
Andrey A. Chernov
2aed24b487
Remove unneded -ltermcap
2000-09-16 03:30:50 +00:00
Andrey A. Chernov
313c02bc4b
Remove unneded -lmytinfo
2000-09-16 03:27:54 +00:00
Warner Losh
76ec96756e
Add warning about laptops needing pmtimer device for proper suspend/resume
...
functionality.
2000-09-16 03:08:55 +00:00
Jonathan Lemon
af1270f87f
It is possible for a TCP callout to be removed from the timing wheel,
...
but have a network interrupt arrive and deactivate the timeout before
the callout routine runs. Check for this case in the callout routine;
it should only run if the callout is active and not on the wheel.
2000-09-16 00:53:53 +00:00
John Baldwin
4cc6117e1d
Remove some commented out cruft.
2000-09-15 23:00:46 +00:00
John Baldwin
7ab37af1ed
- Add a new process flag P_NOLOAD that marks a process that should be
...
ignored during load average calcuations.
- Set this flag for the idle processes and the softinterrupt process.
2000-09-15 22:00:23 +00:00
Bruce A. Mah
5cd95fe8d5
Add release note for netgraph enhancements/improvements.
...
Submitted by: archie
2000-09-15 20:52:03 +00:00
John Baldwin
f6a0af8015
Idle processes are always runnable, so let them state at SRUN.
2000-09-15 19:49:48 +00:00
John Baldwin
db72809d24
Release Giant before starting up init.
...
Submitted by: jake
2000-09-15 19:25:29 +00:00
Mitsuru IWASAKI
ca2df34a1c
Fix typo (rc.conf -> pccard.conf).
...
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
2000-09-15 19:17:40 +00:00
John Baldwin
3c63a78388
Use driver_intr_t instead of the now defunct inthand2_t.
2000-09-15 19:09:15 +00:00
Hajimu UMEMOTO
deebc91386
examined the gateway (from the routing table) only when the address
...
family of the gateway is AF_INET6.
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
2000-09-15 17:21:35 +00:00