Age | Commit message (Expand) | Author |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
2010-04-27 | Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line), | Theo de Raadt |
2010-04-27 | Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3 | Jonathan Gray |
2010-04-27 | shorten preamble | Theo de Raadt |
2010-04-27 | noone needs comments about QUOTA and TRACE | Theo de Raadt |
2010-04-27 | over the years we have moved to a machine+architectures scheme that has | Theo de Raadt |
2010-04-27 | use -f assymp.dep again; worked out with miod | Theo de Raadt |
2010-04-26 | even cleaner mach/arch/machdir/archdir | Theo de Raadt |
2010-04-26 | next step towards unification: make all the genassym chunks handle both | Theo de Raadt |
2010-04-26 | next unification step: move all MD naming _mach, _machdir, _arch, and _archdir | Theo de Raadt |
2010-04-26 | first step of unification: spaces at end of lines; comments, etc. | Theo de Raadt |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | grammar in comments | Miod Vallat |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-16 | Fix handling of shared interrupts. Make sure we use the lowest priority of | Mark Kettenis |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Print both the tx and the rx interrup vector numbers instead of the tx number | Mark Kettenis |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ or | Mark Kettenis |
2010-04-10 | Make this compile with gcc4. Cleanup some debug code while I'm there. | Mark Kettenis |
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis |
2010-04-06 | sparc64 has no boot(8) page; from Daniel Dickman | Jason McIntyre |
2010-04-04 | regen | Miod Vallat |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-04-03 | add bnx; from brad | Theo de Raadt |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis |
2010-03-24 | vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi command | David Gwynne |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis |
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-03-03 | Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten | Miod Vallat |
2010-02-28 | Fix off-by-one in LOMlite hostname code. | Mark Kettenis |
2010-02-27 | Remove ELF check. It is broken and since the PROM checks the loaded executable | Mark Kettenis |
2010-02-26 | when we build a vendor label for writing, clear the memory supplied by the | Theo de Raadt |
2010-02-26 | crank version of the ofwboot, so we can tell which is which | Theo de Raadt |
2010-02-26 | Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail! | Theo de Raadt |
2010-02-22 | - fix a few debug messages: disabled vs enabled mixup, missing \n | Jacob Meuser |
2010-02-21 | Make sure we only request our peer to start processing descriptors if it | Mark Kettenis |
2010-02-21 | Start and stop watchdog timer in the appropriate places, and print a message | Mark Kettenis |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |