Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-06 | Fix typos in comments. No code changes | Chad Loder | |
2007-09-06 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
ok moritz@ ray@ | |||
2007-09-06 | sync | Felix Kronlage | |
2007-09-06 | add Olimex vendor id, couple device ids for usb -> serial jtag interfaces | Felix Kronlage | |
and device id for garmin gpsmap 60csx. ok jsg@ | |||
2007-09-06 | Return pressure as absolute z axis on ITM touchscreens. Other models | Matthieu Herrb | |
just return 0 or 1 on this axis, depending on the contact. Ok robert@ miod@. | |||
2007-09-06 | Be more smart waiting for input for non-interactive scripts. Fix | Otto Moerbeek | |
based on a diff from debian: see their bug#296446. ok millert@ sobrado@ | |||
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter | |
2007-09-06 | strictly check rcsnum_cmp() return against -1. | Niall O'Higgins | |
fixes a bug in ci -r from Pierre Riteau <pierre.riteau at free.fr> via ray@ | |||
2007-09-06 | fix temperature sensor. the sensors framework wants muK not degC! | Damien Bergamini | |
2007-09-06 | fix .Nd | Damien Bergamini | |
2007-09-06 | add iwn(4). | Damien Bergamini | |
2007-09-06 | Fix some dates wrt Schleyer and the "Landshut" Lufthansa airplane. | Bernd Ahlers | |
ok fkr@ | |||
2007-09-06 | s/Wi-Fi/WiFi/ since it is how Intel spell it. | Damien Bergamini | |
2007-09-06 | disable interrupts coallescing for now. | Damien Bergamini | |
it seems to generate way too much interrupts (as reported by vmstat -i) and i haven't run with it long enough... it isn't needed anyway since we do not yet support HT rates. | |||
2007-09-06 | meaningless numbers and strings should not appear in sensor.desc; ok deraadt@ | Constantine A. Murenin | |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini | |
no support for 802.11n functions yet (need work in net80211(9) first). committed over my 4965AGN, with only 2 of 3 antennas plugged :-) needs a firmware that is not freely redistributable (see man page). ok deraadt@ | |||
2007-09-06 | bump the copyright while touching these files | Reyk Floeter | |
2007-09-06 | With a trunk(4) interface in fail over mode the trunk(4) interface | Reyk Floeter | |
will show input errors for packets received from any of the ports that are part of a fail over interface but are not the "master" port at the time. This fixes the problem by checking the error condition correctly. From brad at comstyle dot com | |||
2007-09-06 | fix copyright; spotted by cnst | Theo de Raadt | |
2007-09-06 | negate -12V input value; spotted by Alexander Lobodzinski | Theo de Raadt | |
2007-09-06 | Shuffle some things around to get rid of #ifdev's | Marco Peereboom | |
2007-09-06 | sync with re-rolled 1.6.9p5 tarball | Todd C. Miller | |
2007-09-06 | restore local changes | Todd C. Miller | |
2007-09-06 | _xpg4_setrunelocale() returns an errno(2) value in the failure | Moritz Jodeit | |
case and 0 if the locale was found. So checking against -1 makes no sense. ok millert@ | |||
2007-09-06 | Don't try disabling bus power before setting the voltage on | Jonathan Gray | |
the buggy ENE controller. Tested by Alexey Suslikov <alexey.suslikov@gmail.com> who pointed out a similiar workaround in Linux. ok miod@, nit and ok kettenis@ | |||
2007-09-06 | correct error in diff output; from Thoren McDole | Jason McIntyre | |
2007-09-06 | Add nvram read and validate functions. ok marco@ | David Collins | |
2007-09-05 | update to sudo 1.6.9p5 | Todd C. Miller | |
2007-09-05 | fix DPRINTFN() abuse | Jacob Meuser | |
ok ratchov@ | |||
2007-09-05 | Add MBOX debug flag. | Marco Peereboom | |
Add enable and disable interrupt functions. Make qli_mgmt call qli_intr when cold. Add qli_intr skeleton that deals with mbox commands. Add mailbox dump command. | |||
2007-09-05 | The rewritten newfile() algorithm introduced in rev 1.12 was | Todd C. Miller | |
incorrect. This simpler version from Pete Honeyman passes all the tests I thow at it. OK deraadt@ some time ago. | |||
2007-09-05 | IPv6 support for sppp layer, based on NetBSD version. | Can Erkin Acar | |
ok claudio@ | |||
2007-09-05 | Add missing header to avoid warning | Charles Longeau | |
ok millert@ ray@ | |||
2007-09-05 | typo; Mike Belopuhov | Theo de Raadt | |
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen | |
ok claudio | |||
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker | |
rmx_pksent is not u_int64_t all others are just u_int. This is almost the same as in usr.bin/netstat. | |||
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker | |
rmx_pksent is not u_int64_t all others are just u_int. | |||
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker | |
Found by and OK mk@ + OK mglocker@ | |||
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre | |
- remove useless brackets - new sentence, new line | |||
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek | |
and the ERR trap won't get called at all. ok millert@ | |||
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt | |
a few more sub-types as comments; ok kettenis | |||
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt | |
ok deraadt@. | |||
2007-09-05 | remove dmesg block showing sample register layout | Theo de Raadt | |
2007-09-05 | add man3f/cat3f directories for fortran man pages | Steven Mestdagh | |
ok espie@, millert@, jmc@ | |||
2007-09-05 | Implement qli_allocmem and qli_freemem | Marco Peereboom | |
2007-09-05 | Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185 | Jonathan Gray | |
was never finished due to a lack of information on the radios. ok reyk@ | |||
2007-09-05 | Implement qli_get_fw_state and fix a typo. | Marco Peereboom | |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter | |
2007-09-05 | add my copyright because i added a lot. | Reyk Floeter | |
ok pyr@ (who is the first copyright holder) | |||
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray | |
From Jan Niemann <jan.niemann@gns-systems.de> |