Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-26 | few mails later, miod asks me to wait | Theo de Raadt | |
2007-11-26 | the bcopy() found here was not handling overlapping. Merge it nicely with | Theo de Raadt | |
the ovbcopy() code ok miod | |||
2007-11-26 | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow | Kenneth R Westerback | |
64 instead of 63. deraadt@, weingart@, millert@, thib@, miod@ ok with eliminating test entirely but tom@'s voice of caution wins out for the quick commit. Tested by jsg@ to confirm it fixes his device. | |||
2007-11-26 | Fix hardware cursor mapping. | Owain Ainsworth | |
ok matthieu. | |||
2007-11-25 | KNF and remove a bad free right before kthread_exit | Marco Peereboom | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt | |
2007-11-25 | sync | Reyk Floeter | |
2007-11-25 | define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md) | Reyk Floeter | |
ok deraadt@ | |||
2007-11-25 | dont use the adapter_softc member of scsi_link as a softc anymore. the | David Gwynne | |
"adapter_softc" is simply a way for the adapter to determine what scsibus it is now dealing with, not a pointer back to the adapters device struct. ok deraadt@ marco@ | |||
2007-11-25 | syc | Theo de Raadt | |
2007-11-25 | add CNU550pro; from iss @ e-sky.ru | Theo de Raadt | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | when running as newfs, there is no argv[1].. backout previous | Theo de Raadt | |
2007-11-25 | a few more tweaks; | Jason McIntyre | |
2007-11-25 | Unbreak make obj. -moj | Mats O Jansson | |
2007-11-25 | Set half duplex flag when appropriate and some minor cleaning. | Brad Smith | |
ok jsg@ dlg@ | |||
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 | |
for example ".www...Example.com." will be translated to "www.example.com". ok gilles@ | |||
2007-11-25 | typo; ok miod@ | Martynas Venckus | |
2007-11-25 | Make modload use /dev/ksyms as a kernel file by default. | Mike Belopuhov | |
Idea from form@, suggestions from miod@. ok miod | |||
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne | |
ok claudio@ | |||
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 | |
way we do not get a phantom cursor image when X exits. | |||
2007-11-25 | Interrupt handlers which do nothing should return 0 (or -1 if they are not | Theo de Raadt | |
sure) ok kettenis jsg | |||
2007-11-25 | If some rather important registers read as 0xffffffff then the device | Theo 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-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 | |
back it out | |||
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 | |
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-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 | |
or it attempts to ln them before they exist.... | |||
2007-11-25 | Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth. | Owain Ainsworth | |
ok deraadt, matthieu | |||
2007-11-25 | OSLoadFilename needs to be set to /bsd instead of /unix (default) | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-11-25 | Do a TX interrupt for each packet instead of every 126th one. This will | Claudio Jeker | |
solve the watchdog timeouts seen when single packets are sent out. OK jsg@ | |||
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 | |
referenced on the PCI ID list I looked at. | |||
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 | |
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-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 | |
ok reyk@ deraadt@ jsg@ dlg@ | |||
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback | |
Theo. |