itojun
e4b5b62a3d
array boundary overflow on the use of IPv4 mapped address. from simonb
2001-11-02 02:37:50 +00:00
matt
767a35ff99
Indirect labels should start with L
2001-11-02 02:36:57 +00:00
thorpej
da9b5f3614
loadfile() support for the Shark.
2001-11-02 01:27:41 +00:00
thorpej
4cbfdf4a51
Correct a kernel name.
2001-11-01 22:55:25 +00:00
thorpej
13d619a803
Check in of work-in-progress ofwboot for the Shark. Starts, does a
...
DHCP, attempts to load kernel, gets a Data Abort.
2001-11-01 22:50:18 +00:00
jdolecek
d1842b740a
Restructure to the lkm/compat/Makefile way - the tested & installed
...
modules are on top, rest is added .if !make(install). This will avoid
such silly mistakes as rev. 1.7/1.8.
2001-11-01 19:32:53 +00:00
augustss
87faac94d7
Avoid opening /dev/ws{mouse,kbd}0; use stat() instead.
2001-11-01 19:06:08 +00:00
uch
6195437083
missing NBPFILTER > 0
2001-11-01 17:32:33 +00:00
augustss
41756e36f8
Regen.
2001-11-01 17:25:37 +00:00
augustss
16c1f136e5
Reorder two entries in numerical order.
2001-11-01 17:25:05 +00:00
tv
3980e269f9
By popular demand, one preformatted version of BUILDING, plaintext, no CRs.
2001-11-01 16:34:21 +00:00
tron
d40605c723
Fix incorrect usage message. Problem noted by Brian Ginsbach in
...
PR bin/14411.
2001-11-01 16:31:48 +00:00
tv
4ef4ea21a1
Revert previous. <bsd.own.mk> already defaults MKOBJDIRS to "no". Also
...
clean up the evaluation of ${MKOBJDIRS} later -- no need for :Uno.
2001-11-01 16:30:53 +00:00
tron
8370dbf86f
Add missing description of option "-D".
2001-11-01 16:30:40 +00:00
tron
d47435e90d
Remove bogus call to free(3) which caused several warning messages in
...
application using our "curses" library after the latest change to
memory management in the "c" library.
2001-11-01 16:06:59 +00:00
rearnsha
87cb8af648
When clearing the modified bit for modified emulation, don't turn
...
caching on for a page just because we are clearing the writable bit in
the PTE: this is incompatible with the way pmap_vac_me_harder works,
and the code in the modified emulation handler doesn't know about
recalculating the cachable attributes (nor should it, IMO).
Also, if we are invalidating a page, flush its TLB entry; for some
reason we were only doing this when clearing the Write or modified
bits.
These patches together seem to solve the random seg-faults that were
still occuring occasionally under heavy paging.
2001-11-01 15:49:16 +00:00
jmc
5f2c8aaa60
Add back original behavior of MKOBJDIRS defaulting to "no" so it doesn't
...
force people to set yet another variable to get the expected behavior
2001-11-01 15:48:39 +00:00
tv
b6499748ae
Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN}
...
(when evaluated) does not start with a /. Also don't go through a make(1)
recursion step; just use !=.
2001-11-01 15:03:07 +00:00
tron
7a726f828b
Fix botch in last commit which caused some of the "exec" LKMs not to be
...
built.
2001-11-01 13:41:42 +00:00
drochner
b4d5b7d621
protect against multiple inclusion
2001-11-01 12:54:35 +00:00
augustss
492a03edae
Regen.
2001-11-01 11:06:45 +00:00
augustss
44345ed1ac
New device (from OpenBSD).
2001-11-01 11:06:18 +00:00
yamt
b7574e5c56
add settings for ne2000.
...
(commented out)
2001-11-01 09:45:03 +00:00
yamt
3492b7a4c6
add ne2000 standalone driver.
2001-11-01 09:37:17 +00:00
lukem
5b5d0d23b8
oops, remove temporary comment
2001-11-01 08:21:57 +00:00
lukem
7f675a25b7
fix -Wshadow warnings
2001-11-01 08:21:07 +00:00
lukem
3a17632dfb
remove arg name in prototype decl
2001-11-01 08:18:01 +00:00
lukem
7623928b3a
fix a couple of -Wshadow warnings
2001-11-01 08:06:57 +00:00
lukem
4c4307e3ce
fix -Wshadow warnings
2001-11-01 08:03:03 +00:00
lukem
fa02ec4ccb
fix a -Wshadow warning
2001-11-01 07:48:08 +00:00
lukem
3d6fc56715
fix -Wshadow warning by moving "int version" from global to main() scope
2001-11-01 07:44:05 +00:00
lukem
d3656d428d
fix a couple of -Wshadow warnings
2001-11-01 07:39:38 +00:00
chs
fa6e18a029
in pmap_extract(), detect unmapped users addresses too.
2001-11-01 07:37:36 +00:00
lukem
4475e1747e
fix a couple of -Wshadow warnings
2001-11-01 07:31:22 +00:00
lukem
2d79659157
move -Wwrite-strings to WARNS=3 too ... (yech!)
2001-11-01 07:27:35 +00:00
lukem
0e643f61a5
Move -Wcast-qual from WARNS=2 to WARNS=3 (a new level), because it
...
generates too many false positives that require gross amounts of
workaround, and the other WARNS=2 stuff is quite useful. Per discussion
with simonb & christos.
2001-11-01 07:17:17 +00:00
lukem
058fbb840d
opendisk(3) checks the device type for us
2001-11-01 07:04:18 +00:00
lukem
b3bf0bffe1
Enforce is iscooked arg;
...
if zero, a matching path must be of type S_IFCHR, and
if non-zero, a matching path must be of type S_IFBLK.
2001-11-01 06:53:24 +00:00
chs
550caf0ce3
allow SWAP_GETDUMPDEV for all users.
...
use {LIST,TAILQ}_FOREACH where appropriate.
2001-11-01 03:49:30 +00:00
imp
fdf7743003
Add Intel PRO WLAN 2011.
2001-11-01 03:00:51 +00:00
tv
70a4e4b481
Revert previous until it's fixed a more generic way ... I didn't realize
...
this was pulled in via reachover from elsewhere.
2001-11-01 02:15:41 +00:00
thorpej
d8c2abc4aa
Make *really* sure that MACHINE is set to an empty string so that
...
it doesn't infect the linker script build (i.e. override any MACHINE=
that might already be in MAKEFLAGS).
2001-11-01 01:52:45 +00:00
thorpej
a4a68fe775
When doing an only-tools build, don't use the makewrapper.
2001-11-01 01:49:44 +00:00
wiz
496a336cb0
Slight markup change.
2001-11-01 01:15:42 +00:00
wiz
73680f8d68
Drop a spare .Pp.
2001-11-01 01:13:43 +00:00
wiz
27bebba05c
Sort SEE ALSO, drop some unnecessary .Pp's, whitespace and misc fixes.
2001-11-01 01:10:59 +00:00
thorpej
f6614f977b
Document build.sh -t
2001-11-01 00:14:45 +00:00
thorpej
f55ffb9482
Add a -t option that builds and installs the toolchain only
...
(and thus implies -b). To make this work, we also check do_buildsystem
when doing the DESTDIR sanity check.
2001-11-01 00:14:17 +00:00
tv
44c7a1639c
Document new build.sh options, and remove the temporary note on USETOOLS
...
("no" functions as documented now).
2001-10-31 23:20:34 +00:00
reinoud
1ee1d4a7ad
Use the -F writing to a normal file feature of newfs to avoid problems with
...
rewriting the disklabel. The newfs is moved up in the sequence after the
creation of the file and the disklabel is written after it.
2001-10-31 22:30:47 +00:00