| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-04 | Make the abs() use check non-fatal for a bogus use in the LFS cleanerd. | joerg | |
| 2014-02-27 | Don't use abs on unsigned values. | joerg | |
| 2014-02-27 | Expect long long to be larger than uint32_t and use llabs after casting | joerg | |
| the uint32_t. | |||
| 2014-02-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll | |
| Unfortunately our VCS isn't very helpful here. | |||
| 2014-02-19 | Update URL | szptvlfn | |
| 2014-02-19 | npfctl_print_nat: fix the byte-order of the port. | rmind | |
| 2014-02-17 | npfctl: take into account all addresses when multiple interfaces are | rmind | |
| specified in a set of elements. | |||
| 2014-02-15 | Fix 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-14 | G/C some todo items | rmind | |
| 2014-02-14 | Document NAT algorithm option in the grammar of "map". | rmind | |
| 2014-02-13 | NPF: 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-13 | npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks. | rmind | |
| 2014-02-12 | npfctl_print_table: add a "cdb" type. | rmind | |
| 2014-02-10 | in update_db(), extract the full list of files to update from the db | chs | |
| 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-08 | NPF: | 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-07 | NPF: add support for static (stateless) NAT. | rmind | |
| 2014-02-06 | fix vax build. | christos | |
| 2014-02-06 | Update count. Add serial comma. | wiz | |
| 2014-02-06 | Add support for CDB based NPF tables. | rmind | |
| 2014-02-05 | npftest: fix previous harder - pass and use libc's random(3). | rmind | |
| 2014-02-05 | npftest: fix the failure of NAT test -- adjust for RUMP's conversion to | rmind | |
| 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-29 | Remove harmful whitespace. Now the /var/shm check can succeed quietly. | skrll | |
| 2014-01-26 | spelling correction - recieved -> received | plunky | |
| 2014-01-26 | Fix the "separate root" test. If we get a permission error check for separate | christos | |
| 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-17 | Add a check to remove the temporarily (eroneously) created /@RUNDIR@ | martin | |
| (PR bin/48529) | |||
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2014-01-05 | Sync with interface change in mdocml 1.12.3. | joerg | |
| 2014-01-04 | - Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() because | msaitoh | |
| 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-25 | smbfs has moved. | christos | |
| 2013-12-23 | Use more common phrasing. | wiz | |
| 2013-12-23 | Add 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-23 | CPUID leaf 2 and 4 are only for Intel processors. | msaitoh | |
| 2013-12-23 | Add comments. Remove comments. No functional change. | msaitoh | |
| 2013-12-19 | long_ad is a mix of struct and union, so use memset to initialise in the | joerg | |
| one place it is used. | |||
| 2013-12-19 | initialize dummy_ref | christos | |
| 2013-12-17 | Simplify code to print the router/prefix list: use memcpy and local structs | martin | |
| 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-17 | Skip varshm check if there is no fstab (like in chroots). | njoly | |
| 2013-12-15 | Add extra rpcgen flags. | christos | |
| 2013-12-13 | Cosmetics: use "msg" instead of "echo" | martin | |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz | |
| 2013-12-05 | Add a "varshm" check/fix to make sure /var/shm is mentioned in /etc/fstab | martin | |
| (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-29 | Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com> | wiz | |
| 2013-11-29 | Mark usage as dead. | joerg | |
| 2013-11-28 | Remove pppd | christos | |
| 2013-11-28 | Unhook pppd | christos | |
| 2013-11-27 | CID 1132759: Abort on dehumanize_number error on constant built-in string. | christos | |
| 2013-11-24 | Fix fallout from circleq->tailq transition. | mlelstv | |
| 2013-11-23 | npftest: adjust for the npf_bpf_filter() change. | rmind | |
| 2013-11-22 | npfctl: need to rewind the list after calling print_table(). XXX libnpf. | rmind | |
