Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | sync and update the list of supported archs; | Jason McIntyre | |
feedback/ok schwarze | |||
2015-12-01 | needs utf8.c from the ls tree also | Theo de Raadt | |
2015-12-01 | Use rt_ifa_add(9) instead or rtrequest(9) when adding ND prefixes. | Martin Pieuchot | |
While here pick the corresponding ``ifa'' to attach the route instead of the one corresponding to the link-local address on the same interface. ok bluhm@ | |||
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot | |
ok bluhm@ | |||
2015-12-01 | Teach ppb(4) how to allocate PCI bus numbers such that it can properly | Mark Kettenis | |
condigure bridges left unconfigured by the system firmware. Not perfect yet, but good enough to make the Apple Thunderbolt Giabit Ethernet adapter work when inserted at boot time. ok deraadt@ | |||
2015-12-01 | Fix -i option handling. | Alexander Hall | |
ok reyk@ | |||
2015-12-01 | Enable the GSE interrupt on Broadwell. Fixes acpi brightness control on | Mark Kettenis | |
the MacBookPro12,1, 3rd gen Lenovo X1 Carbon (when hacked to use the standard acpi mechanism for this purpose) and probably many others. Seems this hasn't been figured out over in Linux land yet. | |||
2015-12-01 | rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time. | Tim van der Molen | |
2015-12-01 | Remove superfluous check; "Of course" deraadt@ | Tim van der Molen | |
2015-12-01 | Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@ | Tim van der Molen | |
2015-12-01 | whitespace | Gilles Chehade | |
2015-12-01 | Steal code from kern/subr_disk.c to check for a protective MBR before | Kenneth R Westerback | |
using GPT info. Otherwise GPT remnants might become revenants. | |||
2015-12-01 | Print PME# state together with the PCI power state when enabled/asserted. | Mark Kettenis | |
2015-12-01 | Change a lot of "else if" lines to single switch block. | YASUOKA Masahiko | |
input by tobias | |||
2015-12-01 | Support UTF-8: use wcwidth(3) for column adjustment and replace | Ingo Schwarze | |
non-printable Unicode codepoints and invalid bytes with ASCII question marks. No change for the SMALL version. Using ideas developed by tedu@, phessler@, bentley@ and feedback from many. OK yasuoka@ czarkoff@ sthen@. | |||
2015-12-01 | Split functions in if_bridge.c into if_bridge.c bridgectl.c . | Kazuya Goda | |
Splitting functions in if_bridge.c into if_bridge.c for the forwarding part and bridgectl.c for the control part. It shouldn't have any functional change. ok reyk@ mpi@ yasuoka@ | |||
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade | |
in locally appended Received header when enabled ok millert@, jung@ | |||
2015-12-01 | Fix a couple typos. ok yasuoka@ | mmcc | |
2015-12-01 | use strlcat instead of strlcpy with modified arguments. ok deraadt@ | Can Erkin Acar | |
2015-12-01 | Iterating on &ifnet should only be done with the KERNEL_LOCK held. | Vincent Gross | |
With input and ok mpi@. | |||
2015-12-01 | update enum values in listen options | Gilles Chehade | |
2015-12-01 | aviion went away | Theo de Raadt | |
2015-12-01 | solbourne went away | Theo de Raadt | |
2015-12-01 | when peer outputs a multi-line response, concat response into a single log | Gilles Chehade | |
ok sunil@, jung@ | |||
2015-12-01 | Fix __sync_val_compare_and_swap_8() on i386 for code compiled with -fPIC. | Mark Kettenis | |
In some cases GCC would generate a cmpxchg8b instruction with a memory reference that used %ebx. This is wrong (and will almost certainly result in SIGSEGV). This fix uses a new memory constraint "W" to prevent the use of %ebx in this case. This differs from the approach taken by upstream so there are no GPLv3 issues here. Fixes the Mesa i965 dri module on i386. ok jsg@ | |||
2015-12-01 | Document that "tty" provides read-write access to /dev/tty too. | Todd C. Miller | |
OK deraadt@ | |||
2015-12-01 | modify getpw*(), getgr*(), and getgrouplist() functions to access the | Theo de Raadt | |
YP lock file unconditionally. This hints to the kernel that a "getpw" operation is happening, even in the non-YP case. This looks like a gruesome hack, but helps refine the ways these functions are called and mandates the right pledge requests. Once the tree is fully annotated we will know better how to improve the backing store management. ok semarie espie beck | |||
2015-12-01 | Fix bridge to forward broadcast/multicast frames from gif. | Kazuya Goda | |
ok reyk@ mpi@ yasuoka@ | |||
2015-12-01 | myx doesnt use atomic.h anymore. | David Gwynne | |
2015-12-01 | Remove backward compatibility for "older version of routed and gated". | Martin Pieuchot | |
ok millert@, bluhm@ | |||
2015-12-01 | Use setsockopt(ROUTE_MSGFILTER) instead of hand-rolled filtering. | Jeremie Courreges-Anglas | |
ok florian@ | |||
2015-12-01 | This RTM_GET case can't trigger due to the filtering done above. | Jeremie Courreges-Anglas | |
ok florian@ | |||
2015-12-01 | s_server also needs DNS; reported by tb@ | Jeremie Courreges-Anglas | |
2015-12-01 | Pass M_NOWAIT when allocating a temporary page in vm_writepage() to be | Martin Pieuchot | |
coherent with the rest of the allocations. While here report the correct errno if an allocation fails. ok mlarkin@ | |||
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | Jeremie Courreges-Anglas | |
2015-12-01 | Instead of using a supplementary variable to check if we found a VCPU | Martin Pieuchot | |
or a VM in an iteration, check against NULL. ok mlarkin@ | |||
2015-12-01 | It is not a network hackathon without a bgpd commit. So here we go. | Claudio Jeker | |
Fix rdomain setups that got broken some time ago when I refactored the config loading to exec the rde and se on startup. Works for me and I think I'm the only user. | |||
2015-12-01 | reorder header | Gilles Chehade | |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy | |
2015-12-01 | whitespace | Gilles Chehade | |
2015-12-01 | delay between retries when operating as a secondary MX increases too much, | Gilles Chehade | |
reduce it to something saner. while at it cleanup some whitespaces and set the relay task pointer to NULL before iterating over tasks | |||
2015-12-01 | Do not wait when allocating a page in vcpu_init(). | Martin Pieuchot | |
Should help with the possible hang when trying to create a VM when the host is out of memory. It also improves coherency as all the allocations in vmm(4) are done without sleeping. ok mlarkin@ | |||
2015-12-01 | KNF | Martin Pieuchot | |
ok mlarkin@ | |||
2015-12-01 | Prettify dmesg output. | Martin Pieuchot | |
ok reyk@, mlarkin@ | |||
2015-12-01 | Properly disable SVM until its support is added back. | Martin Pieuchot | |
Should prevent a NULL dereference when initializing VM. ok mlarkin@ | |||
2015-12-01 | cleanup Makefile | Gilles Chehade | |
2015-12-01 | Remove "just for safety" over engineering checks. | Martin Pieuchot | |
ifa->ifa_addr must not be NULL when an ifa is on a per-interface list of addresses. ok bluhm@, sthen@, benno@, millert@ | |||
2015-12-01 | cleanup Makefile | Gilles Chehade | |
2015-12-01 | cleanup Makefile | Gilles Chehade | |
2015-12-01 | add IMSG_SMTP_CHECK_SENDER in list of smtp IMSG | Gilles Chehade | |