Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-14 | dont match on nxe boards that dont claim to be network devices. | David Gwynne | |
2007-08-14 | stash the dma tag. | David Gwynne | |
map the register windows. put a stub in place for the interrupt handler | |||
2007-08-14 | enter nxe, a driver for the netxen 10Gb cards. | David Gwynne | |
i have most of this already written but this is just the attach glue. i'll be adding code in smallish chunks so i can decruft it as i go. | |||
2007-08-14 | Indention and comment. | Marcus Glocker | |
2007-08-14 | remove nx from hardware list; | Jason McIntyre | |
2007-08-14 | sync | Theo de Raadt | |
2007-08-14 | On mips systems, use arc4random() instead of time(NULL) and rand() as a random | Miod Vallat | |
source, and thus don't stupidly sleep(1) every time to get a different value from time(). ok deraadt@ | |||
2007-08-14 | Prevent sneaking in unencrypted packets into WEP traffic. | Alexander Bluhm | |
ok damien@, put it ok deraadt@ | |||
2007-08-14 | Work-around an interaction between FPU context switching and the VIA | Henric Jungheim | |
Padlock entropy polling on SMP boxes. ok deraadt@, kettenis@ | |||
2007-08-14 | Fix Segmentation fault for tcpdump when used in combination with | Marcus Glocker | |
``-v -y IEEE802_11'', and ``-v -y IEEE802_11_RADIO''. The snaplen was passed instead of the real packet size at some point, which caused tcpdump todo tcp checksum verifications on packets where it shouldn't. Diff from canacar@ and me, tested by canacar@, reyk@, and me. OK canacar@ reyk@ | |||
2007-08-14 | s/ and don't keep state//, removing an outdated comment; ok deraadt@ | Constantine A. Murenin | |
2007-08-14 | make obj dirs in iso; talked with miod about it | Theo de Raadt | |
2007-08-14 | remove my unfinished version of the nx driver, we have a better solution | Reyk Floeter | |
requested by dlg@ ok deraadt@ | |||
2007-08-14 | 'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to ↵ | Constantine A. Murenin | |
'are'; ok jmc@; approved deraadt@ | |||
2007-08-14 | Make sure all the packet is in one continuous mbuf. | Can Erkin Acar | |
This is a bandaid solution, a better solution will go in post 4.2. Reported and tested by Joerg Zinke. ok claudio@, deraadt@ | |||
2007-08-14 | the ellipsis is not an optional argument; document the "-a" flag in whereis(1) | Igor Sobrado | |
help and feedback by jmc@ and otto@ ok deraadt@, jmc@ and otto@ | |||
2007-08-14 | sync printing w/ sysctl(8) and add missing sensor types to conf parser; | Constantine A. Murenin | |
document how values are parsed in sensorsd.conf(5). ok deraadt@; man-page ok/help jmc@ | |||
2007-08-14 | Commentary in the examples section was wrong from the start, because it gave | Constantine A. Murenin | |
the impression that alerts are only issued when things go wrong, not when they come back to specification -- but this was never the case with sensorsd. Whilst here, also zip some useless examples, as we now have so many. Discussed with jmc@ | |||
2007-08-14 | make default_lease_time a #define; ok krw@ henning@ | Kevin Steves | |
2007-08-14 | removal of zts sysctls created a numeric gap. repair. ok miod robert | Theo de Raadt | |
2007-08-14 | Add missing siop@phantomas and siop@uturn attachments. The latter was tested | Mark Kettenis | |
by nick@ (who sacrificed a few LVD drives for it). The former was tested on a machine without a drive connected, but there is no reason to expect it not to work. | |||
2007-08-14 | error out, instead of producing a warning and displaying that the YP | Alexandre Anriot | |
password has changed, when the rpc.yppasswdd daemon is unreachable. ok deraadt@ | |||
2007-08-14 | I forgot to remove the UNIT macro when the wdt char device was removed | Michael Knudsen | |
long ago. | |||
2007-08-14 | Replace bus_space_write/read_2 loops in cmd req/rsp routines with | Marcus Glocker | |
bus_space_write/read_raw_multi_2. | |||
2007-08-13 | No need to #include <netinet/in.h> twice. Noticed by Diego Casati. | Kenneth R Westerback | |
ok stevesk@ | |||
2007-08-11 | Set command context save flag already in attach routine. Avoids double | Marcus Glocker | |
processing of command responses. | |||
2007-08-11 | add caveats section, documenting previously undocumented state dumping ↵ | Constantine A. Murenin | |
mechanism; ok jmc@ henning@ | |||
2007-08-11 | s/ and alerter// against previous: 'alerter' is not a standard word (yet), | Constantine A. Murenin | |
even if it is present in certain dictionaries (it is). Also, it doesn't add that much to .Nd anyhow. Requested by jmc@ | |||
2007-08-11 | Kill a couple of 'echo' statements that can never produce visible | Kenneth R Westerback | |
output. i.e. not visible on the screen, nor in any log. If nothing else, makes dhclient-script smaller for install media. 'yesh kill' (sic) henning@ | |||
2007-08-11 | Remove IBSS capability flag for now. | Marcus Glocker | |
2007-08-11 | tweak previous: | Jason McIntyre | |
- this document talks about "default mode", not "greylisting mode" - kill trailing whitespace | |||
2007-08-11 | Add note to the effect that the spamd pf table is no | Jonathan Gray | |
longer used in greylisting mode. ok ckuethe@ | |||
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer | |
glitch introduced by previous commit. ok markus@ | |||
2007-08-10 | sync sensorsd.8: add my copyright; change NAME summary; fix some grammar; | Constantine A. Murenin | |
fix description of when the command is executed (it was wrong from the start); say a few more words about automatic monitoring of all sensors that keep state. ok henning@ | |||
2007-08-10 | Enable CF malo for macppc, it also works there. | Marcus Glocker | |
OK claudio@ | |||
2007-08-10 | sync sensorsd.conf.5 with reality, including: | Constantine A. Murenin | |
* add myself to the copyright; remove unneeded synopsis * invalid sensors can now be monitored as such (since c2k7) * manual boundaries for smart sensors are no longer ignored (since c2k7) * populate history with 4.1 and 4.2 additions * add caveats section documenting a long-standing misconception and a workaround some help jmc@; ok jmc@ | |||
2007-08-10 | make it more clear that the temperature can range between 0 and 285, | Jasper Lievisse Adriaanse | |
by using "0 - 285" instead of "0..285" ok damien@ | |||
2007-08-10 | sync structs with reality | Henning Brauer | |
From: tbert <bret.lambert@gmail.com> | |||
2007-08-10 | Fix some letho16() tweaks which made my macppc crash on an | Marcus Glocker | |
assoiciation. | |||
2007-08-10 | Be more careful when asking for the next property. help and ok kettenis@. | Federico G. Schwindt | |
2007-08-10 | duplicate strdup; ok hshoexer | Markus Friedl | |
2007-08-10 | add missing xserv, and use ${MACHINE} throughout (still needs testing) | Theo de Raadt | |
2007-08-10 | Add missing multicast part to ioctl. | Marcus Glocker | |
2007-08-10 | sync | Xavier Santolaria | |
2007-08-10 | Add Bluetooth devices. From NetBSD. ok deraadt | Xavier Santolaria | |
2007-08-10 | use more variables, because variables are good | Theo de Raadt | |
2007-08-10 | oops, missed xbase | Theo de Raadt | |
2007-08-10 | a somewhat crude way to generate installXX.iso files based on | Theo de Raadt | |
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets. | |||
2007-08-09 | spelling fixes; from Matthew Clarke | Jason McIntyre | |
2007-08-09 | If an association has failed, set the device back to INIT state. | Marcus Glocker | |