summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2006-01-18Added new evaluation routinesJordan Hargrave
Added helper methods for buffer/field evaluation Fixed broken indentation on dsdt.c ok marco@
2006-01-18fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',Daniel Hartmeier
but not 'fragment reassemble'), which can cause some fragments to get inserted into the cache twice, thereby violating an invariant, and panic- ing the system subsequently. ok deraadt@
2006-01-18Fix typo; w83l785ts-l has chip ID 0x70.Mark Kettenis
2006-01-18Check that SDA pin is able to read input.Alexander Yurchenko
2006-01-18initial Tx/Rx bits. not working yet.Damien Bergamini
joint work with jsg@
2006-01-18add some bits to control assoc led.Damien Bergamini
2006-01-18Don't index before the start of the sc_link array if scsi_probe_bus()Kenneth R Westerback
is called with a target of -1 and a valid lun. Spotted by Miod. ok miod@
2006-01-18Fix math in udf_bmap_internal() on big-endian architecturesPedro Martelletto
2006-01-18syncTheo de Raadt
2006-01-18Clarify. Based on a diff by millert@, with additional input from miod@.Tom Cosgrove
ok millert@
2006-01-18internal sysctl functions and etcMichael Shalayeff
2006-01-18more size_t vs u_int fallout.. i guess the lastTheo de Raadt
2006-01-18make the PROT_ list a little nicer;Jason McIntyre
2006-01-18add a section on ssh-based vpn, based on reyk's README.tun;Jason McIntyre
2006-01-18missing auxillary verbJacob Meuser
"yes, that is correct." jmc@ (a while back)
2006-01-18Silence acpi during dmesg if it isnt there.Marco Peereboom
tested by todd
2006-01-18Fix false positives of ipmi on older machines.Marco Peereboom
ok jordan@ tested by others
2006-01-18Document the "tables" and "table-entries" limit options.Joel Knight
ok jmc@ mcbride@
2006-01-18mention ATI and SMSC chipsetsBrad Smith
2006-01-18add piixpm.Brad Smith
2006-01-18add some PIIX compatible SMBus controllers from SMSC and ATI.Brad Smith
Thanks to ian@ and msf@ for testing with an ATI IXP400 controller.