Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-24 | junk SCCS | Theo de Raadt | |
2007-11-24 | more junk SCCS | Theo de Raadt | |
2007-11-24 | Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. | Miod Vallat | |
ok jsing@ a while ago (and this diff is much much older) | |||
2007-11-24 | junk SCCS | Theo de Raadt | |
2007-11-24 | delete unused junk RCS ids | Theo de Raadt | |
2007-11-24 | ansi C | Theo de Raadt | |
2007-11-24 | new sentence, new line; | Jason McIntyre | |
2007-11-24 | The Sigmatel codec id 7662 looks identical to STAC7661 and works fine with | Deanna Phillips | |
the code here. Tested by Rob Lytle, thanks. | |||
2007-11-24 | we dont need ot include sys/lock.h here | David Gwynne | |
ok miod@ krw@ | |||
2007-11-24 | tweak for hostnames without dots (like "localhost") | Reyk Floeter | |
2007-11-24 | Fix a stupid underscore bug in memory area computations in the cache functions, | Miod Vallat | |
it's amazing things didn't break. | |||
2007-11-24 | style(9) for includes | Reyk Floeter | |
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 | |
seen on startup. | |||
2007-11-24 | typo | Miod Vallat | |
2007-11-24 | lsa_self() is completely busted at the moment, so just ignore it. | Claudio Jeker | |
Currently ospf6d is unable to announce a thing so there is no need to cleanup. | |||
2007-11-24 | Print the neighbor ID instead of the neighbor address in if_act_elect(). | Claudio Jeker | |
Neighbors are identified by ID in OSPF v3 and trying to print a IPv6 addr as AF_INET was wrong anyway. | |||
2007-11-24 | Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened | Miod Vallat | |
before the X server has release the mouse device. Instead of an arbitrary sleep, loop (with increasing delays) until we can open the device again. Found the hard way and tested by jmc@ | |||
2007-11-24 | extend the url lookup algorithm to match the full URL and different | Reyk Floeter | |
possible suffix/prefix combinations by stripping subdomains, path components, and the query args. ok and tested by gilles@ | |||
2007-11-24 | some make -j fixes. | Marc Espie | |
- put the man pages in a separate Makefile, they need main build to be finished for dependencies to resolve correctly. - run perl's make depend before we run build. We can probably get rid of most of it, but one of Todd's remarks made me realize we still want to depend perlmain. | |||
2007-11-24 | write explicit dependencies for make -j. beforedepend creates the file, | Marc Espie | |
but make -j tries to find them earlier, and can't. | |||
2007-11-24 | fix race condition, as reported by naddy@. | Marc Espie | |
On a sufficiently fast machine, the subdirs and the ${TARGETS} will be run simultaneously, and will fail. Since TARGETS can be empty, we need an extra dummy-target to make sure make does something sensible (this avoids bsd-specific constructs). | |||
2007-11-24 | parallel make fixes: $(YDR) produces several files, we need a timestamp. | Marc Espie | |
Also fixes an explicit make instead of $(MAKE) and a missing dependency. | |||
2007-11-24 | fix yacc/lex parallel file generation | Marc Espie | |
2007-11-24 | more parallel make fixes. | Marc Espie | |
Preparations to fix the engine: - new function has_been_built(gn), that tells you what's the status of a given node. Allows us to run Suff_FindDeps later, by updating the number of unmade children correctly. - take out the code that handles shell expansions in an expand_children* set of functions, called by Suff_FindDeps, among others. These must be called early in the engine to avoid creating bogus nodes. Engine fixes: - take the predecessor/successor special handling out, deal with it in separate functions. - don't count nodes. Explicitly track them all in a hash table (better way to deal with non-built issues). - don't run Suff_FindDeps at start, but just before building an actual node. This allows make to find all dependencies correctly, as in groff. Pfiou! now it works. | |||
2007-11-24 | Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock drift | Marc Balmer | |
which is due to the timecounter running at a different frequency than what OpenFirmware tells us. On such machines, measure the actual timecounter frequency (triggered by a table of affected models) and use this measured value instead. This brings down the drift to values where adjtime()/adjfreq() triggered by ntpd(8) can tame the clock. feedback many, ok miod, kettenis | |||
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 | |
and 197DP to route interrupts to the processor we're booting on. This allows a 197DP to run when booting from the second cpu. | |||
2007-11-24 | Fix a.out header endianness swap. | Miod Vallat | |
2007-11-24 | Pull from master repo: | Stefan Kempf | |
chars are sign-extended with extsb, not extsh. | |||
2007-11-24 | fix goto to jump to the right place | Reyk Floeter | |
2007-11-24 | Pull from master repo: | Stefan Kempf | |
No need to sign-extend unsigned shorts loaded from memory. | |||
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 | |
OK tedu@ | |||
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter | |
ok tedu@ oga@ | |||
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat | |
88110, to avoid snooping notification bus cycles, as recommended by the manual. | |||
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 | |
having a fixed list of rates. | |||
2007-11-24 | Pull from master repo: | Stefan Kempf | |
More missing newlines. | |||
2007-11-24 | Add newline after comment. The following instruction would not be | Stefan Kempf | |
recognized by the assembler otherwise. | |||
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis | |
ok deraadt@, fgsch@ | |||
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 | |
ok dlg@ | |||
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne | |
to clean up the atascsi stuff, and has sili call it when its going away. tested on an expresscard sili variant by kettenis@ | |||
2007-11-23 | Since the devices that we detach may have children we cannot rely on the | Mark Kettenis | |
"previous" device still being there, so if we detach a device, we really have to start from scratch again (like the comment on this code actually says we should). Simplifies the code as a bonus. ok dlg@, deraadt@ | |||
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 | |
Discussed with dlg. |