Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-03 | Don't flush the cache on page inflate for hibernate on amd64. | Mike Larkin | |
Makes the x200 and w500 and probably other machines go a bit faster during resume from hibernate. This had been in my tree since t2k13. | |||
2013-08-03 | Delete variable left over from the diagnostic code removed by previous commit | Philip Guenther | |
pointed out by Artturi Alm (artturi.alm (at) gmail.com) | |||
2013-08-03 | KERN_PROC_BYPID --> KERN_FILE_BYPID | Philip Guenther | |
pointed out by Dominique Laigle (dlaigle (at) gmail.com) | |||
2013-08-02 | fixup set prio fallout | Mike Belopuhov | |
2013-08-02 | extra skip step and counters printout fixed by the recent pfctl change | Mike Belopuhov | |
2013-08-02 | fixup set prio fallout | Mike Belopuhov | |
2013-08-02 | tgamma(0) == Inf | Mark Kettenis | |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis | |
compatible with C99. Most notably: - 1**y == 1, even if y is NaN - (-1)**+-Inf == 1 and adjust the cephes testsuite to test for the right thing here. ok martynas@ | |||
2013-08-02 | No longer needed since miod taught elf to mkuboot. | Florian Obser | |
OK rapha@ | |||
2013-08-02 | Drop the dependecy on objcopy. | Raphael Graf | |
ok florian@ | |||
2013-08-02 | add Sierra Wireless MC8355 (Gobi 3000) | Mike Belopuhov | |
2013-08-02 | regen | Mike Belopuhov | |
2013-08-02 | update pfail32.ok: it's failiing in a much better way now; ok henning | Mike Belopuhov | |
2013-08-02 | Remove an incorrect call to pfctl_print_rule_counters when trying to | Mike Belopuhov | |
print out anchor rules recursively; unbreaks pf1.loaded regress test. ok lteo, henning | |||
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis | |
variable is set. | |||
2013-08-01 | Don't error out if there are no regression for a particular architecture in | Mark Kettenis | |
a subdirectory. | |||
2013-08-01 | Add linker warnings for rand() and random() and various related functions. | Mark Kettenis | |
ok deraadt@ | |||
2013-08-01 | more set queue fallout fixups | Mike Belopuhov | |
2013-08-01 | Provide local implementations of if_nametoindex(3) and if_indextoname(3) | Mike Belopuhov | |
that make use of the cache of addresses populated by the ifa_load on startup to save the trouble of calling expensive getaddrinfo(3) up to four times per rule. Performance wise this change provides a speed up factor of 20 with a 11k line ruleset on a machine with 150 VLANs and 250 IP addresses (20 seconds down to 1 in this case). "wow!" henning, ok benno, florian | |||
2013-08-01 | Create more inodes on the sparc64 installation ramdisk. The new ratio matches | Stefan Sperling | |
what most other architectures are using. Prevents problems during installation or upgrade when a few files need to be added to the ramdisk, such as additional disk device nodes in /dev. Tested with full make build, release, install cycle. ok deraadt halex | |||
2013-08-01 | Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP. | Mark Kettenis | |
2013-08-01 | regen | Mark Kettenis | |
2013-08-01 | Ralink RT3060. | Mark Kettenis | |
2013-08-01 | Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings. | Mark Kettenis | |
ok mpi@ | |||
2013-08-01 | Do not use a static variable to perform a lookup. While this | Martin Pieuchot | |
is perfectly ok for the moment because there might be at most one caller at a time, it wont be so as soon as this part of the network stack is run in parallel. ok henning@, mikeb@ | |||
2013-07-31 | remove complete balony description of the setprogname() interface [as | Theo de Raadt | |
imported from netbsd] -- like, if maximum portability requires you to setprogname(), what NAME WOULD YOU PASS IT? LIKE DUH!!!!! also add some historical context so that people understand how this fits into the scheme of things. ok okan kettenis jmc | |||
2013-07-31 | fixup pfctl regress fallout from the "set tos" and "set queue" changes | Mike Belopuhov | |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov | |
of the IPL_NET. pf_test should be no longer called under IPL_NET as well. The problem became evident after the related issue was brought up by David Hill <dhill at mindcry ! org>. With input from and OK mpi. Tested by David and me. | |||
2013-07-31 | Remove the sysmerge(8) glue from the installer -- it's never been used | Antoine Jacoutot | |
and something else is in the work. ok halex@ sthen@ deraadt@ kettenis@ phessler@ | |||
2013-07-30 | strptime(3) correctly fills in tm_yday; adjust expected output | Mark Kettenis | |
ok guenther@ | |||
2013-07-30 | Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags | Mark Kettenis | |
to mimic what is done in locore.S. Otherwise we lose the CPUID_NXE bit. ok matthew@ | |||
2013-07-30 | Fix attribute((init_priority)) on sparc and sparc64. | Mark Kettenis | |
2013-07-30 | The previous change was made while chasing nfs performance issues | Bob Beck | |
on Theo's servers - however this was in the context of the buffer flipper changes and this is now suspect in a continues performance issue with NFS so back it out for now | |||
2013-07-30 | Free the list used for tracking the pthread_{get,set}specific() | Philip Guenther | |
data after calling all the destructors. noted by kettenis@ diff by tedu@ | |||
2013-07-30 | better | Mark Kettenis | |
2013-07-30 | Stop overwriting the dying thread's struct thread as its tid member may | Philip Guenther | |
be concurrently updated by __threxit() prompted by a report from Alf Schlichting (a.schlichting (at) lemarit.com) ok kettenis@ | |||
2013-07-30 | Make this test actually work on sparc64: | Mark Kettenis | |
- Fill delay slot of "ret" pseudo-instruction. - Properly synchronize instruction cache using the iflush instruction. | |||
2013-07-30 | Update the installer with sane defaults for disk parititioning and drop the ↵ | Brandon Mercer | |
dependency on objcopy in favor of the updates to mkuboot. OK deraadt@ | |||
2013-07-29 | Do a proper cleanup in the error path when opening a clonable device fails. | Mark Kettenis | |
ok guenther@ | |||
2013-07-29 | and we're hacking on 5.4-current now | Mark Kettenis | |
2013-07-29 | Fix typo/thinko; checking whether an address is bigger than 0 makes no sense. | Mark Kettenis | |
2013-07-29 | updated regress values from djm | Ted Unangst | |
2013-07-29 | fix a colossal cockup due to pointer/array confusion. | Ted Unangst | |
code isn't used yet, thankfully. first observed by djm running regress. ok deraadt djm | |||
2013-07-28 | Build awk with -O1 on m88k for now; when built -O2, it would sporadically | Miod Vallat | |
exit early blaming a spurious '}' in the first few lines of input, but only on 88100-based systems. | |||
2013-07-28 | Let mkuboot recognize native ELF binaries and only output the program headers | Miod Vallat | |
area in this case, to save the need for `objcopy -O binary'; this will make beagle install/upgrade processes easier until they get a native bootloader. Tested by florian@ on panda ES and rapha@ on BeagleBone | |||
2013-07-27 | Revert wrong chunk introduced in 1.50, causing console keyboards not to attach | Miod Vallat | |
as console; fixes non-wsmux kernels such as bsd.rd; noticed by sebastia@ | |||
2013-07-26 | Minimalist update for 5.4. eyeballed deraadt@ | Miod Vallat | |
2013-07-26 | Make sure tmpline[] is always NUL terminated, to avoid possible | Philip Guenther | |
read-beyond-end in get_line(). Analysis and patch by Maxime Villard (rustyBSD (at) gmx.fr) ok millert@ deraadt@ | |||
2013-07-25 | Backout flow control support (rev 1.97) and RX TCP/UDP checksum offload | Mark Kettenis | |
support (rev 1.98). There is strong evidence that one of these causes hangs on the Sun ERI as found on a v120. ok henning@, deraadt@ | |||
2013-07-25 | openssh-6.3 for release | Damien Miller | |