summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-09-27Add missing <sys/device.h>.Alexander Yurchenko
2006-09-27no need for a separate hardware section;Jason McIntyre
2006-09-27Fix tags file creating by removing unexisting paths.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27regenJonathan Gray
2006-09-27Add another two Vitesse PHYs, one from jmc's nfe(4), one from anJonathan Gray
2006-09-27alpha is gcc3 nowMichael Shalayeff
2006-09-27add pgt(4) and acx(4), work in progress.Brad Smith
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-27Add and correct comments, spacing.Ray Lai
2006-09-27Plug memory leak.Ray Lai
2006-09-27IBSS mode works so far, so mention it.Marcus Glocker
2006-09-27add acx(4).Brad Smith
2006-09-27add missing sys/device.h header.Brad Smith
2006-09-27fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem().Brad Smith
2006-09-27Oops. Missed a line. Fix so disklabel(8) compiles again.Kenneth R Westerback
2006-09-26update the comment for bge_chipinit().Brad Smith
2006-09-26re-enable I2C_VERBOSEJonathan Gray
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-09-26a better description of what our automatic keying example is up to;Jason McIntyre
2006-09-26Start to get HostAP mode working for pgt(4). Works at the first try,Marcus Glocker
2006-09-26udp port 664 is sometimes also stolen on the wire by ipmi/asf balony.Theo de Raadt
2006-09-26regenMatthieu Herrb
2006-09-26add GeForce 7300 GT, ok deraadt@Matthieu Herrb
2006-09-26Set sk_jumbo_buf to NULL if malloc() fails in the for loop withinBrad Smith
2006-09-26use .Pa for urls and avoid broken links;Jason McIntyre
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek
2006-09-26It seems pointless to assign a variable the atoi() return value afterMichael Knudsen
2006-09-26Allow zero-length patterns with -x soJared Yanovich
2006-09-26style(9) extra spaceKurt Miller
2006-09-26- Use mmap to allocate thread stacks instead of malloc. This preventsKurt Miller
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-26Fix compilation, okay henning@ mpf@Pedro Martelletto
2006-09-26do not alloc jumbo buffers (3.5m per iface) and also do not allow card to rec...Michael Shalayeff
2006-09-26Get HostAP mode working and fix IBSS tweaks. From DragonFly driver.Marcus Glocker
2006-09-26regenJonathan Gray
2006-09-26Match ELECOM LD-USB20Jonathan Gray
2006-09-26Sync in_cksum.c to the same version dvmrpd has. This fixes problems with oddClaudio Jeker
2006-09-26Simplify and make ISO chksum work on big endian machines.Esben Norby
2006-09-26authunix_create_default() might return NULL; spotted by tbert;Otto Moerbeek
2006-09-26accidental extra %s in ddb printfMichael Shalayeff
2006-09-26fix races w/ getdirtybuf() usage that can violate normalMichael Shalayeff
2006-09-26Shrink the number of matches done in piixsata_chip_map,Jonathan Gray
2006-09-26Move some duplicated debug code into its own function.Jonathan Gray
2006-09-26Go back to spl0, previous change broke Cuda adb; reported by CarlMiod Vallat
2006-09-26escape error response to unsupported Expect: header, fixesDamien Miller
2006-09-26Make mesh compile again, it also works now too, from NetBSD with a lotGordon Willem Klok
2006-09-25Remove debugging printf accidentally committed.Ray Lai