Age | Commit message (Expand) | Author |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-24 | Another missing RTM_VERSION check. This will remove the RB_INSERT warnings | Claudio Jeker |
2007-11-24 | typo | Miod Vallat |
2007-11-24 | lsa_self() is completely busted at the moment, so just ignore it. | Claudio Jeker |
2007-11-24 | Print the neighbor ID instead of the neighbor address in if_act_elect(). | Claudio Jeker |
2007-11-24 | Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened | Miod Vallat |
2007-11-24 | extend the url lookup algorithm to match the full URL and different | Reyk Floeter |
2007-11-24 | some make -j fixes. | Marc Espie |
2007-11-24 | write explicit dependencies for make -j. beforedepend creates the file, | Marc Espie |
2007-11-24 | fix race condition, as reported by naddy@. | Marc Espie |
2007-11-24 | parallel make fixes: $(YDR) produces several files, we need a timestamp. | Marc Espie |
2007-11-24 | fix yacc/lex parallel file generation | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-24 | Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock drift | Marc Balmer |
2007-11-24 | cope with incorrect extra arguments; from Rodolfo Gouveia | Theo de Raadt |
2007-11-24 | workq_add_task returns ENOMEM on failure | Ted Unangst |
2007-11-24 | Be sure to program the busswitch interrupt selection register on 197SP | Miod Vallat |
2007-11-24 | Fix a.out header endianness swap. | Miod Vallat |
2007-11-24 | Pull from master repo: | Stefan Kempf |
2007-11-24 | fix goto to jump to the right place | Reyk Floeter |
2007-11-24 | Pull from master repo: | Stefan Kempf |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-24 | Try a forced unmount if mount_mfs is killed with SIGKILL. | Marco Pfatschbacher |
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter |
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat |
2007-11-24 | Slightly faster cache flushing operations on MP systems. | Miod Vallat |
2007-11-24 | Allow for any baud rate within a range rather than | Jonathan Gray |
2007-11-24 | Pull from master repo: | Stefan Kempf |
2007-11-24 | Add newline after comment. The following instruction would not be | Stefan Kempf |
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis |
2007-11-23 | ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBD | Theo de Raadt |
2007-11-23 | Check for invalid dev indices, which could get here through ioctl. | Deanna Phillips |
2007-11-23 | If the card has gone away, return imediately from the interrupt handler. | Mark Kettenis |
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne |
2007-11-23 | Since the devices that we detach may have children we cannot rely on the | Mark Kettenis |
2007-11-23 | feng shui | David Gwynne |
2007-11-23 | Don't use uninitialized variables in umbg_detach. | Marc Balmer |
2007-11-23 | Make sure that variables used during detach are initialized during attach. | Marc Balmer |
2007-11-23 | use copyin and copyout to get the actual ata data in and out of the kernel | David Gwynne |
2007-11-23 | Sanitize the use of timeouts: | Marc Balmer |
2007-11-23 | implement translation of the scsi vpd page for fetching a disks serial | David Gwynne |
2007-11-23 | if we cant fetch the serial then fill it with "(unknown)". | David Gwynne |
2007-11-23 | kprintf -> printf, unbreaks USB_DEBUG | Marc Winiger |
2007-11-23 | t10 has a whole spec on doing SCSI to ATA translation called SAT. i wish | David Gwynne |
2007-11-23 | Degrade sensor status in an interrupt context. | Marc Balmer |
2007-11-23 | No need for process context to degrade the sensor status. | Marc Balmer |
2007-11-23 | move nmea stuff to same place other line discs go | Theo de Raadt |
2007-11-23 | - use either "host name" or "hostname", i decided to use "hostname" everywhere | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-23 | add cvs id | Stuart Henderson |