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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 17:18:40 UTC Now

2015-12-07 20:57:39 UTC MAIN commitmail json YAML

2015-12-07 20:55:49 UTC MAIN commitmail json YAML

- Add support for "midnight" "noon", dawn etc.
- Add validation to date/time strings by checking that mktime did not change
  the fields of struct tm from the ones requested
- Allow the format "year monthname day".
From kre

(christos)

2015-12-07 20:52:46 UTC MAIN commitmail json YAML

2015-12-07 20:01:43 UTC MAIN commitmail json YAML

don't release mutexes you did not enter? Please develop with LOCKDEBUG on!

(christos)

2015-12-07 14:40:23 UTC MAIN commitmail json YAML

2015-12-07 14:40:03 UTC MAIN commitmail json YAML

name moschip devices consistently

(christos)

2015-12-07 14:13:05 UTC MAIN commitmail json YAML

Bugfixes
  - Calculate cycle_time correctly. _ftb is from +127 to -128.
  - Print latency in correct order.
- Don't print the size twice.
- KNF

(msaitoh)

2015-12-07 11:38:46 UTC MAIN commitmail json YAML

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

remove extra shebang and fix a potentially bug

(knakahara)

2015-12-07 09:41:37 UTC MAIN commitmail json YAML

Handle reading of 4kbit EEPROMs in SPD devices. This is needed for DDR4 DIMMs.

(mlelstv)

2015-12-07 06:28:22 UTC MAIN commitmail json YAML

Forgot this file in previous commit (modularization of clockctl(4))

(pgoyette)

2015-12-07 06:19:13 UTC MAIN commitmail json YAML

CID 1341546: Fix integer handling issue (CONSTANT_EXPRESSION_RESULT)

n > INT_MAX where n is a long integer variable never be true on 32bit
architectures. Use time_t(int64_t) instead of long for the variable.

(ozaki-r)

2015-12-07 03:34:00 UTC MAIN commitmail json YAML

synch usage() with the man page.

(pgoyette)

2015-12-07 03:25:58 UTC MAIN commitmail json YAML

2015-12-07 03:11:48 UTC MAIN commitmail json YAML

Improve the httpd(8) printenv.lua Lua example

Stop using Lua builtin print function and replace them with http.* ones.
httpd.print and http.write wraps SSL support when needed.

Print http headers, without them browser may interpret page as raw text.

No need to hardcode prefix path in the form.

Add comments for a user with tips how to use this script.

Patch by Travis Paul

Closes PR misc/50502

(kamil)

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

2015-12-06 21:52:37 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/CHANGES@1.8 / diff / nxr@1.8
src/crypto/external/bsd/openssl/dist/Configure@1.13 / diff / nxr@1.13
src/crypto/external/bsd/openssl/dist/Makefile@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/NEWS@1.8 / diff / nxr@1.8
src/crypto/external/bsd/openssl/dist/README@1.8 / diff / nxr@1.8
src/crypto/external/bsd/openssl/dist/apps/ca.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/dist/apps/s_server.c@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/crypto/bn/bntest.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/crypto/comp/c_zlib.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.c@1.7 / diff / nxr@1.7
      :
(more 37 files)
merge conflicts

(christos)

2015-12-06 15:39:35 UTC nick-nhusb commitmail json YAML

Restructure the xfer methods of ohci(4) so that minimal work in done in
softint context.  Now all memory allocation is done in thread context.

Addresses kern/48308 for ohci(4), might fix some locking bugs around the
*TD free lists, and plugs some memory leaks on error conditions.

(skrll)

2015-12-06 14:43:59 UTC MAIN commitmail json YAML

Fix west australia offset, from kre

(christos)

2015-12-06 10:40:51 UTC MAIN commitmail json YAML

gdb-7.10.1 out.

(wiz)

2015-12-06 09:44:14 UTC MAIN commitmail json YAML

2015-12-06 09:38:54 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2015-12-06 09:38:21 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2015-12-06 09:36:58 UTC MAIN commitmail json YAML

Bump date for previous.
Remove trailing whitespace.

