Age | Commit message (Expand) | Author |
2007-11-25 | Kill spdmem_hexdump() before anyone starts using it. | Miod Vallat |
2007-11-25 | correct pathname variable matching, and also support ${MACHINE} | Theo de Raadt |
2007-11-25 | "canonicalized hostname" instead of just "hostname" for the url action | Reyk Floeter |
2007-11-25 | in addition to IPv4/6 addresses, canonicalize the hostname for "url", | Reyk Floeter |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
2007-11-25 | Make modload use /dev/ksyms as a kernel file by default. | Mike Belopuhov |
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne |
2007-11-25 | we want strlen.c | Martin Reindl |
2007-11-25 | Ask the emulation code to hide the cursor when leaving emulation mode. This | Miod Vallat |
2007-11-25 | Interrupt handlers which do nothing should return 0 (or -1 if they are not | Theo de Raadt |
2007-11-25 | If some rather important registers read as 0xffffffff then the device | Theo de Raadt |
2007-11-25 | arm backend by Gregory McGarry, untested | Otto Moerbeek |
2007-11-25 | arm backend from Gregory McGarry, untested | Otto Moerbeek |
2007-11-25 | espie broke the make install codepath (and I think not just for DESTDIR), so ... | Theo de Raadt |
2007-11-25 | sync | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | typo; ok jmc@, deanna@ | Martynas Venckus |
2007-11-25 | man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too, | Theo de Raadt |
2007-11-25 | Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth. | Owain Ainsworth |
2007-11-25 | OSLoadFilename needs to be set to /bsd instead of /unix (default) | Jasper Lievisse Adriaanse |
2007-11-25 | Do a TX interrupt for each packet instead of every 126th one. This will | Claudio Jeker |
2007-11-25 | tweak previous; | Jason McIntyre |
2007-11-25 | tweak previous; | Jason McIntyre |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other one | Kenneth R Westerback |
2007-11-25 | Forgot the manpages. oops. | Owain Ainsworth |
2007-11-25 | sync | Owain Ainsworth |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | Add NVIDIA GeForce 8600 GT found on ASUS P5K-E. | Kenneth R Westerback |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | return ENOTTY not EINVAL for an unknown ioctl. | Brad Smith |
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback |
2007-11-25 | spelling fixes from Martynas Venckus; ok miod | Jason McIntyre |
2007-11-25 | When plugging a device, assign BARs and set interrupt lines. | Mark Kettenis |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | Re-enable softraid. Tested on virtually all platforms by many people. | Marco Peereboom |
2007-11-25 | document new WQ_DIRECTOK flag | Ted Unangst |
2007-11-25 | Build fdisk(8) on all architectures, since it is minimally useful to view | Theo de Raadt |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-11-25 | document MBR spoofing, very minimally | Theo de Raadt |
2007-11-25 | remove acpi device. named apmctl on amd64 now, and on i386 apmctl | Ted Unangst |
2007-11-25 | new files for acpiapm switcher | Ted Unangst |
2007-11-25 | fake out the apm device to switch between apm and acpi on i386. now | Ted Unangst |
2007-11-25 | unbreak compat_osf1; spotted by mk | Theo de Raadt |
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | Iruata Souza sent a diff that fixes weird occurences when mounting with | Ted Unangst |
2007-11-25 | Pull from master repo: | Stefan Kempf |
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray |
2007-11-25 | remove an ugly nested block | Theo de Raadt |