Commit Graph

178570 Commits

Author SHA1 Message Date
njoly 65d2f41a54 Use crypto_XXX tags to fix MKCRYPTO_{IDEA,MDC2,RC5}=yes builds.
Solve PR/40667 and other reports from current-users@.
2009-02-28 13:32:51 +00:00
pooka cc8bfe6c12 Fix a silly mistake: indubitably the struct ifnet pointer given to
ether_ifattach() should point to a struct ethercom.
2009-02-28 12:29:27 +00:00
tsutsui 13a1c5a155 Return EIO rather than getting an infinite loop in the nullcons read function
so that getty(8) against nullcons console fails properly.

Problem on Cobalt Qube2700 reported by Wolfgang Solfrank on port-cobalt.
2009-02-28 00:40:47 +00:00
dyoung 247a5f8a77 Add isv(4). 2009-02-27 23:37:20 +00:00
drochner 605d3094c4 oops - missed a case with PMAP_PAGEIDLEZERO if md code aborts the
zeroing process, from Nicolas Joly
2009-02-27 23:29:08 +00:00
dyoung 6e3de811e0 Use the right format specifiers to print the new struct timeval. 2009-02-27 23:13:32 +00:00
hubertf 638a147525 * Remove 2001:240::1 on request from IIJ
* Update the remaining two DNS servers to at least have the address
   match the name. Resolving is untested.
2009-02-27 22:51:33 +00:00
oster ab54f8ad2b On a multi-cpu/core machine, running 'top' and pressing '1' resulted
in n-1 blank lines at the bottom of the display.  On the same machine,
running 'top -1' and pressing '1' resulted in a garbled display that
would just get progressively worse.  Invert the values returned by
display_setmulti() to correct both issues.
2009-02-27 17:38:14 +00:00
wiz 4760c8b288 New sentence, new line. Use more markup. 2009-02-27 16:48:02 +00:00
nonaka 6507ef0780 Fix for the display of attach not to mix.
Before:
atabus0 at wdc0 channel 0
wd0 at atabus0 drive 0uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4

After:
uhub0 at usb0: PXA27x OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
atabus0 at wdc0 channel 0
wdc1 at pcmcia1 function 0: <128MB, >
wdc1: i/o mapped mode
wd0 at atabus0 drive 0: <SILICON POWER>
wd0: drive supports 1-sector PIO transfers, LBA addressing
wd0: 7775 MB, 15798 cyl, 16 head, 63 sec, 512 bytes/sect x 15924384 sectors
wd0: drive supports PIO mode 4
2009-02-27 16:45:17 +00:00
pooka cd39a9d18a Remove mentions of MAP_COPY, it's not available and trying to use it
will result in compile failure.
2009-02-27 16:23:54 +00:00
reinoud cc2f230432 Add missing files to the via driver 2009-02-27 15:47:46 +00:00
pooka 9c5ad216e7 decouple rumpuser gettime from struct timeval 2009-02-27 15:15:19 +00:00
christos 05a641716d better wording, from Anon Ymous 2009-02-27 13:44:45 +00:00
sborrill 7d02030263 Add support for 82574L (as found on Desktop CT adaptor) based on 82573 support. 2009-02-27 13:17:01 +00:00
mjf 7baa62a7b4 Typo and grammar fixes.
- s/though/through/ appropriately.
- autoconf(4) doesn't exist, autoconf(9) is the correct reference.
2009-02-27 12:55:15 +00:00
wiz 7e345db79d New sentence, new line. Remove superfluous .Pp. Improve markup. 2009-02-27 10:39:03 +00:00
wiz cbabd610b0 Break line, and bump date for previous. 2009-02-27 10:38:25 +00:00
jmmv d142d343c8 ipf does not live here; it is in the parent directory. Spotted by njoly@. 2009-02-27 07:32:33 +00:00
msaitoh 150e7551ec fix mis-evaluating whether a char is digit or not. 2009-02-27 04:18:45 +00:00
msaitoh 5ff1366c4f IXP425 is not ARM_ARCH_4 but ARM_ARCH_5 2009-02-27 03:57:41 +00:00
msaitoh af2d7fdcc4 add missing <arm/cpu.h> to compile 2009-02-27 03:56:29 +00:00
kenh cd2827b367 Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).
2009-02-27 03:13:55 +00:00
kenh 83e1006d39 Revert back to previous version 2009-02-27 03:01:57 +00:00
kenh 05970a1d19 This didn't change ... what's the deal? 2009-02-27 02:59:11 +00:00
christos 4538aa34ee Regen 2009-02-26 21:09:00 +00:00
christos 6d029d549a fix kernel build with no options NTP 2009-02-26 21:08:48 +00:00
drochner 7ad644e970 sync TSC on resume (because CPUs were switched off in the meantime),
otherwise we get diverging timecounters leading to eg the monotonic
clock jump backwards
(pullup candidate)
2009-02-26 19:49:15 +00:00
joerg ca7a1bd3eb Retire audit-packages.conf, it has been obsoleted by the merge of
pkg_install-20090201.
2009-02-26 19:43:39 +00:00
joerg 8ef7bd4c41 Merge. 2009-02-26 19:40:24 +00:00
mjf c49f4c3690 Regen. 2009-02-26 19:17:01 +00:00
mjf c1c5918fbb Add Initio INIC-1622 SATA Controller. 2009-02-26 19:13:38 +00:00
wiz c147444687 Sort sections. 2009-02-26 19:07:13 +00:00
wiz 12fad9c4b5 Drop trailing whitespace, fix xrefs in SEE ALSO. 2009-02-26 19:05:58 +00:00
njoly a3752d0c54 +ioport.debug 2009-02-26 19:05:02 +00:00
joerg 4d694e83af Remove pkg_install.conf.5 on make clean. 2009-02-26 18:35:13 +00:00
drochner e66cf328ab -fix two conditions where PQ_FREE was still/already set while the page
was not anymore/yet on the freelist and uvm_fpageqlock was not held
-clear PQ_FREE while the page is in the works of pageidlezero
This avoids that the DMA memory allocator (pglistalloc) grabs a page
which is not on the freelist, leading to a diagnostic panic (with DEBUG)
or freelist corruption. (mostly on X server activation after a VT
switch or suspend/resume because this can allocate megabytes of AGP
memory)
This might fix PR port-i386/38989 by Alan Barrett (in case this was
a multiprocessor).
2009-02-26 18:18:14 +00:00
christos 3e88d91b8b mention that sigcont cannot be blocked or ignored. from Anon Ymous 2009-02-26 17:42:29 +00:00
christos fdba891999 - mention F_CLOSEM
- fix xrefs
2009-02-26 17:41:54 +00:00
christos 90baf4f26f only print warnings if vflg. 2009-02-26 17:30:51 +00:00
pooka 89890e45af g/c debug printf 2009-02-26 15:25:52 +00:00
pooka 197a83bc73 When using an array as a ringbuffer, need to perform modulo arithmetic
with arraysize instead of arraysize-1.  Previously there was one
inconsistency in the code.  This might fix a crash reported by apb.

Also, g/c outdated comment.
2009-02-26 15:25:11 +00:00
jmcneill 8390afe513 PR# port-i386/38936: system can not power down via acpi
Merge change from amd64 machdep.c revision 1.42:

in cpu_reboot(), only halt the other CPUs after we've done the powerdown stuff.
the ACPI code may end up removing some pmap entries, which wants the other
CPUs to still be running to handle TLB invalidations.
2009-02-26 15:07:33 +00:00
roy e3210b7e4f Import dhcpcd-4.0.12 2009-02-26 13:59:17 +00:00
jmcneill 7d16528c20 PR# port-i386/40751: power button does not work after halt
PR# kern/37506: Have to hold power button for 5 seconds to turn off Laptop
    after "halt" command.

Transfer the system from ACPI to Legacy mode if RB_HALT is set.
2009-02-26 13:56:46 +00:00
roy 3d26b90412 Import dhcpcd-4.0.12
Fixes since dhcpcd-4.0.11 include:
 * Logging to LOG_DAEMON instead of LOG_LOCAL0
 * Checking for POLLERR and POLLNVAL
 * Only opening raw sockets when we have a working link
2009-02-26 13:53:19 +00:00
njoly 64434f75e6 Remove unneeded escape sequence. 2009-02-26 12:53:35 +00:00
njoly 1ba3fc52da Add some missing .debug extensions and remove some unneeded files
(t_ipf, Atffile) to fix MKDEBUG build.
2009-02-26 12:43:15 +00:00
jmcneill 8936796279 acpica 20090220 is out 2009-02-26 12:22:50 +00:00
apb c163e7100a As long as we don't yet have a working TOOL_GREP,
fgrep is more portable than grep -F.
2009-02-26 10:32:43 +00:00