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 (29m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 21:57:08 UTC Now

2015-08-27 17:12:18 UTC MAIN commitmail json YAML

s/dirname/dirpath/ to avoid potentially shadowing dirname(3).

(mrg)

2015-08-27 14:17:14 UTC MAIN commitmail json YAML

note rtwn(4).

(nonaka)

2015-08-27 14:04:08 UTC MAIN commitmail json YAML

2015-08-27 12:59:37 UTC MAIN commitmail json YAML

Don't make fifofs test depend on rump.

(rjs)

2015-08-27 12:32:05 UTC MAIN commitmail json YAML

update c++/volatile/constexpr entry

(pooka)

2015-08-27 12:30:51 UTC MAIN commitmail json YAML

Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant
pthread types in C++ builds, attempt 2.

The problem with attempt 1 was making assumptions of what the MD
__cpu_simple_lock_t (declared volatile) looks like.  To get a same type
except non-volatile, we change the MD type to __cpu_simple_lock_nv_t
and typedef __cpu_simple_lock_t as a volatile __cpu_simple_lock_nv_t.
IMO, __cpu_simple_lock_t should not be volatile at all, but changing it
now is too risky.

Fixes at least Rumprun w/ gcc 5.1/5.2.  Furthermore, the mpd application
(and possibly others) will no longer require NetBSD-specific patches.

Tested: build.sh for i386, Rumprun for x86_64 w/ gcc 5.2.

Based on the patch from Christos in lib/49989.

(pooka)

2015-08-27 10:22:12 UTC MAIN commitmail json YAML

2015-08-27 09:59:07 UTC MAIN commitmail json YAML

Added some missing SPI device names.

(phx)

2015-08-27 09:34:18 UTC MAIN commitmail json YAML

2015-08-27 09:30:36 UTC MAIN commitmail json YAML

Added Realtek RTL8192CE.

(nonaka)

2015-08-27 07:46:47 UTC MAIN commitmail json YAML

PR/50179: Timo Buhrmester: sh(1) variable expansion bug

(christos)

2015-08-27 06:28:09 UTC MAIN commitmail json YAML

netbsd depends on $S/kern/kern_ksyms_buf.c; rarely updated but better safe.

(uebayasi)

2015-08-27 05:51:50 UTC MAIN commitmail json YAML

Make dksubr use a spin-mutex again, since some drivers still call dk_done
from hardware interrupt. Instead, release mutex while calling start routine.

The buffer peek/use/get sequence which can no longer be atomic. So consume
the buffer directly and on error privately save and retry the buffer later.
The dk_drain function is used to flush such a deferred buffer together with
the buffer queue.
Adjust drivers to use dk_drain.

Fix an error path where dk_done was called while the lock was already held.

(mlelstv)

2015-08-27 03:20:13 UTC MAIN commitmail json YAML

2015-08-27 03:17:46 UTC MAIN commitmail json YAML

Echo exact objects (swap*.o etc.) when linking kernel.

(uebayasi)

2015-08-27 02:43:20 UTC MAIN commitmail json YAML

Constify a little.

(uebayasi)

2015-08-26 09:24:01 UTC MAIN commitmail json YAML

2015-08-26 09:23:39 UTC MAIN commitmail json YAML

Add Intel PCIe NVMe SSD.

(msaitoh)

2015-08-26 09:19:20 UTC MAIN commitmail json YAML

Mark the ssh test as expected failure pointing to PR lib/50174

(martin)

2015-08-26 06:38:57 UTC MAIN commitmail json YAML

One more about linker script, another about genassym.

(uebayasi)

2015-08-26 05:41:20 UTC MAIN commitmail json YAML

Use getfsspecname also when not found in /etc/fstab.

(mlelstv)

2015-08-26 03:00:53 UTC MAIN commitmail json YAML

2015-08-26 02:54:09 UTC MAIN commitmail json YAML

Don't allow MD to override the assym.h generation rule.

(Nothing defines it except i386/bioscall/Makefile, but it is not part of
kernel build.)

(uebayasi)

2015-08-26 02:01:55 UTC MAIN commitmail json YAML

CID 1320410: Don't call free on uninitalized pointer.

(christos)

2015-08-26 01:58:55 UTC MAIN commitmail json YAML

CID 1298707:  Change confusing code that makes coverity think that Length
is uninitalized (we want length to be zero so instead of setting it to 0,
we check if it not zero and then we set it if it is not?!?!)

(christos)

2015-08-26 01:54:57 UTC MAIN commitmail json YAML

CID 1292510: Handle allocation failure.

(christos)

2015-08-25 22:19:10 UTC MAIN commitmail json YAML

2015-08-25 14:53:25 UTC MAIN commitmail json YAML

2015-08-25 14:52:59 UTC MAIN commitmail json YAML

remove mksysctls(), now provided by init_sysctl_base

(pooka)

2015-08-25 14:52:31 UTC MAIN commitmail json YAML

Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file)
to init_sysctl_base (only base kernel defs).  Main motivation was to
fix sysconf(_SC_NPROCESSORS) for Rumprun.  As reported by neeraj on irc,
it returned -1 before this fix, so we were doing imaginary computing.

