summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-01s/£/GBP/ which several people pointed out in my previous diff (many wereStuart Henderson
2013-11-01- update UK dialling codes from ofcom informationStuart Henderson
2013-11-01Better report of the system type, to match the OMRON spelling; aoyama@Miod Vallat
2013-11-01get rid of pmap_pdp_cache_generation. it cannt change between where it isDavid Gwynne
2013-11-01replace bare use of disksort with bufqs.David Gwynne
2013-10-31List all generated files in CLEANFILES.Ingo Schwarze
2013-10-31Initialize sun_len, pointed out by deraadt@.Florian Obser
2013-10-31Pipe don't have states. Kill an useless & commented out chunk of code.Martin Pieuchot
2013-10-31If if looks like a duck, swims like a duck, and quacks like a duck, thenAlexander Hall
2013-10-31Convert the route expire timestamp in kernel and routing messageAlexander Bluhm
2013-10-31softraid(4) boot documentation tweaks from jsing@Stefan Sperling
2013-10-31remove commented gpio(4) entry which makes no sense to have on the ramdiskJasper Lievisse Adriaanse
2013-10-31add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compileJasper Lievisse Adriaanse
2013-10-31another stray %dTheo de Raadt
2013-10-31revert previous, net/if.h exports bad things to userspace.pelikan
2013-10-31syncStuart Henderson
2013-10-31convert crypto work queue to the task_add(9) api; ok dlgMike Belopuhov
2013-10-31usbd_pipe2device_handle() is not used, should not be used and die.Martin Pieuchot
2013-10-31Reenable compat_linux.Paul Irofti
2013-10-31Fix readdir_with_callback() after cookies removal.Paul Irofti
2013-10-31push the queues every 1/HZ using timeout(9)pelikan
2013-10-31Add a header for various hardware implementation dependent registerMartin Pieuchot
2013-10-31syncTheo de Raadt
2013-10-31syncTheo de Raadt
2013-10-31oops, wrong MLINKTheo de Raadt
2013-10-31hide kernel protytypesTheo de Raadt
2013-10-31oopsTheo de Raadt
2013-10-31init memory from pool_get after its allocated rather than using a poolDavid Gwynne
2013-10-31sometimes we find .h we no longer needTheo de Raadt
2013-10-31pull in less .h to do the sameTheo de Raadt
2013-10-31replace workqs with tasks. makes the code a bit simpler cos adding an addedDavid Gwynne
2013-10-31Do not fail the regression tests if python or the scapy package isAlexander Bluhm
2013-10-31Make sure -v output is properly aligned with the normal output.Mark Kettenis
2013-10-30Update installation notes to match reality: kernel needs to be loaded by theMiod Vallat
2013-10-30add "smtpctl show relays" and "smtpctl show hosts" commandsEric Faurot
2013-10-30Remove redundant base adrress printing during attach.Paul Irofti
2013-10-30Copy the boot blocks into /boot on the root disk in md_installboot().Miod Vallat
2013-10-30Fix native builds of the luna88k boot block. Install it into /usr/mdec.Miod Vallat
2013-10-30Make yystacksize unsigned to avoid a warning about sign comparisionTodd C. Miller
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-30Add missing rcsid.Sylvestre Gallon
2013-10-30It seems an immediate read is necessary when doing a write to an RSLPaul Irofti
2013-10-30task_systq got removed;Jason McIntyre
2013-10-30Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.outMiod Vallat
2013-10-30Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsaMiod Vallat
2013-10-30No longer build luna88k kernels as a.out binaries, now that we have a nativeMiod Vallat
2013-10-30Introduce a private copy of old a.out-capable nlist.c, because bootxxTheo de Raadt
2013-10-30Fix jagged diagonal lines (kernel part)Alexandr Shadchin
2013-10-30use more careful format strings to deal with various forms of AS#'sTheo de Raadt
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt