Age | Commit message (Expand) | Author |
2006-01-13 | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being | Miod Vallat |
2006-01-13 | correction from tamas tevesz; ok ian | Jason McIntyre |
2006-01-13 | Allow proper detaching of wdc, so that detaching a mediabay device properly | Miod Vallat |
2006-01-13 | Enable detaching atapiscsi devices. | Miod Vallat |
2006-01-13 | In config_detach_children(), after detaching a device, restart the device | Miod Vallat |
2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() | Miod Vallat |
2006-01-13 | Major version bump to deal with potential fallout from the types changes. | Todd C. Miller |
2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | Todd C. Miller |
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller |
2006-01-13 | Include the function name in assert() output. From espie@ | Todd C. Miller |
2006-01-13 | sync | Theo de Raadt |
2006-01-13 | Fix printf format string due to types change | Todd C. Miller |
2006-01-13 | Major number bump due to types changes. | Todd C. Miller |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd 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 count | Damien Bergamini |
2006-01-13 | white space vs tabs; no binary change | Michael Shalayeff |
2006-01-13 | Simplify evaluation process. Instead of checking the reachability of a prefix | Claudio Jeker |
2006-01-13 | nit | Marc Espie |
2006-01-13 | Path MTU discovery for NAT-T. | Marco Pfatschbacher |
2006-01-13 | +asms | Xavier Santolaria |
2006-01-13 | ioctls for setting bssid aren't currently supported on wi | Jonathan Gray |
2006-01-13 | damn, on the ds1721 we can be sure of even fewer known bits | Theo de Raadt |
2006-01-13 | Xr adb(4) | Martin Reindl |
2006-01-13 | Xr akbd and ams | Martin Reindl |
2006-01-13 | introduce the most stupid basic scan check for the maximally braindead | Theo de Raadt |
2006-01-13 | wsdisplay synopsis | Martin Reindl |
2006-01-13 | ds1624 and ds1721 too, horrid horrid horrid chips | Theo de Raadt |
2006-01-12 | Garbage collect lm_probe. | Mark Kettenis |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
2006-01-12 | Instead of resetting the device and check whether power-up defaults match | Mark Kettenis |
2006-01-12 | back out a sentence - AUTHENTICATION already documents this; | Jason McIntyre |
2006-01-12 | Add W83792D support. | Mark Kettenis |
2006-01-12 | refer to TCP forwarding, rather than TCP/IP forwarding; | Jason McIntyre |
2006-01-12 | Don't start new command if bus is busy and kill command on timeout. | Mark Kettenis |
2006-01-12 | oops | Theo de Raadt |
2006-01-12 | refer to TCP forwarding, rather than TCP/IP forwarding; | Jason McIntyre |
2006-01-12 | configure mixers late; obsd@enop.org 4970 | Theo de Raadt |
2006-01-12 | Fix typo. Spotted by Oleg Safiullin. | Mark Kettenis |
2006-01-12 | refer to `TCP' rather than `TCP/IP' in the context of connection | Jason McIntyre |
2006-01-12 | sync | Theo de Raadt |
2006-01-12 | 3 more radeon; 4969 | Theo de Raadt |
2006-01-12 | sync | Theo de Raadt |
2006-01-12 | change incorrect FILES entries for makefiles; | Jason McIntyre |
2006-01-12 | remove headp stuff, which is unused; | Jason McIntyre |
2006-01-12 | after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@ | Michael Shalayeff |
2006-01-12 | Rewrite the redistribute code. The previous implementation was stupid and | Claudio Jeker |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith |
2006-01-12 | Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar. | Claudio Jeker |