summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2014-03-04Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.joerg
2014-02-27Don't use abs on unsigned values.joerg
2014-02-27Expect long long to be larger than uint32_t and use llabs after castingjoerg
the uint32_t.
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-02-19Update URLszptvlfn
2014-02-19npfctl_print_nat: fix the byte-order of the port.rmind
2014-02-17npfctl: take into account all addresses when multiple interfaces arermind
specified in a set of elements.
2014-02-15Fix path to atf-run.hooks after import of atf-0.19.jmmv
Problem found by martin@. Not spotted by me, I think, because I always use postinstall on an etc.tgz file and forgot about this code path.
2014-02-14G/C some todo itemsrmind
2014-02-14Document NAT algorithm option in the grammar of "map".rmind
2014-02-13NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),rmind
as per RFC 6296. Add a unit test. Also, bump NPF_VERSION. Thanks to S.P.Zeidler for the help with NPTv6 work!
2014-02-13npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks.rmind
2014-02-12npfctl_print_table: add a "cdb" type.rmind
2014-02-10in update_db(), extract the full list of files to update from the dbchs
before actually updating anything, since changing the db while the query that extracts the list of files is still in progress results in the extraction query failing before it finds everything.
2014-02-08NPF:rmind
- Adjust the syntax - remove "inet" keyword in favour of more explicit "inet4" for the address family. Consistent with "inet6" for IPv6. - Adjust and improve the man page a little bit.
2014-02-07NPF: add support for static (stateless) NAT.rmind
2014-02-06fix vax build.christos
2014-02-06Update count. Add serial comma.wiz
2014-02-06Add support for CDB based NPF tables.rmind
2014-02-05npftest: fix previous harder - pass and use libc's random(3).rmind
2014-02-05npftest: fix the failure of NAT test -- adjust for RUMP's conversion tormind
the in-kernel CPRNG (hi pooka!).
2014-02-03- npfctl: fix table IDs (breakage since the table naming was added).rmind
- libnpf: remove npf_table_exists_p() from public API.
2014-01-29Remove harmful whitespace. Now the /var/shm check can succeed quietly.skrll
2014-01-26spelling correction - recieved -> receivedplunky
2014-01-26Fix the "separate root" test. If we get a permission error check for separatechristos
root. But if we get ENOENT, always succeed. Otherwise if someone removes the db files or they get corrupted, you can never recreate them.
2014-01-17Add a check to remove the temporarily (eroneously) created /@RUNDIR@martin
(PR bin/48529)
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-05Sync with interface change in mdocml 1.12.3.joerg
2014-01-04- Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() becausemsaitoh
this function prints TLB info, too. - Remove an extra printf when verbose flag is set. - Print the highest extended info level as the basic info level. - Sort function.
2013-12-25smbfs has moved.christos
2013-12-23Use more common phrasing.wiz
2013-12-23Add verbose flag.msaitoh
On x86 cpu, cpuctl -v identify dumps the return values of the cpuid functions. The max levels are taken from CPUID 0 and CPUID 8000_0000. It's useful for the future CPU.
2013-12-23CPUID leaf 2 and 4 are only for Intel processors.msaitoh
2013-12-23Add comments. Remove comments. No functional change.msaitoh
2013-12-19long_ad is a mix of struct and union, so use memset to initialise in thejoerg
one place it is used.
2013-12-19initialize dummy_refchristos
2013-12-17Simplify code to print the router/prefix list: use memcpy and local structsmartin
properly aligned on the stack to decode the binary format passed by the kernel - instead of (bogusly) assuming the format will obey all local alignement requirements.
2013-12-17Skip varshm check if there is no fstab (like in chroots).njoly
2013-12-15Add extra rpcgen flags.christos
2013-12-13Cosmetics: use "msg" instead of "echo"martin
2013-12-09Fix typo ("then" instead of "than")wiz
2013-12-05Add a "varshm" check/fix to make sure /var/shm is mentioned in /etc/fstabmartin
(and add a default of tmpfs with 25% of available ram limit if not). To avoid the warning but not mount the tmpfs, just comment out the line for /var/shm. Also move "obsolete" to the end of the list again, as it should be run last.
2013-11-29Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>wiz
2013-11-29Mark usage as dead.joerg
2013-11-28Remove pppdchristos
2013-11-28Unhook pppdchristos
2013-11-27CID 1132759: Abort on dehumanize_number error on constant built-in string.christos
2013-11-24Fix fallout from circleq->tailq transition.mlelstv
2013-11-23npftest: adjust for the npf_bpf_filter() change.rmind
2013-11-22npfctl: need to rewind the list after calling print_table(). XXX libnpf.rmind