summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-01-13Include the function name in assert() output. From espie@Todd C. Miller
2006-01-13syncTheo de Raadt
2006-01-13Fix printf format string due to types changeTodd C. Miller
2006-01-13Major number bump due to types changes.Todd C. Miller
2006-01-13Adapt to the machine/_types.h changes; size_t and ptrdiff_t are nowTodd C. Miller
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-13- simplify lookup of 802.11a channels (we know they exist)Damien Bergamini
2006-01-13- fix AMRR initialization + retry-fail countDamien Bergamini
2006-01-13white space vs tabs; no binary changeMichael Shalayeff
2006-01-13Simplify evaluation process. Instead of checking the reachability of a prefixClaudio Jeker
2006-01-13nitMarc Espie
2006-01-13Path MTU discovery for NAT-T.Marco Pfatschbacher
2006-01-13+asmsXavier Santolaria
2006-01-13ioctls for setting bssid aren't currently supported on wiJonathan Gray
2006-01-13damn, on the ds1721 we can be sure of even fewer known bitsTheo de Raadt
2006-01-13Xr adb(4)Martin Reindl
2006-01-13Xr akbd and amsMartin Reindl
2006-01-13introduce the most stupid basic scan check for the maximally braindeadTheo de Raadt
2006-01-13wsdisplay synopsisMartin Reindl
2006-01-13ds1624 and ds1721 too, horrid horrid horrid chipsTheo de Raadt
2006-01-12Garbage collect lm_probe.Mark Kettenis
2006-01-12Move to using gdt only (no more ldt in general case) but with a variableTobias Weingartner
2006-01-12Instead of resetting the device and check whether power-up defaults matchMark Kettenis
2006-01-12back out a sentence - AUTHENTICATION already documents this;Jason McIntyre
2006-01-12Add W83792D support.Mark Kettenis
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12Don't start new command if bus is busy and kill command on timeout.Mark Kettenis
2006-01-12oopsTheo de Raadt
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12configure mixers late; obsd@enop.org 4970Theo de Raadt
2006-01-12Fix typo. Spotted by Oleg Safiullin.Mark Kettenis
2006-01-12refer to `TCP' rather than `TCP/IP' in the context of connectionJason McIntyre
2006-01-12syncTheo de Raadt
2006-01-123 more radeon; 4969Theo de Raadt
2006-01-12syncTheo de Raadt
2006-01-12change incorrect FILES entries for makefiles;Jason McIntyre
2006-01-12remove headp stuff, which is unused;Jason McIntyre
2006-01-12after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@Michael Shalayeff
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2006-01-12- add a missing htons() to the receive checksum routine to fixBrad Smith
2006-01-12Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.Claudio Jeker