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-10 (4d)  netbsd-9 (4d)  netbsd-8 (8d) 

2024-05-20 12:58:12 UTC Now

2013-10-24 10:36:25 UTC MAIN commitmail json YAML

2013-10-24 09:49:51 UTC MAIN commitmail json YAML

More formatting, typo fixes.

(wiz)

2013-10-24 09:34:47 UTC MAIN commitmail json YAML

manual page for lua(4)

(mbalmer)

2013-10-24 06:59:03 UTC MAIN commitmail json YAML

- markup
- typo; the label command labels partitions, not remove them
- migrate -s isn't applicable to NetBSD
- add information about the space required for migration
- add a "gpt show -l" example

(jnemeth)

2013-10-23 20:28:11 UTC MAIN commitmail json YAML

Fix PR/48332 by reverting to passing 0xffffffff as the cpuctrlmask.
Comment out the cpuctrlmask that doesn't work for the imx23_olinuxino
leaving it there for reference.

(skrll)

2013-10-23 20:18:51 UTC MAIN commitmail json YAML

Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.
This reduces the amount of MD code enormously, and makes it easier
to implement support for newer CPU features which require more fpu
state, or for fpu usage by the kernel.
For access to FPU state across CPUs, an xcall kthread is used now
rather than a dedicated IPI.
No user visible changes intended.

(drochner)

2013-10-23 18:57:40 UTC MAIN commitmail json YAML

2013-10-23 17:26:08 UTC MAIN commitmail json YAML

2013-10-23 17:22:49 UTC MAIN commitmail json YAML

2013-10-23 13:15:47 UTC MAIN commitmail json YAML

2013-10-23 09:32:10 UTC MAIN commitmail json YAML

2013-10-23 09:28:57 UTC MAIN commitmail json YAML

add gffb, tweak comments

(macallan)

2013-10-23 09:28:06 UTC MAIN commitmail json YAML

minor cleanup:
- don't map more PCI space than we have video memory
- clarify some comments

(macallan)

2013-10-23 08:38:12 UTC MAIN commitmail json YAML

2013-10-22 21:37:33 UTC MAIN commitmail json YAML

Read the right register for checking big endianess.

(matt)

2013-10-22 16:37:08 UTC MAIN commitmail json YAML

Be strictly correct about chan->xfer_dma assignment and avoid calling
DMAADDR on fully transfered data phase of a control transfer.

Without this change the KASSERT(offset < dma->block->size) in usb_dmaaddr
would fire.

Found by anon when testing athn(4).

(skrll)

2013-10-22 13:04:25 UTC MAIN commitmail json YAML

Avoid "declaration of 'delay' shadows a global declaration" by renaming
the local variable.

(skrll)

2013-10-22 12:57:40 UTC MAIN commitmail json YAML

Remove unused usbd_xfer_handle from dwc2_pipe. (missed commit)

(skrll)

2013-10-22 09:42:20 UTC MAIN commitmail json YAML

Remove unused usbd_xfer_handle from dwc2_pipe.

(skrll)

2013-10-22 09:30:04 UTC MAIN commitmail json YAML

2013-10-22 09:23:34 UTC MAIN commitmail json YAML

2013-10-22 08:08:51 UTC MAIN commitmail json YAML

2013-10-22 07:30:20 UTC MAIN commitmail json YAML

In a NetBSD disklabel, p_offset is from the beginning of the disk,
not the beginning of the NetBSD partition.

(jnemeth)

2013-10-22 01:01:27 UTC MAIN commitmail json YAML

Fix build for missing chip.

(htodd)

2013-10-21 20:05:50 UTC MAIN commitmail json YAML

2013-10-21 19:27:55 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r193064 for another bugfix related to
exception handling.

(joerg)

2013-10-21 19:14:16 UTC MAIN commitmail json YAML

Only initialise TLS space from the PT_TLS segment, if the size is
positive and the offset has been computed. Fixes PR lib/48324.

(joerg)

