summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-30implement new "prot_exec" tame(2) request:Sebastien Marie
2015-09-30sleep until all references to an interface have been released during detach.David Gwynne
2015-09-30Run the tx completion path without the kernel held. This makes theMark Kettenis
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-09-30Do not try to refetch a route at the L2 layer if the given one is DOWNMartin Pieuchot
2015-09-30remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only usesStuart Henderson
2015-09-30I missed an #ifdef notyet when enabling the aliasing ppgtt code.Mark Kettenis
2015-09-30How about I delete _all_ the BITFIELDTYPE comments?Philip Guenther
2015-09-30Remove support for NO_ASN1_TYPEDEFS.Doug Hogan
2015-09-30Remove some annoying trailing whitespace.Kenneth R Westerback
2015-09-29Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c.Kenneth R Westerback
2015-09-29unifdef support for other operating systems. sorry OS/2 cultists.Ted Unangst
2015-09-29Score a hat trick in code cleanup: #ifdef pdp11, /* confuse lint */,Philip Guenther
2015-09-29convert "last_time" to a time_t, to handle beyond Y2038Theo de Raadt
2015-09-29Besides the usual style changes:Robert Peichaer
2015-09-29Use the DMTC0 macro and MTC0_HAZARD in the UPAGES > 1 case. Now R8000 kernelMiod Vallat
2015-09-29Unlock interrupt handler rx path with intr_barrierChris Cappuccio
2015-09-29Save a lot of people grief. tame()'d CMSG reception is busted and itTheo de Raadt
2015-09-29Reluctantly classify statfs and fstatfs as RPATH for now, because theyTheo de Raadt
2015-09-29makemap(8) should Xr table(5); OK gilles@Todd C. Miller
2015-09-29Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls toJoel Sing
2015-09-29Instead of declaring a union in multiple places, move it to tls_internal.h.Joel Sing
2015-09-29get rid of the mutex between access to the status block and myx_downDavid Gwynne
2015-09-29make the bpf filters a bpf_program instead of an array of bpf_insn.David Gwynne
2015-09-29clean some ugly intendation wartsTheo de Raadt
2015-09-29add sizes to some of the simpler free callsTheo de Raadt
2015-09-29unbreak tree.Theo de Raadt
2015-09-29regenJoerg Jung
2015-09-29add keyboard/trackpad IDs found in recent MacBooks (12" retina)Joerg Jung
2015-09-29Check to see if the file to be opened is a directory as soon as isMark Lumsden
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-29regenMartin Pieuchot
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-29Add an rfc5280 test suite to test x509_cmp_time.Bob Beck
2015-09-29rename random.c to util.c so it doesn't look scary. (util.c repo copied)Ted Unangst
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-09-29Replace call to __ivaliduser_sa() with a pared down version thatTodd C. Miller
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-09-29Fix sha2 regression test for libcrypto.Doug Hogan
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2014-03-26Previously, C-t (transpose two chars) did not behave the same asMark Lumsden
2013-03-25Display the window's column number in mode line not theFlorian Obser
2012-05-18Allow no-tab-mode to compile. From James Turner.Mark Lumsden
2011-01-21It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ...Kjell Wooding
2011-01-19patch from Henri Kemppainen:Kjell Wooding
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding