summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-12frame -> fake.Marc Espie
2005-09-12correct prompt;Jason McIntyre
2005-09-12remove trailing spacesNikolay Sturm
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@Miod Vallat
2005-09-12Missing colons.Miod Vallat
2005-09-12Simplify cross-compilation scenario; native builds unaffected.Miod Vallat
2005-09-12knf plus use __func__; no functional change.Federico G. Schwindt
2005-09-12Do not leak memory if cardbus_read_exrom() fails; ok fgs@Miod Vallat
2005-09-12better cis string parsing. from drochner@netbsd.org; tested by jmc@.Federico G. Schwindt
2005-09-12give a full pathname to the installed library, so we don't get a WTF? errorMarc Espie
2005-09-12cleanup commentsMartin Reindl
2005-09-12file is out of date;Jason McIntyre
2005-09-12regenJonathan Gray
2005-09-12ZyDAS USB IDs.Jonathan Gray
2005-09-12regenJonathan Gray
2005-09-12ZyDAS PCI IDs.Jonathan Gray
2005-09-12some markup and punctuation fixes from wiz@netbsdJason McIntyre
2005-09-12i don't see the point in maintaining a list of watchdog devices in here;Jason McIntyre
2005-09-12add ichwdt(4) here too;Jason McIntyre
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-09-12add some Xr's for ichwdt(4) and wtachdogd(8);Jason McIntyre
2005-09-12provide m68k_page_offset()Martin Reindl
2005-09-12punctuation;Jason McIntyre
2005-09-12- add -r to usage()Jason McIntyre
2005-09-12preserve backslash using `\e', not `\\';Jason McIntyre
2005-09-11typo, th -> theBrad Smith
2005-09-11'e' comes before 'n' in st names. And 'r' is optional too.Kenneth R Westerback
2005-09-11Compute TARGET_ARCH in the Makefile, rather than in a shell, and use itMiod Vallat
2005-09-11Create proper symlink for a.out as.Miod Vallat
2005-09-11Create a correct /usr/bin/cpp for a.out platforms.Miod Vallat
2005-09-11ivec[] needs to be one entry larger on 188.Miod Vallat
2005-09-11oops. unused varMichael Shalayeff
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-09-11Process window size changes after xread(). [change window size]Otto Moerbeek
2005-09-11Don't use a global variable to indicate that we areBrad Smith
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
2005-09-11Simplify code by changing struct scsi_mode_sense_buf{ union {}Kenneth R Westerback
2005-09-11Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256).Kenneth R Westerback
2005-09-11when adding any IP addresses make sure to UP the interface.Brad Smith
2005-09-11handle short read()'s. fixes transferMoritz Jodeit
2005-09-11AmbiCom WL1100C-CF reported by Barry Dexter A. Gonzaga, and sort tableUwe Stuehler
2005-09-11only remove and free a cvsroot struct if it has been added inJoris Vink
2005-09-11cope with the ___moddi3 issue, same as mvme68kTheo de Raadt
2005-09-11downgrade @pkgdep from deprecated to actual error.Marc Espie
2005-09-10whitespace removal and KNFBrad Smith
2005-09-10- a few fixes from the FreeBSD driverBrad Smith
2005-09-10Use realloc() instead of malloc().Brad Smith
2005-09-10Make xargs run [utility] program even when zero arguements are provided,Brad Smith
2005-09-10update the trunk(4) driverReyk Floeter
2005-09-10Disk-based installation also works with MS-DOS filesystems; PR submittedUwe Stuehler