| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
mandoc database is activated since FreeBSD 11.0, let's remove the previous
database format for FreeBSD 12.0
Notes:
svn path=/head/; revision=315057
|
| |
|
|
|
|
|
|
|
|
|
| |
The wrapper script has moved to libexec/makewhatis.local since it is not
directlry related to the older makewhatis(1) utility that has been replaced
by the usr.bin/mandoc version.
Reported by: vangyzen
Notes:
svn path=/head/; revision=295733
|
| |
|
|
|
|
|
|
| |
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291348
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=242545
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reduce overlinking
Notes:
svn path=/head/; revision=275042
|
| | | |
| | |
| | |
| | | |
Notes:
svn path=/head/; revision=262540
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| | |
PR: kern/186187
Submitted by: Fernando <fernando.apesteguia@gmail.com>
MFC After: 2 weeks
Notes:
svn path=/head/; revision=262539
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is not correct. The code works by accident because gzFile is
currently defined as void *, and internally it would be casted from
or to its real type.
A newer version of zlib will instead define it as a pointer to a
specific type pointer (namely, struct gzFile_s *). This therefore
would cause stricter checks and compiler would catch this type
mismatch.
This change does not cause any changes to the resulting binary,
as validated with md5(1).
MFC after: 3 days
Notes:
svn path=/head/; revision=237348
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Std 1003.1-2008. Both Linux and Solaris conforms to the new definitions,
so we better follow too (older glibc used old BSDish alphasort prototype
and corresponding type of the comparision function for scandir). While
there, change the definitions of the functions to ANSI C and fix several
style issues nearby.
Remove requirement for "sys/types.h" include for functions from manpage.
POSIX also requires that alphasort(3) sorts as if strcoll(3) was used,
but leave the strcmp(3) call in the function for now.
Adapt in-tree callers of scandir(3) to new declaration. The fact that
select_sections() from catman(1) could modify supplied struct dirent is
a bug.
PR: standards/142255
MFC after: 2 weeks
Notes:
svn path=/head/; revision=201512
|
| |
|
|
| |
Notes:
svn path=/head/; revision=194798
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At least one port (net-mgmt/net-snmp) creates man-pages which are
in the format:
.SH NAME
The Net-SNMP agent \- The snmp agent responds to SNMP queries from management stations.
.PP
.SS "Modules"
At this moment, makewhatis determines the end of the .SH NAME section
as where it finds .SH again, but there is none here, is it "terminated"
by the .SS.
PR: bin/116706
Submitted by: edwin@
Approved by: re (Ken Smith), grog (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=172752
|
| |
|
|
|
|
|
| |
Reviewed by: nyan
Notes:
svn path=/head/; revision=153115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131472
|
| |
|
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
Notes:
svn path=/head/; revision=107053
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
Notes:
svn path=/head/; revision=102944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99970
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99533
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the new content size fits into the sbuf, instead of assuming
that allocating twice the old size is enough.
- Use memmove(3) rather than strcpy(3) to copy overlapping
strings.
PR: bin/39930
Notes:
svn path=/head/; revision=99532
|
| |
|
|
|
|
|
|
|
| |
The makewhatis utility is now ok with WARNS=3.
Reviewed by: bde
Notes:
svn path=/head/; revision=97976
|
| |
|
|
|
|
|
|
| |
Submitted by: fenner, ru
Reviewed by: ru, fenner
Notes:
svn path=/head/; revision=97102
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97002
|
| |
|
|
|
|
|
|
| |
Give Wolfram a credit for writing the original version in Perl
like in killall(1).
Notes:
svn path=/head/; revision=96863
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96859
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96858
|
| |
|
|
|
|
|
|
|
|
| |
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).
Submitted by: John Rochester <john@jrochester.org>
Notes:
svn path=/head/; revision=96845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70013
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68938
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
| |
PR: docs/12734
Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
Notes:
svn path=/head/; revision=49297
|
| |
|
|
|
|
|
| |
the revision date is displayed correctly.
Notes:
svn path=/head/; revision=26827
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
Notes:
svn path=/head/; revision=20241
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17849
|
| |
|
|
|
|
|
|
|
|
|
| |
of clobbering the entire database.
sort options in alphabetic order.
install manpage makewhatis.local.8
Notes:
svn path=/head/; revision=15857
|
|
|
Submitted by: invalid opcode <coredump@nervosa.com>
makewhatis.local - start makewhatis(1) only for file systems
physically mounted on the system
Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill
your NFS server -- all clients start makewhatis at the same time!
So use this wrapper instead calling makewhatis directly.
Pointed out by: Bruce
Notes:
svn path=/head/; revision=15755
|