Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 11:27:38 UTC Now

2011-05-22 22:13:33 UTC MAIN commitmail json YAML

Let's not be silly. Use a fancy "if else" to decide behavior of a bool
and hope cosmic radition doesn't create a third state.

(joerg)

2011-05-22 21:52:25 UTC MAIN commitmail json YAML

Add support for Dreamplug CPU clock speed detection.

(mellon)

2011-05-22 21:52:12 UTC rmind-uvmplock commitmail json YAML

nfs_gop_write: acquire the lock for pmap_page_protect() operation.

(rmind)

2011-05-22 21:51:40 UTC MAIN commitmail json YAML

From Nathan Whitehorn (nwhitehorn at freebsd dot org):
Add code to generate bootable ISOs on Powermac and CHRP systems.
Synthesize some partition maps (APM and MBR, respectively) pointing
to (a) the whole disk, and (b) relevant El Torito boot images that
have been added by other code. These partition maps are a little
bit funny looking, but they seem to work. FreeBSD has been using
this successfully in their release generation on powerpc, as well
as generating all non-SPARC install media. SPARC support could
probably be added as an extension of this patch.

(christos)

2011-05-22 20:52:12 UTC MAIN commitmail json YAML

2011-05-22 20:49:46 UTC MAIN commitmail json YAML

Inherit SSP settings from bsd.sys.mk

(joerg)

2011-05-22 20:49:16 UTC MAIN commitmail json YAML

Split SSP parameters on a per-compiler base

(joerg)

2011-05-22 20:24:46 UTC MAIN commitmail json YAML

No -Wno-traditional for clang.

(joerg)

2011-05-22 20:11:47 UTC MAIN commitmail json YAML

Use a plain float constant, no need to deal with messy 0r prefix

(joerg)

2011-05-22 16:08:48 UTC MAIN commitmail json YAML

2011-05-22 16:05:55 UTC MAIN commitmail json YAML

2011-05-22 16:04:15 UTC MAIN commitmail json YAML

XXX: need to provide proper pio.h for arm if this is going to work.

(christos)

2011-05-22 16:01:43 UTC MAIN commitmail json YAML

2011-05-22 15:54:37 UTC MAIN commitmail json YAML

2011-05-22 15:51:07 UTC MAIN commitmail json YAML

2011-05-22 15:49:44 UTC MAIN commitmail json YAML

2011-05-22 15:47:17 UTC MAIN commitmail json YAML

2011-05-22 15:44:08 UTC MAIN commitmail json YAML

afb.h was a stale dup of the original file. Include the original and if
needed we'll fix this using ifdefs, not copying.

(christos)

2011-05-22 15:34:52 UTC MAIN commitmail json YAML

2011-05-22 15:34:12 UTC netbsd-5 commitmail json YAML

Add src/distrib/sets/lists/xbase/mi 1.109 to ticket 1592

(bouyer)

2011-05-22 15:33:12 UTC netbsd-5 commitmail json YAML

Pull up revision 1.109 as part of ticket #1592, to fix the build.
Pointed out by tsutsui@

(bouyer)

2011-05-22 15:31:08 UTC MAIN commitmail json YAML

2011-05-22 12:33:49 UTC MAIN commitmail json YAML

crmfb may run in more than 8 bit now so we need the other rasops* as well

(macallan)

2011-05-22 12:24:15 UTC MAIN commitmail json YAML

declare VISmoveImageRL() and VISmoveImageLR()

(macallan)

2011-05-22 12:01:26 UTC MAIN commitmail json YAML

provide endian information to libpcc

(shame this doesn't use the same TARGET_XXX_ENDIAN
definition as the rest of the sources)

(plunky)

2011-05-22 11:53:47 UTC MAIN commitmail json YAML

let external.h be built as a side effect of external.c, as
listing it explicitly means that mkext is run concurrently
twice when MAKE_JOBS > 1

(plunky)

2011-05-22 11:19:23 UTC MAIN commitmail json YAML

Fix corrupted packet problem on 100Mb/s half duplex links.
We need to set "echo disable" on the internal phy too, not just on the
external phy.
Tested on:
  SUNW,Sun-Blade-2000
  gem0 at pci0 dev 5 function 1: Sun Microsystems ERI Ethernet (rev. 0x01)
  ukphy0 at gem0 phy 1: OUI 0x0006b8, model 0x000c, rev. 1

