summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Looked at mickey@ grange@
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
if the directory does not yet exist. okay millert@
2005-09-12cleanup commentsMartin Reindl
from NetBSD
2005-09-12file is out of date;Jason McIntyre
started by a mail from xavier venient; discussed with brian at awfulhak org; ok brad@
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
- Add bus_space_*_stream_N functions - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset() from NetBSD, testing help by otto@
2005-09-12add some Xr's for ichwdt(4) and wtachdogd(8);Jason McIntyre
from alexey e. suslikov;
2005-09-12provide m68k_page_offset()Martin Reindl
2005-09-12punctuation;Jason McIntyre
2005-09-12- add -r to usage()Jason McIntyre
- the description of -p uses `maxprocs' as the arg identifier, as does usage(), so use it in SYNOPSIS too;
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
ok deraadt@ miod@
2005-09-11Compute TARGET_ARCH in the Makefile, rather than in a shell, and use itMiod Vallat
instead of MACHINE_ARCH to pick compiler and binutils versions. looked at mickey@ grange@
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
echo $COLUMS $LINES; will now print the new sizes immediately, instead of after the second echo. ok millert@
2005-09-11Don't use a global variable to indicate that we areBrad Smith
stge1023. Use an sc member. From christos NetBSD
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
cat << EOF \" EOF should print \" Fixes PR 4472; testing jmc@ and Adam Montague. ok millert@
2005-09-11Simplify code by changing struct scsi_mode_sense_buf{ union {}Kenneth R Westerback
headers; } to just union scsi_mode_sense_buf {}. No functional change. ok marco@
2005-09-11Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256).Kenneth R Westerback
Some blow up if buffer length is not 0. Just fake geometry for all UMASS devices since it's almost always fictitious anyway. One step on the road to eliminate geometry entirely. Fixes Ed Wandasiewicz's 2nd gen iPod mini and Sebastiaan Indesteege's UBest Technology device. ok marco@
2005-09-11when adding any IP addresses make sure to UP the interface.Brad Smith
ok reyk@
2005-09-11handle short read()'s. fixes transferMoritz Jodeit
of very large SA/SPD snapshots. ok ho@
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
cvsroot_parse(). fixes segfaults opencvs has been receiving when cvsroot_parse() fails. "go ahead" xsa@
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
- make use of pci_mapreg_map() - ensure driver cleans after itself if ste_attach() fails
2005-09-10Use realloc() instead of malloc().Brad Smith
From: Alexander dot Farber at gmail dot com ok deraadt@
2005-09-10Make xargs run [utility] program even when zero arguements are provided,Brad Smith
makes xargs POSIX compliant. Original diff from jason@, better diff provided by millert@ Resolves PR 4262 ok deraadt@ millert@
2005-09-10update the trunk(4) driverReyk Floeter
- add multicast support by passing multicast addresses to the ports. this is a requirement for carp(4) over trunk(4). - support the smallest common interface capabilities. ie., this adds support for VLAN MTUs if all attached ports have this capability. - add a port_destroy callback to the trunk protocol. this fixes a potential crash if the master port has been detached while running. discussed with deraadt@, brad@ and some others.
2005-09-10Disk-based installation also works with MS-DOS filesystems; PR submittedUwe Stuehler
by Barry Dexter Gonzaga. Spell MS-DOS consistently, too.
2005-09-10fix small typo found by Benedikt SteinbuschReyk Floeter
2005-09-10for sysctl records, do not expect more than CTL_MAXNAME additionalTheo de Raadt
"faked" arguments; ok uwe espie
2005-09-10do not trust user input for sysctl. constrain arguments passed to ktraceTheo de Raadt
to CTL_MAXNAME; ok espie uwe