Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith | |
- use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright | |
2006-05-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright | |
2006-05-27 | Make sensor add/remove create hotplug events (after much prodding from ↵ | Michael Knudsen | |
henning). Idea from mbalmer. 'in it goes!' deraadt. | |||
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker | |
and additionaly make the code part of the MROUTING option. Put it in deraadt@ | |||
2006-05-27 | add the messages for config page requests and replies. | David Gwynne | |
2006-05-27 | With the National variants of the sis(4) chip make sure to | Brad Smith | |
check for multicast ranges and then switch into allmulti mode, before touching the receive filter. This fixes an issue noticed by a few devlopers where sis(4) will stop receiving traffic when switched into allmulti mode. ok claudio@ | |||
2006-05-27 | Add support for multicast packets. | Christopher Pascoe | |
ok dlg@ | |||
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer | |
framework will create hotplug events for sensor addition/deletion. ntpd will catch these events. | |||
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne | |
mpidebug | |||
2006-05-27 | remove FreeBSD specific code. | Brad Smith | |
2006-05-27 | garbage collect vlan.h | Brad Smith | |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat | |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker | |
2006-05-27 | remove dead code | David Gwynne | |
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne | |
controllers currently supported by mpt(4). ok marco@ | |||
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer | |
SENSOR_FINVALID flag set and without a description. We do not need a dummy description as a sensor with the FINVALID flags set will not show up or be used anyways. It's merely an indication to applications that there is a sensor that will eventually have a correct value. The SENSOR_FINVALID flag is removed and the description is set to the proper clockname as soon as we have received the first valid time information. This enables ntpd to check for hotplug events and rescan the list of timedelta sensors after a hotplug event. discussed with deraadt. | |||
2006-05-27 | remove useless error check and irritating comment | Nikolay Sturm | |
ok pedro | |||
2006-05-27 | Make NCOM_{CARDBUS,GSC,ISAPNP} defined again in com.h, as there is code | Miod Vallat | |
relying upon them. | |||
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith | |
more drivers. ok reyk@ | |||
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok | |
ok uwe@, "good" tedu@ | |||
2006-05-27 | casting mallloc | Gordon Willem Klok | |
ok uwe@, dlg2 | |||
2006-05-27 | regen | Reyk Floeter | |
2006-05-27 | add Option UMTS 3G+ | Reyk Floeter | |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback | |
implemented. Use int. ok mickey@ miod@ | |||
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt | |
2006-05-26 | <machine/rtc.h> is really only footbridge-specific, so, after pruning it from | Miod Vallat | |
dead meat, move the remainding definition to footbridge todclockvar where it belongs, and get rid of the installed header file. No change on Zaurus (besides the include removal), no functional change on cats. | |||
2006-05-26 | Remove unused defines. | Miod Vallat | |
2006-05-26 | Add RCS id. | Miod Vallat | |
2006-05-26 | No md math.h in OpenBSD | Miod Vallat | |
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat | |
lock and a reference count. No functional change. | |||
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat | |
2006-05-26 | Add dlg to copyright. | Marco Peereboom | |
2006-05-26 | prettier printing | Theo de Raadt | |
2006-05-26 | Add blinking for disks. | Marco Peereboom | |
2006-05-26 | knf | Theo de Raadt | |
2006-05-26 | simplify interface (not binary compatible); ok marco | Theo de Raadt | |
2006-05-25 | Enable optional specific handling of the u-area in pmap via PMAP_UAREA if | Miod Vallat | |
defined; from NetBSD. Currently only used on xscale arm to use the mini data cache for u area mappings instead of the main data cache. | |||
2006-05-25 | Remove unused struct cfdriver field from genericconf struct, as on cats. | Miod Vallat | |
2006-05-25 | make an Online/Scrub SD state for marco | Theo de Raadt | |
2006-05-25 | Move a int i; to top of function so that it compiles on non c99 compilers. | Marco Peereboom | |
Pointed out by miod@ The enclosure id modifier didn't reflect reality so move it back to whatever the raid card uses. | |||
2006-05-25 | When looping over va ranges, do not compute the same sdt pointer more than | Miod Vallat | |
once. | |||
2006-05-25 | formatting | Brad Smith | |
2006-05-25 | formatting; ok brad | Jason Wright | |
2006-05-25 | automatic rate control (AMRR) + cosmetic and small fixes | Damien Bergamini | |
2006-05-25 | And add time and percentage to builds and check consistencies. | Marco Peereboom | |
2006-05-25 | also provide a seconds-of-progress counter; ok marco | Theo de Raadt | |
2006-05-25 | Add a few more volume status values, and a % completion as well, now | Theo de Raadt | |
that we have a controller which can give more information; ok marco | |||
2006-05-25 | add LD progress strucutre. | Marco Peereboom | |
Fix ld_details to now use the correct structure. |