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