Age | Commit message (Expand) | Author |
2007-06-19 | "off" isn't a pointer, it's a ulong. According to printf(3), %#lx | Ray Lai |
2007-06-19 | if the fd passed to atomicio/atomiciov() is non blocking, then poll() to | Damien Miller |
2007-06-19 | Add a dac group init, mixer table and mixer init for the Sigmatel | Deanna Phillips |
2007-06-19 | Handle interrupts for the record stream as well. Recording now works. | Deanna Phillips |
2007-06-18 | Lookup interrupt routing info based on elroy(4) bus number. | Mark Kettenis |
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-06-18 | If disklabel(8) is run against unreadable media (e.g. a blank cd) | Kenneth R Westerback |
2007-06-18 | sync | Theo de Raadt |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-06-18 | this is the sgi disklabel, mips64 is not the same | Theo de Raadt |
2007-06-18 | this is the sgi disksubr, not some mythical "all mips64 architectures can use... | Theo de Raadt |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | addd /usr/xobj/; from Martynas Venckus | Jason McIntyre |
2007-06-18 | fix pasto's | Jasper Lievisse Adriaanse |
2007-06-18 | -r will die. Until then, make sure any labels it dredges up are | Kenneth R Westerback |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-18 | Implement DIOCRLDINFO, DIOCGPDINFO and DIOCGPART. Tweak DIOCGDINFO to | Kenneth R Westerback |
2007-06-18 | Use a shorter form to load XKPHYS constants in .S code, shaves a few text | Miod Vallat |
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat |
2007-06-18 | ... and zap old code | Marc Espie |
2007-06-18 | reorganize lookup_library so I can reuse the exact same algorithm to | Marc Espie |
2007-06-18 | more uniform: all deps routines should be methods, even if they don't | Marc Espie |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-06-18 | we're going to need more room for flags (again). | Pierre-Yves Ritschard |
2007-06-18 | delete comment above cpu_disklabel that is not needed | Theo de Raadt |
2007-06-18 | move comment to right place | Theo de Raadt |
2007-06-18 | Firmware version warning; several re-wordings. | Ian Darwin |
2007-06-18 | regen | Martin Reindl |
2007-06-18 | another geforce variant | Martin Reindl |
2007-06-18 | KNF after macro removals, no binary change. | Marc Balmer |
2007-06-18 | KNF, especially re-indent prototypes. No binary change. | Marc Balmer |
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller |
2007-06-18 | add tag no shadow, to allow us to specify that we do NOT want tempfiles | Marc Espie |
2007-06-18 | Use the right interface id when iterating over the control interface | Marc Balmer |
2007-06-18 | split out dpme disklabel reading, simplifying things significantly | Theo de Raadt |
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-18 | typo | Theo de Raadt |
2007-06-18 | remove newline in dmesg that slipped in in last commit | Jacob Meuser |
2007-06-18 | simplify error return case from writedisklabel(), too | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-18 | more comments that are different | Theo de Raadt |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt |
2007-06-18 | include not needed | Theo de Raadt |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-17 | add back missing bcopy & break, got lost when removing arcnet. | Henning Brauer |