2013-10-21 19:11:17 UTC MAIN commitmail json YAML

Revert, init-exec in combination with initalised TLS variables is not
supported.

(joerg)

2013-10-21 17:47:28 UTC MAIN commitmail json YAML

chip unused variable; let the system build again

(mbalmer)

2013-10-21 17:14:06 UTC MAIN commitmail json YAML

2013-10-21 16:15:44 UTC MAIN commitmail json YAML

add MODULE_CLASS_LUA_BINDING

(mbalmer)

2013-10-21 15:37:46 UTC MAIN commitmail json YAML

XXX: gcc initialize a variable

(christos)

2013-10-21 15:32:41 UTC MAIN commitmail json YAML

add a gcc XXX initialization

(christos)

2013-10-21 15:31:26 UTC MAIN commitmail json YAML

2013-10-21 15:13:09 UTC MAIN commitmail json YAML

remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes its
arguments

(christos)

2013-10-21 14:57:56 UTC MAIN commitmail json YAML

2013-10-21 14:47:46 UTC MAIN commitmail json YAML

2013-10-21 14:25:14 UTC MAIN commitmail json YAML

fix type of sysctl, from nisimura@

(christos)

2013-10-21 09:02:08 UTC MAIN commitmail json YAML

Improve wording and remove typos

(skrll)

2013-10-21 08:59:29 UTC MAIN commitmail json YAML

Move the GNUHOSTDIST assignment back to the top of the Makefile.

(skrll)

2013-10-21 08:28:14 UTC MAIN commitmail json YAML

Fix bug introduced in revision 1.13 which meant longjmp would never
work on EABI where VFP didn't exist.

Hi gimpy!

(skrll)

2013-10-21 06:33:11 UTC MAIN commitmail json YAML

Check cpuid leaf 4 for newer Intel CPU to know the cache information.

(msaitoh)

2013-10-21 06:28:15 UTC MAIN commitmail json YAML

No functional change:
- Add prototypes.
- Make some function static.
- Sort functions.

(msaitoh)

2013-10-21 06:11:49 UTC MAIN commitmail json YAML

- Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4).
  This definitions are required to know chache information of
  newer Intel CPU.
- Fix comment.

(msaitoh)

2013-10-20 21:35:46 UTC MAIN commitmail json YAML

2013-10-20 21:18:00 UTC MAIN commitmail json YAML

2013-10-20 21:17:28 UTC MAIN commitmail json YAML

2013-10-20 21:16:55 UTC MAIN commitmail json YAML

2013-10-20 21:16:05 UTC MAIN commitmail json YAML

2013-10-20 21:13:23 UTC MAIN commitmail json YAML

revert typo fix; teach me to blindly take changes from upstream

(jnemeth)

2013-10-20 21:13:15 UTC MAIN commitmail json YAML

2013-10-20 21:12:08 UTC MAIN commitmail json YAML

Now that KASSERT will always consume its arguments, move a KASSERT inside
a DIAGNOSTIC, because the function used is only defined with DIAGNOSTIC.

(christos)

2013-10-20 21:11:15 UTC MAIN commitmail json YAML

2 splbios in a row does not make sense. make the second one splx.

(christos)

2013-10-20 21:06:37 UTC MAIN commitmail json YAML

2013-10-20 21:06:09 UTC MAIN commitmail json YAML

move debugging code inside ifdef debug

(christos)

2013-10-20 21:05:47 UTC MAIN commitmail json YAML

2013-10-20 20:17:52 UTC MAIN commitmail json YAML

attach tty line discipline by name, not by number.  remove unused case value.  lgtm christos

(mbalmer)

2013-10-20 19:47:28 UTC MAIN commitmail json YAML

Revert previous code move to accommodate relocation that does not fit.
Move pxe_command_buf declaration next to the code so
that it fits on the 16 bit relocation. It is in the text segment, but
it does not matter since it is mapped read-write.

(christos)

2013-10-20 17:36:36 UTC MAIN commitmail json YAML

write fail as a proper macro

