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