toshii
7583c79436
Make it boot with ARM32_PMAP_NEW defined.
2003-04-26 08:31:30 +00:00
toshii
20697a7696
Fix a comment; 0x40000 isn't 1MB.
...
Use KERNEL_BASE instead of 0xc0000000. No functional change.
2003-04-26 07:09:26 +00:00
toshii
7dbee668be
Some line folding cleanups.
...
Kill an unused variable.
2003-04-26 06:44:28 +00:00
briggs
4c104c6cea
In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc,
...
not just the most recent algdesc (which might be NULL).
2003-04-26 04:44:18 +00:00
uwe
1cfc465c45
Keymaps for US and German keyboards for Jornada 680/690.
2003-04-26 01:06:06 +00:00
thorpej
69c5577b0b
Make the des.h -> openssl/des.h symlink relative.
2003-04-26 00:53:17 +00:00
fvdl
94e92b1bb3
Assign the right linkcount when renaming a directory.
2003-04-25 23:12:33 +00:00
fvdl
4b293b5851
Share some common cache info cpuid code between i386 and x86_64.
2003-04-25 21:54:29 +00:00
ragge
766d04f56a
Add ksyms device major.
2003-04-25 21:10:46 +00:00
ragge
cddfd23e42
Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used without
...
DDB compiled-in.
2003-04-25 20:30:57 +00:00
matt
0aa3fc4996
Make sure to supply the PS_REGNUM (as a fixed value) so that
...
read_register_bytes doesn't complain.
2003-04-25 20:13:47 +00:00
jmmv
c338f2125f
Fix ISA meaning; thanks salo@.
2003-04-25 19:53:17 +00:00
jmmv
24c2b45c15
Implement a -t option, to easily select an acronyms list from /usr/share/misc.
...
One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp
to search the acronym as usual.
2003-04-25 19:08:31 +00:00
jmmv
586e8b8a61
+BLOB
2003-04-25 18:57:18 +00:00
fvdl
00a8526dca
Do the right thing in the case of an attach error. From Manuel Bouyer.
2003-04-25 16:03:45 +00:00
fvdl
5aecd7c8fc
On the first read of the DEVCONFIG PCI config register, sparc64 systems
...
seem to return all 1s. The second read is ok, though. So, as a workaround,
read it twice. From Manuel Bouyer.
2003-04-25 16:02:52 +00:00
mycroft
3ba2d8197a
Only unset ENV if -f was used, AS THE CHANGE WAS DOCUMENTED.
...
I'm not convinced this is a good idea at all, but at least this fixed my usage.
2003-04-25 08:04:14 +00:00
ragge
0bd41108c4
Explicitly cast printf arg to long, from Tom Spindler.
2003-04-25 07:35:21 +00:00
wiz
f2b8c0d279
gcc-3.2.3 out.
2003-04-25 06:29:37 +00:00
fair
32c41ae13d
Preliminary nroff cleanup prior to fixing a problem report.
2003-04-25 04:19:15 +00:00
fair
05b9b8507d
One more: add ttys(5) to SEE ALSO, and compact the device file lists.
2003-04-25 03:17:08 +00:00
fair
0ee7b4ecbf
Gaaaaaah! I should have double checked that pmax had been changed
...
to match alpha, and they're different - alpha: ttyB0, pmax: ttya
So, change the FILES section again to differentiate between alpha
and pmax, plus add a clear statement in the first paragraph as to
which computers listed are supported by which port.
Hopefully this will properly answer PR 19752
2003-04-25 03:03:07 +00:00
gmcgarry
2bdf9ba1f2
Fix full-duplex mode (again).
...
Back-out revision 1.170 and and 1.166. Revision 1.170 fixes some problems
introduced in revision 1.166. It isn't clear what problem revision 1.166
was attempting to address. It seems bogus anyway, since we later check
the modes in audio_check_params().
2003-04-25 03:02:11 +00:00
fair
5a6ae49f80
Change the serial port file names in the FILES section to ttyB0,
...
etc. to match current reality, per PR 19572
Add some paragraph breaks to make the text more readable, and to
more clearly separate the topics covered.
Sprinkle Tn macros liberally. Update the man page date.
2003-04-25 02:48:23 +00:00
fair
3c460e58a0
Add MAKEDEV(8) to the SEE ALSO list.
...
Clean up nroff problems.
A commit to clean up a problem report comes next.
2003-04-25 02:31:57 +00:00
nathanw
6eaaff9eaa
Regen.
2003-04-24 23:37:00 +00:00
fvdl
e799c0e2d5
Add a few devices.
2003-04-24 23:36:10 +00:00
nathanw
ebfdc33307
Add a few Opteron and AMD8000 chipset device IDs.
2003-04-24 23:36:09 +00:00
drochner
9e95dcb696
Change some subordinate functions to take a "struct nfsnode" argument
...
instead of "struct vnode". This saves a number of pointer dereferences;
it sums up to about half a kB for me. And it paves the way for future
fixes.
While cleaning up, eliminate a write-only member of "struct nfsreq"
and a pointless assignment in the NFS_V2_ONLY case.
2003-04-24 21:21:04 +00:00
ragge
e675595289
db_sym_numargs() disappeared by mistake, restore it.
2003-04-24 21:18:34 +00:00
ragge
bd400955d9
I feel somewhat responsible for ksyms.
2003-04-24 20:22:22 +00:00
ragge
46943c2cf6
Try first to use /dev/ksyms to get kernel symbols, if that fails mutter a
...
bit and fallback to the old way.
2003-04-24 20:18:31 +00:00
ragge
5a10a8c4a9
Add _PATH_KSYMS.
2003-04-24 20:13:05 +00:00
ragge
f5cb3ec885
Teach the lkm code to add loaded module symbols to the in-kernel symbol table.
...
XXX - The way this works is clumsy, at least. It will be fixed as soon as
the in-kernel linker is in place.
2003-04-24 20:09:43 +00:00
fvdl
fe36fefa1a
Oops. The clearinode macro had the UFS2 case reversed, causing it to
...
zero out two inodes in the plain FFS case, since UFS2 dinodes are
twice as big.
2003-04-24 20:08:25 +00:00
ragge
56a3de2302
Include kern_ksyms if ksyms | ddb | lkm. Never include db_elf.c.
2003-04-24 20:04:03 +00:00
ragge
4ee3d47c73
Teach DDB to use ksyms instead of it's own symbol table management.
...
Note: For a.out kernels (beware!) DDB will still use the old stuff.
2003-04-24 20:00:48 +00:00
ragge
44305abd0b
Basic implementation of in-kernel symbol table manager + /dev/ksyms.
2003-04-24 19:56:43 +00:00
fvdl
1f4176dbb6
Because of the padding in mcontext_t, sigframe grew 8 bytes and became
...
unaligned. Remove the padding in struct sigframe itself to fix this.
2003-04-24 19:19:55 +00:00
fvdl
d194f8eb62
Add aapic files.
2003-04-24 18:54:54 +00:00
dsl
82d4d158d2
Missing end of comment
2003-04-24 17:41:03 +00:00
dsl
c9a0a49ac7
Don't use ENTRY - it aligns the label and we can't afford the space.
...
Adjust coding to save 2 more bytes (assume 'D' flag clear - it is)
2003-04-24 17:40:32 +00:00
dsl
cf4ada7934
Fix code that scans extended partition list
2003-04-24 17:37:54 +00:00
mycroft
f57f7ac072
Back out previous change for now -- it needs more work.
2003-04-24 16:55:29 +00:00
mjl
f694ad9267
On second thought, move BSD to calendar.computer.
...
While there, spell Dijkstra correctly.
2003-04-24 13:36:19 +00:00
mjl
5082020546
Correct dates for Talbot and Zuse. Aristotle surely died only
...
once (though I have not been able to confirm the exact date).
Add NetBSD/FreeBSD birthday too for good measure.
Most of the changes from FreeBSD with corrections.
2003-04-24 13:29:23 +00:00
jmmv
595e7da8dc
New sentence, new line.
2003-04-24 13:23:55 +00:00
wiz
55577d02cc
New sentence, new line. Remove an empty line.
2003-04-24 12:28:12 +00:00
wiz
287057db85
Bump date for last.
2003-04-24 12:19:06 +00:00
wiz
aa1781ae4b
Drop trailing space.
2003-04-24 12:17:49 +00:00