(wiz)

2015-12-06 09:31:20 UTC MAIN commitmail json YAML

Fix the definition of DDR4's tFAW (offset 0x24).

(msaitoh)

2015-12-06 08:53:22 UTC MAIN commitmail json YAML

Clean up assertions and catch integer overflow.

(mlelstv)

2015-12-06 07:40:04 UTC MAIN commitmail json YAML

document new pin configuration flags

(mlelstv)

2015-12-06 07:31:28 UTC MAIN commitmail json YAML

pass new pin configuration flags to driver.

(mlelstv)

2015-12-06 04:27:05 UTC MAIN commitmail json YAML

2015-12-06 02:21:55 UTC MAIN commitmail json YAML

Make options SCIFCONSOLE patchable via a variable using gdb(1) etc.

Tested on dreamcast.

(tsutsui)

2015-12-06 02:04:10 UTC MAIN commitmail json YAML

Convert tsleep(9)/wakeup(9) pairs to condvar(9) with mutex(9).

Briefly tested with mkbd(4).

(tsutsui)

2015-12-06 00:39:26 UTC MAIN commitmail json YAML

Add listing commands for type, set and unset.
Add help and formatting for set and unset.
Change show to print all the attribute info in one line.

(christos)

2015-12-06 00:38:30 UTC MAIN commitmail json YAML

Add test for type, set, unset

(christos)

2015-12-06 00:33:44 UTC MAIN commitmail json YAML

2015-12-05 18:53:29 UTC MAIN commitmail json YAML

2015-12-05 18:52:11 UTC MAIN commitmail json YAML

2015-12-05 18:47:44 UTC MAIN commitmail json YAML

2015-12-05 18:46:08 UTC MAIN commitmail json YAML

Add debugging and more to migration

(christos)

2015-12-05 18:45:35 UTC MAIN commitmail json YAML

2015-12-05 18:29:22 UTC MAIN commitmail json YAML

2015-12-05 14:23:41 UTC MAIN commitmail json YAML

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

2015-12-05 13:31:07 UTC MAIN commitmail json YAML

2015-12-05 08:47:24 UTC MAIN commitmail json YAML

Sprinkle __attribute__((__noreturn__)) to fix build on 7.99.23 with clang.

(wiz)

2015-12-05 08:44:10 UTC MAIN commitmail json YAML

ifdef out unused variables to fix build on NetBSD 7.99.23/amd64 with gcc

(wiz)

2015-12-05 08:11:42 UTC MAIN commitmail json YAML

Fix a date to make this more reproducible.

(wiz)

2015-12-05 07:59:34 UTC MAIN commitmail json YAML

messing with uninitialized structs is a bad thing

(jnemeth)

2015-12-05 06:54:22 UTC MAIN commitmail json YAML

Use the DDR4 rows and columns fields when printing DDR4 data

(pgoyette)

2015-12-05 06:36:12 UTC MAIN commitmail json YAML

Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmem
driver for DDR4.

(msaitoh)

2015-12-05 05:23:35 UTC MAIN commitmail json YAML

2015-12-05 01:59:51 UTC MAIN commitmail json YAML

The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, so
don't install syscall function pointers from the compat module.

(pgoyette)

2015-12-05 00:51:43 UTC MAIN commitmail json YAML

When unloading the module, clear the address of the kauth_listener
after removing the listener.  This enables the module to (attempt to)
initialize again without hitting the KASSERT() is sysvipc_init().

XXX This will allow standard kernels to boot successfully.  However,
XXX module initializtion is still broken.

(pgoyette)

2015-12-04 23:54:06 UTC MAIN commitmail json YAML

Use DIOCGMEDIASIZE instead of DIOCGPART so that we are not limited to 2G.
XXX: All DIOCGPART code needs to be removed...
XXX: pullup-7

(christos)

2015-12-04 21:39:18 UTC MAIN commitmail json YAML

2015-12-04 20:16:23 UTC MAIN commitmail json YAML

2015-12-04 19:36:53 UTC MAIN commitmail json YAML