Setting pointed out by bad@.

(jdc)

2011-05-22 10:49:37 UTC MAIN commitmail json YAML

Remove mount_kernfs(8). INSTALL kernel doesn't have file-system KERNFS
and dmesg(8) is enough for sysinst.

(tsutsui)

2011-05-22 08:15:20 UTC MAIN commitmail json YAML

match some fujitsu bge interfaces seen on PRIMEPOWER 250/450 systems.
from Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

(mrg)

2011-05-22 08:13:57 UTC MAIN commitmail json YAML

2011-05-22 08:13:18 UTC MAIN commitmail json YAML

add some fujitsu ethernet id's and a new vendor id.  partly from
Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

XXX: move the #if 0'd usage of PCI_VENDOR_CITICORP inside the #if 0 code
XXX: region, as this id conflits with the (4th) fijutsi id.

(mrg)

2011-05-22 04:29:04 UTC rmind-uvmplock commitmail json YAML

2011-05-22 04:27:16 UTC MAIN commitmail json YAML

- Replace uses of simple_lock and ltsleep with mutex and condvar.
- Improve some parts of the code to be more MP-friendly.

Tested by jakllsch@.

(rmind)

2011-05-22 04:20:51 UTC MAIN commitmail json YAML

tmpfs_alloc_vp:
- Do not check for vn_lock(9) error, if LK_RETRY.
- Fix/improve comments.

(rmind)

2011-05-21 21:26:48 UTC rmind-uvmplock commitmail json YAML

uvm_fault_lower_promote: fix assert (move a bit up, where logic applies).

(rmind)

2011-05-21 20:05:02 UTC MAIN commitmail json YAML

