summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-14syncTheo de Raadt
2006-01-14Add a comment.Alexander Yurchenko
2006-01-14Fix INTX_MIN limits; the minus sign got dropped by accident whenTodd C. Miller
2006-01-14fix the .Fn line; ok millertJason McIntyre
2006-01-14Some improvements:Alexander Yurchenko
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-14Add gpio_pin_caps() method to provide pin capabilities.Alexander Yurchenko
2006-01-14tweaks;Jason McIntyre
2006-01-14Add gpioiic(4).Alexander Yurchenko
2006-01-14Add gpioiic(4) man page.Alexander Yurchenko
2006-01-14Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugsMiod Vallat
2006-01-14- the allmulti target initially enables all multicast mode so don't botherBrad Smith
2006-01-14document why we avoid: set -- `getopt optstring $*`Jason McIntyre
2006-01-14update the example and synopsis so that we are checking theJason McIntyre
2006-01-14sort SEE ALSO;Jason McIntyre
2006-01-14Correct the length of the rx radiotap to be that of the rx not txJonathan Gray
2006-01-14regenBrad Smith
2006-01-14SIS 966 south bridge.Brad Smith
2006-01-14Make sure interrupt is properly ack'd.Jonathan Gray
2006-01-14Only update the RX ring consumer pointer after running through the RX loop,Brad Smith
2006-01-14Support for I2C bus bit-banging through the GPIO pins.Alexander Yurchenko
2006-01-13Put back i2c bit-banging code, we'll need it soon.Alexander Yurchenko
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-13update the list of supported filesystems;Jason McIntyre
2006-01-13sysinst my ass.Miod Vallat
2006-01-13- kill some of the mad escaping;Jason McIntyre
2006-01-13auto adjusting adjtime. be more responsive to large clock deltas,Ted Unangst
2006-01-13list other maxds modelsTheo de Raadt
2006-01-13maxds now supports DS1624 and DS1721.Alexander Yurchenko
2006-01-13handle all 3 types of chips correctly. go into continuous mode, andTheo de Raadt
2006-01-13Pull in inttypes.h, not stdint.h so we get the prototypes forTodd C. Miller
2006-01-13send management frames at lowest possible rate.Damien Bergamini
2006-01-13- fix short slot timeDamien Bergamini
2006-01-13fix short slot time + cosmeticDamien Bergamini
2006-01-13Bring a few improvements from NetBSD:Miod Vallat
2006-01-13KNF and remove dead parts.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13- fix short preamble supportDamien Bergamini
2006-01-13syncTheo de Raadt
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-13correction from tamas tevesz; ok ianJason McIntyre
2006-01-13Allow proper detaching of wdc, so that detaching a mediabay device properlyMiod Vallat
2006-01-13Enable detaching atapiscsi devices.Miod Vallat
2006-01-13In config_detach_children(), after detaching a device, restart the deviceMiod Vallat
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()Miod Vallat
2006-01-13Major version bump to deal with potential fallout from the types changes.Todd C. Miller
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inTodd C. Miller