(pooka)

2015-08-25 14:47:40 UTC MAIN commitmail json YAML

2015-08-25 14:47:27 UTC MAIN commitmail json YAML

2015-08-25 14:32:34 UTC MAIN commitmail json YAML

hw nodes do not go under the kern tree, so add new init routine for them

(pooka)

2015-08-25 13:50:19 UTC MAIN commitmail json YAML

Remember that dlsym() tends to fail on PowerPC during init (or at least
tended), so call rumphijack_dlsym() instead to be safe.

(pooka)

2015-08-25 13:46:23 UTC MAIN commitmail json YAML

Revert 1.14 now that the arduous task of fixing rumphijack to allow
mmap() in early init has been completed.

(pooka)

2015-08-25 13:45:00 UTC MAIN commitmail json YAML

allow mmap() to be called before init runs

(pooka)

2015-08-25 13:13:55 UTC MAIN commitmail json YAML

I don't like -Ttext .

(uebayasi)

2015-08-25 12:56:58 UTC MAIN commitmail json YAML

2015-08-25 12:55:30 UTC MAIN commitmail json YAML

In ttywait_timo(), break out of loop on all errors, not just
EWOULDBLOCK, as ttywait() did prior to 1.265.

(gson)

2015-08-25 11:08:59 UTC MAIN commitmail json YAML

Rename variable to avoid -Wshadow warnings with some compilers.

(pooka)

2015-08-25 09:01:28 UTC MAIN commitmail json YAML

+ kill makeoptions

(uebayasi)

2015-08-25 08:08:12 UTC MAIN commitmail json YAML

2015-08-25 08:07:24 UTC MAIN commitmail json YAML

2015-08-25 08:04:31 UTC MAIN commitmail json YAML

2015-08-25 08:01:18 UTC MAIN commitmail json YAML

Make <kernel>.ldscript ready to include assym.h.

(uebayasi)

2015-08-25 02:59:00 UTC MAIN commitmail json YAML

2015-08-25 02:57:32 UTC MAIN commitmail json YAML