2015-12-04 18:53:35 UTC MAIN commitmail json YAML

2015-12-04 17:20:38 UTC MAIN commitmail json YAML

2015-12-04 17:20:12 UTC MAIN commitmail json YAML

2015-12-04 17:19:33 UTC MAIN commitmail json YAML

2015-12-04 17:15:39 UTC MAIN commitmail json YAML

Add remove partition data file

(christos)

2015-12-04 17:15:21 UTC MAIN commitmail json YAML

2015-12-04 16:59:57 UTC MAIN commitmail json YAML

2015-12-04 16:59:39 UTC MAIN commitmail json YAML

2015-12-04 16:54:28 UTC MAIN commitmail json YAML

2015-12-04 16:46:24 UTC MAIN commitmail json YAML

2015-12-04 11:14:14 UTC MAIN commitmail json YAML

Update comments to reflect reality

(skrll)

2015-12-04 11:09:54 UTC MAIN commitmail json YAML

2015-12-04 11:01:35 UTC MAIN commitmail json YAML

Shave another whole instruction when KERNEL_BASE_VOFFSET == 0

(skrll)

2015-12-04 05:34:59 UTC MAIN commitmail json YAML

Model 0x5e is also 6th gen Core or Xeon E3-1500 v5 like model 0x4e.

(msaitoh)

2015-12-04 02:26:12 UTC MAIN commitmail json YAML

gif(4): Infinite recursion calls prevention code works again now.

The prevention code haven't worked since gif(4) was changed
to use softint(9). To work this prevention, git_output uses
m_tag(9) like FreeBSD and OpenBSD.

I tested with following code.
====================
# ifconfig gif0 create
# ifconfig gif0 tunnel 10.1.1.1  10.1.1.2
# ifconfig gif0 inet 192.168.100.1 192.168.100.100

# ifconfig gif1 create
# ifconfig gif1 tunnel 192.168.100.1 192.168.100.100
# ifconfig gif1 inet 192.168.101.1 192.168.101.101

# ifconfig gif2 create
# ifconfig gif2 tunnel 192.168.101.1 192.168.101.101
# ifconfig gif2 inet 192.168.102.1 192.168.102.102

# ping -w 1 -c 1 192.168.102.102
# dmesg | tail -n 1
gif0: recursively called too many times(2)
====================

(knakahara)

2015-12-04 01:47:48 UTC MAIN commitmail json YAML

put back usage from kre

(christos)

2015-12-04 01:46:32 UTC MAIN commitmail json YAML

don't print dkctl message for files
fix typo

(christos)

2015-12-04 01:46:12 UTC MAIN commitmail json YAML

fix label printing.

(christos)

2015-12-04 01:43:58 UTC MAIN commitmail json YAML

fix the open error messages to include the right file and strerror

(christos)

2015-12-04 01:42:47 UTC MAIN commitmail json YAML

2015-12-04 01:21:12 UTC MAIN commitmail json YAML

checking multiple things does not work! atf-bug!

(christos)

2015-12-04 01:06:43 UTC MAIN commitmail json YAML

2015-12-04 01:06:17 UTC MAIN commitmail json YAML

2015-12-03 23:51:24 UTC MAIN commitmail json YAML

Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc

(pgoyette)

2015-12-03 21:51:02 UTC MAIN commitmail json YAML

CID 1341564: Arg memory leak

(christos)

2015-12-03 21:49:51 UTC MAIN commitmail json YAML

2015-12-03 21:48:12 UTC MAIN commitmail json YAML

CID 1341563: fix leak

(christos)

2015-12-03 21:46:22 UTC MAIN commitmail json YAML

CID 1341561: Argument memory leak

(christos)

2015-12-03 21:43:25 UTC MAIN commitmail json YAML

CID 1341560: Free arg.

(christos)

2015-12-03 21:40:32 UTC MAIN commitmail json YAML

CID 1341558: Fix proplib memory leaks

(christos)

2015-12-03 21:30:54 UTC MAIN commitmail json YAML

2015-12-03 21:04:59 UTC MAIN commitmail json YAML