(christos)

2013-10-20 17:27:37 UTC MAIN commitmail json YAML

adjust output now that we don't output size info for links and directories
by default.

(christos)

2013-10-20 17:22:49 UTC MAIN commitmail json YAML

broadway changed addresses.

(christos)

2013-10-20 17:18:38 UTC MAIN commitmail json YAML

2013-10-20 17:17:30 UTC MAIN commitmail json YAML

2013-10-20 17:16:57 UTC MAIN commitmail json YAML

2013-10-20 17:15:42 UTC MAIN commitmail json YAML

use new function to avoid array overflow

(christos)

2013-10-20 17:14:48 UTC MAIN commitmail json YAML

2013-10-20 17:14:05 UTC MAIN commitmail json YAML

ifdef kernel used only variable

(christos)

2013-10-20 17:13:18 UTC MAIN commitmail json YAML

2013-10-20 17:12:23 UTC MAIN commitmail json YAML

Group the mknative stuff together - no functional change

(skrll)

2013-10-20 17:10:15 UTC MAIN commitmail json YAML

g/c VAX_CONFIGURE_ARGS

(skrll)

2013-10-20 16:00:20 UTC MAIN commitmail json YAML

Make sure gmake is quiet when grabbing variables.

(skrll)

2013-10-20 14:55:28 UTC MAIN commitmail json YAML

Deleted 1 line too many in previous commit.

(skrll)

2013-10-20 14:53:23 UTC MAIN commitmail json YAML

2013-10-20 14:14:18 UTC MAIN commitmail json YAML

2013-10-20 13:30:50 UTC MAIN commitmail json YAML

Force use of static TLS space.

(joerg)

2013-10-20 11:37:53 UTC MAIN commitmail json YAML

Fix memory leak if the provided mac address isn't valid.

(bouyer)

2013-10-20 11:37:11 UTC MAIN commitmail json YAML

Add more XENPRINTF() to xbdback_connect()
in xbdback_backend_changed(), fix memory leak.
Do not free an uninitialized pointer in xbdback_connect(). Should fix
hypervisor or dom0 reboot when using windows PV drivers, as reported
by several users on port-xen.

(bouyer)

2013-10-20 09:30:41 UTC MAIN commitmail json YAML

Use cpuctrlmask in the arm1[01] case.

(skrll)

2013-10-20 03:35:59 UTC MAIN commitmail json YAML

2013-10-20 03:35:33 UTC MAIN commitmail json YAML

- provide the right size to the zeroing memory function
- remove unused variables

(christos)

2013-10-20 03:34:58 UTC MAIN commitmail json YAML

2013-10-20 03:14:34 UTC MAIN commitmail json YAML

2013-10-20 03:14:21 UTC MAIN commitmail json YAML

fix unused variable warnings

(christos)

2013-10-20 03:13:44 UTC MAIN commitmail json YAML

2013-10-20 03:11:44 UTC MAIN commitmail json YAML

2013-10-20 03:10:45 UTC MAIN commitmail json YAML

2013-10-20 03:09:11 UTC MAIN commitmail json YAML

2013-10-20 03:02:27 UTC MAIN commitmail json YAML

2013-10-20 03:00:02 UTC MAIN commitmail json YAML

2013-10-20 02:58:34 UTC MAIN commitmail json YAML

2013-10-20 02:58:24 UTC MAIN commitmail json YAML

2013-10-20 02:47:38 UTC MAIN commitmail json YAML

2013-10-20 00:29:10 UTC MAIN commitmail json YAML

2013-10-20 00:20:53 UTC MAIN commitmail json YAML

always declare needswap

(christos)

2013-10-20 00:16:16 UTC MAIN commitmail json YAML

Move an instruction above .code16 so that it produces an R_386_32 instead
of an R_386_16 relocation, which is truncated to fit. XXX: untested.

(christos)

2013-10-20 00:01:55 UTC MAIN commitmail json YAML

provide a function to access the name and extension as a single array as
opposed depend on array index overflow.

