summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
in the six cases using "512". As DEV_BSHIFT is always 9, this should be a no-op. "no objections" miod@ "I can't see any problem doing this." pedro@
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
setting RAW_PART's p_size to d_secperunit * (d_secsize / DEV_BSIZE) is a waste of a few ops. And p_size should be in sectors anyway. Just set RAW_PART's p_size to d_secperunit to make usage consistant across the tree. Should be a no-op.
2006-08-12KNF tweak.Marcus Glocker
2006-08-12Fill ic_max_rssi with values depending on the radio type. Makes signalMarcus Glocker
strength in percentage work. ok jsg@
2006-08-12a variation of netbsd -r1.18:Jason McIntyre
PR/34182 from der Mouse -- clarify -0 option
2006-08-12the delorme earthmate is NOT a HID (UQ_BAD_HID)Jason Wright
2006-08-12syncJason Wright
2006-08-12another delorme earthmate-alikeJason Wright
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
RAW_PART's p_size. Since d_secperunit is initialized to 0x1fffffff if not specified there should be no need to use the magic number again. And if d_secperunit was specified then that value should be used instead of the magic number. This was already being done for hp300, luna88k, mac68k, mvme68k, mvme88k. Should be a no-op.
2006-08-11typo, settning -> settingBrad Smith
2006-08-11An old dvorak typo was lurking here.Miod Vallat
2006-08-11For non-console vgafb, force rasops to initialize it as a monochrome resource,Miod Vallat
since we can't program the colormap anyway.
2006-08-11Let the windowmove() callbacks return whether they could perform the operationMiod Vallat
or not, so that we can always feed them the complex operations before falling back to rasops; and then topcat can perform coloured solid fills in erase{cols,rows}.
2006-08-11Give a less cryptic error message when trying to mount invalid filePedro Martelletto
systems, okay thib@ ian@ millert@ beck@
2006-08-11typo in commentBernd Ahlers
2006-08-11fix fidel bday as pt out by some revolutionary comaradesMichael Shalayeff
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean.
2006-08-11correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@.Xavier Santolaria
2006-08-11no O2's with a R14000 CPU were made, so remove superfluous code.Jasper Lievisse Adriaanse
ok pefo
2006-08-11add tests for merge -e; OK ray@.Xavier Santolaria
2006-08-10RegenMiod Vallat
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
no international keyboards to check I parse the right part of the string, at least domestic keyboards are not affected; hinted at by the old X11R5 server.
2006-08-10Embed device list comments in generated hildevs_data.h file; no functionalMiod Vallat
change.
2006-08-10Handle the ``arrow repeat'' special scancode on button boxes; from the oldMiod Vallat
X11R5 server, untested.
2006-08-10No need for needs-flag for hil and hilms.Miod Vallat
2006-08-10Check for int oflow w/ -b option and unit suffixes, make usage() __dead,Todd C. Miller
use ssize_t not long for read/write length. OK beck@
2006-08-10sync usage();Jason McIntyre
2006-08-10various fixes;Jason McIntyre
2006-08-10add 2 new IBM adapters and a new Neterion adapter.Brad Smith
2006-08-10fixes up;Jason McIntyre
2006-08-10add Coastal/TNC-XJason Wright
2006-08-10- eliminate re-initialization's when adding IP addresses.Brad Smith
- simplify ioctl handler.
2006-08-10match the Coastal ChipWorks TNC-X (yet another uftdi)Jason Wright
2006-08-10yet another uftdi: Coastal ChipWorks TNC-XJason Wright
2006-08-10sync usage();Jason McIntyre
2006-08-10- ANSI functionsBrad Smith
- de-register - remove return at the end of void functions - some cosmetic tweaking
2006-08-10- better .NdJason McIntyre
- remove some unneccessary .Bk/.Ek - provide a DESCRIPTION (albeit brief) - text improvements - use .Ex - update SEE ALSO
2006-08-10text improvements;Jason McIntyre
2006-08-10kill some .Tn;Jason McIntyre
2006-08-10kill a truckload of useless macros;Jason McIntyre
2006-08-10- move the promiscuous mode handling code to xl_setpromisc() and simplifyBrad Smith
the ioctl handler. - eliminate re-initialization's when adding IP addresses.
2006-08-10sync usage();Jason McIntyre
2006-08-10comment out -R:Jason McIntyre
ping6: -R is not supported in this configuration
2006-08-10oops, put -m in the right place;Jason McIntyre
2006-08-10document -m;Jason McIntyre
2006-08-10sort options;Jason McIntyre
2006-08-10move the promiscuous mode handling code to sis_setpromisc() and simplifyBrad Smith
the ioctl handler.
2006-08-10- xge_mcast_filter() -> xge_setmulti().Brad Smith
- move the promiscuous mode handling code to xge_setpromisc() and simplify the ioctl handler.
2006-08-10Fix a panic when more than the default number of sempahores areTodd C. Miller
allocated. Problem debugged by thib@
2006-08-10missing full stop; from matt jibsonJason McIntyre