CID 1341552: Fix NULL deref

(christos)

2015-12-03 21:04:06 UTC MAIN commitmail json YAML

CID 1341552: Fix NULL deref.

(christos)

2015-12-03 21:01:50 UTC MAIN commitmail json YAML

CID 1341551: Don't bother formatting if ti == NULL

(christos)

2015-12-03 20:58:08 UTC MAIN commitmail json YAML

CID 1341548: Check error returns

(christos)

2015-12-03 20:01:19 UTC MAIN commitmail json YAML

2015-12-03 20:00:12 UTC MAIN commitmail json YAML

PR/50496: Alex Kozlov: teach unzip to extract symlinks

Our libarchive does not handle symliks yet, but later versions do.
Set mode and times for symlinks. Finally handle hardlinks for
completion although they are not handled yet by librarchive.

(christos)

2015-12-03 13:11:45 UTC MAIN commitmail json YAML

It is wrong to -I/usr/include/ssp

(christos)

2015-12-03 11:31:05 UTC MAIN commitmail json YAML

Strange patch(1) behavior got me three copies of the code.  One is
sufficient so remove the excess.

(pgoyette)

2015-12-03 11:28:35 UTC MAIN commitmail json YAML

If compiling as part of a built-in kernel module, make sure we include
the relevant opt_sysv.h file

(pgoyette)

2015-12-03 11:25:45 UTC MAIN commitmail json YAML

Missed these.

Only include the compat_14 sys calls if this being compiled as part of
the compat_netbsd32_sysvipc module.

(pgoyette)

2015-12-03 10:42:12 UTC MAIN commitmail json YAML

root.cache is 2015120100 (December 01, 2015) now.

(taca)

2015-12-03 10:41:22 UTC MAIN commitmail json YAML

Update to 2015120100.

* Addresses of H.ROOT-SERVERS.NET has updated.
* Make IPv6 address lower case.

(taca)

2015-12-03 10:39:50 UTC MAIN commitmail json YAML

2015-12-03 10:38:21 UTC MAIN commitmail json YAML

2015-12-03 04:39:41 UTC MAIN commitmail json YAML

compare to stdout, thanks kre

(christos)

2015-12-03 03:29:02 UTC MAIN commitmail json YAML

2015-12-03 03:28:47 UTC MAIN commitmail json YAML

2015-12-03 03:03:58 UTC MAIN commitmail json YAML

LIST_REMOVE should be done before clearing members of the list element.

(knakahara)

2015-12-03 02:57:47 UTC MAIN commitmail json YAML

Update sets list for merge of compat_sysv --> sysv_ipc

(pgoyette)

2015-12-03 02:56:48 UTC MAIN commitmail json YAML

2015-12-03 02:51:01 UTC MAIN commitmail json YAML

2015-12-03 02:50:49 UTC MAIN commitmail json YAML

remove extra encap_detach().

encap_detach() is already done in gif_delete_tunnel()->in{,6}_gif_detach().

(knakahara)

2015-12-03 02:16:00 UTC MAIN commitmail json YAML

2015-12-03 02:09:20 UTC MAIN commitmail json YAML

Fix stray paste, noted by kre.

(christos)

2015-12-03 02:02:43 UTC MAIN commitmail json YAML

2015-12-03 01:43:33 UTC MAIN commitmail json YAML

2015-12-03 01:31:55 UTC MAIN commitmail json YAML

add c++ compilation guard to the header file

(agc)

2015-12-03 01:16:21 UTC MAIN commitmail json YAML

remove extra assignment

(christos)

2015-12-03 01:07:28 UTC MAIN commitmail json YAML

2015-12-03 00:28:55 UTC MAIN commitmail json YAML

Add comment to #ifdef - it's a long way from its original #if

(pgoyette)

2015-12-02 23:44:02 UTC MAIN commitmail json YAML

2015-12-02 23:42:45 UTC MAIN commitmail json YAML

2015-12-02 23:40:39 UTC MAIN commitmail json YAML

2015-12-02 23:39:51 UTC MAIN commitmail json YAML

