hubertf
d8ec602681
Note: just because our macros/groff/whatever terminates .Bl internall for a
...
new .Sh doesn't mean the ending .El should be omitted
2001-06-26 00:52:59 +00:00
thorpej
93c03c9726
- Implement a real pmap_kenter_pa()/pmap_kremove().
...
- Use pools for pmap structures and pv_entry structures.
- Remove a bunch of splvm()/splx(), no longer needed now that
pmap_kenter_pa() and pmap_kremove() are as they should be.
Mostly from Chuck Silvers.
2001-06-26 00:31:32 +00:00
hubertf
04eb606c4b
.El a .Bl
2001-06-26 00:14:32 +00:00
hubertf
864848be63
close a .Bl
2001-06-25 23:42:42 +00:00
hubertf
d91e447e6b
PRevent one of these:
...
List open at EOF -- A .Bl directive has no matching .El
2001-06-25 23:37:27 +00:00
chris
b8ceed365f
Improve the vac_me_harder function, it is now slightly faster, however pmap_enter_pv is also now slightly slower, so they appear to balance out.
...
Note that I've some ideas in the works on how to improve the pv handling, so the slow down is short term only.
Also added non-advertising licence and copyright to myself and richard.
2001-06-25 23:22:38 +00:00
eeh
55e676fb15
Remove another unused file.
2001-06-25 23:07:03 +00:00
nathanw
493f55e596
A little space->tab fixup.
2001-06-25 22:56:18 +00:00
thorpej
c0b03b60e7
Really only need uvm_extern.h. From Chuck Cranor.
2001-06-25 22:08:52 +00:00
lukem
c46620e9a9
take advantage of glob(3) support when defining _whatdb
2001-06-25 21:38:29 +00:00
lukem
0668bf9a80
_whatdb has supported glob(3)ing pathnames for over 3 years ...
2001-06-25 21:37:24 +00:00
eeh
47b3df529a
Remove unused file.
2001-06-25 21:28:03 +00:00
thorpej
7a1408c38b
Deal with different `memsize' convention on new PMON revs.
2001-06-25 21:25:07 +00:00
jdolecek
26d45c1101
Back off the sendit()/recvit() change, some have problems with it
2001-06-25 20:46:11 +00:00
thorpej
498641fc7e
Print more BONITO rev. info.
2001-06-25 20:15:57 +00:00
thorpej
1111f1d461
Add some macros to decode the BONITO revision register.
2001-06-25 20:15:03 +00:00
itojun
8e68d78e9d
ex script to change rcsid portion
2001-06-25 20:09:58 +00:00
itojun
6a5ada5fef
__RCSID()
2001-06-25 19:59:56 +00:00
jdolecek
1b87473851
linux_getifhwaddr(): use strncmp() to find out if if_name starts with 'eth',
...
it's more readable that way
2001-06-25 19:55:02 +00:00
jdolecek
d865180393
sys_connect(): fix the call to FILE_UNUSE() so that it's done on return, rather
...
than immediatelly after getsock() call
2001-06-25 19:46:50 +00:00
itojun
230b44a44a
switch to use src/dist/tcpdump. source code has been checked and the new
...
tree organization should give the same (or more) decoding functionalities.
2001-06-25 19:41:19 +00:00
itojun
454a080909
typo
2001-06-25 19:36:47 +00:00
itojun
08019da86a
disable SMB decoder, there seem to be a lot of memory boundary issues
2001-06-25 19:36:38 +00:00
itojun
80e83a75d5
import script
2001-06-25 19:36:03 +00:00
itojun
9fddaf49d0
t is in chapter 8, not 1. remove non-BSD texts.
2001-06-25 19:35:01 +00:00
itojun
56a052e678
tcpdump, from tcpdump repository as or 2001/6/26
2001-06-25 19:26:28 +00:00
jdolecek
7f7c60e827
Add 'kernsa' parameter for sendit()/recvit(); if nonzero, msg->msg_name
...
is supposed to point directly to struct mbuf or struct sockaddr in kernel
space as appropriate, rather than being a pointer to memory in userland.
This is to be used by compat/* when emulation needs to wrap
send{to|msg}(2)/recv{from|msg}(2) and modify the passed struct
sockaddr.
2001-06-25 19:24:02 +00:00
jdolecek
42b64d9f91
ntfs_readntvattr_plain():
...
Previous revision mistakely removed fix for DIAGNOSTIC "getblk: block size
invariant failed" panic, incorporated in rev. 1.5. The problem there
has been that depending on 'off', the code did bread() of 512 and after that
1024 bytes for same 'blkno'. Fix this differently than in rev. 1.5 -
if 'off' would bump the read over to next device block, trim the read to
end on block boundary and read rest in next loop iteration. This seems
to fix the problem, and avoids the performance hit rev. 1.5 incurred.
Fix bug in code handling holes for reads via read(2) - a variable
was incremented instead of decremented.
2001-06-25 18:33:14 +00:00
fvdl
d191029b13
2 more bitnumber mistakes fixed while removing sahf.
2001-06-25 16:47:05 +00:00
fvdl
c5b64cb062
Oops, when I replaced sahf with a btw, I made it test the wrong bit
...
(2 vs. 10).
2001-06-25 16:44:34 +00:00
mrg
b5ca908e21
extend file size lossage message.
2001-06-25 16:40:50 +00:00
thorpej
e26fe5cc01
Compute the VM_* constants directly, rather than hard-coding
...
them (with the formulas in comments).
2001-06-25 16:28:48 +00:00
thorpej
99db7959b4
Include <uvm/uvm.h> rather than <uvm/uvm_param.h> directly.
2001-06-25 16:24:31 +00:00
scw
ef6b402fcc
Use the real versions of protocols(5) and services(5) instead
...
of inferior home-grown ones.
2001-06-25 15:46:22 +00:00
mrg
5812b2fe67
avoid an underrun in "buf". noted by dean@huxley.org in PR#13292
2001-06-25 15:34:08 +00:00
mrg
e1633c19d7
printer of "" becomes the DEFLP (the default printer, "lp")
2001-06-25 15:29:12 +00:00
matt
768aea4cbc
Collapse all netbsd vax entries to one. Allow ld for a.out (which works
...
for static only).
2001-06-25 14:11:34 +00:00
onoe
3e2b22f383
Fix keyid bit position of encrypted packet to make non-first key usable.
2001-06-25 12:11:59 +00:00
onoe
4fe2f5eda7
AWI_DEBUG only:
...
awi_dump_pkt dumps packet before encryption in transmit.
2001-06-25 12:09:51 +00:00
onoe
b383383c20
Fix capability information in association request to reflect ESS/IBSS mode.
...
This fix is required to interoperate with Cisco's access point.
2001-06-25 12:06:14 +00:00
onoe
ed965d38ff
add more capability information and status from IEEE802.11b
2001-06-25 12:02:53 +00:00
bjh21
27a2f91b72
Add sc_flags to seeq8005_softc, and put a flag in it.
2001-06-25 11:38:28 +00:00
mrg
a062d79672
use DEFLP instead of "lp".
2001-06-25 11:04:51 +00:00
jdolecek
0bab4db966
Change ns_addr() to allocate 'addr' on stack, rather than using a global -
...
we don't need a global variable here.
2001-06-25 09:07:08 +00:00
ad
0767fc8d4b
Missing space in usage(); from OpenBSD.
2001-06-25 08:47:29 +00:00
wdk
98f7903dd8
Don't reprogram SCC registers unless the values have changed.
...
Some CMOS Z85C30 SCC's (as used in the SGI Indy and Mips Magnum 3000's)
reset the baud rate generator when a new prescaler is loaded - despite
what is documented in the datasheet.
Avoids "character glitch" problems when line discipline characteristics
are changed at the start of the login process, or during a ftp session
on the /dev/console device.
Tested on -sgimips, -mipsco and -alpha platforms
2001-06-25 08:30:11 +00:00
enami
ffd45d10e3
Invert the logic in last commit so that it actually works.
2001-06-25 06:44:41 +00:00
matt
8998641810
Shrink back to one vax--netbsd entry. Reorder includes so that we work
...
the new emitted tm.h files.
2001-06-25 05:49:43 +00:00
matt
31b2119a86
Back some changes until I figure out why they break things.
2001-06-25 05:15:34 +00:00
matt
c12370b691
Don't include -mno-pic on gcc 2.95
2001-06-25 05:12:01 +00:00