Commit Graph

111911 Commits

Author SHA1 Message Date
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
wiz
5eafd757ee regen (init target, some other stuff) 2003-04-24 12:15:58 +00:00
wiz
39f7be757e Use .Aq instead of \*[Lt]...\*[Gt]. 2003-04-24 12:13:03 +00:00
wiz
70f9b8f89a Sort sections. 2003-04-24 12:11:17 +00:00
wiz
64ef7a20ff Sort sections, sort SEE ALSO, bump date for last. 2003-04-24 12:06:56 +00:00
wiz
4880d466e5 Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300. 2003-04-24 08:22:05 +00:00
gmcgarry
0645f99b01 More ufs2 merge fall-out. Pass the correct pointer to the dinode
for clearing.  Fixes PR#21241.
2003-04-24 08:05:35 +00:00
christos
94f1b04361 fix a few missing malloc attach/detach. Now this works. 2003-04-24 07:50:19 +00:00
dbj
5273e73a7c bump date 2003-04-24 07:43:53 +00:00
dbj
7217a44a7f ensure variable is initialized 2003-04-24 07:05:21 +00:00
dbj
ec91c7e736 note pdisk's problems with calculating the raw device size 2003-04-24 06:32:42 +00:00
martin
dc09fa82ac Fix attachment for sparc64 systems (missing bus_space_vaddr).
Patches submitted in PR 21188.
2003-04-24 05:06:32 +00:00
dbj
263ed6747c reenable include <getopt.h> for getopt_long(3) 2003-04-24 04:15:58 +00:00
dbj
729bd4d1af fix nits to compile and function on osX 2003-04-24 03:38:53 +00:00
dbj
47e126059c add support for selecting root, user, or swap in the Block Zero Block bits
when setting Apple_UNIX_SVR2.
Correctly update dpme flags when partition is changed to Apple_HFS
Properly reread Apple_HFS volume name when partition is changed to Apple_HFS
update man page to reflect new functionality
document t command in man page
2003-04-24 03:34:34 +00:00
perry
b23b1bcc57 Document what happens when you don't have any dependency lines in a
file, and downgrade "must" to "should" in a couple of places.
Answers a documentation complaint from Jeremy C. Reed in PR misc/21251
2003-04-24 03:15:45 +00:00
itojun
5116f9caae fix "round up to 8" code. from kame 2003-04-24 02:22:26 +00:00
perry
90df2da36a add default skel/.logout file 2003-04-24 01:05:49 +00:00
perry
a6c2c6c171 Add more descriptive header comments for default dotfiles.
Text based on suggestions by Igor Sobrado in PR misc/21223
2003-04-24 01:02:26 +00:00
perry
66adc5d938 Add a default .logout file.
Suggested by Igor Sobrado in PR misc/21223
2003-04-24 01:01:39 +00:00
perry
c2c36bf309 Make a bunch of names mindlessly consistent with the one true way
(e.g., massbus->MASSBUS, unibus->UNIBUS, and similar for some device
names.)
Proposed by Igor Sobrado in PR port-vax/21183 -- but he sent in a
patch that he'd obviously cut and pasted from an xterm or something
that similarly destroyed all the tab characters so I had to re-do it
by hand.
2003-04-23 23:25:02 +00:00
bjh21
c4987984da Accept standard IEEE 802.3 names for Ethernet medium types.
Suggested by Christos, IIRC.
2003-04-23 23:16:43 +00:00