Executive summary: ARFE now understands C-like symbols.  I'm using a
different algorithm to figure out where to subdivide the longest common
subsequence search.  I'm actually computing an edit distance instead of
the longest common sequence, but the algorithms are duals so there's not
much practical difference.  I've discarded some tests, and added at least
one new one.

Qualify %d for ptrdiff_t, %td.  Quiets compilation on 64-bit Darwin.

Change the type of the dynamic program cells from size_t to cell_t.  For
now, a cell_t is just a struct containing a size_t score.

Add algq(), a routine for finding k such that

        lcs(A[1:m/2], B[1:k]) | lcs(A[m/2+1:m], B[k+1:n]) = lcs(A, B).

algq() is based on the function Half(i, j) defined in Jeff Erickson's
(jeffe@cs.illinois.edu) lecture notes on advanced dynamic programming.
See http://jeffe.cs.illinois.edu/teaching/algorithms/.

Add to the Makefile (commented out) lines for tracking code coverage.
Use gcov <source file> to see the coverage.

Make the cleandir target remove gcov(1)-related files.

Delete a bunch of dead code and the now unnecessary argument to algc(),
expected_lcs.

We don't need backwards subslices any more, so get rid of that.  When
I got rid of the slice_t member `backward' and all of its uses, GCC
inlined clocc_ends_at() with a really bad effect on performance (>10s
on elmendorf for the t/netstat-s.[01] test, instead of <8s).  I marked
clocc_ends_at() __noinline for a net performance gain.  The gcc version
is (NetBSD nb2 20110806) 4.5.3, btw.

Disable the dbg_assert()s for more reliable performance comparisons.

Rename algq's splitn argument to splitnp since that's my convention
for arguments of that kind.

In algq(), don't get(A, i) m x n times, just get(A, i) m times.

Lightly constify.

Provide __noinline on non-NetBSD systems.

Sprinkle the $ARFE$ keyword.

Rename algc -> findlcs, algq -> findsplitn.

Make Subversion fill $ARFE$ in macaddr.h.

Extract the tags target from {dt,it,tt}/Makefile, put it
in ./Makefile.inc.

We only ever call findsplitn(..., true), so get rid of the do_clocc
argument.

Add an experimental routine, count_records(), that tries to count the
records in its second slice_t argument, using the first slice_t argument
as record template.

Change the class-occurrence (clocc_t) score, clocc_score(), to one plus
the minimum length of the class occurrences, from one plus the product
of the class occurrences' lengths.  This speeds things up a bit.

Simplify findsplitn() by pulling common statements out from if-else
branches, et cetera.

In clocc_starts_in_slice_at(), pass the wlenp argument to
clocc_starts_at().  Nothing passed a non-NULL wlenp to
clocc_starts_in_slice_at(), so this doesn't make any functional
difference.

Compute the edit distance instead of the longest common subsequence.
The one algorithm is a dual of the other.  I may find it easier to
add to the edit distance algorithm improvements like affine gap
penalties, hence the change.

Snapshot of work in progress.  These changes make things quite a bit
slower!  Add affine gap penalties.

Bring count_records() in line with findsplitn(), adding affine gap
penalties.  Update the instrumentation.  Count up the number of gaps
accumulated.

XXX This change makes 'dt netstat-s.0 netstat-s.1' more than twice as
XXX slow as it used to be, owing largely (I think) to the increase in
XXX size of a cell_t, where three ssize_t's track the number of gaps.

Exit with a message and error return code if we run out of slots for
class occurrences.  The class-occurrence array is still statically
allocated---yech.  I'm going to fix it one of these days, I promise.

Stop detecting occurrences of class "string" (KIND_STRING), which
consisted of the names 'abe', 'ada', and 'daria'.  Remove the tests
related to that.

Start detecting occurrences of class "symbol" (KIND_SYMBOL), which
resemble C symbol names: they start with a letter of the alphabet or
underscore.  Following characters are letters, numbers, or underscore.
Update tests to match: the netstat and ifconfig tests produce much more
sensible results, now.  Delete the 'quack<number>quack' tests, since
the symbol detector matches the entire string, now, and the tests don't
stand for any practical use-case.

Add test #5 to tt, which demonstrates how one can use a symbol in the
match template to match a symbol in the input for reproduction in the
transform template.

(dyoung)

2015-12-02 22:32:04 UTC MAIN commitmail json YAML

- factor out into smaller separate functions
- fix signed/unsigned confusion
- do proper write checks
- fix some memory leaks

(christos)

2015-12-02 20:42:07 UTC MAIN commitmail json YAML

don't hard-code the program name

(christos)

2015-12-02 20:41:10 UTC MAIN commitmail json YAML

merge duplicated code and check allocations.

(christos)

2015-12-02 20:36:50 UTC nick-nhusb commitmail json YAML

Sanity checks in ohci_dump_tds

(skrll)

2015-12-02 20:09:54 UTC MAIN commitmail json YAML

2015-12-02 20:09:33 UTC MAIN commitmail json YAML

annotate map additions with non-allocated memory.

(christos)

2015-12-02 20:07:08 UTC nick-nhusb commitmail json YAML

2015-12-02 20:01:44 UTC MAIN commitmail json YAML

- check errors from map allocation
- make map_resize return -1 instead of 0, and handle errors locally
  explaining what's going wrong

(christos)

2015-12-02 18:09:53 UTC MAIN commitmail json YAML

PR/44915: Havard Eidnes:
- Convert NS_NOTFOUND to EAI_NONAME instead
  of EAI_NODATA which more inline with what other OS's do.
- Convert NO_DATA to NS_NOTFOUND since there is no equivalent mapping
  for nsswitch (perhaps we could add one so what we could recover the exact
  error and return EAI_NODATA?)
- If we end up following a CNAME chain that does not find any data return that
  instead of internal error.

XXX: pullup-7

(christos)

2015-12-02 12:36:53 UTC MAIN commitmail json YAML

Allow backup and restore to operate on files.

(christos)

2015-12-02 12:24:02 UTC MAIN commitmail json YAML

don't advertise stuff we don't support.

(christos)

2015-12-02 12:20:52 UTC MAIN commitmail json YAML

Always set NOSYNC if regular file, even if we got the size from the command
line.

(christos)

2015-12-02 11:20:34 UTC MAIN commitmail json YAML

hrmm...

i386devel: {245} ./gpt add -b 1000 -s 1000 disk
Segmentation fault (core dumped)

Where's my flyswatter?  .......zzzzzzzap

(jnemeth)

2015-12-02 10:19:58 UTC MAIN commitmail json YAML

- dereferencing NULL is generally bad, found by visual inspection
- automatically set nosync when opening a file to avoid spurious errors

(jnemeth)

2015-12-02 07:40:29 UTC nick-nhusb commitmail json YAML

Group TD/ITD assignments.  No functional change.

(skrll)

2015-12-02 07:30:54 UTC netbsd-7 commitmail json YAML

2015-12-02 07:28:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1005):
external/gpl3/gcc/dist/gcc/doc/gcc.info: patch
external/gpl3/gcc/dist/gcc/doc/gccinstall.info: patch
external/gpl3/gcc/dist/gcc/doc/gccint.info: patch
external/gpl3/gcc/dist/libitm/libitm.info: patch
Doc updates for gcc 4.8.5.

(snj)

2015-12-02 06:05:14 UTC MAIN commitmail json YAML

Make checks strict

rump.arp should fail with File exists (EEXIST).

(ozaki-r)

2015-12-02 04:17:25 UTC MAIN commitmail json YAML

print the old and the new style usage.

(christos)

2015-12-02 04:07:11 UTC MAIN commitmail json YAML

2015-12-02 04:06:47 UTC MAIN commitmail json YAML

split out into smaller functions.

(christos)

2015-12-02 04:06:10 UTC MAIN commitmail json YAML

use the utility function.

(christos)

2015-12-02 02:04:06 UTC MAIN commitmail json YAML

Don't bother calling log for values <= 1... XXX: should use ilog() instead.
Fixes vax.

(christos)

2015-12-02 01:09:49 UTC MAIN commitmail json YAML

Skip protective MBR early too.

(christos)

2015-12-02 01:01:55 UTC MAIN commitmail json YAML

- write a function to set the entity, so that we don't reset to guid.
- entry 0 means create entry.

(christos)

2015-12-02 00:56:09 UTC MAIN commitmail json YAML

By default, don't display the module load address.  Add a -k option
to restore display of this field.

(pgoyette)

2015-12-02 00:28:24 UTC MAIN commitmail json YAML

Fix evaluation of defined(FOO) and ${FOO} > 0
add a unit-test to catch it.

(sjg)

2015-12-02 00:07:35 UTC MAIN commitmail json YAML

Ooops, remove a local change that wasn't supposed to be committed.

(pgoyette)

2015-12-01 23:59:16 UTC MAIN commitmail json YAML

2015-12-01 23:58:19 UTC MAIN commitmail json YAML

2015-12-01 23:57:19 UTC MAIN commitmail json YAML

2015-12-01 23:56:44 UTC MAIN commitmail json YAML

Prepare for new compat_netbsd32_mqueue module to be split out of
compat_netbsd32.  Refactor the COMPAT_50 code related to mqueue,
and update the syscall definitions.  Remove dependency on mqueue
from the compat_netbsd32 module (the new module will gain this
dependency).

Continuation of work on PR kern/50489

(pgoyette)

2015-12-01 23:38:34 UTC MAIN commitmail json YAML

Properly mark netbsd32_mqueue.c to depend on 'options MQUEUE'

Yes, MQUEUE is included in all kernels by default, but it can be removed.
If it is removed, the compat_netbsd32 module should not include it, either.

(pgoyette)

2015-12-01 23:29:07 UTC MAIN commitmail json YAML

2015-12-01 22:49:25 UTC MAIN commitmail json YAML

Reflect reality better; we don't handle multiple devices anymore, and
the partitions option is only for the commands that support it.

(christos)

2015-12-01 22:18:26 UTC MAIN commitmail json YAML

Don't set TOOL_GREP to something which doesn't exist, just use the host
tool for now.

(joerg)

2015-12-01 22:08:13 UTC MAIN commitmail json YAML

replace 2292MHz entry with 2316MHz

(jmcneill)

2015-12-01 19:25:24 UTC MAIN commitmail json YAML

2015-12-01 17:48:41 UTC MAIN commitmail json YAML

2015-12-01 17:47:38 UTC MAIN commitmail json YAML

Added CENTURY CT-USB1HUB.

(nonaka)

2015-12-01 16:33:56 UTC MAIN commitmail json YAML

automatically enforce readonly for the commands that don't need to write.

(christos)

2015-12-01 16:32:19 UTC MAIN commitmail json YAML

2015-12-01 12:07:41 UTC MAIN commitmail json YAML

There is no user space control for this with cpuctl(8) as far as I can tell. Remove all references to it.

(jmcneill)

2015-12-01 11:50:22 UTC nick-nhusb commitmail json YAML

Comment re-org / wrap long line

(skrll)

2015-12-01 10:36:15 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.9.4

(roy)

2015-12-01 10:08:03 UTC MAIN commitmail json YAML

Add Intel 100 Series chipset's devices.

(msaitoh)

2015-12-01 09:37:17 UTC MAIN commitmail json YAML

2015-12-01 09:36:52 UTC MAIN commitmail json YAML

Add Intel 100 series chipset devices from "Table 2-1. PCH-H Device and
Revision ID Table, Intel 100 Series Chipset Family Platform Controller
Hub(PCI) Datasheet".

(msaitoh)

2015-12-01 09:15:58 UTC MAIN commitmail json YAML

Finish up with the new compat_netbsd32_nfssrv module by adding it to
the sets lists.

This set of commits together should address PRs kern/50410 and kern/50486.

This is also the first of several new modules to be created in response to
PR kern/50489

(pgoyette)

2015-12-01 09:13:58 UTC MAIN commitmail json YAML

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.

(pgoyette)

2015-12-01 09:12:23 UTC MAIN commitmail json YAML

Add MODULE infrastructure to netbsd32_nfssvc.c, remove dependency on it
from netbsd32_mod.c

(pgoyette)

2015-12-01 09:10:49 UTC MAIN commitmail json YAML

2015-12-01 09:10:03 UTC MAIN commitmail json YAML

Mark the nfssvc syscall as auto-loadable from the compat_netbsd32_nfssrv
module (to be committed shortly).

(pgoyette)

2015-12-01 09:05:33 UTC MAIN commitmail json YAML

2015-12-01 08:40:35 UTC MAIN commitmail json YAML

2015-12-01 08:40:06 UTC MAIN commitmail json YAML

Add Intel Core 6G devices from datasheets.

(msaitoh)

2015-12-01 08:22:30 UTC MAIN commitmail json YAML

Remove some diagnostic/debug messages.

(martin)

2015-12-01 07:38:58 UTC nick-nhusb commitmail json YAML

2015-12-01 07:26:08 UTC MAIN commitmail json YAML

Avoid calling brk_string() and hence Var_Export1() on
empty strings.

(sjg)

2015-12-01 06:47:09 UTC nick-nhusb commitmail json YAML

2015-12-01 02:21:17 UTC MAIN commitmail json YAML

2015-12-01 02:20:43 UTC MAIN commitmail json YAML

Adapt to per-emulation syscall_autoload capability (the table of syscalls
that can be autoloaded is currently empty).

(pgoyette)

2015-12-01 02:03:55 UTC MAIN commitmail json YAML

- use gpt_msg to print informational messages (perhaps these should be printed
  only with -v)
- don't print any messages with gpt_msg if quiet
- print a message if we didn't reconfigure the wedges

(christos)

2015-12-01 01:49:23 UTC MAIN commitmail json YAML

only update the wedge information if it is supported.

(christos)

2015-12-01 01:19:02 UTC MAIN commitmail json YAML

Finish the rename from sc_auto --> sc_autoload

(Thanks, brad harder)

(pgoyette)

2015-12-01 00:58:29 UTC MAIN commitmail json YAML

Rename "autoloadprefix" variable to "emulname" - suggested by christos@

(pgoyette)

2015-12-01 00:27:17 UTC MAIN commitmail json YAML

2015-12-01 00:25:58 UTC MAIN commitmail json YAML

Only cast to (void) if the type is NOERR

(pgoyette)

2015-11-30 23:37:56 UTC MAIN commitmail json YAML

Use lstat(2) if we have a link, incase it is a symlink.

Patch from bdrewery at FreeBSD.org

(sjg)

2015-11-30 23:34:47 UTC MAIN commitmail json YAML

KNF - Thanks, christos

(pgoyette)

2015-11-30 23:28:31 UTC MAIN commitmail json YAML

Finish the regen - some of the files from sys/kern got committed
accidentally with the fix to makesyscalls.sh - sorry about that.

(pgoyette)

2015-11-30 23:27:27 UTC MAIN commitmail json YAML

2015-11-30 23:25:54 UTC MAIN commitmail json YAML

2015-11-30 23:24:14 UTC MAIN commitmail json YAML

Cast rsys_syscall() to (void) to appease coverity.

(pgoyette)

2015-11-30 23:17:40 UTC MAIN commitmail json YAML

Rename sc_auto to sc_autoload at suggestion of christos@

(pgoyette)

2015-11-30 23:15:43 UTC MAIN commitmail json YAML

Avoid accessing beyond end of empty string.

Detected by Address Sanitizer - dim at FreeBSD.org

(sjg)

2015-11-30 23:00:14 UTC MAIN commitmail json YAML

Eliminate stray \t in the syscalls_autoload.c output file.

(pgoyette)

2015-11-30 22:58:15 UTC MAIN commitmail json YAML

Remove stray \t (pointed out by Kamil - thanks!

I'll fix the makesyscalls.sh script shortly.

(pgoyette)

2015-11-30 22:48:54 UTC MAIN commitmail json YAML