summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12Merge various urtwn(4) fixes from FreeBSD:Stefan Sperling
2015-05-12Fix definition of R92C_USTIME_TSF.Stefan Sperling
2015-05-12regenStefan Sperling
2015-05-12usbdevs_data.hStefan Sperling
2015-05-12Add 4 additional urtwn(4) device IDs.Stefan Sperling
2015-05-12Drop and reacquire the kernel lock in the vfs_shutdown and "cold"Mike Belopuhov
2015-05-12Fix an uninitialized variable access when pptp.hostname is configured.YASUOKA Masahiko
2015-05-12imxiic is known to be broken don't try attaching it on utiliteJonathan Gray
2015-05-12Raise VM_PHYSSEG_MAX to two and load an additional physical memoryJonathan Gray
2015-05-12Put the right number of leading underscores in ___cerror and __cerror, forMiod Vallat
2015-05-12Move the logit() prototype so parse.y will see it.Jonathan Gray
2015-05-12Add missing braces.Jonathan Gray
2015-05-12chflagsat() is also async-signal-safePhilip Guenther
2015-05-12The i211 does not support an external EEPROM only a OTPJonathan Gray
2015-05-11regenJasper Lievisse Adriaanse
2015-05-11add id for virtio rngJasper Lievisse Adriaanse
2015-05-11Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.Martin Pelikan
2015-05-11fix a potential use-after-free in pf_state_rm_src_nodeHenning Brauer
2015-05-11explicit_bzero(3) on private data, in case of core dumps (and being a good ex...Martin Pelikan
2015-05-11Left the c0-* options behind in the table.Nicholas Marriott
2015-05-11Remove the c0-* options which never really worked satisfactorily. GoingNicholas Marriott
2015-05-11Refresh sensor values asynchronously.Martin Pieuchot
2015-05-11Take trunk(4) out of ether_input().Martin Pieuchot
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-11Whoops, need to pass through O_ACCMODE flags to the underlying __*_open()Philip Guenther
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2015-05-10Set POLLHUP even if no valid events were specified as per POSIX.Todd C. Miller
2015-05-10Add _bfd_ar_spacepadll() for formatting long long values in archive headers.Philip Guenther
2015-05-10Fix urtwn(4) 11b performance for RTL8188EU devices.Stefan Sperling
2015-05-10In the child after fork, the dl lock has to be forced as its inner spinlockPhilip Guenther
2015-05-10syncMiod Vallat
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-10My commit adding RTL8188EU did introduce a regression after all.Stefan Sperling
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-10A new version from the original author of math.sed that does exponentsTodd C. Miller
2015-05-09For half and reverse line feeds, recognize SUSv2-style escape-digitIngo Schwarze
2015-05-09Cleanup/rejig GPT code to be more readable, support different endianKenneth R Westerback
2015-05-09Fix an occurance of mtx_enter() that should have been mtx_leave().Jonathan Gray
2015-05-08Need explicit <sys/kcore.h> include now.Miod Vallat
2015-05-08Make this run on strict alignment architectures.Miod Vallat
2015-05-08When changing screen saver parameters with wsconsctl (or any other way toMiod Vallat
2015-05-08Add a new `don't read back' flag for variables, to prevent reading their valueMiod Vallat
2015-05-08Put the tty structs together, and tabify.Nicholas Marriott
2015-05-08grid_marker_cell is no longer used.Nicholas Marriott
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.Nicholas Marriott
2015-05-08Avoid scattering octal escapes all over the place,Ingo Schwarze