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

2024-05-10 01:38:51 UTC Now

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

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

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

don't read random garbage from the stack

(christos)

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

avoid pointer gymnastics

(christos)

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

avoid longjmp clobber.

(christos)

2013-10-18 19:58:11 UTC MAIN commitmail json YAML

remove unused variables

(christos)

2013-10-18 19:57:28 UTC MAIN commitmail json YAML

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

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

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

2013-10-18 19:55:38 UTC MAIN commitmail json YAML

move code inside ifdef

(christos)

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

move compat var in compat code.

(christos)

2013-10-18 19:54:00 UTC MAIN commitmail json YAML

2013-10-18 19:53:34 UTC MAIN commitmail json YAML

2013-10-18 19:48:36 UTC MAIN commitmail json YAML

remove unused variable

(christos)

2013-10-18 19:45:40 UTC MAIN commitmail json YAML

2013-10-18 18:38:49 UTC MAIN commitmail json YAML

Remove set but unused variables.

(martin)

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

2013-10-18 17:48:44 UTC MAIN commitmail json YAML

use __USE() for empty macro

(christos)

2013-10-18 17:33:18 UTC MAIN commitmail json YAML

Fix error in previous.  strlen's result is unsigned, so the
correct format is "%zu".

(apb)

2013-10-18 17:03:02 UTC MAIN commitmail json YAML

use the masked variable

(christos)

2013-10-18 16:58:50 UTC MAIN commitmail json YAML

CARD32 might be unsigned int or unsigned long, depending on platform,
so cast to unsigned int when printing.

(apb)

2013-10-18 16:31:40 UTC MAIN commitmail json YAML

The result from strlen() has type size_t, so print it with "%zd" format.

(apb)

2013-10-18 16:06:52 UTC MAIN commitmail json YAML

change if HAVE_GCC is defined

(christos)

2013-10-18 15:59:38 UTC MAIN commitmail json YAML

Print time_t values by casting to intmax_t and using "%ji" format.

(apb)

2013-10-18 15:16:08 UTC MAIN commitmail json YAML

Remove extraneous printf().

(jdc)

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

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

sync behaviour with man page: accept spaces, empty lines and comments

(kefren)

2013-10-18 13:24:40 UTC MAIN commitmail json YAML

When building gcc using clang, avoid trying to use
__attribute__((__format__(__asm_fprintf__, ...)))
because clang doesn't support that.

(apb)

2013-10-18 12:29:52 UTC MAIN commitmail json YAML

Sort SEE ALSO. Grammar consistency.

(wiz)

2013-10-18 11:42:59 UTC MAIN commitmail json YAML

Add HAVE_LLVM/HAVE_PCC, MKLLVM/MKPCC to RELEASEVARS.

(njoly)

2013-10-18 10:49:19 UTC MAIN commitmail json YAML

2013-10-18 08:39:22 UTC MAIN commitmail json YAML

Wrap several unused static inline functions with #if 0.
I didn't delete them because I suspect that they might be needed later.

(apb)

2013-10-18 08:35:24 UTC MAIN commitmail json YAML

Wrap some long lines.

(skrll)

2013-10-18 08:25:49 UTC MAIN commitmail json YAML

Don't refer to uninitialised variable 'v'
in case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE)
in xhci_root_ctrl_start().
This code was apparently pasted from the ehci driver.

OK nick.

(apb)

2013-10-18 08:09:37 UTC MAIN commitmail json YAML

Delete unused function
static inline void egprintstat(u_char);

(apb)

2013-10-18 08:06:06 UTC MAIN commitmail json YAML

2013-10-18 08:04:47 UTC MAIN commitmail json YAML

2013-10-18 08:03:48 UTC MAIN commitmail json YAML

2013-10-18 07:49:06 UTC MAIN commitmail json YAML

fix CVS marker and copyright year

(mbalmer)

2013-10-18 07:46:55 UTC MAIN commitmail json YAML

check lua_tostring()'s return value

(mbalmer)

2013-10-18 02:32:12 UTC rmind-smpnet commitmail json YAML

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

convert a DIAGNOSTIC / panic into a KASSERTMSG().

(mrg)

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

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

Before testing the value of HAVE_GCC, test if it's defined.

(riz)

2013-10-18 00:03:35 UTC MAIN commitmail json YAML

C requires a statement after a label, and a declaration is not a
statement, so create a block using {}.  From christos.

(riz)

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

Avoid casting gymnastics that lead to pointer aliasing by introducing an
inline function.