Redo Rev. 1.188:
o Explicitly add dependency of `<kernel>' on `<kernel>.ldscript', instead of
  relying on ${SYSTEM_DEP}, which is evaluated much earlier than
  `sys/conf/Makefile.kern.inc' is included, to avoid evaluation ordering
  problems.
o Print a message when creating a `<kernel>.ldscript'.
o Trim empty lines in `<kernel>.ldscript'.

(uebayasi)

2015-08-25 02:38:15 UTC MAIN commitmail json YAML

2015-08-25 02:24:34 UTC MAIN commitmail json YAML

Give a chance to send a DAD announce packet

ifconfig -w ensures IP addresses have left tentative state, however,
it doesn't guarantee that a DAD announce packet is sent. The kernel
clears tentative flag and then sends the packet so that ifconfig -w
can return before the kernel sends the packet.

(ozaki-r)

2015-08-25 02:09:18 UTC MAIN commitmail json YAML

- pass the right address to bus_space_mmap() so this works on N32 kernels
- don't mess with XMAP9 when switching to graphics mode

(macallan)

2015-08-25 00:08:56 UTC MAIN commitmail json YAML

2015-08-24 23:55:04 UTC MAIN commitmail json YAML

2015-08-24 23:52:18 UTC MAIN commitmail json YAML

Remove "#ifdef INET" code.  Por que?  Because opt_inet.h was not included
and "#ifdef INET" was just a fancy way of saying "#ifndef NetBSD".

(pooka)

2015-08-24 23:32:07 UTC MAIN commitmail json YAML

convert auxio(4) to use a mutex for exclusion (this existing code didn't
really work for MP systems, anyway -- it only went to splhigh.)

various cleanups:
- remove unused AUXIO_SBUS
- make most functions static
- introduce auxio_{read,write}_led() frontends
- avoid a potential NULL deref in auxio_fd_control()

the text is 32 bytes smaller.

(mrg)

2015-08-24 23:21:51 UTC MAIN commitmail json YAML

2015-08-24 23:21:16 UTC MAIN commitmail json YAML

2015-08-24 23:19:33 UTC MAIN commitmail json YAML

don't -I imaginary opt directories

(pooka)

2015-08-24 23:13:15 UTC MAIN commitmail json YAML

2015-08-24 23:04:43 UTC MAIN commitmail json YAML

2015-08-24 23:01:59 UTC MAIN commitmail json YAML

2015-08-24 22:52:15 UTC MAIN commitmail json YAML

2015-08-24 22:50:33 UTC MAIN commitmail json YAML

2015-08-24 22:31:34 UTC MAIN commitmail json YAML

2015-08-24 22:25:50 UTC MAIN commitmail json YAML

2015-08-24 22:21:27 UTC MAIN commitmail json YAML

2015-08-24 20:58:47 UTC MAIN commitmail json YAML

+ include opt_inet.h for INET (or lack thereof)
+ include net/in_ether.h, not netinet/in_ether.h
  (did not cause a meltdown only because opt_inet.h was missing)

(pooka)

2015-08-24 18:51:37 UTC MAIN commitmail json YAML

2015-08-24 18:40:57 UTC MAIN commitmail json YAML

Fix logic for setting multicast addresses.

Setting CRC values for hashes is broken so all multicast addresses are
accepted for now.

(rjs)

2015-08-24 18:26:51 UTC MAIN commitmail json YAML

2015-08-24 18:17:05 UTC MAIN commitmail json YAML

Remove unnecessary DPSRCS+=

-imacros automatically results in a dependency.

(pooka)

2015-08-24 18:11:12 UTC MAIN commitmail json YAML

printf -> aprint.

(rjs)

2015-08-24 18:02:55 UTC MAIN commitmail json YAML

Fix the build: provide compatibility with ports that define KERNLDSCRIPT to
a file?

(christos)

2015-08-24 17:37:10 UTC MAIN commitmail json YAML

Consistently use iswap64() and 64bit intermediate variable, as well as
64bit formats for c_tapea. Fixes tape useage report for large filesystems.

(bouyer)

2015-08-24 17:34:03 UTC MAIN commitmail json YAML

Default the read block size (-k default value) to kern.maxphys (usually
64k these days). This gives a noticable performance boost on large filesystems.

(bouyer)

2015-08-24 16:07:11 UTC MAIN commitmail json YAML

2015-08-24 16:05:46 UTC MAIN commitmail json YAML

<sys/mount.h> is necessary only with !RUMP_CLIENT, so include it only
in that case.  Fixes build for Hurd (which does not provide <sys/mount.h>)

from rmh@gnu.org

(pooka)

2015-08-24 15:50:47 UTC MAIN commitmail json YAML

If a kernel linker script is provided, preprocess it by cpp(1).

Thus some constants (PAGE_SIZE, COHERENCY_UNIT, ...) can be replaced in linker
scripts without setting unnecessary temporary symbols, or doing ugly sed(1)
hacks.  No headers are included yet.

(uebayasi)

2015-08-24 15:44:01 UTC MAIN commitmail json YAML

Fix vers.o dependency:
o Depend on ${SYSTEM_OBJ} instead of ${SYSTEM_DEP}.  The latter is obviously
  meant for kernels.
o Depend on Makefile instead of ${SYSTEM_SWAP_DEP}, which has existed since
  Rev. 1.1, but seems not used now.  Makefile is a file that must be updated
  after every config(1) run.  This is simpler than dependency on swap<kernel>.c.

(uebayasi)

2015-08-24 14:04:25 UTC MAIN commitmail json YAML

2015-08-24 09:49:08 UTC MAIN commitmail json YAML

Add some missing obsolete markers

(martin)

2015-08-24 09:45:45 UTC MAIN commitmail json YAML

Use BUILDRUMP_IMACROS if specified.

(pooka)

2015-08-24 09:45:29 UTC MAIN commitmail json YAML

Change 0 to NULL for rtrequest's last argument (struct rtentry **ret_nrt)

(ozaki-r)

2015-08-24 08:31:56 UTC MAIN commitmail json YAML

Use vfs_vnode_iterator for udf_do_sync.

- Build rb_tree to get an ordered list of nodes, sync them and
  clean the tree.

- Stop abusing mntvnode_lock to serialize udf_do_sync, use new
  mutex ump->sync_lock instead.

(hannken)

2015-08-24 08:30:52 UTC MAIN commitmail json YAML

Use vfs_vnode_iterator for udf_unmount_sanity_check.

(hannken)

2015-08-24 08:30:17 UTC MAIN commitmail json YAML

Remove dirtynodes_cv, it is only used for timed waits without any signals.

Replace the cv_timedwait with kpause.

(hannken)

2015-08-24 08:13:07 UTC MAIN commitmail json YAML

2015-08-24 07:21:14 UTC MAIN commitmail json YAML

handle blacklistd properly.

(christos)

2015-08-24 04:51:18 UTC MAIN commitmail json YAML

Fix mbuf dmasyncing for extended MMU kernels.

(matt)

2015-08-24 04:44:54 UTC MAIN commitmail json YAML

Add an assertion; if rtcache has an rtentry, its refcnt must be > 0

(ozaki-r)

2015-08-24 02:02:26 UTC MAIN commitmail json YAML

Disable another tentative state check

It's too ephemeral to check robustly.

(ozaki-r)

2015-08-23 20:07:16 UTC MAIN commitmail json YAML

Formatting and typo fixes.

(wiz)

2015-08-23 19:09:02 UTC MAIN commitmail json YAML

2015-08-23 18:40:15 UTC MAIN commitmail json YAML

Quadruple GPT partition entry count limit (to 512 entries or 64KiB).

The UEFI 2.3.1 specification states that:
"A minimum of 16,384 bytes of space must be reserved for the GPT Partition Entry Array."
and [the size of a partition entry shall be a power of two greater than 128]
and that [the defined fields of a partition entry total 128 bytes].

Clamping the entries means that no partitions on the drive will be detected,
as this will result in an incorrect partition entry array CRC. This change
reduces the likelyhood of useless partitions, while still not allowing a
huge kernel memory allocation to load the partition entries into.

In the future this code should probably be reworked to checksum and evaluate
the partition array in chunks while still limiting the number of GPT
wedges added per drive to something reasonable.

(jakllsch)

2015-08-23 18:33:15 UTC MAIN commitmail json YAML

if you change display types, the "Showing %s, refresh every %d seconds."
message is retained, and you can't get rid of it.  since it's dispalyed
in inverse, it feels like there's always an error happening (which is
really what the code has -- the above string is displayed via the error()
function.)  for several types of key press that largely are just "redraw"
operation (space, ^L, etc.), clear the error string as well.

(mrg)

2015-08-23 18:28:41 UTC MAIN commitmail json YAML

2015-08-23 18:00:30 UTC MAIN commitmail json YAML

2015-08-23 17:59:40 UTC MAIN commitmail json YAML

Support PCI_PRODUCT_INTEL_82Q45_KT_1 in addition to PCI_PRODUCT_INTEL_82Q45_KT.

(jakllsch)

2015-08-23 17:54:30 UTC MAIN commitmail json YAML

2015-08-23 17:52:42 UTC MAIN commitmail json YAML

Add another ID for Intel 82Q45 KT

(jakllsch)

2015-08-23 16:00:23 UTC MAIN commitmail json YAML

swap the formats too, not just the args.

(christos)

2015-08-23 13:18:44 UTC MAIN commitmail json YAML

Move rd assignment. Spotted by christos@. Thanks.

(skrll)

2015-08-23 11:15:08 UTC MAIN commitmail json YAML

Do BUS_DMASYNC_POST{READ,WRITE} on transfer buffers appropriately

(skrll)

2015-08-23 11:12:01 UTC MAIN commitmail json YAML

2015-08-23 11:01:24 UTC MAIN commitmail json YAML

Use .word for data that is known to be aligned.

(joerg)

2015-08-23 10:59:15 UTC MAIN commitmail json YAML

2015-08-23 10:53:28 UTC MAIN commitmail json YAML

.align ensures alignment, so replace .uaword with .word.

(joerg)

2015-08-23 10:49:09 UTC MAIN commitmail json YAML

2015-08-23 10:46:20 UTC MAIN commitmail json YAML

PR/50160: 5 duplicate entries in dev/usb/usbdevs

(skrll)

2015-08-23 09:29:46 UTC MAIN commitmail json YAML

Fix reversed arguments to a print. nice and confusing...

(dholland)

2015-08-23 08:57:25 UTC MAIN commitmail json YAML

2015-08-23 07:47:52 UTC MAIN commitmail json YAML

An adaptive mutex is sufficient, the data structures are accessed
by regular threads and by the biodone softint.

This allows diskstart routines to sleep (like cgd).

(mlelstv)

2015-08-23 07:15:16 UTC MAIN commitmail json YAML

another wait test.

(christos)

2015-08-23 04:56:20 UTC MAIN commitmail json YAML

Sync lfs changes with the x68k version of this code.

(dholland)

2015-08-23 01:30:21 UTC MAIN commitmail json YAML

TODOs about kernel options.

(uebayasi)

2015-08-23 00:53:15 UTC MAIN commitmail json YAML

2015-08-22 23:51:48 UTC MAIN commitmail json YAML

.interp and friends are unlikely to appear in kernels.

(uebayasi)

2015-08-22 23:49:54 UTC MAIN commitmail json YAML

2015-08-22 23:47:34 UTC MAIN commitmail json YAML

2015-08-22 23:19:55 UTC MAIN commitmail json YAML

2015-08-22 19:18:10 UTC MAIN commitmail json YAML

2015-08-22 18:09:35 UTC netbsd-7 commitmail json YAML

2015-08-22 16:35:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #959):
distrib/utils/embedded/conf/armv7.conf: revision 1.8 via patch
Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub

(snj)

2015-08-22 15:10:04 UTC MAIN commitmail json YAML

2015-08-22 14:47:05 UTC MAIN commitmail json YAML

Linker script TODO items.

(uebayasi)

2015-08-22 14:11:19 UTC MAIN commitmail json YAML

2015-08-22 14:04:54 UTC MAIN commitmail json YAML

Update for v1.10: use '(*)' instead of '#' as dagger replacement.

dholland finds the '#' unintuitive and hard to read.

(wiz)

2015-08-22 12:12:47 UTC MAIN commitmail json YAML

report the signal that wait was interrupted by, which is not always SIGINT
anymore.

(christos)

2015-08-22 09:55:23 UTC MAIN commitmail json YAML

Process pending signals while waiting for a job:
    $ cat << EOF > hup.sh
    #!/bin/sh
    trap 'echo SIGHUP; exit 1' 1
    sleep 10000 &
    wait
    EOF
    $ chmod +x ./hup.sh
    $ ./hup.sh &
    $ kill -HUP %1

(christos)

2015-08-22 07:48:14 UTC MAIN commitmail json YAML

No longer access the disk driver directly.
If there is an open wedge, temporarily reference its vnode.
Otherwise try to open the block device.

(mlelstv)

2015-08-22 07:42:46 UTC MAIN commitmail json YAML

revert the previous

(mlelstv)

2015-08-22 05:45:57 UTC MAIN commitmail json YAML

fix bogus gcc unitialized warning

(christos)

2015-08-22 05:08:48 UTC MAIN commitmail json YAML

Locate in both inputs hexadecimal numbers starting 0x and make them
"wild" in the alignments dt computes.  In dt, bitwise-AND the 0x-hex
numbers.  In it, bitwise-OR them.  Take care not to match a hexadecimal
with a decimal or vice versa!

TBD: identify hexadecimals that don't start 0x.

Remove a little dead code.

Split HB_DEBUG into HB_DEBUG and HB_ASSERT.  The latter just enables the
assertions.

Update old test results for the new treatment of 0x-hexadecimal.  Add
some new tests.

(dyoung)

2015-08-22 02:23:58 UTC MAIN commitmail json YAML

2015-08-21 20:52:47 UTC MAIN commitmail json YAML

Assert we aren't trying to sync a read-only mbuf as PREREAD.

(matt)

2015-08-21 20:12:29 UTC MAIN commitmail json YAML

No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes "NFS writes
being corrupted?" issue on ODROID-C1 as seen on port-arm.

(jmcneill)

2015-08-21 17:32:36 UTC netbsd-7 commitmail json YAML

2015-08-21 17:27:16 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #957):
usr.sbin/postinstall/postinstall: revision 1.200 via patch
PR/50158 - Simon Burge -- postinstall does not know about blacklistd

(snj)

2015-08-21 17:24:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #952):
share/man/man7/hier.7: revision 1.110
Lua 5.1 -> Lua 5.3
From Kamil Rytarowski.

(snj)

2015-08-21 17:08:11 UTC MAIN commitmail json YAML

Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub

(jmcneill)

2015-08-21 16:29:48 UTC MAIN commitmail json YAML

add some more RTL8211F bits

(jmcneill)

2015-08-21 15:41:38 UTC MAIN commitmail json YAML

fix bogus %m
use EXIT_FAILURE

(christos)

2015-08-21 15:33:04 UTC MAIN commitmail json YAML

2015-08-21 14:22:14 UTC MAIN commitmail json YAML

Make it possible to explicitly disable MSI/MSIX with NO_PCI_MSI_MSIX.

Some platforms, e.g. linux uio-pci-generic, do not support MSI at all.

XXX: does MSI being defined intentionally depend on _KERNEL_OPT on amd64
but not i386?

(pooka)

2015-08-21 14:19:10 UTC MAIN commitmail json YAML

2015-08-21 13:24:47 UTC MAIN commitmail json YAML

Remove unused variable.

(roy)

2015-08-21 12:45:10 UTC MAIN commitmail json YAML

2015-08-21 12:39:07 UTC MAIN commitmail json YAML

Move constant cpp macros from Makefile.rump into opt_rumpkernel.h
(makes cc invocation lines a bit shorter)

(pooka)

2015-08-21 12:26:54 UTC MAIN commitmail json YAML

2015-08-21 12:22:22 UTC MAIN commitmail json YAML

Disable link down power save mode and energy efficient ethernet on RTL8211F.

(jmcneill)

2015-08-21 12:02:07 UTC MAIN commitmail json YAML

PR/50158 - Simon Burge -- postinstall does not know about blacklistd

(jnemeth)

2015-08-21 10:48:06 UTC MAIN commitmail json YAML

- move prototypes to common header file
- rename function to avoid confusion with pseudo-device attach

(christos)

2015-08-21 10:47:53 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.9.2

(roy)

2015-08-21 10:44:43 UTC MAIN commitmail json YAML

2015-08-21 10:39:01 UTC MAIN commitmail json YAML

2015-08-21 09:46:43 UTC MAIN commitmail json YAML

Add a (clean) definition of WTF

(pgoyette)

2015-08-21 09:33:53 UTC MAIN commitmail json YAML

don't allow STRATEGY if we are not inited.

(christos)

2015-08-21 09:18:17 UTC MAIN commitmail json YAML

comment out disabling ksyms

(christos)

2015-08-21 09:10:48 UTC MAIN commitmail json YAML

consistency with: src/sys/external/bsd/drm2/i915drm/files.i915drmkms
so that we can build again

(christos)

2015-08-21 08:22:16 UTC MAIN commitmail json YAML

2015-08-21 08:20:59 UTC MAIN commitmail json YAML

2015-08-21 08:19:28 UTC MAIN commitmail json YAML

Fix build with "USE_SSP=yes".

(tron)

2015-08-21 07:35:56 UTC MAIN commitmail json YAML

lfs_writevnodes: replace mnt_vnodelist traversal with vfs_vnode_iterator.

(hannken)

2015-08-21 07:19:39 UTC MAIN commitmail json YAML

Define CHILD_MAX/OPEN_MAX as parameters.

(uebayasi)

2015-08-21 06:56:35 UTC MAIN commitmail json YAML

This is not needed anymore.

(christos)

2015-08-21 06:56:12 UTC MAIN commitmail json YAML

2015-08-21 06:55:25 UTC MAIN commitmail json YAML

we don't need ioconf.h if we don't have the ksyms pseudo-device

(christos)

2015-08-21 06:50:56 UTC MAIN commitmail json YAML

If we don't have a pseudo-device, we don't need the attach function.

(christos)

2015-08-21 06:37:09 UTC MAIN commitmail json YAML

Redo previous; explicitly adjust .data load addr to get the identical ELF.

(uebayasi)

2015-08-21 04:27:54 UTC MAIN commitmail json YAML

Simplify this by deciding load address at one place.

(uebayasi)

2015-08-21 04:13:23 UTC MAIN commitmail json YAML

Simplify this by deciding load address at one place.

(uebayasi)

2015-08-21 04:00:48 UTC MAIN commitmail json YAML

Simplify this by deciding load address at one place.

(uebayasi)

2015-08-21 03:42:29 UTC MAIN commitmail json YAML

Simplify this by deciding load address at one place.

(uebayasi)

2015-08-21 03:36:32 UTC MAIN commitmail json YAML

Simplify this by deciding load address at one place.

(uebayasi)

2015-08-21 02:35:52 UTC MAIN commitmail json YAML

2015-08-21 02:32:25 UTC MAIN commitmail json YAML

- sort
- add a bunch of missing release

(jnemeth)

2015-08-21 02:18:18 UTC MAIN commitmail json YAML

2015-08-21 02:02:00 UTC MAIN commitmail json YAML

2015-08-21 01:52:09 UTC MAIN commitmail json YAML

2015-08-20 23:08:33 UTC MAIN commitmail json YAML

when scanning for disklabels, close block device only when this was
the first open. The device driver doesn't do reference counting.

This is still subject to race conditions.

(mlelstv)

2015-08-20 22:27:49 UTC MAIN commitmail json YAML

Minor alterations to reallocarr(3)

Add comment about division.
Mark error branches with __predict_false().
Reduce one branch with the OR trick.

(kamil)

2015-08-20 21:41:12 UTC MAIN commitmail json YAML

2015-08-20 20:08:05 UTC MAIN commitmail json YAML

2015-08-20 18:25:09 UTC MAIN commitmail json YAML

options FFS_EI, and options IPSEC for GENERIC.common . No objections
when raised on port-arm, and only affects those boards including this
file.

Tested on BPI and ODROID-C1

(riz)

2015-08-20 17:25:50 UTC MAIN commitmail json YAML

use snprintf and cast to long.

(christos)

2015-08-20 16:13:41 UTC MAIN commitmail json YAML

In rumprun mode on ARM, don't build syscall or signal code into libc.
(like on x86)

(pooka)

2015-08-20 15:55:09 UTC MAIN commitmail json YAML

Fixed typo: propertly -> property.

(phx)

2015-08-20 14:40:19 UTC MAIN commitmail json YAML

2015-08-20 14:27:15 UTC MAIN commitmail json YAML

XXX: there must be a better way to do this.

(christos)

2015-08-20 12:31:50 UTC MAIN commitmail json YAML

ioconf glue for gpiosim module.

(uebayasi)

2015-08-20 12:28:43 UTC MAIN commitmail json YAML

Now gpiosim needs this for NGPIOSIM.

(uebayasi)

2015-08-20 12:24:04 UTC MAIN commitmail json YAML

Generate ioconf.h automatically.
XXX: still dup of KERN.ioconf here

(christos)

2015-08-20 12:20:10 UTC MAIN commitmail json YAML

2015-08-20 12:09:22 UTC MAIN commitmail json YAML

Use needs-count for # of pseudo instances; suggested by cube@.

(uebayasi)

2015-08-20 12:04:30 UTC MAIN commitmail json YAML

2015-08-20 11:59:16 UTC MAIN commitmail json YAML

2015-08-20 11:58:26 UTC MAIN commitmail json YAML

2015-08-20 11:51:12 UTC MAIN commitmail json YAML

2015-08-20 11:42:57 UTC MAIN commitmail json YAML

Do AT () relocation once.

(uebayasi)

2015-08-20 11:39:28 UTC MAIN commitmail json YAML

${PROG} depends on ${LDSCRIPT}.

(uebayasi)

2015-08-20 11:38:27 UTC MAIN commitmail json YAML