Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-03 | Force the ADB bus to configure. This change was found in NetBSD, but they | Dale Rahn | |
have since removed it. It is probably not the correct solution, but makes it closer to working. | |||
2001-03-03 | Change how PCI bus memory base address is found for powerpc. | Dale Rahn | |
This is probably quite a hack. however some bridges have multiple "memory" segment according to the openfirmware data. one is the pci device probe register area, and the one or two more that are real address regions. Such as base 0x80000000 sz 0x10000000, base 0x90000000 sz 0x10000000. This should really be one region but detecting the "last" region to avoid the first region causes the wrong base address to be picked. Currently this hardcodes it to 0x80000000 because it seems to work for "normal" pci currently. openfirmware puts full address in the field and the other devices seem to work on tested machines. | |||
2001-03-03 | Support ADB keyboards as console. Only use adb if no USB keyboard is | Dale Rahn | |
present. Code mostly borrowed from NetBSD. | |||
2001-03-03 | Quiet down pmap code, this is mostly shaken out now, remove some of | Dale Rahn | |
the debug code. | |||
2001-03-03 | sync | Theo de Raadt | |
2001-03-03 | Apple Titanium laptop video | Theo de Raadt | |
2001-03-03 | sync | Theo de Raadt | |
2001-03-03 | Fix typo, "edx" -> "%edx", so that the %edx register is properly protected | Aaron Campbell | |
from clobbering; mickey@ ok. | |||
2001-03-03 | on parse error of timestamp option, set parameter error offset correctly. | Jun-ichiro itojun Hagino | |
2001-03-03 | drop packets with 127.0.0.0/8 in header field, if the packet is from outside. | Jun-ichiro itojun Hagino | |
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame | |||
2001-03-03 | Define __ELF__ in the gcc for powerpc OpenBSD. | Dale Rahn | |
Used by applications which do direct symbol lookups and other compiler/build environment tools/applications. OKed by espie@ | |||
2001-03-02 | they moved it | Theo de Raadt | |
2001-03-02 | sync | Theo de Raadt | |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright | |
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-03-02 | Simpler algorithm or calculating inomapsize | Constantine Sapuntzakis | |
2001-03-02 | Define __PPC__ as well as __PPC because some packages expect that define | Dale Rahn | |
for powerpc. | |||
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie | |
2001-03-02 | missed a second hash->ohash | Marc Espie | |
2001-03-02 | Missed one hash->ohash | Marc Espie | |
2001-03-02 | Fix preamble | Marc Espie | |
2001-03-02 | When doing last second fixes before a commit, it's a good idea | Artur Grabowski | |
to check if it builds. | |||
2001-03-02 | Update to sudo 1.6.3p7 | Todd C. Miller | |
Fixes negation of path-type Defaults entries in a boolean context. | |||
2001-03-02 | Allow kernel to compile again. | Marc Espie | |
2001-03-02 | Oops, ohash_lookup_string bit the dust. | Marc Espie | |
2001-03-02 | Add ohash_* functions to libc. | Marc Espie | |
Ok'd deraadt@, millert@ | |||
2001-03-02 | signal handler repairs; phil@cs.wwu.edu | Theo de Raadt | |
2001-03-02 | mount_mfs is not used, no link needed; nate | Theo de Raadt | |
2001-03-02 | doc the dsa/rsa key pair files | Theo de Raadt | |
2001-03-02 | pcidevs.h | Theo de Raadt | |
2001-03-02 | new lava | Theo de Raadt | |
2001-03-02 | Reserve more pages for the pagedaemon and the kernel. | Artur Grabowski | |
With soft updates, writing out pages to disk can cause a bunch of allocations. | |||
2001-03-02 | print the interrupt, and pack to one line | Theo de Raadt | |
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski | |
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems) | |||
2001-03-02 | Casting magic to avoid warnings on alpha. | Artur Grabowski | |
2001-03-02 | amd now crates autodir by itself | Theo de Raadt | |
2001-03-02 | if auto_dir does not exist, create it | Theo de Raadt | |
2001-03-02 | KNF | Theo de Raadt | |
2001-03-02 | explain SIGHUP better | Theo de Raadt | |
2001-03-02 | remove date string from KAME version identification, it is getting meaningless | Jun-ichiro itojun Hagino | |
as we merge random items daily. have comment that refers to kame COVERAGE document. sync with kame | |||
2001-03-02 | Fix isp_print_qentry to print all four lines- it's been broken for months. | mjacob | |
2001-03-02 | Support video controllers which have two outputs which in openfirmware have | Dale Rahn | |
two children of which the "screen" device is one. This exists on some laptop systems. | |||
2001-03-02 | make pcvtfonts i386-only, as it is now | Michael Shalayeff | |
2001-03-02 | descent into pcvtfonts, or other subdirs for that matter | Michael Shalayeff | |
2001-03-02 | use echo proper | Michael Shalayeff | |
2001-03-02 | these are fonts from pcvt we had | Michael Shalayeff | |
2001-03-02 | Mark -o option with XXX (we may want to implement it someday, but currently it | Aaron Campbell | |
exists only for compatibility reasons); espie@ ok. This issue was brought to my attention by mpech@prosoft.org.lv | |||
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell | |
drahn@, snarked at by mickey@ ;) | |||
2001-03-01 | Fix (or a least hack around) console configuration changes to wscons. | Dale Rahn | |
Needs to be looked at closer, but seems to work. Mostly copied from i386. | |||
2001-03-01 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | Markus Friedl | |
use min, not max for logging, fixes overflow. |