Age | Commit message (Expand) | Author |
2015-05-12 | Document pthread_atfork(3)'s interaction with dlclose(3) | Philip Guenther |
2015-05-12 | Race less. | Todd C. Miller |
2015-05-12 | Tidy blank lines when outputting server info. | Nicholas Marriott |
2015-05-12 | remove the sc->isopen flag, as sc->flags already hold the | Alexandre Ratchov |
2015-05-12 | store byte count in a size_t and switch from uiomovei() to uiomove() | Alexandre Ratchov |
2015-05-12 | Remove unused code & definitions: midi_attach(), midi_unit_count(), | Alexandre Ratchov |
2015-05-12 | Don't hold the audio mutex when calling uiomove(), as uiomove() | Alexandre Ratchov |
2015-05-12 | Remove references to (deleted) auconv.h and mulaw.h files. Fixes | Alexandre Ratchov |
2015-05-12 | Add a session_alerts format which is a list of all the alerts in the | Nicholas Marriott |
2015-05-12 | Add bell-action "other" to pass through bells in all windows except the | Nicholas Marriott |
2015-05-12 | Fixup potential use after free and a memory leak. | Mike Belopuhov |
2015-05-12 | This file is only compiled when "pseudo-device bridge" is included in | Martin Pieuchot |
2015-05-12 | MPLS also needs a definition for etherip_output(), fix build without | Martin Pieuchot |
2015-05-12 | Add newly matched devices to urtwn(4) hardware list. | Stefan Sperling |
2015-05-12 | Merge various urtwn(4) fixes from FreeBSD: | Stefan Sperling |
2015-05-12 | Fix definition of R92C_USTIME_TSF. | Stefan Sperling |
2015-05-12 | regen | Stefan Sperling |
2015-05-12 | usbdevs_data.h | Stefan Sperling |
2015-05-12 | Add 4 additional urtwn(4) device IDs. | Stefan Sperling |
2015-05-12 | Drop and reacquire the kernel lock in the vfs_shutdown and "cold" | Mike Belopuhov |
2015-05-12 | Fix an uninitialized variable access when pptp.hostname is configured. | YASUOKA Masahiko |
2015-05-12 | imxiic is known to be broken don't try attaching it on utilite | Jonathan Gray |
2015-05-12 | Raise VM_PHYSSEG_MAX to two and load an additional physical memory | Jonathan Gray |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-05-12 | Move the logit() prototype so parse.y will see it. | Jonathan Gray |
2015-05-12 | Add missing braces. | Jonathan Gray |
2015-05-12 | chflagsat() is also async-signal-safe | Philip Guenther |
2015-05-12 | The i211 does not support an external EEPROM only a OTP | Jonathan Gray |
2015-05-11 | regen | Jasper Lievisse Adriaanse |
2015-05-11 | add id for virtio rng | Jasper Lievisse Adriaanse |
2015-05-11 | Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers. | Martin Pelikan |
2015-05-11 | fix a potential use-after-free in pf_state_rm_src_node | Henning Brauer |
2015-05-11 | explicit_bzero(3) on private data, in case of core dumps (and being a good ex... | Martin Pelikan |
2015-05-11 | Left the c0-* options behind in the table. | Nicholas Marriott |
2015-05-11 | Remove the c0-* options which never really worked satisfactorily. Going | Nicholas Marriott |
2015-05-11 | Refresh sensor values asynchronously. | Martin Pieuchot |
2015-05-11 | Take trunk(4) out of ether_input(). | Martin Pieuchot |
2015-05-11 | Remove support for ADPCM encoding which isn't used nowadays and | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-11 | Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() | Philip Guenther |
2015-05-11 | Convert from uiomovei() to uiomove() to prevent short tranfers | Philip Guenther |
2015-05-11 | Convert from uiomovei() to uiomove() to prevent short tranfers | Philip Guenther |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |
2015-05-10 | Set POLLHUP even if no valid events were specified as per POSIX. | Todd C. Miller |
2015-05-10 | Add _bfd_ar_spacepadll() for formatting long long values in archive headers. | Philip Guenther |
2015-05-10 | Fix urtwn(4) 11b performance for RTL8188EU devices. | Stefan Sperling |
2015-05-10 | In the child after fork, the dl lock has to be forced as its inner spinlock | Philip Guenther |
2015-05-10 | sync | Miod Vallat |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-05-10 | VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of | Jonathan Gray |