hubertf
6aa991c6a1
Cleanup fetch-list change reported by Bernd Ernesti..
1998-02-28 16:02:21 +00:00
mrg
4b6f5a7390
rename variable to "cpio_swp_head"
1998-02-28 15:53:00 +00:00
mrg
dbd4110b3b
fix typo in a comment
1998-02-28 15:52:04 +00:00
enami
1e8255ad03
Put back (probably) an oversight in last commit; Er is actually a
...
macro and actual longest symbol is ENAMETOOLONG.
1998-02-28 13:58:39 +00:00
enami
86053c56a1
Cosmetic changes; fix more indentation (just added/deleted white spaces).
1998-02-28 13:29:03 +00:00
enami
01e1d15a0e
Just nuke cast to the argument of free() rather than changing it
...
from (caddr_t) to (void *). Lint doesn't complains about it.
1998-02-28 12:57:28 +00:00
enami
137b066143
Just nuke the cast rather than changing (char *) to (void *). Even lint
...
doesn't complain about it.
1998-02-28 12:54:39 +00:00
veego
c541a8e0d7
Add CPPFLAGS+=-I${.CURDIR}/../../../lib for libtelnet/misc.h.
1998-02-28 12:38:58 +00:00
enami
ff4977ead8
Fix compile error of tn3270/tn3270; getpgrp() takes no argument.
1998-02-28 12:36:20 +00:00
veego
b6ca941200
Sync it with the i386 version so lint doesn't complains about an syntax
...
error for __warn_references.
1998-02-28 12:20:25 +00:00
enami
d4e6742e26
Include unistd.h to import declaration of getopt(3).
1998-02-28 12:16:56 +00:00
ragge
ad1f451760
Move the boot program higher up in memory; to allow loading of bigger kernels.
1998-02-28 12:10:13 +00:00
tron
10c0ddaf25
Fix merge problem with last commit.
1998-02-28 10:39:19 +00:00
ross
2170c2a46d
Force elf symbol sections to an addressable boundary.
1998-02-28 10:38:55 +00:00
tron
e97ed99680
Fix problem with registering foreign language manual pages.
1998-02-28 10:14:41 +00:00
enami
0c5c9f41f8
Lineup case' label and
default' label with `switch'.
1998-02-28 04:22:34 +00:00
enami
d376e10e90
Put space after the keyword `switch'.
1998-02-28 04:20:02 +00:00
cgd
18a1481f7a
Use NFS_BOOT_DHCP rather than NFS_BOOT_BOOTP. The former is more
...
flexible, and the boot blocks use DHCP already(!!!) and it'd be good
for the kernel to be consistent with them.
1998-02-28 02:01:32 +00:00
cgd
4ae42be026
be a bit more clear about what protocols will be tried in the
...
BOOTP/DHCP case.
1998-02-28 01:45:01 +00:00
pk
d22f956657
Remove `_NEW_I82586'.
1998-02-28 01:15:51 +00:00
pk
5bc7459ebd
Remove `NEW_I82586'
1998-02-28 01:14:57 +00:00
pk
9698950530
* Remove `_NEW_I82586'.
...
* KNF.
* erase ghost spaces and tabs.
1998-02-28 01:14:15 +00:00
pk
472a1973af
Remove `_NEW_I82586' tag; all drivers using this file have been converted.
1998-02-28 01:07:45 +00:00
thorpej
ba3ddd48ad
Move the code that enters and removes entries from the pv_table into
...
functions pmap_enter_pv() and pmap_remove_pv().
1998-02-28 01:07:05 +00:00
perry
ebc2166ef6
changes to (partially) quiet lint.
1998-02-28 00:09:45 +00:00
pk
32ad582965
Replace monolithic ie0' and
ie1' driver by ef',
ix', `ai' front-ends.
1998-02-27 23:57:31 +00:00
pk
a3a9cbc8c5
Replace the ie' driver by three separate front-ends:
ix', ef' and
ai'.
1998-02-27 23:54:16 +00:00
pk
22a8b1ae89
AT&T/StarLan i82586 front-end driver from Rafal Boni.
1998-02-27 23:52:34 +00:00
pk
82153cc305
3Com/3C507 i82586 front-end driver from Rafal Boni.
1998-02-27 23:51:52 +00:00
pk
9bb4839afd
EtherExpress/16 i82586 front-end driver from Rafal Boni.
1998-02-27 23:50:51 +00:00
thorpej
9bbe89ea3f
Garbage-collect the kpt_page stuff; it was basically unused in this
...
pmap, and isn't applicable to how dynamically allocated kernel page
tables will work on the Alpha.
1998-02-27 22:25:25 +00:00
thorpej
11490942aa
Nuke memcpy() from here; it's in libkern.
1998-02-27 21:38:31 +00:00
phil
8668166c18
Make sure fdisk gets told the proper BIOS geometry on every
...
execution of fdisk. Otherwise we loose big time. Should close
PR 5052.
1998-02-27 21:30:09 +00:00
perry
c4ab44f1dd
trivial changes to quiet lint.
1998-02-27 20:11:34 +00:00
thorpej
faf1155de5
Revamp pv_table management:
...
- Make pv_table an array of struct pv_head's, which contain LIST_HEADs
for the pv_entry's, as well as page attributes (mod, ref, ptpage).
- Use <sys/queue.h> to manipulate pv_entry lists.
- Fix several obvious bugs in pmap_collect_pv().
- Use K0SEG to access pv_page's.
1998-02-27 19:39:03 +00:00
thorpej
5ec2d93c1e
Fix a typo.
1998-02-27 19:13:04 +00:00
perry
52e17564a0
changes to quiet lint.
1998-02-27 19:01:03 +00:00
cgd
84fad9aba3
make it clear that the "old BSD partition ID!" message is a warning (by
...
prefacing it with "WARNING: ").
1998-02-27 18:57:40 +00:00
perry
16073c51c4
trivial changes to quiet lint.
1998-02-27 18:55:46 +00:00
perry
8205792218
trivial changes to quiet lint.
1998-02-27 18:34:06 +00:00
perry
5f05b863b4
trivial changes to quiet lint.
1998-02-27 18:21:19 +00:00
perry
853e41b336
trivial changes to quiet lint.
1998-02-27 18:05:09 +00:00
perry
f8247085e8
trivial changes to quiet lint.
1998-02-27 17:43:20 +00:00
perry
9724404197
gettable is long obsolete.
1998-02-27 16:00:17 +00:00
perry
ae09a69c7e
htable is long obsolete.
1998-02-27 15:59:19 +00:00
perry
56bd64fcbd
remove gettable and htable, + resort/reformat
1998-02-27 15:57:07 +00:00
agc
4c570e1c28
Patches from Matthew Green to use pax if it's present, in preference
...
to tar.
1998-02-27 13:22:59 +00:00
mycroft
64812254d6
Remove some duplicate definitions.
1998-02-27 13:17:25 +00:00
mycroft
8e5dbddc19
Regen.
1998-02-27 11:46:25 +00:00
mycroft
402ddee537
Add Macronix MX98713.
1998-02-27 11:45:51 +00:00