(christos)

2013-10-20 00:00:51 UTC MAIN commitmail json YAML

always declare needswap

(christos)

2013-10-19 23:34:48 UTC MAIN commitmail json YAML

2013-10-19 23:14:27 UTC MAIN commitmail json YAML

put back oldflags and __USE it.

(christos)

2013-10-19 23:07:39 UTC MAIN commitmail json YAML

2013-10-19 22:58:40 UTC MAIN commitmail json YAML

avoid a strict aliasing problem copying the mapped v4 address out of
a ipv6 address.

(mrg)

2013-10-19 22:57:46 UTC MAIN commitmail json YAML

2013-10-19 22:55:13 UTC MAIN commitmail json YAML

actually use the copied tmp_buf, for 3 byte-unaligned uudecode.

(mrg)

2013-10-19 22:55:01 UTC MAIN commitmail json YAML

2013-10-19 22:54:44 UTC MAIN commitmail json YAML

avoid casts when the necessary union member is already available.
from apb.

(mrg)

2013-10-19 22:45:12 UTC MAIN commitmail json YAML

add Ricoh MMC reader

(mlelstv)

2013-10-19 22:36:57 UTC MAIN commitmail json YAML

use 64bit arithmetic to compute sectors-per-unit

(mlelstv)

2013-10-19 22:35:02 UTC MAIN commitmail json YAML

2013-10-19 21:39:12 UTC MAIN commitmail json YAML

adjust previous; old_link_state is also used in INET6.

(mrg)

2013-10-19 21:01:40 UTC MAIN commitmail json YAML

2013-10-19 21:00:32 UTC MAIN commitmail json YAML

- remove set but unused variable.
- put variables only inside #ifdef inside that same #ifdef.
  use __USE() where appropriate.

(mrg)

2013-10-19 20:49:22 UTC MAIN commitmail json YAML

avoid using __USE() in the tools version of this.

(mrg)

2013-10-19 20:12:18 UTC MAIN commitmail json YAML

convert ufs_rw{16,32,64}() into real inline functions in all cases,
so that they consume their second arguments properly.

(mrg)

2013-10-19 19:59:05 UTC MAIN commitmail json YAML

add new scopeid function docs

(christos)

2013-10-19 19:56:56 UTC MAIN commitmail json YAML

2013-10-19 19:47:55 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2013-10-19 19:40:23 UTC MAIN commitmail json YAML

- remove unused but set variables.
- use __USE() where necessary.
- remove useless 'volatile' markers

kd.c:consinit() might be wrong for old proms, but i've not
changed it really.

(mrg)

2013-10-19 19:36:16 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-19 19:29:59 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-19 19:28:13 UTC MAIN commitmail json YAML

Mark unused (in the !FFS_EI case) variables as such.

(martin)

2013-10-19 19:22:16 UTC MAIN commitmail json YAML

remove __unused now that it is used.

(christos)

2013-10-19 19:21:00 UTC MAIN commitmail json YAML

2013-10-19 19:20:50 UTC MAIN commitmail json YAML

Eliminate a variable only used in diagnostic kernels

(martin)

2013-10-19 19:13:51 UTC MAIN commitmail json YAML

2013-10-19 19:10:12 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-19 19:08:39 UTC MAIN commitmail json YAML

2013-10-19 19:03:30 UTC MAIN commitmail json YAML

Mark a variable that is only tested in DIAGNOSTIC kernels as potentially
unused.

(martin)

2013-10-19 18:42:05 UTC MAIN commitmail json YAML

cpu_need_resched(ci, type) might not make use of the type argument - mark
the variable declaration accordingly.

(martin)

2013-10-19 18:39:31 UTC MAIN commitmail json YAML

Ifdef a variable like its use

(martin)

2013-10-19 17:45:01 UTC MAIN commitmail json YAML

2013-10-19 17:44:37 UTC MAIN commitmail json YAML

initialize variables

(christos)

2013-10-19 17:28:38 UTC MAIN commitmail json YAML

