Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-13 | Put back i2c bit-banging code, we'll need it soon. | Alexander Yurchenko | |
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt | |
at least i810 on x40, but made x41 work. ok matthieu | |||
2006-01-13 | update the list of supported filesystems; | Jason McIntyre | |
diff mostly from mbalmer, and ok him too/ | |||
2006-01-13 | sysinst my ass. | Miod Vallat | |
2006-01-13 | - kill some of the mad escaping; | Jason McIntyre | |
2006-01-13 | auto adjusting adjtime. be more responsive to large clock deltas, | Ted Unangst | |
and attempt to compensate for incorrect clocks by adjusting ticks slowly. ok deraadt | |||
2006-01-13 | list other maxds models | Theo de Raadt | |
2006-01-13 | maxds now supports DS1624 and DS1721. | Alexander Yurchenko | |
2006-01-13 | handle all 3 types of chips correctly. go into continuous mode, and | Theo de Raadt | |
start the chips right (two kinds of start sequences). then get the temperature readings correctly, including negative temperatures. done with grange. pity the poor russian with only the lowest of the low end i2c chips | |||
2006-01-13 | Pull in inttypes.h, not stdint.h so we get the prototypes for | Todd C. Miller | |
strtoimax/strtoumax. | |||
2006-01-13 | send management frames at lowest possible rate. | Damien Bergamini | |
2006-01-13 | - fix short slot time | Damien Bergamini | |
- add WEP capability flag - make sure to reset fallback to CCK rates when switching to 802.11a - give BBP more time to initialize | |||
2006-01-13 | fix short slot time + cosmetic | Damien Bergamini | |
2006-01-13 | Bring a few improvements from NetBSD: | Miod Vallat | |
- recognize a few more models. - better memory range detection, especially if they are in direct translation windows on 68040. - better internal video address detection. | |||
2006-01-13 | KNF and remove dead parts. | Miod Vallat | |
2006-01-13 | Sync OSS code with NetBSD; supports poweroff now. | Miod Vallat | |
2006-01-13 | Remove unused bad{,b,w,l}addr. | Miod Vallat | |
2006-01-13 | - fix short preamble support | Damien Bergamini | |
- add short slot support - fix eifs settings - many consistency tweaks | |||
2006-01-13 | sync | Theo de Raadt | |
2006-01-13 | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being | Miod Vallat | |
used by default, and since all PRAM accesses are either directly fiddling with VIA registers or through ADB commands, the MRG code has no reason to stay. This means the kernel is now not running unknown PROM code anymore. | |||
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 | |
releases resources and works as expected. Thanks to Thomas Maschutznig for testing. | |||
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 | |
list walk from its parent device, as the device which was following it may have been one of its children, and thus gone as well. Found the hard way using the strict queue macros. Feedback and help toby@, ok deraadt@ | |||
2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() | Miod Vallat | |
is reentrant in its current implementation anyway. Surfing on the recent major version bump, ok millert@ deraadt@ | |||
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 | |
part from FreeBSD. | |||
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 | |
defined in terms of long, not int on all architectures. | |||
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller | |
architectures. They are now defined as unsigned long, long, long and unsigned long respectively. | |||
2006-01-13 | - simplify lookup of 802.11a channels (we know they exist) | Damien Bergamini | |
- kill two stupid comments while i'm here | |||
2006-01-13 | - fix AMRR initialization + retry-fail count | Damien Bergamini | |
- fix contention window - silently discard received frames that are too short - sync setup_tx_desc w/ ral | |||
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 | |
at many different places do it once. This simplifies the logic and makes it easier to extend it for upcomming Adj-RIB-In addition. OK Henning. | |||
2006-01-13 | nit | Marc Espie | |
2006-01-13 | Path MTU discovery for NAT-T. | Marco Pfatschbacher | |
OK markus@, "looks good" hshoexer@ | |||
2006-01-13 | +asms | Xavier Santolaria | |
2006-01-13 | ioctls for setting bssid aren't currently supported on wi | Jonathan Gray | |
so don't mention setting bssid. From Pedro la Peu pedro at am-gen.org | |||
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 | |
ds1631/1624/1721 chips. this will need improvement -- we MUST check for more registers that alias or don't -- because we tend to write these chips ok grange | |||
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 | |
limit selector, so that the w^x line can float much more dynamically. Much work done by tom. Tested by various people. Addresses concerns of (Julien Tinnes) <julien ATHOST cr0.org> |