joerg
3345ee081b
lineno, states and allocated should be owned by the parser
2020-04-23 00:29:00 +00:00
joerg
c69153879d
npftest_mbufops and npftest_ifops are owned by npf_mbuf_subr.c
2020-04-23 00:27:45 +00:00
joerg
1ae5c388e8
Rename debug to mountd_debug to avoid overlap in rump tests
2020-04-23 00:22:01 +00:00
joerg
339d115139
loop.c owns iflist
2020-04-22 23:57:56 +00:00
joerg
14fa6887c5
Let loop.c own iflist
2020-04-22 23:55:29 +00:00
joerg
2d8c8469e2
Avoid common symbol definitions
2020-04-22 23:53:27 +00:00
joerg
f60db1d4f9
Externalize yytext, it belongs to the lexer
2020-04-22 23:51:34 +00:00
joerg
b128537de5
_rpcpmstart is defined by rpcgen, so externalize it here
2020-04-22 23:47:02 +00:00
joerg
ad164cdb07
tempstr is only used in one file, make it static
2020-04-22 23:46:02 +00:00
joerg
e45e02400d
Don't depend on common symbol definitions.
2020-04-22 23:43:12 +00:00
wiz
7e0632ed7c
Remove dst variable that was only set but not used.
...
(This broke the build for me.)
2020-04-21 12:23:13 +00:00
wiz
0b093b79d0
Update getopt string.
...
Remove -M. Add -C (the code is there and documented, even if noone could
activate it...).
Sync usage with manpage.
2020-04-21 12:21:27 +00:00
wiz
02044da044
Remove -M from SYNOPSIS as well.
2020-04-21 12:19:44 +00:00
roy
ec3335a0cf
rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6
...
It's not been enabled since the functionality was added to ifconfig(8)
many many years ago.
2020-04-21 12:16:47 +00:00
roy
afce0d5d3d
rtadvd: Remove router renumbering - it's been disable for years
2020-04-21 12:05:54 +00:00
msaitoh
0360a7d374
Get TSC frequency from CPUID 0x15 and/or x16 for newer Intel processors.
...
- If the max CPUID leaf is >= 0x15, take TSC value from CPUID. Some processors
can take TSC/core crystal clock ratio but core crystal clock frequency
can't be taken. Intel SDM give us the values for some processors.
- It also required to change lapic_per_second to make LAPIC timer correctly.
- Add new file x86/x86/identcpu_subr.c to share common subroutines between
kernel and userland. Some code in x86/x86/identcpu.c and cpuctl/arch/i386.c
will be moved to this file in future.
- Add comment to clarify.
2020-04-21 02:56:36 +00:00
roy
3d41695df4
postinstall: ensure contents_owner fix fails on find errors
...
The issue is that find won't pass anything to xargs and that returns 0.
So replace the usage of xargs with -exec.
2020-04-19 22:10:24 +00:00
martin
05a291731f
Remove unused variable (to fix the build)
2020-04-18 12:25:01 +00:00
reinoud
93d5858ef9
Believe the datablocks predictor when determining if data on a node gets
...
stored internal or not. Also make a note that the datablocks predictor takes
NO extended attributes stored in the node into account
In rare cases it could lead to confusion where the predictor would say it
wouldn't fit internally when it could just have fitted. This would trigger the
assertion. Now it will on rare accasions create a datablock even though it
might have fitted.
2020-04-18 09:45:45 +00:00
kim
568e57b236
Update date
2020-04-17 13:36:48 +00:00
knakahara
0a27bcec22
Fix typo in a comment.
2020-04-17 03:15:50 +00:00
wiz
b541d0f520
Sort SEE ALSO.
2020-04-16 07:23:58 +00:00
msaitoh
7f2d01cb3a
No functional change:
...
- Rename ci_cpuid_level to ci_max_cpuid and ci_cpuid_extlevel to
ci_max_ext_cpuid to match x86/include/cpu.h though cpuctl/arch/i386.c added
them first.
- Sort some entries.
- Add comment.
2020-04-16 01:52:34 +00:00
kim
aae8c85b3e
Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA
2020-04-15 20:31:57 +00:00
wiz
a29005e232
Remove trailing dot in SEE ALSO.
2020-04-13 20:44:39 +00:00
uwe
de1a8e9869
Use .Dl for one line literal display. Add SEE ALSO.
2020-04-13 15:23:18 +00:00
roy
f1ba7e789f
Fix dhcpcd $DEST_DIR support
2020-04-09 15:24:31 +00:00
roy
2fc87b1b6a
postinstall: fix contents_owner to return an error on error
...
find returning nothing via stdout but does return an error is an error.
Fixes the case where dhcpcd chroot db directory isn't owned by _dhcpcd.
2020-04-06 13:10:48 +00:00
msaitoh
6ba9c2d85f
Print CPUID 0x80000007 %edx on both Intel and AMD.
2020-04-06 09:48:44 +00:00
msaitoh
db775ba90f
Remove ci_max_ext_cpuid because it's the same as ci_cpuid_extlevel.
2020-04-06 09:46:21 +00:00
christos
82bbf8637f
We don't have smbfs anymore.
2020-04-04 17:05:06 +00:00
ad
9f344847ca
Make makelists() a little bit faster.
2020-04-04 16:40:50 +00:00
reinoud
22a7e85942
Indent the makefs(8) options for UDF like the other filesystems described.
2020-04-04 13:44:57 +00:00
roy
134f8ca66a
postinstall: add checks for _dhcpcd to do_uid and do_gid
...
Thanks to jmcneill@
2020-04-02 13:44:46 +00:00
roy
22fcb0ce30
postinstall: move dhcpcd files to the chroot
2020-04-02 13:04:09 +00:00
martin
103d2d1e66
Ooops, fix previous (PT_* enum values here are not DKW_PTYPE_* values)
2020-03-30 12:19:28 +00:00
martin
3d593cdb32
Support partition type ZFS
2020-03-30 10:42:49 +00:00
ad
71e41cec30
No need for warnx() if !LOCKDEBUG
2020-03-27 00:17:08 +00:00
kre
1083ca28cc
Fix the build, use %jd and (intmax_t) cast for big numbers, off_t
...
and ptrdiff_t aren't always the same size.
2020-03-26 04:25:28 +00:00
christos
bc2a90737a
improve error messages.
2020-03-25 20:17:48 +00:00
martin
989c6e9048
PR misc/54886: bump threshold for automatic/default creation of a tmpfs /tmp
...
up slightly (to 384 MB ram). This will make sure the default install has
a > 64 MB /tmp available (number pulled out of thin air, 64 MB is the minimum
required by the ZFS tests).
2020-03-16 06:48:17 +00:00
martin
e1e8b0b2d4
The (unused) md_pre_disklabel() function needs to return success, otherwise
...
all installations will be aborted.
2020-03-09 17:10:31 +00:00
rin
186c59a8c7
Restrict LOCKDEBUG support to archs with REALCRASH.
...
Fix build failure for other archs.
2020-03-09 05:10:19 +00:00
christos
fbd525a3da
Add primitive LOCKDEBUG support.
2020-03-09 01:54:31 +00:00
maya
e8183c3622
Remove note that has been incorrect for a while.
...
Thanks ottavio for the heads up.
2020-03-06 20:07:26 +00:00
martin
34fc30f813
PR 55045: strlcpy(NULL, ..., 0) considered harmfull in some implementations.
2020-03-04 11:15:06 +00:00
nisimura
5ef06edbc3
- show " refcount %d" for consistency
...
- fix an extra : bug which was introduced rev 1.17
2020-03-03 08:56:05 +00:00
nakayama
eb7c30f064
Fix the fixup script to follow the URL change in /etc/motd (http->https).
...
PR install/54990, pullup-9
2020-02-25 10:27:01 +00:00
riastradh
2d468aafe8
Fix userland references to LFS_ORPHAN_NEXTFREE.
...
Forgot to grep for these or do a full distribution build, oops!
2020-02-23 15:11:33 +00:00
martin
bcf119c046
Remove unused "rel" global variable and make the -r option a no-op.
2020-02-19 21:51:21 +00:00