Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-04 | typo | Artur Grabowski | |
2001-03-04 | Better diagnostics for locking errors. Fix panic before panic in | Constantine Sapuntzakis | |
acquire_lock_interlocked. Thanks to Grigoriy Orlov for triggering this one. | |||
2001-03-04 | Fix use of timeouts. Thanks to Grigoriy Orlov (gluk) | Constantine Sapuntzakis | |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis | |
2001-03-04 | fix typo in comment, org -> or | Brad Smith | |
2001-03-03 | cnkqfilter for sparc | Niels Provos | |
2001-03-03 | use AC97_HOST_DONT_READANY since some machines are unreliable | Theo de Raadt | |
2001-03-03 | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | Theo de Raadt | |
2001-03-03 | Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG. | Todd C. Miller | |
Fixes problems on 64meg and 256meg machines; OK'd by deraadt@ | |||
2001-03-03 | Allow the syncer to get pages from the pagedaemon reserve. | Artur Grabowski | |
Otherwise we can end up in a situation where the syncer waits for pages and the pagedaemon waits for buffers. | |||
2001-03-03 | extern initproc. | Artur Grabowski | |
2001-03-03 | export the syncerproc variable. | Artur Grabowski | |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-03-03 | Add ADB keyboard and umass device to powerpc RAMDISK kernel. | Dale Rahn | |
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 | 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-02 | add #define __STRICT_ALIGNMENT | Jason Wright | |
2001-03-02 | Allow kernel to compile again. | Marc Espie | |
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 | Casting magic to avoid warnings on alpha. | Artur Grabowski | |
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-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 | Fix compilation problems caused by last update | Constantine Sapuntzakis | |
2001-03-01 | sync | Niels Provos | |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback | |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton | |
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd. | |||
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell | |
machdep.kbdreset sysctl as configured in /etc/sysctl.conf. | |||
2001-03-01 | pull in ctype.h, since <poll.h> and <sys/poll.h> have to be useable alone; ↵ | Theo de Raadt | |
problem noted by bk@rt.fm | |||
2001-02-28 | shorter thus better printings | Michael Shalayeff | |
2001-02-28 | Get rid of VHOLD, replace with buf_replacevnode. | Constantine Sapuntzakis | |
2001-02-28 | proper bang placement | Michael Shalayeff | |
2001-02-28 | double the fixed storage size for io*_ex; deraadt@ ok | Michael Shalayeff | |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn | |
may be the same as visual width or larger. This is seen on iMacDV systems running at 640x480 or 800x600 with a linebytes of 1024. | |||
2001-02-28 | better print due to theo's suggestion | Michael Shalayeff | |
2001-02-28 | make compile; update for pci, cardbus, usb, pcmcia | Todd T. Fries | |
2001-02-28 | do not blindely bus_space_ma the vga bios, | Michael Shalayeff | |
it could be of a different size than 0x8000, and now bios(4) does it for us the right way. besides, would the prom be at the same address on non-i386? |