build the .h before the .o

(christos)

2013-10-19 17:23:09 UTC MAIN commitmail json YAML

2013-10-19 17:19:30 UTC MAIN commitmail json YAML

2013-10-19 17:16:38 UTC MAIN commitmail json YAML

2013-10-19 17:16:25 UTC MAIN commitmail json YAML

2013-10-19 17:10:17 UTC MAIN commitmail json YAML

move all the necessay code inside ifdef

(christos)

2013-10-19 17:09:38 UTC MAIN commitmail json YAML

using sizeof(char *) to compute the size of a buffer is not going to work
very well.

(christos)

2013-10-19 17:08:15 UTC MAIN commitmail json YAML

move all the unused code inside #if 0

(christos)

2013-10-19 17:06:57 UTC MAIN commitmail json YAML

move all the code that is unused inside #if 0

(christos)

2013-10-19 17:05:58 UTC MAIN commitmail json YAML

avoid pointer gymnastics

(christos)

2013-10-19 17:04:41 UTC MAIN commitmail json YAML

2013-10-19 16:33:11 UTC MAIN commitmail json YAML

Mark a potentially unused (if an arch implements pmap_update as empty
macro) variable accordingly.

(martin)

2013-10-19 16:30:57 UTC MAIN commitmail json YAML

Mark a potentially unused (ifndef FFS_EI) variable

(martin)

2013-10-19 16:23:17 UTC MAIN commitmail json YAML

Mark a potentially unused variable

(martin)

2013-10-19 16:21:57 UTC MAIN commitmail json YAML

comment out unused code (for documentation purposes)

(martin)

2013-10-19 16:19:13 UTC MAIN commitmail json YAML

Make sure we don't accidently pass an unsolicited packet as "ack only"
(which would dereference unitialized pointers)

(martin)

2013-10-19 15:59:15 UTC MAIN commitmail json YAML

2013-10-19 15:56:06 UTC MAIN commitmail json YAML

2013-10-19 15:50:26 UTC MAIN commitmail json YAML

2013-10-19 15:47:02 UTC MAIN commitmail json YAML

2013-10-19 15:44:29 UTC MAIN commitmail json YAML

define constants for scopeid function flags.

(christos)

2013-10-19 15:20:52 UTC MAIN commitmail json YAML

fix userland build, by moving all the unused stuff inside ifdef _KERNEL

(christos)

2013-10-19 14:33:07 UTC MAIN commitmail json YAML

Mark a potentialy unused variable

(martin)

2013-10-19 14:03:04 UTC MAIN commitmail json YAML

#if 0 some unsed code which should probably be finished.

(skrll)

2013-10-19 14:02:29 UTC MAIN commitmail json YAML

Use __unused on a variable used in a KASSERT

(skrll)

2013-10-19 14:01:42 UTC MAIN commitmail json YAML

Remove unused variable.

(skrll)

2013-10-19 14:01:00 UTC MAIN commitmail json YAML

Remove unused variable.

(skrll)

2013-10-19 13:49:11 UTC MAIN commitmail json YAML

2013-10-19 13:42:10 UTC MAIN commitmail json YAML

Wrap long lines overflowed after EXT2_ prefix addtion to fs macro.

(tsutsui)

2013-10-19 13:29:10 UTC MAIN commitmail json YAML

2013-10-19 13:28:37 UTC MAIN commitmail json YAML

Remove unused variable.

(skrll)

2013-10-19 13:21:43 UTC MAIN commitmail json YAML

Remember to unmap pagezero once we've finished with it. Found by gcc 4.8.

(skrll)

2013-10-19 13:18:03 UTC MAIN commitmail json YAML

Actually return any error.

(skrll)

2013-10-19 13:16:30 UTC MAIN commitmail json YAML

Use __unused for a variable and use the correct #ifdef for a block of
code.

(skrll)

2013-10-19 13:15:53 UTC MAIN commitmail json YAML

Add __unused to a variable

(skrll)

