Age | Commit message (Expand) | Author |
2013-04-02 | Use __off_t instead of off_t to make this usable on its own even in our | Mark Kettenis |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-04-02 | - Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET | Brad Smith |
2013-04-02 | Set the IFF_ALLMULTI flag as appropriate. | Brad Smith |
2013-04-02 | Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already, | Mark Kettenis |
2013-04-02 | Remove Evergreen ids people have incorrectly added to radeondrm. | Jonathan Gray |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-04-02 | Use internal types instead of the old BSD u_int#_t types in the | Philip Guenther |
2013-04-02 | Remove "/IPv4" from the comments of the M_{TCP,UDP}_CSUM_IN_* flags, | Lawrence Teo |
2013-04-02 | recognize and ignore power change event from newer thinkpads | joshua stein |
2013-04-01 | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. | Alexander Bluhm |
2013-04-01 | There is no IPv6 default scope in OpenBSD. Remove leftovers. | Alexander Bluhm |
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | Marcus Glocker |
2013-04-01 | Build mips kernels with -G 0, to disable use of so-called `small' data and | Miod Vallat |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-04-01 | Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects the | Joel Sing |
2013-04-01 | Let the hp300 boot blocks compile again after all the md include churning. | Miod Vallat |
2013-04-01 | Unbreak 1.16 | Miod Vallat |
2013-04-01 | Validate the I/O request when it is first received, rather than waiting | Joel Sing |
2013-04-01 | Rewrite receive filter and ioctl handling code. | Brad Smith |
2013-04-01 | Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX. | Philip Guenther |
2013-03-31 | Put parens about negative #define values. | Philip Guenther |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-31 | do not need machine/cpu.h directly | Theo de Raadt |
2013-03-31 | NBPG and PGSHIFT are now available directly from cpp due to param.h | Theo de Raadt |
2013-03-31 | do not need machine/cpu.h directly | Theo de Raadt |
2013-03-31 | Use the discipline name instead of the product string when reporting the | Joel Sing |
2013-03-31 | Use consistent error handling when validating the number of chunks | Joel Sing |
2013-03-31 | Resort to I2C bit-banging on the SDVO port like Linux does. Using GMBUS simply | Mark Kettenis |
2013-03-31 | More runtime value initialisation functions. | Joel Sing |
2013-03-31 | Unbreak the build on amd64 by making sure that inteldrm pulls in the generic | Mark Kettenis |
2013-03-31 | Add bit banging support. | Mark Kettenis |
2013-03-31 | The return value of sd_free_resources() is never checked and all of the | Joel Sing |
2013-03-31 | Fix compilation with debug. | Joel Sing |
2013-03-31 | The call to in_pcballoc() in user request attach was handled in | Alexander Bluhm |
2013-03-31 | Provide default resource allocation and free functions. Convert all | Joel Sing |
2013-03-31 | Pull the initialisation of runtime values out into a separate init | Joel Sing |
2013-03-31 | Let the DDC "proxy" functions call the high-level I2C functions instead | Mark Kettenis |
2013-03-31 | Do not transfer diverted packets into IPsec processing. They should | Alexander Bluhm |
2013-03-31 | replace pool debug magic with shared mem poison code | Ted Unangst |
2013-03-30 | Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed by | Mark Kettenis |
2013-03-30 | Two fixes to intel_sdvo_write_cmd(): | Mark Kettenis |
2013-03-30 | Provide wrappers for scsi_io_get() and scsi_io_put(), that also include | Joel Sing |
2013-03-30 | If the ws_{get|set}_param hooks are set, use those for brightness control | Mark Kettenis |
2013-03-30 | Fix intel gmbus i2c code. Not all transactions were handled correctly, and | Mark Kettenis |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-30 | Remove debug printf that causes problems with framebuffer acceleration when | Mark Kettenis |
2013-03-30 | Back out previous; this needs more thought. | Mark Kettenis |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-30 | enable com2. if it works on i386, we think it will work here. | Ted Unangst |