Commit Graph

75595 Commits

Author SHA1 Message Date
ru
9495c02d27 mdoc(7) police: lint. 2002-05-29 17:50:04 +00:00
ru
e5cbcedc3e mdoc(7) police: markup nits. 2002-05-29 17:45:44 +00:00
wollman
be46d62cfe Add link dlopen(3) -> dlfunc(3).
Reminded by:	mike
2002-05-29 17:38:42 +00:00
ru
5f310b26f9 mdoc(7) police: markup nits. 2002-05-29 17:37:32 +00:00
ru
478086f17b mdoc(7) police: markup nit. 2002-05-29 17:30:56 +00:00
ru
d8ab713222 mdoc(7) police: fix references to sendmail(8). 2002-05-29 17:24:40 +00:00
ru
761b89ba2e mdoc(7) police: get rid of a single hard sentence break. 2002-05-29 17:18:52 +00:00
ru
0d0f2e8c89 mdoc(7) police: don't unnecessarily use macros. 2002-05-29 17:16:09 +00:00
jmallett
4a675d0d9d A space between switch and open-paren. Don't explicitly cast the value
returned by getopt(3) to 'char' in a switch.
2002-05-29 17:12:30 +00:00
ru
50d27889f5 mdoc(7) police: tidy up the markup. 2002-05-29 17:08:58 +00:00
jmallett
41ef234489 ANSI, __FBSDID() 2002-05-29 17:08:09 +00:00
ru
7fb4b89af7 mdoc(7) police: nits. 2002-05-29 17:00:41 +00:00
ru
f8d1ea07cf mdoc(7) police: really back out rev. 1.32. 2002-05-29 16:59:10 +00:00
ru
ecebc4ce82 mdoc(7) police: markup nits. 2002-05-29 16:55:50 +00:00
ru
cd93838899 mdoc(7) police: nits. 2002-05-29 16:53:27 +00:00
ru
468da1a22d mdoc(7) police: nits. 2002-05-29 16:47:55 +00:00
wollman
5bbebb88fb Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.
Add new dlfunc() interface, which is a version of dlsym() with a
return type that can be cast to a function pointer without turning
your computer into a frog.

Reviewed by:	freebsd-standards
2002-05-29 16:25:43 +00:00
ru
929b4f7410 mdoc(7) police: nits. 2002-05-29 16:19:26 +00:00
brooks
4432c323fd Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just having
it in pci_cfgregread() wasn't sufficent on at least the HP Omnibook 500.

Reviewed by:	imp
2002-05-29 16:16:16 +00:00
ru
48bc02848a mdoc(7) police: tidy up the markup. 2002-05-29 16:14:00 +00:00
ru
c3db182849 mdoc(7) police: nits. 2002-05-29 15:59:34 +00:00
ru
b0b91fa521 mdoc(7) police: markup nits. 2002-05-29 15:53:01 +00:00
ru
9adcbc6481 mdoc(7) police: bump document date on behalf of previous delta. 2002-05-29 15:47:24 +00:00
ru
1f050a8544 mdoc(7) police: sort xrefs. 2002-05-29 15:45:54 +00:00
ru
80677a8b7d mdoc(7) police: nit. 2002-05-29 15:44:34 +00:00
ru
11ce5c1523 mdoc(7) police: fix markup for types. 2002-05-29 15:42:59 +00:00
ru
76631b8618 mdoc(7) police: tidy up the markup a bit. 2002-05-29 15:38:59 +00:00
ru
9f5e5c2002 mdoc(7) police: markup nits. 2002-05-29 15:18:35 +00:00
ru
8604f56312 mdoc(7) police: markup nits. 2002-05-29 15:09:49 +00:00
ru
d8884723c1 mdoc(7) police: punctuation. 2002-05-29 15:06:24 +00:00
ru
575bfcdb3a mdoc(7) police: markup nits. 2002-05-29 14:23:22 +00:00
tjr
17b5f40eed Use mkstemp(3) to avoid /tmp race. 2002-05-29 14:23:10 +00:00
ru
b2b3f82524 mdoc(7) police: tidy up the markup. 2002-05-29 14:11:17 +00:00
ru
c17d65090d mdoc(7) police: replace the XXX with the correct width. 2002-05-29 14:01:27 +00:00
tjr
4dce1a540c Document standards conformance. 2002-05-29 13:45:16 +00:00
tjr
83600f5b2c style(9): Sort sections correctly, exit status info into DIAGNOSTICS section. 2002-05-29 13:39:34 +00:00
tjr
eac28cf68c Sync synopsis with reality: file arguments are optional. 2002-05-29 13:33:48 +00:00
tjr
3539ebd46f Use getopt() to reject any options and skip "--" arguments. 2002-05-29 13:14:51 +00:00
peter
929921851c The kernel printf does not have %i 2002-05-29 08:25:13 +00:00
brooks
06a158da38 Add a simple manpage for the discard interface derived from lo(4). 2002-05-29 06:59:30 +00:00
brooks
b129ffd210 Document the fact that these devices are allocated at runtime using
cloning and point to two common methods of doing so.
2002-05-29 06:55:06 +00:00
jake
f9b60edf3c Don't try to flush illegal alises from the data cache in vmapbuf and
vunmapbuf, this is handled by pmap now.
2002-05-29 06:16:47 +00:00
jake
8bf6eba7b8 Add an MD page flag for tracking if a page is cacheable or not, so that
we don't flush all mappings of a physical page in order to make it
virtually cachable again, if it is already cachable.
2002-05-29 06:12:13 +00:00
jake
c5525858aa Remove an unused variable. 2002-05-29 06:10:37 +00:00
jake
580d1a81b5 Merge the code in pv.c into pmap.c directly. Place all page mappings onto
the pv lists in the vm_page, even unmanaged kernel mappings.  This is so
that the virtual cachability of these mappings can be tracked when a page
is mapped to more than one virtual address.  All virtually cachable
mappings of a physical page must have the same virtual colour, or illegal
alises can be created in the data cache.  This is a bit tricky because we
still have to recognize managed and unmanaged mappings, even though they
are all on the pv lists.
2002-05-29 06:08:45 +00:00
jake
a601bb5324 Add pv list linkage and a pmap pointer to struct tte. Remove separately
allocated pv entries and use the linkage in the tte for pv operations.
2002-05-29 05:56:05 +00:00
jake
2a45651b25 Use a contrived 'tlb_entry' structure for passing the mappings for the
kernel text and data from the loader to the kernel, so that the tte format
is not part of the loader->kernel ABI.
2002-05-29 05:49:59 +00:00
jake
980c076c0c Remove pmap.pm_pvlist and make the functions that use it no-ops. These are
all optimizations for architectures which have large sparse page tables,
and/or can't put the pv linkage inside of the page table entries.
2002-05-29 05:24:16 +00:00
marcel
fec847a66d Remove the definition of struct mca_guid and use the generic
struct uuid defined in <sys/uuid.h>.

Use uuid/UUID instead of guid/GUID to emphasize that the
identifiers are DCE version 1 identifiers and also to avoid
inconsistencies as much a possible.
2002-05-29 05:19:07 +00:00
marcel
1cae9c65b1 Remove bktr for ia64. Same problem as vinum. See PR 38678. 2002-05-29 05:09:51 +00:00