2013-10-19 13:13:09 UTC MAIN commitmail json YAML

2013-10-19 10:14:06 UTC MAIN commitmail json YAML

2013-10-19 09:31:24 UTC MAIN commitmail json YAML

Convert FreeBSD numeric FS_<type>s to labels by request.

(jnemeth)

2013-10-19 08:13:21 UTC MAIN commitmail json YAML

- convert FreeBSD FS_<type> to numbers where they don't match NetBSD
- add support for migrating NetBSD disklabel'ed disks (only 7 years late)
- use labels for partition types

(jnemeth)

2013-10-19 08:03:52 UTC MAIN commitmail json YAML

add FreeBSD ZFS partition type

(jnemeth)

2013-10-19 02:07:08 UTC MAIN commitmail json YAML

recognize FreeBSD ZFS partition

(jnemeth)

2013-10-19 01:58:34 UTC MAIN commitmail json YAML

Add code for detecting FreeBSD ZFS partitions.

XXX  Need to add code for migrating NetBSD disklabel'ed disks.

(jnemeth)

2013-10-19 01:19:03 UTC MAIN commitmail json YAML

type fix: accommodate. -> accomodate.

(jnemeth)

2013-10-19 01:12:46 UTC MAIN commitmail json YAML

2013-10-19 01:09:59 UTC MAIN commitmail json YAML

2013-10-19 01:09:16 UTC MAIN commitmail json YAML

avoit type punning

(christos)

2013-10-19 01:08:25 UTC MAIN commitmail json YAML

avoid bogus uninitialized gcc warning

(christos)

2013-10-19 00:57:41 UTC MAIN commitmail json YAML

gcc warns about array bounds limits, but unfortunately the API here requires
flex arrays in a union which is not allowed. So do a trivial pointer assignment
to baffle gcc again.

(christos)

2013-10-19 00:39:39 UTC MAIN commitmail json YAML

use scopeid functions

(christos)

2013-10-19 00:35:30 UTC MAIN commitmail json YAML

2013-10-19 00:28:38 UTC MAIN commitmail json YAML

2013-10-19 00:09:03 UTC MAIN commitmail json YAML

add scopeid functions

(christos)

2013-10-19 00:08:34 UTC MAIN commitmail json YAML

2013-10-19 00:06:50 UTC MAIN commitmail json YAML

bump for scopeid functions

(christos)

2013-10-18 23:43:35 UTC MAIN commitmail json YAML

Note updates of lutok to 0.3 and kyua-cli to 0.7.

(jmmv)

2013-10-18 23:41:40 UTC MAIN commitmail json YAML

2013-10-18 23:37:37 UTC MAIN commitmail json YAML

2013-10-18 23:36:10 UTC MAIN commitmail json YAML

2013-10-18 22:49:40 UTC MAIN commitmail json YAML

netstat -f takes multiple address families.
systat now allows fnmatch(3) patterns to select drives.

(bad)

2013-10-18 22:42:31 UTC MAIN commitmail json YAML

Make :drives, :display, :ignore accept fnmatch(3) patterns to specify drives.
Bump man page date.

(bad)

2013-10-18 22:18:14 UTC MAIN commitmail json YAML

Make the -f option accept multiple address families.
Bump man page date.

(bad)

2013-10-18 21:01:00 UTC MAIN commitmail json YAML

avoid pointer gymnastics

(christos)

2013-10-18 20:47:07 UTC MAIN commitmail json YAML

2013-10-18 20:46:09 UTC MAIN commitmail json YAML

fix sequence point violations

(christos)

2013-10-18 20:43:46 UTC MAIN commitmail json YAML

more clobbering fixes.

(christos)

2013-10-18 20:41:58 UTC MAIN commitmail json YAML

fix clobbered variable

(christos)

2013-10-18 20:41:49 UTC MAIN commitmail json YAML

2013-10-18 20:40:15 UTC MAIN commitmail json YAML

2013-10-18 20:26:45 UTC MAIN commitmail json YAML