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

2024-05-10 20:21:37 UTC Now

2013-01-26 16:50:46 UTC MAIN commitmail json YAML

2013-01-26 16:05:34 UTC MAIN commitmail json YAML

Fix a security issue: when we are reseeding a PRNG seeded early in boot
before we had ever had any entropy, if something else has consumed the
entropy that triggered the immediate reseed, we can reseed with as little
as sizeof(int) bytes of entropy.

(tls)

2013-01-26 16:00:04 UTC MAIN commitmail json YAML

Add proper padding to text section for elf2aout conversion.

The data and bss sections are 8 byte aligned on m68k ELF format,
but a.out header doesn't have section addresses and only
contains size values, so we have to pad size of text section
to make data section get aligned even after elf2aout.

Note elf2aout merges ELF data section into a.out text section
if binary is OMAGIC (i.e. text is writable too) so only
BSS section address was affected (and was almost harmless).

(tsutsui)

2013-01-26 15:53:00 UTC MAIN commitmail json YAML

Check read and write errors to avoid warnings from linux.
XXX: Should we print an error and exit instead?

(christos)

2013-01-26 15:46:24 UTC MAIN commitmail json YAML

2013-01-26 15:44:15 UTC MAIN commitmail json YAML

Fix offset of DS1287A NVRAM address on LUNA-II.

(tsutsui)

2013-01-26 15:18:01 UTC MAIN commitmail json YAML

2013-01-26 13:50:34 UTC MAIN commitmail json YAML

make vmem(9) ready to be used early during bootstrap to replace extent(9).
pass memory for vmem structs into the initialization functions and
do away with the static pools for this.
factor out the vmem internal structures into a private header.
remove special bootstrapping of the kmem_va_arena as all necessary memory
comes from pool_allocator_meta wich is fully operational at this point.

(para)

2013-01-26 11:58:43 UTC MAIN commitmail json YAML

2013-01-26 08:01:49 UTC MAIN commitmail json YAML

Deal with bus addresses better. Switch the DMA bus address base to the
cache coherent range - not that anything uses it yet.

(skrll)

2013-01-26 07:52:17 UTC MAIN commitmail json YAML

Simplify the code by only checking for total_len < pktlen once. The second
check was actually wrong - found by matt@ and clang.

(skrll)

2013-01-26 07:49:11 UTC MAIN commitmail json YAML

Fix bug in detecting EOS/match on armv6+.

(matt)

2013-01-26 07:09:42 UTC MAIN commitmail json YAML

When building for earm*, compile __aeabi_[df]cmpun.c and __aeabi_[il]div0.c

(matt)

2013-01-26 07:08:14 UTC MAIN commitmail json YAML

Appease clang by making 64-bit literals use ULL

(matt)

2013-01-26 07:04:23 UTC MAIN commitmail json YAML

Add __aeabi_[fd]cmpun for IEEE unordered compares (requires by ARM RTABI).

(matt)

2013-01-26 00:31:50 UTC MAIN commitmail json YAML

2013-01-26 00:21:49 UTC MAIN commitmail json YAML

2013-01-26 00:20:40 UTC MAIN commitmail json YAML

2013-01-26 00:19:39 UTC MAIN commitmail json YAML

make the buffer functions look exactly like the kernel ones and add other
cruft to make the kernel files compile.

(christos)

2013-01-25 22:38:00 UTC MAIN commitmail json YAML

2013-01-25 19:07:15 UTC MAIN commitmail json YAML

When using -ledit, also use -lterminfo, to allow static linking.

(he)

2013-01-25 17:28:50 UTC MAIN commitmail json YAML

Provide a disabled implentation of tlparm and ti_tlparm for completeness.
This also improves the readability of _ti_tiparm.

(roy)

2013-01-25 17:12:33 UTC MAIN commitmail json YAML

Update the DEBUG section at the tail of pmap_clear_modify().

Nothing prevents page modification after the modify bit was
cleared but before the DEBUG section checks pmap_is_modified(),
so remove this check.

For the same reason "modified" and "changed" may differ, so only
check "modified" implies "changed" here.

Ok: Matthew Green <mrg@netbsd.org>

(hannken)

2013-01-25 14:20:58 UTC MAIN commitmail json YAML

Obey SMALLPROG and don't enable the editor

(christos)

2013-01-25 13:32:21 UTC MAIN commitmail json YAML

dont crash if edid data is missing or bad

(jmcneill)

