Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | remove redundant code from nfe_attach(). | Brad Smith | |
ok jsg@ | |||
2006-01-20 | Add support for driving SDA in push-pull + tri-state mode. | Alexander Yurchenko | |
2006-01-20 | More evaluator changes | Jordan Hargrave | |
Removed old evaluator code Fixed _HID value ok marco@ | |||
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller | |
OK mickey@ | |||
2006-01-20 | fix integer overflows. ok millert@ | Moritz Jodeit | |
2006-01-20 | Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but | Claudio Jeker | |
as soon as F_ORIGINAL come the counters would no longer be correct and in the end max-prefix would no longer work. Add additinal counters for F_ORIGINAL prefixes and bump the correct conter depending on the prefix flags. OK henning@ | |||
2006-01-20 | initialize authtype->string in case of RSA to avoid bad free() | Christian Weisgerber | |
ok reyk@ hshoexer@ | |||
2006-01-20 | Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and | Claudio Jeker | |
F_LOCAL set can be moved correctly. This is more like a add as we have one prefix more afterwards. Looks good henning@ | |||
2006-01-20 | No need to calloc() others if others_len is 0. The 0 malloc() does not hurt | Claudio Jeker | |
(we do not access it) but does not help either. Finally it reduces head scratching when debugging the RIB. OK henning@ | |||
2006-01-20 | Doh. > not < and attr_compare() starts to work correctly. OK henning@ | Claudio Jeker | |
2006-01-20 | Don't leak a aspath in network_add(). path_update() copies the aspath so | Claudio Jeker | |
the passed aspath needs to be freed in network_add(). OK henning@ | |||
2006-01-20 | typos in comments; | Xavier Santolaria | |
2006-01-20 | - word change, agreed w/ markus | Jason McIntyre | |
- consistency fixes | |||
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser | |
- figure sample size into start of voice buffer location | |||
2006-01-20 | revert auto-skew. some ntpd implementations interact poorly. | Ted Unangst | |
2006-01-20 | - xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf() | Brad Smith | |
returns an error other than EFBIG. - xl_encap(): remove a redundant check already done in xl_start_90xB(). - merge xl_encap_90xB() into xl_encap(). | |||
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback | |
missing command line forms, zero variables that will not be filled in by a particular sscanf() call. Make 'play tr1 m1:s1 m2:s2' play from the point in time 'tr1 m1:s1' to the point in time 'm2:s2', instead of from 'tr1 m1:s1' for a period of m2:s2. Documenting this command is next. Closes last issues Juha Erkilla pointed out in PR #4957. Tested by Juha. | |||
2006-01-20 | add emu(4) here and enable midi attachment for eap(4) | Brad Smith | |
2006-01-20 | fix a cross-site scripting vulnerability in mod_imap; | Robert Nagy | |
CVE-2005-3352 ok niallo@; henning@ no objections | |||
2006-01-20 | Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on | Miod Vallat | |
sparc and remove unused sun_dkioctl(). No functional change. | |||
2006-01-20 | Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 | Darren Tucker | |
with feedback from jmc, djm and markus; ok jmc@ djm@ | |||
2006-01-20 | Remove unused stuff. | Miod Vallat | |
2006-01-20 | Make sure we can only match once for internal video. | Miod Vallat | |
2006-01-20 | Don't depend on implicit include of signal.h | Todd C. Miller | |
2006-01-20 | Explicitly include limits.h if we are going to use its contents. | Todd C. Miller | |
2006-01-19 | Bounds check PPIIOCSSEC argument, for a carefully choosen invalid value | Miod Vallat | |
could cause any ppi transfer to freeze the bus. | |||
2006-01-19 | Try to disable unconnected temperature sensors. | Mark Kettenis | |
2006-01-19 | delint: check value against UINT_MAX before casting to u_int; while | Otto Moerbeek | |
there fix a buglet in bexp(): x * UINT_MAX only overflows if x > 0 | |||
2006-01-19 | make offset parameter to pwrite apparent in description. | Marc Espie | |
okay jmc@ | |||
2006-01-19 | prompted by deraadt: | Nikolay Sturm | |
manual performance mode -> low/high performance mode show cpuspeed in apm output ok beck, weingart man page bits ok jmc | |||
2006-01-19 | Fix NACPI > 1 (should be >0). Spotted by form@. | Alexander Yurchenko | |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff | |
take interp[MAXPATHLEN] off the stack. from mickey, ok otto while here, switch above from malloc to pool, remove stupid casts tedu@ miod@ ok | |||
2006-01-19 | ENAMETOOLONG if path too long; ok miod pedro | Theo de Raadt | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-19 | Missing closing quote. | Alexander Yurchenko | |
2006-01-19 | Avlab low profile 4-port serial | Martin Reindl | |
in dmesg from KUDO Takashi | |||
2006-01-19 | tweaks; ok mickey | Jason McIntyre | |
2006-01-19 | Do not attempt to listen on interfaces with a wildcard address; ok henning@ | Darren Tucker | |
2006-01-19 | Sync | Miod Vallat | |
2006-01-19 | Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at | Darren Tucker | |
openwall.com, ok henning@ | |||
2006-01-19 | sync | Theo de Raadt | |
2006-01-19 | seek is a count of bytes, not samples | Jacob Meuser | |
OK millert@ | |||
2006-01-19 | Flip BIOS and ACPI around since ACPI uses BIOS stuff. | Marco Peereboom | |
ok dlg@ grange@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-19 | GETICBLEN() needs to swap the ICB length on big-endian architectures | Pedro Martelletto | |
2006-01-19 | sync | Theo de Raadt | |
2006-01-19 | Added support for read/write of PCI Config space | Jordan Hargrave | |
Help jason@ ok marco@ | |||
2006-01-18 | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs | Miod Vallat | |
some TIOCGPGRP result fallout. ok deraadt@ | |||
2006-01-18 | akbd and ams are mi drivers now, move manpages up; also sync akbd | Miod Vallat | |
layouts list with reality. | |||
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat | |
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come. |