summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-25Kill spdmem_hexdump() before anyone starts using it.Miod Vallat
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25"canonicalized hostname" instead of just "hostname" for the url actionReyk Floeter
2007-11-25in addition to IPv4/6 addresses, canonicalize the hostname for "url",Reyk Floeter
for example ".www...Example.com." will be translated to "www.example.com". ok gilles@
2007-11-25typo; ok miod@Martynas Venckus
2007-11-25Make modload use /dev/ksyms as a kernel file by default.Mike Belopuhov
Idea from form@, suggestions from miod@. ok miod
2007-11-25IF_Gbps(2.5) is wrong.David Gwynne
ok claudio@
2007-11-25we want strlen.cMartin Reindl
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
way we do not get a phantom cursor image when X exits.
2007-11-25Interrupt handlers which do nothing should return 0 (or -1 if they are notTheo de Raadt
sure) ok kettenis jsg
2007-11-25If some rather important registers read as 0xffffffff then the deviceTheo de Raadt
is probably not there and we should not attach cardbus. Viao TZ-series with a Ricoh cardbus+ofw+MMC/SD/MS/.. chip ok kettenis jsg
2007-11-25arm backend by Gregory McGarry, untestedOtto Moerbeek
2007-11-25arm backend from Gregory McGarry, untestedOtto Moerbeek
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ↵Theo de Raadt
back it out
2007-11-25syncTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
2007-11-25typo; ok jmc@, deanna@Martynas Venckus
2007-11-25man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,Theo de Raadt
or it attempts to ln them before they exist....
2007-11-25Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth.Owain Ainsworth
ok deraadt, matthieu
2007-11-25OSLoadFilename needs to be set to /bsd instead of /unix (default)Jasper Lievisse Adriaanse
ok miod@
2007-11-25Do a TX interrupt for each packet instead of every 126th one. This willClaudio Jeker
solve the watchdog timeouts seen when single packets are sent out. OK jsg@
2007-11-25tweak previous;Jason McIntyre
2007-11-25tweak previous;Jason McIntyre
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other oneKenneth R Westerback
referenced on the PCI ID list I looked at.
2007-11-25Forgot the manpages. oops.Owain Ainsworth
2007-11-25syncOwain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add NVIDIA GeForce 8600 GT found on ASUS P5K-E.Kenneth R Westerback
2007-11-25Sync.Kenneth R Westerback
2007-11-25return ENOTTY not EINVAL for an unknown ioctl.Brad Smith
ok reyk@ deraadt@ jsg@ dlg@
2007-11-25Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested byKenneth R Westerback
Theo.
2007-11-25spelling fixes from Martynas Venckus; ok miodJason McIntyre
2007-11-25When plugging a device, assign BARs and set interrupt lines.Mark Kettenis
Makes ExpresCard hotplugging fully functional at least on laptops with an Intel chipset.
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25Re-enable softraid. Tested on virtually all platforms by many people.Marco Peereboom
Thanks! ok deraadt
2007-11-25document new WQ_DIRECTOK flagTed Unangst
2007-11-25Build fdisk(8) on all architectures, since it is minimally useful to viewTheo de Raadt
the MBR... and install the man page in the MI location.
2007-11-25convert crypto thread to workq. add WQ_DIRECTOK flag to workq.Ted Unangst
combined, this lets us use crypto before the thread is running and therefore cryptoraid can attach nice and early. ok/testing deraadt mbalmer marco
2007-11-25document MBR spoofing, very minimallyTheo de Raadt
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
2007-11-25new files for acpiapm switcherTed Unangst
2007-11-25fake out the apm device to switch between apm and acpi on i386. nowTed Unangst
a single device node will talk to the right kernel code automatically. ok deraadt
2007-11-25unbreak compat_osf1; spotted by mkTheo de Raadt
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-11-25Iruata Souza sent a diff that fixes weird occurences when mounting withTed Unangst
a relative path: use realpath to only mount with absolute names. ok deraadt thib
2007-11-25Pull from master repo:Stefan Kempf
Check malloc/strdup return values.
2007-11-25Strip the CRC in rxeof()Jonathan Gray
ok claudio@
2007-11-25remove an ugly nested blockTheo de Raadt