summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-03Add ADB keyboard and umass device to powerpc RAMDISK kernel.Dale Rahn
2001-03-03Force the ADB bus to configure. This change was found in NetBSD, but theyDale Rahn
have since removed it. It is probably not the correct solution, but makes it closer to working.
2001-03-03Change 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-03Support ADB keyboards as console. Only use adb if no USB keyboard isDale Rahn
present. Code mostly borrowed from NetBSD.
2001-03-03Quiet down pmap code, this is mostly shaken out now, remove some ofDale Rahn
the debug code.
2001-03-03syncTheo de Raadt
2001-03-03Apple Titanium laptop videoTheo de Raadt
2001-03-03syncTheo de Raadt
2001-03-03Fix typo, "edx" -> "%edx", so that the %edx register is properly protectedAaron Campbell
from clobbering; mickey@ ok.
2001-03-03on parse error of timestamp option, set parameter error offset correctly.Jun-ichiro itojun Hagino
2001-03-03drop 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-03Define __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-02they moved itTheo de Raadt
2001-03-02syncTheo de Raadt
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-03-02make copyright lines the same formatTheo de Raadt
2001-03-02Simpler algorithm or calculating inomapsizeConstantine Sapuntzakis
2001-03-02Define __PPC__ as well as __PPC because some packages expect that defineDale Rahn
for powerpc.
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2001-03-02missed a second hash->ohashMarc Espie
2001-03-02Missed one hash->ohashMarc Espie
2001-03-02Fix preambleMarc Espie
2001-03-02When doing last second fixes before a commit, it's a good ideaArtur Grabowski
to check if it builds.
2001-03-02Update to sudo 1.6.3p7Todd C. Miller
Fixes negation of path-type Defaults entries in a boolean context.
2001-03-02Allow kernel to compile again.Marc Espie
2001-03-02Oops, ohash_lookup_string bit the dust.Marc Espie
2001-03-02Add ohash_* functions to libc.Marc Espie
Ok'd deraadt@, millert@
2001-03-02signal handler repairs; phil@cs.wwu.eduTheo de Raadt
2001-03-02mount_mfs is not used, no link needed; nateTheo de Raadt
2001-03-02doc the dsa/rsa key pair filesTheo de Raadt
2001-03-02pcidevs.hTheo de Raadt
2001-03-02new lavaTheo de Raadt
2001-03-02Reserve 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-02print the interrupt, and pack to one lineTheo de Raadt
2001-03-02Make 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-02Casting magic to avoid warnings on alpha.Artur Grabowski
2001-03-02amd now crates autodir by itselfTheo de Raadt
2001-03-02if auto_dir does not exist, create itTheo de Raadt
2001-03-02KNFTheo de Raadt
2001-03-02explain SIGHUP betterTheo de Raadt
2001-03-02remove date string from KAME version identification, it is getting meaninglessJun-ichiro itojun Hagino
as we merge random items daily. have comment that refers to kame COVERAGE document. sync with kame
2001-03-02Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob
2001-03-02Support video controllers which have two outputs which in openfirmware haveDale Rahn
two children of which the "screen" device is one. This exists on some laptop systems.
2001-03-02make pcvtfonts i386-only, as it is nowMichael Shalayeff
2001-03-02descent into pcvtfonts, or other subdirs for that matterMichael Shalayeff
2001-03-02use echo properMichael Shalayeff
2001-03-02these are fonts from pcvt we hadMichael Shalayeff
2001-03-02Mark -o option with XXX (we may want to implement it someday, but currently itAaron Campbell
exists only for compatibility reasons); espie@ ok. This issue was brought to my attention by mpech@prosoft.org.lv
2001-03-01Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this byAaron Campbell
drahn@, snarked at by mickey@ ;)
2001-03-01Fix (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.