Age | Commit message (Collapse) | Author |
|
OK sthen@
|
|
- const for file and tok
- remove \n from err(3)
- typo in error message
- s/err/errx/ for functions that do not set errno
- s/fprintf(stderr,...)/warnx/
Thanks!
OK sthen, benno
|
|
are not used uninitialized. As a bonus, make variables the same
type as the data they are trying to preserve.
|
|
tree and the 80211 nodes need it.
ok henning@, mikeb@
|
|
eliminate multiple 'implicit' declarations introduced by the previous
over-zealous #include cleanup.
Thanks to to tedu@ for pointing out how -Wall reveals all.
|
|
UPSes.
(forced commit due to previous empty commit message)
ok mpi@ sthen@
|
|
|
|
information for people writing nginx configuration.
- remove commented-out "ssl_protocols SSLv3 TLSv1" line; nginx default is
"SSLv3 TLSv1 TLSv1.1 TLSv1.2", so uncommenting this line removes desirable
protocols
ok robert@
|
|
In case imcp_reflect() is called without a given source address
do not try to find a matching address by iterating over a global
list and always use the routing table.
This breaks icmp echo replies (and maybe more) on machines with >1 ip
"reverting is safer and make it clear that this function needs more love"
ok florian@, mpi@ for the revert
|
|
|
|
ok sthen@ rpe@
|
|
- tweak STANDARDS to make the note about -and and -or a little clearer
- remove some gnu clutter
ok millert sobrado
|
|
ok florian@
|
|
|
|
|
|
keywords are sorted in ascending order again. This fixes a bug where
ps(1) thought that "minflt" was an invalid keyword.
This bug was introduced when the "maxrss" keyword was accidentally added
to the array after "minflt" instead of before, so the bsearch(3)-based
keyword lookup could never find "minflt".
ok deraadt@ guenther@ millert@ tedu@
|
|
macros to be cleared during .Dd and .TH because clearing them at that
point defeats the purpose of backup implementations provided in the
manual page itself, some of which _do_ work with mandoc(1).
While here, add the new .%C macro to the list to be cleared.
|
|
sparc64 at least.
Found when deraadt@ complained about loongson miniroot blowing up.
|
|
|
|
This doesn't affect /usr/share/man, but improves /usr/X11R6/man:
* Eliminates multiple apropos(1) output for such pages.
* Reduces X11R6 database size from 450 kB to 240 kB (-47%).
* Reduces X11R6 database build time from 1.68s to 1.00s (-40%).
|
|
single .so request, do not read the file pointed to, but instead
let mparse_result() provide the file name pointed to as a return
value. To be used by makewhatis(8) in the future.
|
|
them an "options" argument, replacing the existing "inttype" and
"quick" arguments, preparing for a future MPARSE_SO option.
Store this argument in struct mparse and struct roff, replacing the
existing "inttype", "parsetype", and "quick" members.
No functional change except one tiny cosmetic fix in roff_TH().
|
|
sendmail.8 note by jmc
|
|
suggested by deraadt@
ok mpi@
|
|
|
|
|
|
|
|
such a manpage does not currently exist. Requested by jmc@
|
|
|
|
pointed out by jmc@, thanks!
|
|
|
|
ok deraadt millert
|
|
|
|
from the per-ifp list when an interface is destroyed/removed the
only address left on the list at this point is the link-layer one.
So remove the custom loop and its associated hack for the link-layer
address and simply call if_free_sadl().
As a side effect, this should fix any scenario where if_alloc_sadl()
is called multiple time since the first link-layer address allocated
was never removed from the per-ifp list.
|
|
ok mpi@
|
|
|
|
this was missed when unifying text in the other parse.y parsers (see e.g.
pf.conf.5 r1.495). Noticed in a misc@ post by zeloff at zeloff/org.
|
|
driver start routines. Instead add & use a pointer in the pkthdr
since we don't want the overhead of using a mbuf_tags(9).
claudio@ pointed out that other subsystems might want to use this
pointer too, so here's a new cookie!
ok claudio@, mikeb@, deraadt@
|
|
|
|
|
|
a device. This should be removed once all the drivers attaching to
uhidev(4) are converted.
ok andre@, sthen@
|
|
|
|
|
|
|
|
--
Sync timestamp changes for inodes of special files to disk as late
as possible (when the inode is reclaimed). Temporarily only do
this if option UFS_LAZYMOD configured and softupdates aren't enabled.
UFS_LAZYMOD is intentionally left out of /sys/conf/options.
This is mainly to avoid almost useless disk i/o on battery powered
machines. It's silly to write to disk (on the next sync or when the
inode becomes inactive) just because someone hit a key or something
wrote to the screen or /dev/null.
--
Made lazy syncing of timestamps for special files non-optional.
--
Also, include support in 'pstat -v' to display the IN_LAZYMOD flag.
ok tedu@ millert@
|
|
increase root to 9(+1).
ok deraadt (and a thank you to miod for helping to reduce the set of
architectures harmed by this)
|
|
|
|
|
|
OK and additional changes from espie@
|
|
of unix arcana, we will not condescend to tell you how. why spoil the fun?
|