summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-07Currently unused at the moment but at least allow it to compile.Brad Smith
2008-06-07double the static video buffer size, becauseRobert Nagy
2008-06-07Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4).Brad Smith
2008-06-07Add baudrate handling for fiber boards using the TBI interface.Brad Smith
2008-06-07Add link state/baudrate handling.Brad Smith
2008-06-07regenRobert Nagy
2008-06-07add nVidia GeForce 8400M GRobert Nagy
2008-06-07teach the command lineparser about getopt style options after commandsHenning Brauer
2008-06-07Move #if 0 up to include currently unused fixup tables.Marco Peereboom
2008-06-07Remove the OLF os bitmask field from the compat probe functions array;Miod Vallat
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
2008-06-07Put back sprintf -> snprintf changes which have been lost accidentally in theMiod Vallat
2008-06-07Put back the diff made between rev. 1.1.1.3 and 1.3Charles Longeau
2008-06-07stop spurious "got link" which nooone noticed, but everyone should have; ok krwTheo de Raadt
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
2008-06-06lots of KNFMarco Peereboom
2008-06-06update the description of -b and STANDARDS; suggested by grunkJason McIntyre
2008-06-06Remove long dead meat.Miod Vallat
2008-06-06KNFMarco Peereboom
2008-06-06Arrange our mmap buffer struct better.Marcus Glocker
2008-06-06remove the now irrelevant elf2olf BUGS entry; ok deraadt miodJason McIntyre
2008-06-06oops, @bin files are files tooMarc Espie
2008-06-06@wantlib elements become checksummableMarc Espie
2008-06-06we must not hardcode the route priority in arplookup, it does notHenning Brauer
2008-06-06make this more like other code (done while digging into a problem...)Theo de Raadt
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-06-06Fix a bunch of goo by creating a more generic fucntion to handle it.Marco Peereboom
2008-06-06Fix alignment on some machines where crc cehck failed.Marco Peereboom
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
2008-06-05- Add fork/vfork wrapper functions to reset state in the child process.Kurt Miller
2008-06-05Add some first mmap bits.Marcus Glocker
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-06-04syncTheo de Raadt
2008-06-04olf death throes: OOSN_* names can go away; ok miodTheo de Raadt
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04Fix panic on my i386 box when local variable isnt handled properly.Marco Peereboom
2008-06-04adderss -> addressMiod Vallat
2008-06-04Don't disassemble the AML if the -o option is specified. That way at leastMark Kettenis
2008-06-04tweak previous, and arrange the text to read a little better;Jason McIntyre
2008-06-04warnx already prepends string with a colon, no need to manually add oneTobias Stoeckmann
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard
2008-06-04Oops! Add the #endif that vanished here.Owain Ainsworth
2008-06-04setbootflag() must be done before checksum'ing the label. Bug introducedTheo de Raadt
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-06-03fix some spacing issues;Jason McIntyre
2008-06-03group the descriptions for -CcHhEeRr in such a way as to avoidJason McIntyre
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain Ainsworth
2008-06-03Simplify the use of pci_mapreg_map().Brad Smith
2008-06-03Don't grab the fd read lock for getsockopt(2), setsockopt(2),Kurt Miller