summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-25Document kbind(2)Philip Guenther
2015-08-25In sys_kbind(), pages from uvm_map_extract() must be written to with kcopy()Philip Guenther
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2015-08-25KNFTheo de Raadt
2015-08-25strlcpy() accesses the source string until it finds NUL, even ifAlexander Bluhm
2015-08-25catch upMiod Vallat
2015-08-25remove duplicate SYS_utimes entryJonathan Gray
2015-08-25When searching for tabs, start from screen width, fixes out-of-boundsNicholas Marriott
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-25Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still othersPhilip Guenther
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-25Switch from utimes() to utimensat() to $estore full nanosecond granularityPhilip Guenther
2015-08-25Unbreak binutils on sparc64, hppa (and probably some others).Theo de Raadt
2015-08-25Re-enabling GPT on amd64 and i386. Discussed with and OK krw@Brandon Mercer
2015-08-25Remove references to the -h command line option which was removed.YASUOKA Masahiko
2015-08-25Remove -h command line option from radiusd(8) to make it better style.YASUOKA Masahiko
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-24Extend the pf forward and fragment tests with a second challengeAlexander Bluhm
2015-08-24Fix GPT code to work with non-DEV_BSIZE disks.Kenneth R Westerback
2015-08-24In grid_duplicate_lines, if the line is empty (cellsize == 0) then clearNicholas Marriott
2015-08-24Enable path MTU test with ping for IPv6. Scapy srp1() does notAlexander Bluhm
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-24Fix cheating bug by using unused time variables and replace poll() withRafael Zalamena
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-24Document clear(1) a bit more prominently.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-24When an option is not recognized call the processing function withMartin 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-24Mark up command arguments properly using Cm.Anthony J. Bentley
2015-08-24cp -> mvAntoine Jacoutot
2015-08-24add missing includes for free, exit, errx and strchrJonathan Gray
2015-08-24adjust list width for previous;Jason McIntyre
2015-08-24Make backup directory of replaced files persistent: /var/sysmerge/backups.Antoine Jacoutot
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
2015-08-24add a missing headerSebastien Marie
2015-08-24add new (extensible) testsuite for tame(2)Sebastien Marie
2015-08-24corrects two potential double-free on `cwdpath'. The variable will be free'edSebastien Marie