Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | After we stopped processing router advertisements in the kernel | Florian Obser | |
sppp_update_ip6_addr() became the last user of n6_are_prefix_equal(). Since it compares /128 prefixes it doesn't need all the bells and whistles and can be converted to a memcmp. Remove the now unused n6_are_prefix_equal(). OK bluhm, mpi | |||
2017-08-15 | Convert to FDT-based interrupt establish API. | Patrick Wildt | |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt | |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt | |
2017-08-15 | Add tests for pf divert-packet. Currently UDP packets are tested | Alexander Bluhm | |
with in and out rules. A single packet, the initial packet or the response packet are diverted and reinjected. | |||
2017-08-15 | remove parens that were copied from ndinit's previous life as a macro | Ted Unangst | |
2017-08-15 | create a temp directory for all the temp files instead of trying to name | Ted Unangst | |
them one at a time. solves a problem where .d files were showing up with static names. ok deraadt | |||
2017-08-15 | Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output. | Jasper Lievisse Adriaanse | |
fd.o pkg-config doesn't emit them either, and libpng now exposed the issue as tracked down by naddy@ | |||
2017-08-15 | add static test too | Jasper Lievisse Adriaanse | |
2017-08-15 | remove vax leftover | Jasper Lievisse Adriaanse | |
2017-08-15 | Align text locations to 16 (instead of 4) to match modern recommendations | Theo de Raadt | |
(generally associated with hardwired BTC limitations). And then fill those alignments with 0xcc (int 3) to match our trapsled model. Resulting binaries show no sequential nop's. ok mlarkin kettenis mortimer | |||
2017-08-15 | add tests for filter system directories | Jasper Lievisse Adriaanse | |
2017-08-15 | fmt0 is a wchar_t *, so use %ls to report | Theo de Raadt | |
2017-08-14 | msdofs: Add new CLUST_END constant | Stefan Fritsch | |
(forgot to commit fat.h) Add new CLUST_END and use it as parameter to pcbmap() when searching for end cluster, instead of explicitly passing 0xffff. This fixes potential problem for FAT32, where cluster number may be legally bigger than 0xffff. Also change clusteralloc() so that fillwith is not explicitly passed by caller anymore (there is no need to use anything other than CLUST_EOFE). From NetBSD commit by jdolecek@NetBSD.org ok tb@ mpi@ | |||
2017-08-14 | msdofs: Add new CLUST_END constant | Stefan Fritsch | |
Add new CLUST_END and use it as parameter to pcbmap() when searching for end cluster, instead of explicitly passing 0xffff. This fixes potential problem for FAT32, where cluster number may be legally bigger than 0xffff. Also change clusteralloc() so that fillwith is not explicitly passed by caller anymore (there is no need to use anything other than CLUST_EOFE). From NetBSD commit by jdolecek@NetBSD.org ok tb@ mpi@ | |||
2017-08-14 | Try for consistency in sizeof() usage. | Kenneth R Westerback | |
No intentional functional change. | |||
2017-08-14 | Generate SIGILL for EXCP_UNKNOWN. | Mark Kettenis | |
ok drahn@ | |||
2017-08-14 | Add the amdisplay(4) and nxphdmi(4) drivers. | ians | |
ok kettenis@ patrick@ | |||
2017-08-14 | return a proper error message instead of 'no such file or directory' when | Jasper Lievisse Adriaanse | |
invoking 'stop' for a non-existent vm ok mlarkin@ | |||
2017-08-14 | sort SEE ALSO; | Jason McIntyre | |
2017-08-14 | Add a very basic test for ctfdump(1) on amd64 | Uwe Stuehler | |
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm | |||
2017-08-14 | simplify LABEL extraction; from tb@ | Jasper Lievisse Adriaanse | |
2017-08-14 | db_ctf_pprintf() doesn't actually support formatting, so s/f$// | Uwe Stuehler | |
ok mpi@ | |||
2017-08-14 | Restore "print" in ddb; add "pp[rint]" for pretty-printing | Uwe Stuehler | |
Changing the "print" command to use db_ctf_pprint_cmd() broke all documented uses and "examine" does not allow printing variables, or individual registers. For now it is better to leave the "print" command intact, and in sync with the ddb(4) man page, but we still want "pp[rint]" to replace the "print" command when it works better. ok mpi@ | |||
2017-08-14 | Load CTF debug symbols before mountroot | Uwe Stuehler | |
This is obviously useful in order to investigate a failure to mount an NFS or other root device. ok mpi | |||
2017-08-14 | whitespace and fix a comment typo | Jasper Lievisse Adriaanse | |
2017-08-14 | Add improvements to the DWARF frame unwinder to support xorguard. | Mark Kettenis | |
ok mortimer@ | |||
2017-08-14 | catch ENOENT and display a proper error message when a specified disk image is | Jasper Lievisse Adriaanse | |
not found ok mlarkin@ | |||
2017-08-14 | sync | Theo de Raadt | |
2017-08-14 | vmm: exit on monitor/mwait and convert these instructions into #UDs as | Mike Larkin | |
we don't advertise support for this feature. ok pd | |||
2017-08-14 | vmm: add #defines for exception vectors that can be used to inject | Mike Larkin | |
various events into the guest | |||
2017-08-14 | vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmm | Mike Larkin | |
based on proper values from the host in use. | |||
2017-08-14 | don't allow starting vms whose name starts with '-', '.' or '_' | Jasper Lievisse Adriaanse | |
2017-08-14 | validate vm names before creating them; a valid name contains alphanumeric | Jasper Lievisse Adriaanse | |
characters, including '.', '_' and '-'. but does not start with the latter three. ok mlarkin@ pd@ | |||
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | Philip Guenther | |
messages, to avoid pulling in piles of other machinery unnecessarily problem observed by schwarze@ ok deraadt@ millert@ | |||
2017-08-14 | knf to fix tab/space mismatches that make it hard to tell what's inside | Ted Unangst | |
an if vs the condition itself. weird contortions because of course the lines want to be like 900 columns wide, but i think it's better now. | |||
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis | |
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
2017-08-14 | drop seriously lacking support for SEQPACKET. | Ted Unangst | |
also move checks up sooner to prevent a (root) panic. ok bluhm | |||
2017-08-14 | Do not dereference a pointer directly but use db_get_value() instead. | Martin Pieuchot | |
Prevents crashing the kernel when a fault occurs when printing a stack trace. ok mortimer@, kettenis@ | |||
2017-08-14 | Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL. | Reyk Floeter | |
This was a bit confusing for the scanner and when reviewing the code. Coverity CIDs 1453053 1453106; Severity: Insignificant ok mpi@ | |||
2017-08-14 | move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage) | Henning Brauer | |
2017-08-14 | expose the half-open tcp states counter, ok bluhm | Henning Brauer | |
2017-08-14 | add half-open tcp states accounting, road paved by sashan | Henning Brauer | |
increment in pf_create_state(), decrement in pf_set_protostate(). input & ok bluhm | |||
2017-08-14 | Apply pre-built unicore patch - perl-5.24.2 | Andrew Fresh | |
OK bluhm@, Reads ok sthen@ | |||
2017-08-14 | Apply local patches - perl-5.24.2 | Andrew Fresh | |
OK bluhm@, Reads ok sthen@ | |||
2017-08-14 | Fix merge issues, remove excess files - match perl-5.24.2 dist | Andrew Fresh | |
OK bluhm@, Reads ok sthen@ | |||
2017-08-14 | Import perl-5.24.2 | Andrew Fresh | |
2017-08-14 | tweak previous; | Jason McIntyre | |