2013-01-25 13:20:25 UTC MAIN commitmail json YAML

2013-01-25 13:17:40 UTC MAIN commitmail json YAML

Shut up noisy debug unless pmap_debug_level > 0

(skrll)

2013-01-25 12:52:45 UTC MAIN commitmail json YAML

Add descriptions for terminfo keys to term.h
These are extracted by genman and placed into the compiled terminfo.5
Fixes PR lib/47090

(roy)

2013-01-25 12:30:06 UTC MAIN commitmail json YAML

For platforms where we cannot fit a char * into a long, return NULL
and set errno to ENOTSUPP.

(roy)

2013-01-25 12:27:13 UTC MAIN commitmail json YAML

If char * > long then print a suitable error when passing a string parameter.

(roy)

2013-01-25 12:12:30 UTC MAIN commitmail json YAML

Remove debug accidently commited.

(roy)

2013-01-25 11:51:42 UTC MAIN commitmail json YAML

Replace dagger ("\(dg") with hash mark ("#") for marking up differences.
Dagger wasn't displayed on terminals and replaced with a minus, which
was hard to read.

Requested by agc.

(wiz)

2013-01-25 10:33:53 UTC MAIN commitmail json YAML

don't return hlim when asked for multicast loop flag

(kefren)

2013-01-25 08:52:16 UTC MAIN commitmail json YAML

Use __ARM_PCS_VFP to determine whether the VFP is being used.

(matt)

2013-01-25 08:50:06 UTC matt-nb6-plus commitmail json YAML

Pullup from HEAD:
Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Language
Extentions (clang already defines them):
__ARM_PCS is defined to 1 if the default procedure calling standard for
the translation unit conforms to the "base PCS" defined in [AAPCS].
__ARM_PCS_VFP is defined to 1 if the default is to pass floating-point
parameters in hardware floating-point registers using the "VFP variant PCS"
defined in [AAPCS].

(matt)

2013-01-25 08:32:04 UTC MAIN commitmail json YAML

Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Language
Extentions (clang already defines them):
__ARM_PCS is defined to 1 if the default procedure calling standard for
the translation unit conforms to the "base PCS" defined in [AAPCS].
__ARM_PCS_VFP is defined to 1 if the default is to pass floating-point
parameters in hardware floating-point registers using the "VFP variant PCS"
defined in [AAPCS].

(matt)

2013-01-25 08:31:43 UTC MAIN commitmail json YAML

Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Language
Extentions (clang already defines them):
__ARM_PCS is defined to 1 if the default procedure calling standard for
the translation unit conforms to the "base PCS" defined in [AAPCS].
__ARM_PCS_VFP is defined to 1 if the default is to pass floating-point
parameters in hardware floating-point registers using the "VFP variant PCS"
defined in [AAPCS].

(matt)

2013-01-25 02:01:11 UTC MAIN commitmail json YAML

2013-01-25 00:06:05 UTC MAIN commitmail json YAML

2013-01-25 00:04:06 UTC MAIN commitmail json YAML

2013-01-24 19:55:28 UTC MAIN commitmail json YAML

2013-01-24 19:24:57 UTC MAIN commitmail json YAML

2013-01-24 17:57:29 UTC MAIN commitmail json YAML

don't free cp before we copy it!

(christos)

2013-01-24 17:53:49 UTC MAIN commitmail json YAML

use return instead of exit.

(christos)

2013-01-24 17:50:08 UTC MAIN commitmail json YAML

use O_CLOEXEC, wrap long line.

(christos)

2013-01-24 17:47:59 UTC MAIN commitmail json YAML

2013-01-24 17:46:30 UTC MAIN commitmail json YAML

2013-01-24 17:46:00 UTC MAIN commitmail json YAML

2013-01-24 17:44:59 UTC MAIN commitmail json YAML

make it static const

(christos)

2013-01-24 17:43:44 UTC MAIN commitmail json YAML

Recognize extended attribute headers and warn about them since we are not
currently handling them.

(christos)

2013-01-24 14:23:45 UTC MAIN commitmail json YAML

Assert equality, not assignment, in rnd_hwrng_test.

Not tested, but by inspection, the only caller, rnd_process_events,
clearly guarantees the condition.

(riastradh)

2013-01-24 14:23:09 UTC MAIN commitmail json YAML

2013-01-24 14:17:40 UTC MAIN commitmail json YAML

Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793.
Thanks to Bernd Ernesti.

