Age | Commit message (Expand) | Author |
2015-09-01 | missing splx | Jonathan Gray |
2015-09-01 | missing splx | Jonathan Gray |
2015-09-01 | dont need the kernel lock for mpsafe bpfs (again) | David Gwynne |
2015-09-01 | reintroduce bpf.c r1.121. | David Gwynne |
2015-09-01 | mattieu baptiste reported a problem with bpf+srps where the per cpu | David Gwynne |
2015-09-01 | uses sizes for free() | Theo de Raadt |
2015-09-01 | a white space krw could not see | Theo de Raadt |
2015-09-01 | 'bogous' is bogus spelling of 'bogus' in debug message. | Kenneth R Westerback |
2015-09-01 | Missing letoh64() when checking value of gh_lba_alt. | Kenneth R Westerback |
2015-08-31 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-31 | Check driver name in match function such that driver only attempts to attach | Mark Kettenis |
2015-08-31 | two fairly simple sizes for free() | Theo de Raadt |
2015-08-31 | Consider getfsstat() a RPATH, even though it has no path in it. We may | Theo de Raadt |
2015-08-31 | In tame mode, return EPERM for *chown if uid/gid change is not towards | Theo de Raadt |
2015-08-31 | Rather than killing when *chmod is asked to do setuid/setgid, clear | Theo de Raadt |
2015-08-31 | Abstract 5 identical code blocks into a readdisksector() function. | Kenneth R Westerback |
2015-08-31 | Rejig the the expression calculating of the address of the disk | Kenneth R Westerback |
2015-08-31 | The return value of nd6_cache_lladdr() is never used so make it a void. | Martin Pieuchot |
2015-08-31 | Do not install connected routes on loopback interfaces. | Martin Pieuchot |
2015-08-31 | Use one xfer per pipe instead of doing an alloc/free dance for every | Martin Pieuchot |
2015-08-31 | Compute the checksum before looping back the copy of a multicast packet. | Martin Pieuchot |
2015-08-31 | `encif' should only be used under #ifdef NPF. | Martin Pieuchot |
2015-08-31 | Use PR_WAITOK to indicate that pools are not used in interrupt context | Mark Kettenis |
2015-08-31 | Enable efifb(4). | YASUOKA Masahiko |
2015-08-31 | spaces snuck in | Theo de Raadt |
2015-08-31 | KNF | Theo de Raadt |
2015-08-30 | Automatically perform traces upon panic. Shrink message about | Theo de Raadt |
2015-08-30 | Don't try to attach efifb(4) on non-UEFI boots. | Mark Kettenis |
2015-08-30 | In readgptlabel() avoid pointless conversions from sector counts | Kenneth R Westerback |
2015-08-30 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | The pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | Eliminate a couple of extraneous DL_SECTOBLK() calls. | Kenneth R Westerback |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-30 | Modify kernel to prepare boot from UEFI. | YASUOKA Masahiko |
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot |
2015-08-30 | Map the whole config1 space based on the size read from the | Martin Pieuchot |
2015-08-30 | Add the number of midi ports to the card description, and use it to | Alexandre Ratchov |
2015-08-30 | For *chmod, allow S_ISTXT in tame mode. I am evaluating what to | Theo de Raadt |
2015-08-30 | size for free(); ok krw | Theo de Raadt |
2015-08-30 | Keep track of a length for free() in error paths. Be careful, | Theo de Raadt |
2015-08-30 | Track rom size, for free() | Theo de Raadt |
2015-08-29 | correct size for free() | Theo de Raadt |
2015-08-29 | fix ugly indents; no harmful macros harmed | Theo de Raadt |
2015-08-29 | sizes for free(); ok guenther | Theo de Raadt |
2015-08-29 | firmware sizes are known; use them for free() | Theo de Raadt |
2015-08-29 | video sub-drivers will not return EINVAL in size variable. (Well, | Theo de Raadt |
2015-08-29 | In readgptlabel() the block offsets of the GPT header and GPT partition | Kenneth R Westerback |
2015-08-29 | Set the rx mbuf size to MCLBYTES + ETHER_ALIGN for strict alignment | Mark Kettenis |
2015-08-29 | use correct size for free(9), problem reported by Theo Buehler, ok kettenis | Stuart Henderson |