summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-08-27simple size for free()Theo de Raadt
2015-08-27simple sizes for free()Theo de Raadt
2015-08-26Simple size for free(). These are a pleasure to convert when theTheo de Raadt
2015-08-26two simple sizes to free()Theo de Raadt
2015-08-26trivial size to free()Theo de Raadt
2015-08-26two simple free() sizesTheo de Raadt
2015-08-26Enhance setdisklabel() to ensure that the disk size and 'C'Kenneth R Westerback
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie
2015-08-26Kill code that tries to handle 32-bit code that we're never going to use.Mark Kettenis
2015-08-26MBR must have priority over GPT.Kenneth R Westerback
2015-08-26Use the specialized m_copym2() preserving the alignment of the payloadMartin Pieuchot
2015-08-26Get rid if em_align. This approach used to make sense, but now that theMark Kettenis
2015-08-26After a report from jsg about a memory leak (or was it a double free?),Theo de Raadt
2015-08-26Add TIOCGETA to the tame list for TAME_IOCTL.Doug Hogan
2015-08-26regenDoug Hogan
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-25trivial size argument for free()Theo de Raadt
2015-08-25typo in commentMike Larkin
2015-08-25In sys_kbind(), pages from uvm_map_extract() must be written to with kcopy()Philip Guenther
2015-08-25remove duplicate SYS_utimes entryJonathan Gray
2015-08-25Put the device name into the timeout message. OK jsg@Brandon Mercer
2015-08-25#if INET && INET6 -> #ifdef INET6, the kernel no longer defines INETJonathan Gray
2015-08-25correct #if/#endif guard commentTheo de Raadt
2015-08-25obvious sizes for free()Theo de Raadt
2015-08-25sizes for simple free() callsTheo de Raadt
2015-08-25Enforce kernel w^x policy by properly setting NX (as needed) forMike Larkin
2015-08-25Re-enabling GPT on amd64 and i386. Discussed with and OK krw@Brandon Mercer
2015-08-24Set the required IPL at the syn-cache pool instead of doing aAlexander Bluhm
2015-08-24nd6_prefix_add() is no longer used and die.Martin Pieuchot
2015-08-24Start moving away from the global prefix list by limiting its usage toMartin Pieuchot
2015-08-24Fix GPT code to work with non-DEV_BSIZE disks.Kenneth R Westerback
2015-08-24Always increment the reference counter of the returned route entry inMartin Pieuchot
2015-08-24Check for a RTF_LOCAL entry instead of iterating on the global listMartin Pieuchot
2015-08-24The bridge list is a relict, delete the remaining LIST_REMOVE.Alexander Bluhm
2015-08-24Typos; ok kettenis@Jeremie Courreges-Anglas
2015-08-24Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onMartin Pieuchot
2015-08-24Rework the code to decide when to perform DAD to no longer rely on theMartin Pieuchot
2015-08-24Remove obsolete fields in struct unpcb. In the past they were usedAlexander Bluhm
2015-08-24Rename the syn cache counter into tcp_syn_cache_count to have theAlexander Bluhm
2015-08-24Rename M_RTABLE bucket into "rtable" to match the code and kill unusedMartin Pieuchot
2015-08-24Items from pool sosplice_pool are get in process context and putAlexander Bluhm
2015-08-24In kernel initialize struct sockaddr_in and sockaddr_in6 to zeroAlexander Bluhm
2015-08-24corrects two potential double-free on `cwdpath'. The variable will be free'edSebastien Marie
2015-08-24Initialize cwdpath so free() is properly handled.Doug Hogan
2015-08-24Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirkJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-24regenJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-23Make Atom S1200 UART work; Atanas Vladimirov has one.Theo de Raadt
2015-08-23fix /tmp handling of unlink(); from Caspar SchutijserTheo de Raadt