(roy)

2013-01-24 13:58:41 UTC MAIN commitmail json YAML

2013-01-24 13:35:52 UTC MAIN commitmail json YAML

Pr/47500: Henning Petersen: Don't install man pages for tools

(christos)

2013-01-24 11:06:20 UTC MAIN commitmail json YAML

Fix typo in KASSERT, pointed out by riastradh@ and martin@.

(nakayama)

2013-01-24 10:41:29 UTC MAIN commitmail json YAML

Move the strings vs long analysis to a private function, but allow
tput(1) to use it so we can work with string parameters to capabilities.

(roy)

2013-01-24 10:28:29 UTC MAIN commitmail json YAML

As tparm accepts longs we should treat them as long during expansion.
Also, fix the ~ and ! logic.

(roy)

2013-01-24 10:18:41 UTC MAIN commitmail json YAML

Use __{PTRDIFF,SIZE,WCHAR,WINT}_TYPE__ is they are defined.

(matt)

2013-01-24 10:17:00 UTC MAIN commitmail json YAML

Use __W{CHAR,INT}_{MIN,MAX}__ if they are defined as well as
__W{CHAR,INT}_UNSIGNED__ to determine W{CHAR,INT}_{MIN,MAX} values.

(matt)

2013-01-24 10:15:31 UTC MAIN commitmail json YAML

Shut up clang but returning the result to a uint32_t variable.

(matt)

2013-01-24 10:14:55 UTC MAIN commitmail json YAML

Don't define CP15 inlines when compiling for a _RUMPKERNEL

(matt)

2013-01-24 10:14:17 UTC MAIN commitmail json YAML

Allow this to be included in libkern

(matt)

2013-01-24 10:13:36 UTC MAIN commitmail json YAML

Kill more FPA leftovers.

(matt)

2013-01-24 08:22:38 UTC MAIN commitmail json YAML

oops, turn uaudiodebug off by default again.

(mrg)

2013-01-24 06:48:27 UTC ipsec-tools-0_8-branch commitmail json YAML

2013-01-24 06:47:51 UTC MAIN commitmail json YAML

Fix handling of deletion notification.

(tteras)

2013-01-24 02:04:15 UTC MAIN commitmail json YAML

2013-01-24 01:10:48 UTC MAIN commitmail json YAML

- Fix single letter option parsing.
- Instead of returning 1 << index and 0 on error,
  return just index and -1 on error for the set_option*() routines.

(christos)

2013-01-24 00:10:09 UTC MAIN commitmail json YAML

don't do the partition dance for makefs; we have no real diskdon't do the partition dance for makefs; we have no real diskdon't do the partition dance for makefs; we have no real disk

(christos)

2013-01-23 23:44:30 UTC MAIN commitmail json YAML

2013-01-23 23:31:27 UTC MAIN commitmail json YAML

2013-01-23 22:48:18 UTC MAIN commitmail json YAML

We don't need getdiskinfo() for makefs() since we always deal with an image.

(christos)

2013-01-23 22:47:18 UTC MAIN commitmail json YAML

2013-01-23 22:34:37 UTC MAIN commitmail json YAML

Add strnlen.c to SRCS (which will automatically use the .S version if it
exists).

(matt)

2013-01-23 22:20:06 UTC MAIN commitmail json YAML

cmdline needs to be a line! hi jak.

(skrll)

2013-01-23 21:59:37 UTC MAIN commitmail json YAML

Size for 512 byte sectors and base ffs partition size on totalsize minus
others.

(skrll)

2013-01-23 21:42:23 UTC MAIN commitmail json YAML

return the bit of the option set, so that others can act on it.

(christos)

2013-01-23 21:32:32 UTC MAIN commitmail json YAML

2013-01-23 21:03:25 UTC MAIN commitmail json YAML

Fix sparc64_ipi_ccall by adding proper trap setup.
Fixes xcall(9) problems, as exposed by pserialize(9). Noticed by
J. Hannken-Illjes, cause pointed out by Takeshi Nakayama.

(martin)

2013-01-23 21:03:16 UTC MAIN commitmail json YAML

2013-01-23 20:46:40 UTC MAIN commitmail json YAML

2013-01-23 20:39:46 UTC MAIN commitmail json YAML

Assert equality, not assignment, in fsplit, and say who guarantees it.

(riastradh)

2013-01-23 20:38:28 UTC MAIN commitmail json YAML

