summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-20remove redundant code from nfe_attach().Brad Smith
ok jsg@
2006-01-20Add support for driving SDA in push-pull + tri-state mode.Alexander Yurchenko
2006-01-20More evaluator changesJordan Hargrave
Removed old evaluator code Fixed _HID value ok marco@
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
OK mickey@
2006-01-20fix integer overflows. ok millert@Moritz Jodeit
2006-01-20Proactively fix prefix counters. Currently only F_LOCAL prefixes exist butClaudio 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-20initialize authtype->string in case of RSA to avoid bad free()Christian Weisgerber
ok reyk@ hshoexer@
2006-01-20Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL andClaudio 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-20No need to calloc() others if others_len is 0. The 0 malloc() does not hurtClaudio Jeker
(we do not access it) but does not help either. Finally it reduces head scratching when debugging the RIB. OK henning@
2006-01-20Doh. > not < and attr_compare() starts to work correctly. OK henning@Claudio Jeker
2006-01-20Don't leak a aspath in network_add(). path_update() copies the aspath soClaudio Jeker
the passed aspath needs to be freed in network_add(). OK henning@
2006-01-20typos in comments;Xavier Santolaria
2006-01-20- word change, agreed w/ markusJason McIntyre
- consistency fixes
2006-01-20- match another revision of Audigy cardsJacob Meuser
- figure sample size into start of voice buffer location
2006-01-20revert 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-20Clean up command line parsing, don't accept trailing garbage, add inKenneth 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-20add emu(4) here and enable midi attachment for eap(4)Brad Smith
2006-01-20fix a cross-site scripting vulnerability in mod_imap;Robert Nagy
CVE-2005-3352 ok niallo@; henning@ no objections
2006-01-20Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> onMiod Vallat
sparc and remove unused sun_dkioctl(). No functional change.
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
with feedback from jmc, djm and markus; ok jmc@ djm@
2006-01-20Remove unused stuff.Miod Vallat
2006-01-20Make sure we can only match once for internal video.Miod Vallat
2006-01-20Don't depend on implicit include of signal.hTodd C. Miller
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2006-01-19Bounds check PPIIOCSSEC argument, for a carefully choosen invalid valueMiod Vallat
could cause any ppi transfer to freeze the bus.
2006-01-19Try to disable unconnected temperature sensors.Mark Kettenis
2006-01-19delint: check value against UINT_MAX before casting to u_int; whileOtto Moerbeek
there fix a buglet in bexp(): x * UINT_MAX only overflows if x > 0
2006-01-19make offset parameter to pwrite apparent in description.Marc Espie
okay jmc@
2006-01-19prompted 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-19Fix NACPI > 1 (should be >0). Spotted by form@.Alexander Yurchenko
2006-01-19redo (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-19ENAMETOOLONG if path too long; ok miod pedroTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@
2006-01-19Missing closing quote.Alexander Yurchenko
2006-01-19Avlab low profile 4-port serialMartin Reindl
in dmesg from KUDO Takashi
2006-01-19tweaks; ok mickeyJason McIntyre
2006-01-19Do not attempt to listen on interfaces with a wildcard address; ok henning@Darren Tucker
2006-01-19SyncMiod Vallat
2006-01-19Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar atDarren Tucker
openwall.com, ok henning@
2006-01-19syncTheo de Raadt
2006-01-19seek is a count of bytes, not samplesJacob Meuser
OK millert@
2006-01-19Flip BIOS and ACPI around since ACPI uses BIOS stuff.Marco Peereboom
ok dlg@ grange@
2006-01-19crank to 3.8-betaTheo de Raadt
2006-01-19GETICBLEN() needs to swap the ICB length on big-endian architecturesPedro Martelletto
2006-01-19syncTheo de Raadt
2006-01-19Added support for read/write of PCI Config spaceJordan Hargrave
Help jason@ ok marco@
2006-01-18Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairsMiod Vallat
some TIOCGPGRP result fallout. ok deraadt@
2006-01-18akbd and ams are mi drivers now, move manpages up; also sync akbdMiod Vallat
layouts list with reality.
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod 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.