summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-04-14Remove dead code. It is the same as the non-obsolete one, sincemaxv
2018-04-14redo the previous -- compat/sys/siginfo.h is already includedmrg
2018-04-14Change the default precision of timestamps from 9 digits (nanosecs)kre
2018-04-14Allow the precision of the sub-second field of timestamps tokre
2018-04-13track bus-range for every bus and restrict config space accesses to thatmacallan
2018-04-13Add a new example kernel modulekamil
2018-04-13Localify global variables, style, and add two XXXs.maxv
2018-04-13x86: Increase BOOTINFO_MAXSIZE to 8Kib.nonaka
2018-04-13Add XXX, using a pool would be better than kmem.maxv
2018-04-13Release the lock a little earlier.maxv
2018-04-13stylemaxv
2018-04-13 I354 uses an external PHY, so don't use wm_set_eee_i350().msaitoh
2018-04-13Remove duplicate, to better show that this place doesn't make a lot ofmaxv
2018-04-13Improve the check, we want to have len >= udphdr all the time, and notmaxv
2018-04-13make this narrower by popular request.christos
2018-04-13Remove useless comment and style.maxv
2018-04-13Add XXX. In fact, it would be better, if all the fragments were offloaded,maxv
2018-04-13Reduce the diff between similar blocks.maxv
2018-04-13Add a KASSERT, we want M_PKTHDR.maxv
2018-04-13Reorder a few instructions to clarify. Replace two bcopy by memcpy.maxv
2018-04-13 Add 300 series chipset support.msaitoh
2018-04-13No, fix previous.maxv
2018-04-13Improve comment.maxv
2018-04-13 Enable I219.msaitoh
2018-04-13Correct discrepancy with the Multiboot specificationkhorben
2018-04-13Add new example kernel module: sysctlkamil
2018-04-12remove now unused crap.christos
2018-04-12PR/53177: David Binderman: Better error handlingchristos
2018-04-12ignore the ancient NetBSD emulation tag.christos
2018-04-12There have never been binaries with a checksum tag for NetBSD.christos
2018-04-12let the modular code load the sysv modules.christos
2018-04-12If we are modular, allow us to use modules for compat; don't load all thechristos
2018-04-12provide vectors for the ifconf compat code and ifdatareq compat code.christos
2018-04-12Fix bug causing DMA to/from user space fail. Fixes PR#49517.ragge
2018-04-12disentangle a bit more the compat ioctl code.christos
2018-04-12 Add cpu_ucode_intel_verify() to verify microcode image. Currently, we don'tmsaitoh
2018-04-12Read sc_if_flags after taking core lock. Same as if_wm.c rev. 1.418.msaitoh
2018-04-12Make 'opts' local to rip_sbappendaddr().maxv
2018-04-12Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it ismaxv
2018-04-12Remove misleading comment; we're just checking the SP, not verifying themaxv
2018-04-12Resolve tangled lock dependencies in route.cozaki-r
2018-04-12 Add PCH_CNP support (I219 with Intel 300 series chipset).msaitoh
2018-04-12 If the extended configration size in the EXTCNFSIZE register is 0, don'tmsaitoh
2018-04-12 Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based onmsaitoh
2018-04-12 On PCH_SPT (and newer), FLASH access should be done by 32bit.msaitoh
2018-04-12No binary change:msaitoh
2018-04-11fix type confusion on 32 bitschristos
2018-04-11sun4v: Update TODO file with current state of sun4v supportpalle
2018-04-11sun4v: handle MMU-related traps properly when they occur at trap level 1. Thi...palle
2018-04-11Fix typo in commentpalle