2013-01-23 20:27:01 UTC MAIN commitmail json YAML

Move assignment out of assertion in cap_mkdb.

(riastradh)

2013-01-23 20:22:34 UTC MAIN commitmail json YAML

Assert equality, not assignment, in puffs__fsframe_cmp.

(riastradh)

2013-01-23 18:51:51 UTC MAIN commitmail json YAML

It is ridiculous to truncate files on character conversions without
warning and a chance for recovery. This patch sets the handler to
copy the character, clear the error and proceed instead of bailing
out.

To replicate:
- unset LANG
- Create a file that has ~1000 lines. Put a single bad character
- '\344' in it, around 2/3rds of the file down. Save it.
- export LANG=en_US.UTF-8
- edit the file. Notice there is no error for input conversion,
  since nvi reads the file opportunistically.
- :w Boom, the file is truncated.

Alternatively, you can put that character in the first line of the file,
and watch the fireworks. If you like to restore the previous behavior
compile with -DERROR_ON_CONVERT

XXX: Pullup to 6, 5 etc.

(christos)

2013-01-23 18:04:34 UTC MAIN commitmail json YAML

2013-01-23 17:27:35 UTC MAIN commitmail json YAML

2013-01-23 16:51:15 UTC MAIN commitmail json YAML

support BUS_SPACE_MAP_PREFETCHABLE in bcm2835_bs_mmap()

(macallan)

2013-01-23 16:39:04 UTC MAIN commitmail json YAML

2013-01-23 15:29:15 UTC MAIN commitmail json YAML

2013-01-23 15:03:02 UTC MAIN commitmail json YAML

2013-01-23 14:24:14 UTC MAIN commitmail json YAML

2013-01-23 13:06:19 UTC MAIN commitmail json YAML

Fix %t logic and don't output any %; or %e parts.
Fixes PR lib/47490 thanks to Julien Oster

(roy)

2013-01-23 12:35:06 UTC MAIN commitmail json YAML

- Added:
FSF, GPG, NIDS, NIPS, OOO, PHP,
RCS (now being doubled: one capitalized entry for the program name,
  one non capitalized entry for the general term),
SEO,
SFTP (3 times, with 3 different meanings),
SIR (in the meaning of ignal-to-interference ratio),
SPDIF (variant on S/PDIF),
TUI, WOM.

- Removed:
Empty line between the RCS ID and first acronym (not present in
  acronyms either; may cause parsing issues in future though, and
  causes trouble when sorting the file, so remove here instead of
  add in acronyms, also keeping things consistent);
ADP (duplicate),
AWK (also in acronyms),
EOL (in the meaning of ``end of life''; also in acronyms),
FCFS (also in acronyms),
ICE (in the meaning of ``in-circuit emulator''; duplicate),
MP (in the meaning of ``multiprocessor''; combined with the equally
  named entry for ``multiprocessing''),
PERL (not an official acronym),
PIN (also in acronyms).