(christos)

2013-10-17 23:56:17 UTC MAIN commitmail json YAML

remove always inline because new gcc bitches.

(christos)

2013-10-17 23:52:18 UTC rmind-smpnet commitmail json YAML

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

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

we need to return something here.

(christos)

2013-10-17 22:07:59 UTC MAIN commitmail json YAML

Explicitly include bsd.clean.mk for cleandir.

(joerg)

2013-10-17 21:24:25 UTC MAIN commitmail json YAML

2013-10-17 21:23:05 UTC MAIN commitmail json YAML

remove unused variable

(christos)

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

move notyet variable into notyet section

(christos)

2013-10-17 21:22:02 UTC MAIN commitmail json YAML

add __USE for debugging variables

(christos)

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

- remove unused variables
- moved debugging variable into debugging ifdef

(christos)

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

remove unused variables

(christos)

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

remove unused variable

(christos)

2013-10-17 21:18:43 UTC MAIN commitmail json YAML

remove unused variable

(christos)

2013-10-17 21:16:13 UTC MAIN commitmail json YAML

remove unused variables and __USE a debugging variable

(christos)

2013-10-17 21:15:18 UTC MAIN commitmail json YAML

2013-10-17 21:15:00 UTC MAIN commitmail json YAML

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

annotate some unused variables the authors want to keep

(christos)

2013-10-17 21:12:56 UTC MAIN commitmail json YAML

2013-10-17 21:12:24 UTC MAIN commitmail json YAML

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

use the parameter for instruction macros

(christos)

2013-10-17 21:08:16 UTC MAIN commitmail json YAML

2013-10-17 21:07:37 UTC MAIN commitmail json YAML

- remove unused variables
- move ifdef variables inside ifdef sections

(christos)

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

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

2013-10-17 21:05:41 UTC MAIN commitmail json YAML

__USE a debugging var

(christos)

2013-10-17 21:04:44 UTC MAIN commitmail json YAML

2013-10-17 21:04:12 UTC MAIN commitmail json YAML

2013-10-17 21:03:50 UTC MAIN commitmail json YAML

2013-10-17 21:03:27 UTC MAIN commitmail json YAML

- remove unused variables
- add _NOERROR flavor macros for the case where errors are ignored.

(christos)

2013-10-17 21:01:08 UTC MAIN commitmail json YAML

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

2013-10-17 20:58:55 UTC MAIN commitmail json YAML

__USE a debugging variable

(christos)

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

remove unused variable, and move variable used only by XEN in the XEN ifdef.

(christos)

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

initialize a variable, hi gcc again!

(christos)

2013-10-17 20:56:02 UTC MAIN commitmail json YAML

remove unused code from macro

(christos)

2013-10-17 20:55:31 UTC MAIN commitmail json YAML

remove unused code.

(christos)

2013-10-17 20:54:24 UTC MAIN commitmail json YAML

move module code inside module ifdef

(christos)

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

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

- DPRINTF(("val is %d\n", val)); -> DPRINTF(("val is %d\n", var));
- mdoclint:
  - .Nd should not end with period
  - remove trailing spaces

(jnemeth)

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

allow setting transport addresses for interfaces into config file
also move passive-interface functionality under interface block
report the correct line for config parsing errors

(kefren)

2013-10-17 18:04:40 UTC MAIN commitmail json YAML

2013-10-17 18:01:11 UTC MAIN commitmail json YAML

2013-10-17 17:22:59 UTC MAIN commitmail json YAML

Our <sys/param.h> ends up calling header files that define intmax_t. This
should not be the case (but >sys/param.h> is not a standard header so all bets
are off). FreeBSD's does not, so explicitly include <stdint.h> to get it.

(christos)

2013-10-17 16:52:02 UTC MAIN commitmail json YAML

2013-10-17 16:50:48 UTC MAIN commitmail json YAML

2013-10-17 16:50:36 UTC MAIN commitmail json YAML

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

Don't capitalize "it" in the middle of a sentence.

(gson)

2013-10-17 12:53:28 UTC MAIN commitmail json YAML

CID 1107548: resource leak

(christos)

2013-10-17 12:52:09 UTC MAIN commitmail json YAML

CID 1107550: resource leak

(christos)

2013-10-17 09:44:22 UTC MAIN commitmail json YAML

Still more markup. Sort.

(wiz)

2013-10-17 09:33:40 UTC MAIN commitmail json YAML

there is no assign command

(mbalmer)