Make `mount_ptyfs -c' actually work.

The ALTF_* are bit masks, not indices, so use 4, not 3, for the one
after 2.  Use 0x on all the values to emphasize this.

ok rmind

(riastradh)

2011-05-21 19:06:44 UTC MAIN commitmail json YAML

Clarify paragraph about calling setprogname, requested by Tobias Ulmer on
freenode. Bump date.

(dholland)

2011-05-21 17:15:46 UTC MAIN commitmail json YAML

Do not use TAB to line up library arguments, use spaces.

(wiz)

2011-05-21 16:32:01 UTC MAIN commitmail json YAML

2011-05-21 15:50:42 UTC MAIN commitmail json YAML

2011-05-21 15:22:49 UTC MAIN commitmail json YAML

In xbdback(4), move the code that copies segments after the bound checks
of the ``nr_segments'' variable.

In cases where we are running domUs with an architecture different from the
dom0 one (for example: 32 bits domUs on 64 bits dom0), copying segments
with an invalid nr_segments value will lead to the corruption of the
xbdback instance structure and quickly crash the dom0 backend.

Tested under 64 bits dom0 with 32 bits domUs. No regression observed.

ok bouyer@.

Will be pulled up to -4 and -5.

(jym)

2011-05-21 15:10:34 UTC MAIN commitmail json YAML

2011-05-21 15:08:37 UTC MAIN commitmail json YAML

Don't return random values from a function that supposed to return something.

(christos)

2011-05-21 15:03:24 UTC MAIN commitmail json YAML

2011-05-21 15:00:59 UTC MAIN commitmail json YAML

2011-05-21 14:59:35 UTC MAIN commitmail json YAML

2011-05-21 14:52:52 UTC MAIN commitmail json YAML

2011-05-21 14:49:35 UTC MAIN commitmail json YAML

ifdef _KERNEL the inlines

(christos)

2011-05-21 14:34:56 UTC MAIN commitmail json YAML

2011-05-21 14:30:33 UTC MAIN commitmail json YAML

2011-05-21 13:32:28 UTC netbsd-5-0 commitmail json YAML

2011-05-21 13:31:00 UTC netbsd-5-0 commitmail json YAML

Apply patch, requested by spz in ticket 1603:
external/bsd/dhcpcd/dist/dhcp.c                        patch
external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in          patch
external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in            patch
external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf    patch
external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname      patch
Escape | and & characters before passing the value to the shell
Ensure we set a valid hostname, DNS domain and NIS domain.
Document the need for input validation in dhcpcd-run-hooks(8).
Fixes CVE-2011-996

(bouyer)

2011-05-21 13:23:37 UTC MAIN commitmail json YAML

sync minimum key size for AES with reality

(drochner)

2011-05-21 13:22:45 UTC MAIN commitmail json YAML

check key size on initialization -- othwise the rijndael code
can fail silently

(drochner)

2011-05-21 12:51:47 UTC MAIN commitmail json YAML

Add newer Wireless WiFi Link 4965 devices, Centrino Wireless-N 1030
and Centrino Advanced-N 6230

(msaitoh)

2011-05-21 12:49:51 UTC MAIN commitmail json YAML

2011-05-21 12:48:59 UTC MAIN commitmail json YAML

Add some iwn(4) devices.

(msaitoh)

2011-05-21 12:06:14 UTC MAIN commitmail json YAML

Add sti at sgc configuration for SGC EVRX framebuffers found on
some later HP4xx models.  Untested, and disabled in GENERIC for now.

(tsutsui)

2011-05-21 12:02:55 UTC MAIN commitmail json YAML

Add a kludge to make this build on hp300.
(anyway bus independent driver should not include bus dependent sti_pci.h)

(tsutsui)

2011-05-21 12:00:18 UTC MAIN commitmail json YAML

Move several static wsdisplay variables into proper device specific structures
to resolve XXX comments.  Tested on GXemul.

(tsutsui)

2011-05-21 11:56:00 UTC MAIN commitmail json YAML

Device nodes for zs serial have been renamed from tty0[0-3] to ttyZ[0-3].
There are still compat symlinks but it looks ttys(5) doesn't like it.

XXX: no /dev/com[01] nodes for in MAKEDEV.

(tsutsui)

2011-05-21 11:52:30 UTC MAIN commitmail json YAML

Prepare xorg files for newsmips. It will work with standard wsfb driver.

(tsutsui)

2011-05-21 11:49:34 UTC MAIN commitmail json YAML

No need to pass UVM_FLAG_COLORMATCH to uvm_pagealloc()
if no valid vaddr is specified.

(tsutsui)

2011-05-21 11:38:53 UTC MAIN commitmail json YAML

Rename xorg.conf in the xserver set to xorg.conf.sample to avoid
overwriting a possibly modified user config file.  Suggested by jmmv@.

(tsutsui)

2011-05-21 10:04:04 UTC MAIN commitmail json YAML

fix a logics bug (which has been here from the beginning) which made
that only 96 random bits were used for IV generation,
this caused eg that the last 4 bytes of the IV in ESP/AES-CBC
were constant, leaking kernel memory
affects FAST_IPSEC only

(drochner)

2011-05-21 07:30:42 UTC MAIN commitmail json YAML

Explicitly #include <time.h> for time(3) and strftime(3).
Fixes warnings on some non NetBSD hosts.

(tsutsui)

2011-05-21 07:09:09 UTC MAIN commitmail json YAML

2011-05-21 03:39:17 UTC rmind-uvmplock commitmail json YAML

- Use MIN() instead of min().
- Use __read_mostly and __cacheline_aligned.

(rmind)

2011-05-21 03:38:25 UTC rmind-uvmplock commitmail json YAML

2011-05-21 03:35:22 UTC rmind-uvmplock commitmail json YAML

2011-05-21 00:43:53 UTC MAIN commitmail json YAML

2011-05-21 00:43:42 UTC MAIN commitmail json YAML

- KNF
- more static
- fix argument parsing.

(christos)

2011-05-21 00:43:31 UTC MAIN commitmail json YAML

2011-05-20 22:29:56 UTC MAIN commitmail json YAML

2011-05-20 22:22:45 UTC MAIN commitmail json YAML

Disable use of various X86 extensions since _rtld_bind_start doesn't
save the necessary registers.

(joerg)

2011-05-20 22:21:32 UTC MAIN commitmail json YAML

Explicitly disable linking against libgcc and friends.

(joerg)

2011-05-20 22:13:22 UTC MAIN commitmail json YAML

Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after the
-std=gnu99. Add a comment about this.

(joerg)

2011-05-20 21:56:46 UTC MAIN commitmail json YAML

Uncommented out "file-system CD9660".

(nonaka)

2011-05-20 21:50:10 UTC netbsd-5 commitmail json YAML

2011-05-20 21:45:36 UTC MAIN commitmail json YAML

Needs -fheinous-gnu-extensions when building with Clang

(joerg)

2011-05-20 21:43:40 UTC MAIN commitmail json YAML

lib/libobjc/t_threads is GCC-specific

(joerg)

2011-05-20 21:42:49 UTC MAIN commitmail json YAML

2011-05-20 21:35:02 UTC MAIN commitmail json YAML

Force GNU89 mode for GCC itself to deal with the non-standard
"extern inline" mess.

(joerg)

2011-05-20 20:09:37 UTC MAIN commitmail json YAML

2011-05-20 19:40:44 UTC netbsd-5 commitmail json YAML

2011-05-20 19:39:56 UTC netbsd-5 commitmail json YAML

Revert pullup-5 #1613 for this file, only MAKEDEV.tmpl was supposed to be
changed for this ticket.

(bouyer)

2011-05-20 19:33:39 UTC netbsd-5 commitmail json YAML

2011-05-20 19:32:58 UTC netbsd-5-1 commitmail json YAML

2011-05-20 19:32:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1621):
sys/arch/x68k/x68k/disksubr.c: revision 1.34
Fix buffer overrun in readdisklabel(9) (and writedisklabel(9))
that causes unexpected panic during installation and
DIAGNOSTIC pool assertions.
Also fix bp->b_flags in writedisklabel(9) error path.
The problem was reported from Y.Sugahara during XM6i development,
and this fix is confirmed on both X68030 (by me) and XM6i (by Sugahara).
XXX: broken dkbad support (which makes struct cpu_disklabel larger
XXX: than 512 bytes) should be removed...

(bouyer)

2011-05-20 19:31:47 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1620):
sys/dev/usb/ehci.c: revision 1.174
in alloc_sqtd_chain(), deal with the case where a data packet ends
exactly at a page boundary, and the FORCE_SHORT_XFER was set by the
client (which causes that an empty descriptor is needed to terminate
the transfer), from Gordon McNutt per PR kern/44883
(fixed a bit differently than the proposed patch for aesthetical
reasons -- avoids the page pointer to come into unexpexted area earlier)

(bouyer)

2011-05-20 19:30:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1619):
sys/ufs/ufs/ufs_extattr.c: revision 1.26 via patch
The lwp member of struct componentname was removed a long time ago.
Fix broken build with UFS_EXTATTR_AUTOSTART by removing it here as well.

(bouyer)

2011-05-20 19:28:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1618):
sys/kern/kern_acct.c: revision 1.91
Fix up sign-compare issue checking for free space. Should fix PR 43413
where accounting doesn't suspend properly.

(bouyer)

2011-05-20 19:28:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1617):
sys/arch/x68k/dev/fd.c: revision 1.94 via patch
Fix hangup on the first floppy access since 2008.
Problem was reported by isaki@.
On X680x0 (and most other machines other than ISA FDC),
the ready line from FDD is connected to FDC and fdc driver can
be notified of the ready state after fd_set_motor() by interrupts.
In this case no need to use callout(9) to wait the FDD motor stabilized,
and the callout(9) method used in ISA fdc(4) driver rather caused
infinite unhandled interrupts since callout(9) was no longer invoked
during interrupt storm after vmlocking2 merge, I guess.
Should be pulled up to netbsd-5.

(bouyer)

2011-05-20 19:26:01 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1616):
sys/sys/bitops.h: revision 1.8
Use fls64() only for types strictly bigger than 4 bytes.
ok christos@. Will ask for a pull-up, using 64 bits ops even for 4-bytes
int's is plain overkill.

(bouyer)

2011-05-20 19:24:54 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by buhrow in ticket #1615):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.280 via patch
PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured
and reconfigured without a reboot.

(bouyer)

2011-05-20 19:22:20 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1614):
usr.bin/patch/patch.c: revision 1.28
Exit with EXIT_FAILURE for invalid arguments. PR 43517.

(bouyer)

2011-05-20 19:21:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1613):
etc/MAKEDEV.tmpl: revision 1.133
share/man/man8/MAKEDEV.8: revision 1.38
Make device node for altq JoBS.
Should fix palindromic PR/43034.

(bouyer)

2011-05-20 19:19:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1612):
sys/dev/pci/if_lii.c: revision 1.10
PR/41258: Elias Benali: Try to get the ethernet address from the BIOS before
failing.

(bouyer)

2011-05-20 19:18:44 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1611):
include/inttypes.h: revision 1.7
include/stddef.h: revision 1.16
include/wchar.h: revision 1.28
include/stdlib.h: revision 1.90
Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov

(bouyer)

2011-05-20 19:18:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1611):
include/inttypes.h: revision 1.7
include/stddef.h: revision 1.16
include/wchar.h: revision 1.28
include/stdlib.h: revision 1.90
Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov

(bouyer)

2011-05-20 16:49:23 UTC matt-nb5-mips64 commitmail json YAML

Add NEED_SREC and NEED_BINARY blocks so these don't need to be copied
repeated.

(matt)

2011-05-20 16:47:56 UTC matt-nb5-mips64 commitmail json YAML

Fix early boot on AU1x type com ports.

(matt)

2011-05-20 16:38:52 UTC matt-nb5-mips64 commitmail json YAML

Update to new definitions of savectx and mips_vector_init

(matt)

2011-05-20 16:38:25 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 16:35:39 UTC MAIN commitmail json YAML

2011-05-20 16:35:37 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 16:35:10 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 16:33:07 UTC MAIN commitmail json YAML

2011-05-20 16:30:05 UTC matt-nb5-mips64 commitmail json YAML

Add float128_to_uint32_round_to_zero

(matt)

2011-05-20 16:29:36 UTC matt-nb5-mips64 commitmail json YAML

Fix botched definition of float128_to_uint32_round_to_zero

(matt)

2011-05-20 16:02:23 UTC MAIN commitmail json YAML

2011-05-20 15:05:13 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 15:05:02 UTC MAIN commitmail json YAML

mbr.S and gpt.S want to reassign ., so don't use the integrated
assembler for now.

(joerg)

2011-05-20 14:49:54 UTC MAIN commitmail json YAML

Put the external functions from net.c in it's own header file and
include it, and do some other minimal adjustments to bring this
back to a buildable state.

OK'ed by martin@

(he)

2011-05-20 14:42:20 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 14:41:01 UTC matt-nb5-mips64 commitmail json YAML

One more try to get RCSID correct.

(matt)

2011-05-20 14:37:49 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 14:35:25 UTC matt-nb5-mips64 commitmail json YAML

Add entry for AR8316 Switch

(matt)

2011-05-20 14:27:48 UTC MAIN commitmail json YAML

Fully support per-target AFLAGS.

(joerg)

2011-05-20 14:14:52 UTC matt-nb5-mips64 commitmail json YAML

ci_node_id -> ci_package_id (match current)

(matt)

2011-05-20 14:14:03 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 13:40:04 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to create the correct relocation when memory
locations are used as immediates on AMD64.

(joerg)

2011-05-20 13:38:52 UTC MAIN commitmail json YAML

Clang doesn't support some of the GNU extensions here, so disable it.

(joerg)

2011-05-20 13:36:12 UTC MAIN commitmail json YAML

2011-05-20 13:34:11 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 13:33:11 UTC MAIN commitmail json YAML

The %dx argument of in/out is not a memory reference, so don't use it as
such.

(joerg)

2011-05-20 13:32:35 UTC MAIN commitmail json YAML

Be more explicit that the "w" part of %r11 is meant.

(joerg)

2011-05-20 13:22:54 UTC MAIN commitmail json YAML

Use -x assembler-with-cpp from sys.mk.

(joerg)

2011-05-20 13:22:30 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code16 yet, so disable it as
needed.

(joerg)

2011-05-20 13:21:54 UTC MAIN commitmail json YAML

2011-05-20 13:21:19 UTC MAIN commitmail json YAML

Really apply the -no-integrated-as only for clang.

(joerg)

2011-05-20 13:19:59 UTC MAIN commitmail json YAML

Reuse -x assembler-with-cpp from sys.mk.

(joerg)

2011-05-20 13:18:42 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.

(joerg)

2011-05-20 13:17:12 UTC MAIN commitmail json YAML

The %dx argument for in/out is not a memory reference, so don't use the
"feature" of GNU as to hide it as such.

(joerg)

2011-05-20 13:14:58 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.

(joerg)

2011-05-20 13:12:59 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.

(joerg)

2011-05-20 13:11:40 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.

(joerg)

2011-05-20 13:08:07 UTC MAIN commitmail json YAML

LLVM's assembler parser doesn't support .code32 yet, so disable it.

(joerg)

2011-05-20 13:03:45 UTC MAIN commitmail json YAML

Test case requires the GCC specific thread extension for Objective C, so
only enable the test if GCC is present and disable other compiler.

(joerg)

2011-05-20 09:29:09 UTC MAIN commitmail json YAML

2011-05-20 09:28:32 UTC MAIN commitmail json YAML

2011-05-20 09:25:15 UTC MAIN commitmail json YAML

Add (commented out) options MODULAR.  Just works fine as other arm ports.

This will be mandatory because zbsdmod.o loader has size (5MB) restriction.

(tsutsui)

2011-05-20 09:23:37 UTC MAIN commitmail json YAML

Fix size reporting for DVD+R/DL and BluRay's; the value was trunced due to a
32 bit trunc due to a lacking type cast. The number of sectors for such media
can be more than 1<<32-1.

(reinoud)

2011-05-20 09:06:02 UTC MAIN commitmail json YAML

Remove unnecessary count arguments from some pseudo-devices.

(tsutsui)

2011-05-20 09:01:39 UTC MAIN commitmail json YAML

Move pseudo-device bpfilter to proper place.

(tsutsui)

2011-05-20 08:40:05 UTC MAIN commitmail json YAML

2011-05-20 08:29:05 UTC MAIN commitmail json YAML

Also remove fd0 and fd1 from target all_md.

(tsutsui)

2011-05-20 08:17:40 UTC MAIN commitmail json YAML

No floppy on zaurus.

(tsutsui)

2011-05-20 08:12:46 UTC MAIN commitmail json YAML

Note new base tag for matt-nb5-mips64

(matt)

2011-05-20 08:11:34 UTC matt-nb5-mips64 commitmail json YAML

2011-05-20 07:59:44 UTC MAIN commitmail json YAML

Remove gnu/usr.bin from SRCDIRS. (no sources there)

(tsutsui)

2011-05-20 07:57:07 UTC MAIN commitmail json YAML

2011-05-20 07:54:13 UTC MAIN commitmail json YAML

- disable chio(1) and slattach(8)
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives

(tsutsui)

2011-05-20 07:49:31 UTC MAIN commitmail json YAML

Enable cd* at atapibus? for some USB CD/DVD drives.

(tsutsui)

2011-05-20 07:47:53 UTC MAIN commitmail json YAML

Shrink INSTALL kerenl more:
- disable KERNFS (install ramdisk uses /sbin/dmesg directly)
- disable mice, audio, uk(4), and wsfont(4)

(tsutsui)

2011-05-20 07:09:52 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2011-05-20 07:08:25 UTC MAIN commitmail json YAML

Fix macro name in SYNOPSIS.

(wiz)

2011-05-20 07:07:37 UTC MAIN commitmail json YAML

Sort options, merge single letter options in synopsis.

(wiz)

2011-05-20 06:26:58 UTC MAIN commitmail json YAML

Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)

(tsutsui)

2011-05-20 06:06:59 UTC MAIN commitmail json YAML

2011-05-20 05:12:42 UTC MAIN commitmail json YAML

2011-05-20 04:30:01 UTC MAIN commitmail json YAML

2011-05-20 04:29:27 UTC MAIN commitmail json YAML

2011-05-20 04:28:40 UTC MAIN commitmail json YAML

2011-05-20 02:12:39 UTC MAIN commitmail json YAML

2011-05-20 02:04:59 UTC MAIN commitmail json YAML

Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]

(christos)

2011-05-20 02:00:45 UTC MAIN commitmail json YAML

counting was off, and setting things to themselves does not work very welll.

(christos)

2011-05-20 01:59:15 UTC MAIN commitmail json YAML

2011-05-20 01:51:52 UTC MAIN commitmail json YAML

2011-05-20 01:51:36 UTC MAIN commitmail json YAML

2011-05-20 01:49:48 UTC MAIN commitmail json YAML

2011-05-20 01:48:17 UTC MAIN commitmail json YAML

2011-05-20 01:45:36 UTC MAIN commitmail json YAML

2011-05-20 01:39:25 UTC MAIN commitmail json YAML

2011-05-20 01:29:30 UTC MAIN commitmail json YAML

2011-05-20 01:28:40 UTC MAIN commitmail json YAML

2011-05-20 01:28:03 UTC MAIN commitmail json YAML

2011-05-20 01:22:37 UTC MAIN commitmail json YAML

2011-05-20 00:57:43 UTC MAIN commitmail json YAML

- Add PCH2 support.
  - Add 82579 support.
  - Change PBA size for PCH from 10K to 26K as FreeBSD's em-7.1.7
- Add yet another 82567V support.
- Add ICH10+HANKSVILL support.
- Add 82580 quad-1000BaseX support.

(msaitoh)

2011-05-20 00:50:48 UTC MAIN commitmail json YAML

2011-05-20 00:50:19 UTC MAIN commitmail json YAML

Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10.

(msaitoh)

2011-05-20 00:47:11 UTC MAIN commitmail json YAML

2011-05-20 00:46:54 UTC MAIN commitmail json YAML

2011-05-19 22:55:54 UTC MAIN commitmail json YAML

- use getopt
- use err
- add -p <filelevel> to chop levels like patch
- document all the options

(christos)

2011-05-19 22:23:12 UTC MAIN commitmail json YAML

2011-05-19 22:14:15 UTC MAIN commitmail json YAML

- WARNSfy
- KNF, ANSIfy, misc cosmetics

(tsutsui)

2011-05-19 22:12:35 UTC MAIN commitmail json YAML

- WARNSfy
- KNF, ANSIfy, misc cosmetics

note: this is small shell, not secure shell.

(tsutsui)

2011-05-19 21:40:11 UTC MAIN commitmail json YAML

2011-05-19 21:39:03 UTC MAIN commitmail json YAML

Add a cmsg.3 man page symlink, since I can never remember its name.

ok wiz

(riastradh)

2011-05-19 21:29:12 UTC MAIN commitmail json YAML

2011-05-19 21:26:39 UTC MAIN commitmail json YAML

2011-05-19 21:24:55 UTC MAIN commitmail json YAML

2011-05-19 21:16:45 UTC MAIN commitmail json YAML

Fix some typos and incorrect idioms with the cmsg botch^WAPI.

Add a couple cross-references too.

ok wiz

(riastradh)

2011-05-19 21:14:39 UTC netbsd-5 commitmail json YAML

2011-05-19 21:14:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1610):
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.2
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.2
missing files

(bouyer)

2011-05-19 21:13:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1609):
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.50
sys/arch/xen/xen/xennetback_xenbus.c: revision 1.43
Check that xvif(4) is not already connected before proceeding in the
XenbusStateConnected mode. Under rare occasions, the xenbus watcher
can fire multiple times, overwriting the I/O ring memory mappings with
invalid values. This will lead sooner or later to dom0 panic().
Will ask for pullup. FWIW, xbdback(4) is not affected.
Check status before proceeding further. Avoids spurious watch calls.

(bouyer)

2011-05-19 21:11:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1608):
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.49
Separate xennet(4) backend initialization code ("resume") from the part
that talks with Xenstore to query backend's information. Resuming is now
performed just after xennet(4) attachment instead of waiting for backend
to announce its features in Xenstore and change it state.
This fixes the race observed by Urban Boquist when the domU boots with
root on NFS.
FWIW, the boot code (when root is NFS-backed) can innit() the xennet(4)
interface very early: it tried to access ifnet structures that were not
yet allocated.
Will ask for a pullup. Thanks to Urban for reporting the issue and
investigate it. Confirmed fixed. No regression observed by me for
dynamic attach/detach of xvif(4) and xennet(4) interfaces.
See also http://mail-index.netbsd.org/port-xen/2011/04/18/msg006647.html

(bouyer)

2011-05-19 21:09:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1607):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.2
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.2
add Yen symbol

(bouyer)

2011-05-19 21:08:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1606):
distrib/sets/lists/base/mi: revision 1.936
Add new files.

(bouyer)

2011-05-19 21:06:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.

(bouyer)