- augment / correct entries (more consistent use of ``{}'' and
  ``[]'', capitalization, spelling, typos, fix incorrect acronym
  translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
  (this is an acronym list, not a dictionary) and, in one case,
  correct such explanation;
- white space fixes.

From Bug Hunting.

(wiz)

2013-01-23 12:34:45 UTC MAIN commitmail json YAML

- Added:
AM (in a meaning of ``ante meridiem''),
CEO, CUL, JFGI, JFYI, N/A, S/T.

- Removed:
SNR (also in acronyms.comp),
WYSIWYG (also in acronyms.comp).

- augment / correct entries (more consistent use of ``{}'' and
  ``[]'', capitalization, spelling, typos, fix incorrect acronym
  translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
  (this is an acronym list, not a dictionary) and, in one case,
  correct such explanation;
- white space fixes.

From Bug Hunting.

(wiz)

2013-01-23 12:19:03 UTC MAIN commitmail json YAML

Sligthly clean up the (by default unused) #ifdef TRAPS_USE_IG

(martin)

2013-01-23 07:57:27 UTC MAIN commitmail json YAML

Add a (unused) variant of strlcat that uses strnlen and strlcpy to do the work.

(matt)

2013-01-23 07:56:09 UTC MAIN commitmail json YAML

2013-01-23 07:45:47 UTC MAIN commitmail json YAML

2013-01-23 07:38:20 UTC MAIN commitmail json YAML

Add EABI support routines to raise SIGFPE on integer divide by 0.

(matt)

2013-01-23 07:02:45 UTC MAIN commitmail json YAML

Add ARM assembly of strlcat which is implemented using (the ARM optimized)
strnlen and strlcpy.

(matt)

2013-01-23 06:59:55 UTC MAIN commitmail json YAML

2013-01-23 06:53:31 UTC MAIN commitmail json YAML

2013-01-23 05:46:17 UTC MAIN commitmail json YAML

2013-01-23 05:44:52 UTC MAIN commitmail json YAML

Add simple version of strncat for ARM.

(matt)

2013-01-23 03:32:39 UTC MAIN commitmail json YAML

dwc_otg_timer: need to hold intr lock when accessing sc_active queue

(jmcneill)

2013-01-23 02:31:54 UTC MAIN commitmail json YAML

2013-01-23 02:18:50 UTC MAIN commitmail json YAML

Make sure CFLAGS is not empty.

(matt)

2013-01-23 02:15:53 UTC matt-nb6-plus commitmail json YAML

2013-01-23 02:14:54 UTC matt-nb6-plus commitmail json YAML

Handle CPUFLAGS being empty

(matt)

2013-01-23 02:14:14 UTC MAIN commitmail json YAML

Handle CPUFLAGS being empty

(matt)

2013-01-23 00:38:02 UTC yamt-pagecache commitmail json YAML

2013-01-23 00:06:45 UTC yamt-pagecache commitmail json YAML

2013-01-22 22:57:37 UTC MAIN commitmail json YAML

Fix static weak (to extern weak)

(matt)

2013-01-22 22:56:58 UTC matt-nb6-plus commitmail json YAML

Pullup from HEAD:
Add support for init_array/fini_array (conditionalized on HAVE_INITFINI_ARRAY).
[This is needed for ARM EABI.]

(matt)

2013-01-22 22:56:36 UTC matt-nb6-plus commitmail json YAML

If we are using aapcs (EABI), we must be using init/fini arrays

(matt)

2013-01-22 22:49:48 UTC MAIN commitmail json YAML

If you are using aapcs, you must be using INITFINI

(matt)

2013-01-22 22:49:09 UTC MAIN commitmail json YAML

If you are using aapcs, you must be using INITFINI

(matt)

2013-01-22 22:40:31 UTC MAIN commitmail json YAML

fix compilation without -DEDIT

(christos)

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

2013-01-22 22:09:44 UTC MAIN commitmail json YAML

Allow for non inlined definitions for RUMP

(christos)

2013-01-22 21:59:52 UTC MAIN commitmail json YAML

no need for TAILQ_FOREACH_SAFE in dwc_otg_softintr

(jmcneill)

2013-01-22 21:47:29 UTC matt-nb6-plus commitmail json YAML

2013-01-22 21:29:53 UTC MAIN commitmail json YAML

since umidi and sequencer are mpsafe, mark umidi softint with SOFTINT_MPSAFE

(jmcneill)

2013-01-22 21:20:27 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2013-01-22 21:13:40 UTC MAIN commitmail json YAML

2013-01-22 21:12:32 UTC MAIN commitmail json YAML

2013-01-22 20:50:04 UTC MAIN commitmail json YAML

need to protect complete tailq with intr lock

(jmcneill)

2013-01-22 20:43:17 UTC MAIN commitmail json YAML

Make the libfoo.so.X.Y.debug files actually contain debug symbols if MKDEBUG.

(christos)

2013-01-22 20:35:29 UTC MAIN commitmail json YAML

Add a little libedit front end. Could be used as someone's pet project to
learn how to program. It is not enabled in the Makefile, and it states why
there.

(christos)

2013-01-22 20:25:17 UTC MAIN commitmail json YAML

2013-01-22 20:23:21 UTC MAIN commitmail json YAML

2013-01-22 19:28:01 UTC MAIN commitmail json YAML

Remove alloc builtin, it did not work anyway since most modern malloc
implementation use a combination of sbrk/mmap.

(christos)

2013-01-22 15:52:17 UTC MAIN commitmail json YAML

Use correct macro.

(wiz)

2013-01-22 15:48:40 UTC MAIN commitmail json YAML

2013-01-22 15:44:25 UTC MAIN commitmail json YAML

2013-01-22 15:35:08 UTC MAIN commitmail json YAML

document USBD_MPSAFE and USB_TASKQ_MPSAFE

(jmcneill)

2013-01-22 15:19:48 UTC MAIN commitmail json YAML

add USB_TASKQ_MPSAFE to usb_init_task args

(jmcneill)

2013-01-22 14:03:44 UTC MAIN commitmail json YAML

2013-01-22 14:03:20 UTC MAIN commitmail json YAML

add missing flags param to usb_task_init

(jmcneill)

2013-01-22 14:01:20 UTC MAIN commitmail json YAML

default pipe is mpsafe, deal with it

(jmcneill)

2013-01-22 13:51:46 UTC MAIN commitmail json YAML

print only the version as the full version confuses pkgconfig.

(christos)

2013-01-22 13:27:59 UTC MAIN commitmail json YAML

usbd_open_pipe and usbd_open_pipe_intr take different flags! Make sure
the value of USBD_MPSAFE doesn't conflict with flags for either of them, as
it can be passed to both.

(jmcneill)

2013-01-22 13:18:47 UTC MAIN commitmail json YAML

Use usbd_setup_pipe_flags instead of usbd_setup_pipe so the supplied flags
get passed through.

(jmcneill)

2013-01-22 13:06:41 UTC MAIN commitmail json YAML

Simplify dwc_otg_standard_done and always call dwc_host_channel_free on
the last (attempted) TD. We were leaking channels before.

Remove dwc_otg_device_done in the process.

(skrll)

2013-01-22 13:03:25 UTC MAIN commitmail json YAML

Remove unneeded semi-colons

(skrll)

2013-01-22 12:48:07 UTC MAIN commitmail json YAML

make USBD_TASKQ_MPSAFE the same value as USBD_MPSAFE, just in case

(jmcneill)

2013-01-22 12:40:44 UTC MAIN commitmail json YAML

2013-01-22 12:04:59 UTC MAIN commitmail json YAML

simplify the locking in urtwn_start

(jmcneill)

2013-01-22 11:58:40 UTC MAIN commitmail json YAML

2013-01-22 09:39:20 UTC MAIN commitmail json YAML

Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
  ROOTINO -> UFS_ROOTINO
  WINO -> UFS_WINO
  NXADDR -> UFS_NXADDR
  NDADDR -> UFS_NDADDR
  NIADDR -> UFS_NIADDR
  MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
  MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.

(dholland)

2013-01-22 09:04:12 UTC MAIN commitmail json YAML

Don't "sync" atomic ops.
Do sync after each range op.

(matt)

2013-01-22 08:33:19 UTC MAIN commitmail json YAML

Improve a DIAGNOSTIC so it doesn't confuse people who need more coffee,
e.g. me.

(skrll)

2013-01-22 06:24:12 UTC MAIN commitmail json YAML

2013-01-22 01:50:25 UTC MAIN commitmail json YAML

We need more defines for this to actually work!

(christos)

2013-01-22 01:48:34 UTC MAIN commitmail json YAML

No need to wrap each version with a separate conditional.

(christos)

2013-01-22 01:47:21 UTC MAIN commitmail json YAML

Simplify the ifdef mess. No functional context.

(christos)

2013-01-22 01:45:59 UTC MAIN commitmail json YAML

It is useless to check for sigcontext_vec and compat module loading for
PK_32 processes. The correct modules are already loaded, otherwise how
is the process running?

(christos)

2013-01-21 23:42:46 UTC MAIN commitmail json YAML

some more urtwn fixes:
- support manual roaming (used by wpa_supplicant)
- simplify ioctl handler
- add our own reset callback
- acquire KERNEL_LOCK before using net80211 or the network stack
- clear IFF_OACTIVE even in the event of an endpoint stall

(jmcneill)

2013-01-21 21:38:03 UTC MAIN commitmail json YAML

When abusing enums, please at least use valid constants...

(christos)

2013-01-21 20:42:22 UTC MAIN commitmail json YAML

Assume the first ld@sdmmc to attach is the booted device until
possibily-otherwise specified during evbarm cpu_rootconf().

(jakllsch)

2013-01-21 20:28:39 UTC MAIN commitmail json YAML

2013-01-21 20:23:36 UTC netbsd-5-2 commitmail json YAML

2013-01-21 20:23:21 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.

(bouyer)

2013-01-21 20:22:55 UTC netbsd-5-1 commitmail json YAML

2013-01-21 20:22:38 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.

(bouyer)

2013-01-21 20:22:18 UTC netbsd-5-0 commitmail json YAML

2013-01-21 20:21:58 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.

(bouyer)

2013-01-21 20:20:32 UTC MAIN commitmail json YAML

Correct off-by-one in validation of booted partition number.

(jakllsch)

2013-01-21 20:18:59 UTC netbsd-5 commitmail json YAML

2013-01-21 20:18:35 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.

(bouyer)

2013-01-21 19:49:16 UTC MAIN commitmail json YAML

2013-01-21 19:08:43 UTC MAIN commitmail json YAML

force chip into serial mode
add 232RL product id

(mlelstv)

2013-01-21 17:14:23 UTC MAIN commitmail json YAML

Specify the root device in cmdline.txt, also, it's 'Pi', not 'PI'.

(jakllsch)

2013-01-21 16:59:23 UTC MAIN commitmail json YAML

2013-01-21 16:52:56 UTC MAIN commitmail json YAML

2013-01-21 16:49:49 UTC MAIN commitmail json YAML

2013-01-21 16:48:23 UTC MAIN commitmail json YAML

remove trailing line

(christos)

2013-01-21 16:47:23 UTC MAIN commitmail json YAML

Update usage output a little

(skrll)

2013-01-21 16:25:09 UTC MAIN commitmail json YAML

Change the root device to '?' instead of 'ld0a'.
This was overriding the root=device passed in on the kernel command line.

(jakllsch)

2013-01-21 16:08:30 UTC MAIN commitmail json YAML

switch to 32bit colour for X, keep the console in 16bit for some extra speed
( yay, first commit from my BeagleBoard )

(macallan)

2013-01-21 15:32:48 UTC netbsd-5 commitmail json YAML

Fix the revision number of if_wm.c in ticket #1800.

(msaitoh)

2013-01-21 15:21:30 UTC MAIN commitmail json YAML

Umm, fix botch in previous.

(tsutsui)

2013-01-21 14:42:24 UTC MAIN commitmail json YAML

Account idepth properly in timer interrupt handler.

(tsutsui)

2013-01-21 14:17:39 UTC MAIN commitmail json YAML

support WSDISPLAYIO_GET_BUSID
let WSDISPLAYIO_GTYPE return WSDISPLAY_TYPE_OMAP3
no more pretending we're some sort of PCI framebuffer

(macallan)

2013-01-21 14:15:03 UTC MAIN commitmail json YAML

add WSDISPLAY_TYPE_OMAP3

(macallan)

2013-01-21 13:25:44 UTC MAIN commitmail json YAML

Remove some #includes that shouldn't be here.

(skrll)

2013-01-21 13:21:05 UTC MAIN commitmail json YAML

Slightly modify sd attach message, as kernel does.

before:
sd0: HITACHI DK315C-14 rev H7H6, 2807459 512 byte blocks

after:
sd0: HITACHI DK315C-14 rev H7H6, 512 bytes/sect x 2807459 sectors

(tsutsui)

2013-01-21 11:58:12 UTC MAIN commitmail json YAML

2013-01-21 09:14:01 UTC MAIN commitmail json YAML

Replace the rwlock based implementation with passive serialization
from pserialize(9) and mutex / condvar.

The fast paths (fstrans_start/fstrans_done on a file system not
suspended or suspending and fscow_run with no change pending) now
run without locks or other atomic operations.  Suspension and cow
handler insertion and removal is done with mutex / condvars.

The API remains unchanged.

(hannken)

2013-01-21 08:02:01 UTC MAIN commitmail json YAML

Don't use magic number

(skrll)

2013-01-21 07:39:59 UTC MAIN commitmail json YAML

Don't panic when trying to do isoc transfer, just return an error.

(skrll)

2013-01-21 07:37:06 UTC MAIN commitmail json YAML

2013-01-21 03:24:43 UTC MAIN commitmail json YAML

Fix memory leak in  file_matching().

(msaitoh)

2013-01-21 00:02:11 UTC MAIN commitmail json YAML

ic->ic_bss->ni_chan -> ic->ic_curchan

(jmcneill)

2013-01-20 23:52:43 UTC MAIN commitmail json YAML

We only need to be told once about Lee-Jackson Day in Virginia today.
Remove a duplicate for Memorial Day in Michigan while we're here.

(simonb)

2013-01-20 23:51:40 UTC MAIN commitmail json YAML

Put optional args before non-optional ones.

(wiz)

2013-01-20 23:13:44 UTC MAIN commitmail json YAML

use ic_curchan not ic_ibss_chan

(jmcneill)