Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@ | Miod Vallat | |
2005-09-12 | Missing colons. | Miod Vallat | |
2005-09-12 | Simplify cross-compilation scenario; native builds unaffected. | Miod Vallat | |
Looked at mickey@ grange@ | |||
2005-09-12 | knf plus use __func__; no functional change. | Federico G. Schwindt | |
2005-09-12 | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ | Miod Vallat | |
2005-09-12 | better cis string parsing. from drochner@netbsd.org; tested by jmc@. | Federico G. Schwindt | |
2005-09-12 | give a full pathname to the installed library, so we don't get a WTF? error | Marc Espie | |
if the directory does not yet exist. okay millert@ | |||
2005-09-12 | cleanup comments | Martin Reindl | |
from NetBSD | |||
2005-09-12 | file is out of date; | Jason McIntyre | |
started by a mail from xavier venient; discussed with brian at awfulhak org; ok brad@ | |||
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS USB IDs. | Jonathan Gray | |
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS PCI IDs. | Jonathan Gray | |
2005-09-12 | some markup and punctuation fixes from wiz@netbsd | Jason McIntyre | |
2005-09-12 | i don't see the point in maintaining a list of watchdog devices in here; | Jason McIntyre | |
2005-09-12 | add 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-12 | add some Xr's for ichwdt(4) and wtachdogd(8); | Jason McIntyre | |
from alexey e. suslikov; | |||
2005-09-12 | provide m68k_page_offset() | Martin Reindl | |
2005-09-12 | punctuation; | 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-12 | preserve backslash using `\e', not `\\'; | Jason McIntyre | |
2005-09-11 | typo, th -> the | Brad Smith | |
2005-09-11 | 'e' comes before 'n' in st names. And 'r' is optional too. | Kenneth R Westerback | |
ok deraadt@ miod@ | |||
2005-09-11 | Compute TARGET_ARCH in the Makefile, rather than in a shell, and use it | Miod Vallat | |
instead of MACHINE_ARCH to pick compiler and binutils versions. looked at mickey@ grange@ | |||
2005-09-11 | Create proper symlink for a.out as. | Miod Vallat | |
2005-09-11 | Create a correct /usr/bin/cpp for a.out platforms. | Miod Vallat | |
2005-09-11 | ivec[] needs to be one entry larger on 188. | Miod Vallat | |
2005-09-11 | oops. unused var | Michael Shalayeff | |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff | |
2005-09-11 | Process 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-11 | Don't use a global variable to indicate that we are | Brad Smith | |
stge1023. Use an sc member. From christos NetBSD | |||
2005-09-11 | Fix " handling in here documents. POSIX says they are not special, so | Otto Moerbeek | |
cat << EOF \" EOF should print \" Fixes PR 4472; testing jmc@ and Adam Montague. ok millert@ | |||
2005-09-11 | Simplify 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-11 | Some 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-11 | when adding any IP addresses make sure to UP the interface. | Brad Smith | |
ok reyk@ | |||
2005-09-11 | handle short read()'s. fixes transfer | Moritz Jodeit | |
of very large SA/SPD snapshots. ok ho@ | |||
2005-09-11 | AmbiCom WL1100C-CF reported by Barry Dexter A. Gonzaga, and sort table | Uwe Stuehler | |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink | |
cvsroot_parse(). fixes segfaults opencvs has been receiving when cvsroot_parse() fails. "go ahead" xsa@ | |||
2005-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt | |
2005-09-11 | downgrade @pkgdep from deprecated to actual error. | Marc Espie | |
2005-09-10 | whitespace removal and KNF | Brad Smith | |
2005-09-10 | - a few fixes from the FreeBSD driver | Brad Smith | |
- make use of pci_mapreg_map() - ensure driver cleans after itself if ste_attach() fails | |||
2005-09-10 | Use realloc() instead of malloc(). | Brad Smith | |
From: Alexander dot Farber at gmail dot com ok deraadt@ | |||
2005-09-10 | Make 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-10 | update the trunk(4) driver | Reyk 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-10 | Disk-based installation also works with MS-DOS filesystems; PR submitted | Uwe Stuehler | |
by Barry Dexter Gonzaga. Spell MS-DOS consistently, too. | |||
2005-09-10 | fix small typo found by Benedikt Steinbusch | Reyk Floeter | |
2005-09-10 | for sysctl records, do not expect more than CTL_MAXNAME additional | Theo de Raadt | |
"faked" arguments; ok uwe espie | |||
2005-09-10 | do not trust user input for sysctl. constrain arguments passed to ktrace | Theo de Raadt | |
to CTL_MAXNAME; ok espie uwe |