Age | Commit message (Collapse) | Author |
|
so far, this is only accepting the option,
i will commit the (few) formatting tweaks separately.
This is intentionally undocumented for two reasons:
(1) We dream of making it the default at some point, so the option
will hopefully go away again.
(2) It is not needed for production, but mostly for automated man(7)
to mdoc(7) output comparisons, to help -Tman development.
|
|
just like the default right margin already is. This may be useful for
people with expensive screen real estate. Besides, it helps automated
man(7) to mdoc(7) output comparisons to validate -Tman output.
ok kristaps@ on an earlier version
|
|
ok jmc@
|
|
apropos [search_type[,...]=]substring
apropos search_type[,...][,i]~regex
... and expression evaluation must take the search type into account.
This allows to:
* drop the global -I option and
* drop the enum match, just using a boolean int.
"go ahead" kristaps@
|
|
set of keywords already exists is a bad idea, so reuse the mdoc(7)
macro names as apropos(1) search types. This is a gain in brevity
as well. Some time ago, kristaps@ agreed in principle.
The search type bit field constants are used by both mandocdb(8) and
apropos(1) and should better stay in sync, so give them their own
header file.
|
|
for example the future man.cgi, out of apropos.c (which still
contains the apropos(1) main program, command line handling, and
the terminal output formatter) into apropos_db.{h,c} (which now
contains the database searching backend code).
... and actually commit the two new files. Oops.
|
|
for example the future man.cgi, out of apropos.c (which still
contains the apropos(1) main program, command line handling, and
the terminal output formatter) into apropos_db.{h,c} (which now
contains the database searching backend code).
While here,
* Drop the -e option; to search for exact strings, use REs.
* Drop the -r option (more changes related to this coming soon).
* Use the traditional -s and -S instead of inventing our own options.
* Drop the sort option (at least for now), it got in the way.
Written by kristaps@.
|
|
|
|
1) Avoid excessive, needless recursion lest you overflow the stack;
2) Close dir file descriptors, lest you run out of descriptors.
ok kristaps@
|
|
|
|
Helps with some real-world manuals that (incorrectly)
assume that the C font family means "constant width".
Suggested by Andreas Vogele, patch by kristaps@.
|
|
ok mikeb
|
|
ok krw@
|
|
- remove BINUTILS217_ARCH from Makefile.cross as bsd.own.mk is included there
(requested by drahn@)
ok drahn@ deraadt@
|
|
Patch gyped from nicm@'s and jasper@'s work on the gdb port.
|
|
Pointed out by sthen@, LGTM jsing@.
|
|
happens to look like options from being processed as options when
truncated packets received.
Potential problem pointed out by mikeb@, from a couple of NIST
reports (CVE-2011-2748 and CVE-2011-2749).
|
|
From Abel Abraham Camarillo Ojeda, reminded by Brad.
|
|
|
|
wild, but there is an obvious pattern. Fix a typo in one of the NVIDIA USB
Ids while there.
ok mikeb@ (a while ago)
|
|
|
|
|
|
|
|
length of 0. And anyway PRT_fix_CHS() writes garbage when length
is zero.
Refresh the in-memory copy to reflect any data that was written
out, so you can see that your changes have taken effect.
Surprise behaviours noted by matthew@ at c2k11.
|
|
From Pedro Martelletto.
ok krw@ mikeb@
|
|
coerced size rather than the physical size of another chunk.
|
|
ok kettenis@
|
|
|
|
blocks or boot loader to chunks that are not online.
ok mikeb@
|
|
include bsd.own.mk to get the correct compiler architectures
(if only Makefile.cross is used)
|
|
|
|
|
|
tested by me
ok jsg@ sthen@ jmc@
|
|
|
|
|
|
|
|
|
|
|
|
attacking the complicated stuff
|
|
Renamed `ahb' to `omap' and extended it to configure the on-chip
devices directly, based a board-specific table instead of trying to
maintain addresses, interrupt numbers and such for two OMAP variants
in the same config file.
This may be an intermediate step, but should provide us some relief
already. :)
Suggestions from deraadt and drahn; ok drahn@
|
|
|
|
ok gilles@
|
|
int*. From Marco Trillo via tech@ long ago.
|
|
do not bother subtracting the old 'now' from the 64bit counters to
determine which was sooner, add event counters for the clock/stat
Do not have timers unless debugging the driver.
Switch statclock to multiple of hz;
|
|
Root on SD/MMC card did not work reliably because the config_pending
state was cleared too early. This change will clear config_pending
only after the card discovery has actually completed once.
ok deraadt@ drahn@
|
|
|
|
|
|
point. So add it's card id and handle it like the beagleboard.
ok drahn@, miod@
|
|
|
|
This is available with at least Ericsson-derived HSPA cards (e.g.
Dell 5530/5540) and provides a nice alternative to using them in
ppp mode. From Rivo Nurges (rix at estpak ee), ok jsg@
|