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

2024-05-09 22:21:25 UTC Now

2011-08-18 19:05:55 UTC MAIN commitmail json YAML

Disable a few stack protector warnings to fix the build with USE_SSP.

This actually recovers something that was in the Makefile before but that
I removed during the update thinking they were not needed any more.  (I had
assumed ssp was the default.)

Build problem reported by bch at methodlogic.net in current-users.

(jmmv)

2011-08-18 17:02:49 UTC MAIN commitmail json YAML

document non-literal string format

(christos)

2011-08-18 16:46:14 UTC MAIN commitmail json YAML

Revert previous as it introduces "Circular dependency on provision
`mountcritremote'".

route6d is "BEFORE: NETWORKING" and was made to "REQUIRE: mountcritremote",
but mountcritremote "REQUIRE: NETWORKING".

(uwe)

2011-08-18 15:36:51 UTC MAIN commitmail json YAML

Make some dashes em-dashes (based on patch from Andrew O. Shadoura).
Note behavior of .META flag wrt out-of-date.

(sjg)

2011-08-18 15:19:30 UTC MAIN commitmail json YAML

Fix formatting of Notes to work with groff.
Patch from Andrew O. Shadoura.

(sjg)

2011-08-18 14:17:08 UTC MAIN commitmail json YAML

uvm_aio_aiodone_pages: check disposed anon correctly.

(yamt)

2011-08-18 14:13:59 UTC MAIN commitmail json YAML

uvm_anon_release:
- don't forget to call uvm_anon_dispose.
- simplify code a little.

(yamt)

2011-08-18 14:13:02 UTC MAIN commitmail json YAML

uvm_anon_freelst:
- clear an_link/an_ref when deferring anon disposal.  otherwise others can
  see bogus an_ref.
- fix the code to remove anon from the list.

(yamt)

2011-08-18 13:47:22 UTC MAIN commitmail json YAML

Fix compilation after bus space changes. They are weak linked to the defaults.

(reinoud)

2011-08-18 13:20:04 UTC MAIN commitmail json YAML

PR/43563: Wolfgang Solfrank: boot.cfg doesn't support comments
Fix makes it support # comments and treat spaces and tabs the same way.

(christos)

2011-08-18 12:53:26 UTC MAIN commitmail json YAML

shut up some debug output accidentially left in

(macallan)

2011-08-18 11:29:27 UTC MAIN commitmail json YAML

revert 4 digit year printing and add -y option to print 4 digit years.

(christos)

2011-08-18 09:03:28 UTC MAIN commitmail json YAML

Finding the disklabel on MBR partitioned disks did no longer work since RDB
support was added. Fixed that and bumped the version to 1.12.

(phx)

2011-08-18 08:55:43 UTC MAIN commitmail json YAML

First check whether an MBR is present. Then use it for locating the disklabel.
Otherwise try to construct a disklabel from RDB partitions, and when
everything fails, look for a raw NetBSD disklabel in LABELSECTOR.
This is the same sequence as in ofwboot now.
Also fixed some typos in the comments.

(phx)

2011-08-18 08:42:07 UTC MAIN commitmail json YAML

Define USE_MBR for ofppc.

(phx)

2011-08-18 08:11:59 UTC MAIN commitmail json YAML

Remove warning about system extended attributes that cannot be copied, since
it will always be displayed when an unprivilegied user moves files across
filesystems (mv(1) uses cp -p in that case). After all, there is no warning
that we loose a setuid bit during a move or copy, so this makes sense.

Fixes bin/45259

(manu)

2011-08-18 06:32:35 UTC MAIN commitmail json YAML

Add a -mtrap-zero-jump option for mips that causes a trap instruction to
fire before a jump to a zero or "near" zero address.  This can't be used
with MIPS1 kernels since MIPS1 doesn't have a trap instruction (it will
be silently ignored).

(matt)

2011-08-18 04:19:47 UTC MAIN commitmail json YAML

With thanks to yamt for the heads-up, and to tls for the suggestion, ssss
needs a csprng - use arc4random(3) rather than random(3) for an unpredictable
source of randomness.

(agc)

2011-08-18 03:25:34 UTC MAIN commitmail json YAML

2011-08-18 02:56:21 UTC MAIN commitmail json YAML

2011-08-18 02:44:46 UTC MAIN commitmail json YAML

2011-08-18 02:32:32 UTC MAIN commitmail json YAML

provide the out of address space test in a gcc-4.5 friendly way.

(christos)

2011-08-18 02:26:39 UTC MAIN commitmail json YAML

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

2011-08-18 02:19:20 UTC MAIN commitmail json YAML

2011-08-18 02:18:41 UTC MAIN commitmail json YAML

Fix gcc-4.5 warnings. If you still see them, e-mail them to me.

(christos)

2011-08-18 02:09:45 UTC MAIN commitmail json YAML

fix gcc-4.5 warnings

(christos)

2011-08-18 02:08:07 UTC MAIN commitmail json YAML

fix gcc-4.5 warnings

(christos)

2011-08-18 00:00:21 UTC MAIN commitmail json YAML

If a target is explicitly flagged .META,
a missing .meta file means it is out-of-date.

(sjg)

2011-08-17 22:26:40 UTC MAIN commitmail json YAML

.code16 user, so disable integrated assembler with clang for now.

(joerg)

2011-08-17 22:16:42 UTC MAIN commitmail json YAML

Fix disable stricter format string messages with clang again.

(joerg)

2011-08-17 21:42:16 UTC MAIN commitmail json YAML

Works with clang's integrated assembler now.

(joerg)

2011-08-17 20:46:27 UTC MAIN commitmail json YAML

amap_cow_now: just free the fresh anon on error, no need to dispose it.

(rmind)

2011-08-17 19:28:37 UTC MAIN commitmail json YAML

2011-08-17 18:54:08 UTC MAIN commitmail json YAML

2011-08-17 18:52:01 UTC MAIN commitmail json YAML

2011-08-17 18:51:10 UTC MAIN commitmail json YAML

Adjust reachover Makefiles after tmux 1.5 import.

The new code has quite a bit of warnings to be fixed.  I did not realize
until merge-resolving time that christos@ had fixed such warnings in our
copy of tmux 1.4 and assumed these warnings were new and thus could just
be disabled.

Therefore, I'm disabling some global warning checks as a temporary measure
to bring the tree back to a buildable state.  I will take a look at these
warnings afterwards.

(jmmv)

2011-08-17 18:48:37 UTC MAIN commitmail json YAML

2011-08-17 18:40:16 UTC MAIN commitmail json YAML

Import tmux 1.5:

CHANGES FROM 1.4 TO 1.5, 09 July 2011

* Support xterm mouse modes 1002 and 1003.
* Change from a per-session stack of buffers to one global stack. This renders
  copy-buffer useless and makes buffer-limit now a server option.
* Fix most-recently-used choice by avoiding reset the activity timer for
  unattached sessions every second.
* Add a -P option to new-window and split-window to print the new window or
  pane index in target form (useful to pass it into other commands).
* Handle a # at the end of a replacement string (such as status-left)
  correctly.
* Support for UTF-8 mouse input (\033[1005h) which was added in xterm 262.
  If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
  UTF-8 terminals. The option defaults to on if LANG etc are set in the same
  manner as the utf8 option.
* Support for HP-UX.
* Accept colours of the hex form #ffffff and translate to the nearest from the
  xterm(1) 256-colour set.
* Clear the non-blocking IO flag (O_NONBLOCK) on the stdio file descriptors
  before closing them (fixes things like "tmux ls && cat").
* Use TMPDIR if set.
* Fix next and previous session functions to actually work.
* Support -x and -y for new-session to specify the initial size of the window
  if created detached with -d.
* Make bind-key accept characters with the top-bit-set and print them as octal.
* Set $TMUX without the session when background jobs are run.
* Simplify the way jobs work and drop the persist type, so all jobs are
  fire-and-forget.
* Accept tcgetattr/tcsetattr(3) failure, fixes problems with fatal() if the
  terminal disappears while locked.
* Add a -P option to detach to HUP the client's parent process (usually causing
  it to exit as well).
* Support passing through escape sequences to the underlying terminal by using
  DCS with a "tmux;" prefix.
* Prevent tiled producing a corrupt layout when only one column is needed.
* Give each pane created in a tmux server a unique id (starting from 0), put it
  in the TMUX_PANE environment variable and accept it as a target.
* Allow a start and end line to be specified for capture-pane which may be
  negative to capture part of the history.
* Add -a and -s options to lsp to list all panes in the server or session
  respectively. Likewise add -s to lsw.
* Change -t on display-message to be target-pane for the #[A-Z] replacements
  and add -c as target-client.
* The attach-session command now prefers the most recently used unattached
  session.
* Add -s option to detach-client to detach all clients attached to a session.
* Add -t to list-clients.
* Change window with mouse wheel over status line if mouse-select-window is on.
* When mode-mouse is on, automatically enter copy mode when the mouse is
  dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel
  is scrolled off the bottom.
* Provide #h character pair for short hostname (no domain).
* Don't use strnvis(3) for the title as it breaks UTF-8.
* Use the tsl and fsl terminfo(5) capabilities to update terminal title and
  automatically fill them in on terminals with the XT capability (which means
  their title setting is xterm-compatible).
* Add a new option, mouse-resize-pane. When on, panes may be resized by
  dragging their borders.
* Fix crash by resetting last pane on {break,swap}-pane across windows.
* Add three new copy-mode commands - select-line, copy-line, copy-end-of-line.
* Support setting the xterm clipboard when copying from copy mode using the
  xterm escape sequence for the purpose (if xterm is configured to allow it).
* Support xterm(1) cursor colour change sequences through terminfo(5) Cc
  (set) and Cr (reset) extensions.
* Support DECSCUSR sequence to set the cursor style with two new terminfo(5)
  extensions, Cs and Csr.
* Make the command-prompt custom prompts recognize the status-left option
  character pairs.
* Add a respawn-pane command.
* Add a couple of extra xterm-style keys that gnome terminal provides.
* Allow the initial context on prompts to be set with the new -I option to
  command-prompt. Include the current window and session name in the prompt
  when renaming and add a new key binding ($) for rename session.
* Option bell-on-alert added to trigger the terminal bell when there is an
  alert.
* Change the list-keys format so that it shows the keys using actual tmux
  commands which should be able to be directly copied into the config file.
* Show full targets for lsp/lsw -a.
* Make confirm-before prompt customizable with -p option like command-prompt
  and add the character pairs #W and #P to the default kill-{pane,window}
  prompts.
* Avoid sending data to suspended/locked clients.
* Small memory leaks in error paths plugged.
* Vi mode improvements.

Status:

Vendor Tag: TMUX
Release Tags: tmux-1-5

(jmmv)

2011-08-17 18:37:59 UTC MAIN commitmail json YAML

Adjust instructions and import script in preparation for tmux 1.5.

(jmmv)

2011-08-17 18:34:13 UTC MAIN commitmail json YAML

Add an inline ex script to modify configargs.h for powerpc to auto-enable
-msoft-float.

(matt)

2011-08-17 18:33:03 UTC MAIN commitmail json YAML

Regen (since mknative blew away _SOFT_FLOAT changes).

(matt)

2011-08-17 18:17:40 UTC MAIN commitmail json YAML

Remove redundant set of prototypes for local functions, exposed by
previous.

(dholland)

2011-08-17 18:16:51 UTC MAIN commitmail json YAML

Move some things around so declarations appear in a reasonable order.

(dholland)

2011-08-17 17:08:59 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-17 16:57:14 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-17 16:39:30 UTC MAIN commitmail json YAML

Make route6d REQUIRE: mountcritremote.

route6d is in /usr/sbin, and thus on systems with separate / and /usr,
/etc/rc.d/route6d can be run before /usr is mounted, resulting in
route6d mysteriously failing to start.

(gdt)

2011-08-17 15:32:20 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-17 14:56:55 UTC MAIN commitmail json YAML

In pci_msi_establish(), replace several anonymous constants with IOAPIC_
symbols.  No change in the generated assembly.

(dyoung)

2011-08-17 14:55:11 UTC MAIN commitmail json YAML

Add definitions from [1] for the I/O APIC's MSI Message Address & Data
registers.

[1] Intel Corporation, Intel 64 and IA-32 Architectures Software
    Developer's Manual, Volume 3A: System Programming Guide, Part 1,
    http://www.intel.com/Assets/PDF/manual/253668.pdf, Chapter 10,
    January, 2011.

(dyoung)

2011-08-17 14:52:09 UTC MAIN commitmail json YAML

Remove bus_space_handle_is_equal() and bus_space_is_equal() since
they're declared in bus_proto.h.

(dyoung)

2011-08-17 14:49:00 UTC MAIN commitmail json YAML

2011-08-17 14:44:06 UTC MAIN commitmail json YAML

add a first stab at a manual page for this daemon

(agc)

2011-08-17 14:43:16 UTC MAIN commitmail json YAML

we refer to an iSCSI session later in this man page as a distinguished value,
so define it properly at first use.

(agc)

2011-08-17 14:41:53 UTC MAIN commitmail json YAML

don't use a -v command line argument to print the version - we have the
version command to do that

(agc)

2011-08-17 14:39:59 UTC MAIN commitmail json YAML

Redo mips_fixup so that it can handle indirect loads and deal with loongson2
extra instructions.

(matt)

2011-08-17 14:07:45 UTC MAIN commitmail json YAML

fix non-literal format strings

(christos)

2011-08-17 14:07:31 UTC MAIN commitmail json YAML

add noreturn atttribute.

(christos)

2011-08-17 14:00:31 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-17 13:57:12 UTC MAIN commitmail json YAML

fix non-literal string format

(christos)

2011-08-17 13:54:31 UTC MAIN commitmail json YAML

document that we are using non-literal string formats.

(christos)

2011-08-17 13:48:11 UTC MAIN commitmail json YAML

Eliminate non-literal format strings, and now that gcc warns, kill y2k format
warning.

(christos)

2011-08-17 13:37:40 UTC MAIN commitmail json YAML

kill 2 digit year format.

(christos)

2011-08-17 13:29:39 UTC MAIN commitmail json YAML

document non-literal string format

(christos)

2011-08-17 13:26:49 UTC MAIN commitmail json YAML

eliminate non-literal format strings.

(christos)

2011-08-17 13:22:33 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-17 13:19:09 UTC MAIN commitmail json YAML

document non literal string format

(christos)

2011-08-17 13:12:39 UTC MAIN commitmail json YAML

fix non-literal format stringg.

(christos)

2011-08-17 13:11:22 UTC MAIN commitmail json YAML

avoid "... dutch" being interpreted as a pascal continuation message, and
core-dumping.

(christos)

2011-08-17 12:57:19 UTC MAIN commitmail json YAML

document non-literal format strings.

(christos)

2011-08-17 12:56:55 UTC MAIN commitmail json YAML

2011-08-17 12:27:50 UTC MAIN commitmail json YAML

Fix sign compare bugs

(martin)

2011-08-17 12:03:47 UTC MAIN commitmail json YAML

mdocml-1.11.6 is out

(wiz)

2011-08-17 10:48:02 UTC MAIN commitmail json YAML

2011-08-17 10:46:39 UTC MAIN commitmail json YAML

Add missing prototypes for bus_*_is_equal functions.

(martin)

2011-08-17 10:08:43 UTC MAIN commitmail json YAML

2011-08-17 09:56:03 UTC MAIN commitmail json YAML

2011-08-17 09:55:41 UTC MAIN commitmail json YAML

2011-08-17 09:53:54 UTC MAIN commitmail json YAML

2011-08-17 09:40:40 UTC cherry-xenmp commitmail json YAML

2011-08-17 09:32:55 UTC MAIN commitmail json YAML

widen the type to avoid gcc warning about shifting too much.

(christos)

2011-08-17 09:30:14 UTC MAIN commitmail json YAML

2011-08-17 09:29:59 UTC MAIN commitmail json YAML

Missing bit in previous commit: do_sys_utimens prototype in the right
place.

(manu)

2011-08-17 09:24:24 UTC MAIN commitmail json YAML

2011-08-17 09:20:14 UTC MAIN commitmail json YAML

2011-08-17 09:19:38 UTC MAIN commitmail json YAML

fix gcc array out of bounds confusion.

(christos)

2011-08-17 09:18:38 UTC MAIN commitmail json YAML

2011-08-17 09:03:47 UTC MAIN commitmail json YAML

2011-08-17 08:31:27 UTC MAIN commitmail json YAML

add missing prototype

(martin)

2011-08-17 08:29:20 UTC MAIN commitmail json YAML

Remove trailing whitespace. Bump date for previous.
New sentence, new live. End sentence with dot.

(wiz)

2011-08-17 08:22:50 UTC MAIN commitmail json YAML

fix type-punned warnings using memcpy

(christos)

2011-08-17 08:06:38 UTC MAIN commitmail json YAML

Instead of printing the raw suspect value instead of the name (!?!?), print the
name and the suspect value vis encoded.

(christos)

2011-08-17 07:26:17 UTC MAIN commitmail json YAML

2011-08-17 07:25:30 UTC MAIN commitmail json YAML

Add futimens(2) and part utimensat(2)
(missing bit from previous commit)

(manu)

2011-08-17 07:22:35 UTC MAIN commitmail json YAML

2011-08-17 06:59:29 UTC MAIN commitmail json YAML

emulate the special3 opcode LX (lwx, ldx, lhx, lbux) instructions.

(matt)

2011-08-17 05:32:09 UTC MAIN commitmail json YAML

Remove gcc-4.5 hacks. I must have fixed them in a different pass.

(christos)

2011-08-17 05:30:01 UTC MAIN commitmail json YAML

remove gcc-4.5 hacks; gcc-4.5 does not like fileno() to be unchecked, and
produces an unhelpful out of bounds array warning, so check it.

(christos)

2011-08-17 00:59:48 UTC MAIN commitmail json YAML

Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3).

Use named constants and more conventional variable names in
pci_msi_establish() and pci_msi_disestablish().  Fix a couple of bugs:
pci_msi_establish() returned a pointer to the struct intrhand instead of
to the struct msi_hdl as it was intended to, and pci_msi_disestablish()
did not free(9) the msi_hdl.

(dyoung)

2011-08-17 00:45:55 UTC MAIN commitmail json YAML

Ajdust bootcode file name from mbr_gpt to gptmbr.bin.

(jakllsch)

2011-08-17 00:33:52 UTC MAIN commitmail json YAML

Add ./usr/mdec/gptmbr.bin obsoleting mbr_gpt and mbr_gpt_com0.

(jakllsch)

2011-08-17 00:25:05 UTC MAIN commitmail json YAML

Add gptmbr from syslinux 4.04, with some local modifications to fit our mbr
build system and to be self contanined.

Also, unlink the old mbr_gpt from the build.

(jakllsch)

2011-08-17 00:07:39 UTC MAIN commitmail json YAML

Remove home grown GPT MBR handoff support in favor of T13 EDD-4 annex A,
which does the same thing in a more interoperable way.

(jakllsch)

2011-08-17 00:04:42 UTC MAIN commitmail json YAML

Switch 'gpt biosboot' to support T13 EDD-4 annex A GPT hybrid MBR instead
of a home-grown MBR/VBR hand off protocol.

'biosboot' now will set the legacy BIOS boot flag instead of patching a
GUID into the MBR.

(jakllsch)

2011-08-16 23:35:55 UTC MAIN commitmail json YAML

To fix i386/ALL kernel, #include <dev/dtv/dtvif.h> for struct
dtv_payload.

(dyoung)

2011-08-16 23:32:15 UTC MAIN commitmail json YAML

Protect against bugs by using __strict_weak_alias() for
bus_space_is_equal() and bus_space_handle_is_equal().

(dyoung)

2011-08-16 23:30:24 UTC MAIN commitmail json YAML

Add __strict_weak_alias(), the type-safe alternative to __weak_alias().

(dyoung)

2011-08-16 22:33:39 UTC MAIN commitmail json YAML

vn_close: add an assertion

(yamt)

2011-08-16 19:53:04 UTC MAIN commitmail json YAML

Use __dead instead of __attribute__((__noreturn__)).

(dholland)

2011-08-16 18:28:41 UTC MAIN commitmail json YAML

Improve a comment. For Snader_LB.

(wiz)

2011-08-16 18:20:04 UTC MAIN commitmail json YAML

Increase strictness of LZW parser.

(joerg)

2011-08-16 18:17:19 UTC MAIN commitmail json YAML

Increase robustness of LZW decoding to avoid buffer overflow on
arbitrary manipulated input streams in combination with uninitalised
memory.

(joerg)

2011-08-16 16:45:20 UTC MAIN commitmail json YAML

gcc-4.5 is picky about potential negative indexes. appease it.

(christos)

2011-08-16 16:37:07 UTC MAIN commitmail json YAML

2011-08-16 16:36:38 UTC MAIN commitmail json YAML

2011-08-16 16:25:16 UTC MAIN commitmail json YAML

2011-08-16 14:29:16 UTC MAIN commitmail json YAML

2011-08-16 14:08:36 UTC MAIN commitmail json YAML

2011-08-16 14:04:26 UTC MAIN commitmail json YAML

#define is followed by tab, not space.
(Not my idea of sanity, but it's convention.)

(jakllsch)

2011-08-16 14:03:16 UTC MAIN commitmail json YAML

Add partition entry attributes listed in UEFI 2.3.1 spec.

(jakllsch)

2011-08-16 13:58:21 UTC MAIN commitmail json YAML

Fix typo in comment, from Snader_LB.

(wiz)

2011-08-16 13:57:30 UTC MAIN commitmail json YAML

Do proper input validation. Allow decompressing all input streams.

(joerg)

2011-08-16 13:55:02 UTC MAIN commitmail json YAML

Do proper input validation without penalizing performance.

(joerg)

2011-08-16 13:15:04 UTC MAIN commitmail json YAML

Fix missing comma in errx() in normally not compiled code.

(reinoud)

2011-08-16 12:59:01 UTC MAIN commitmail json YAML

use appropriate WID and FBC for high resolution mode
Tested with a 1680x1050 TFT on an ffb2+

(macallan)

2011-08-16 12:49:13 UTC MAIN commitmail json YAML

2011-08-16 12:39:30 UTC MAIN commitmail json YAML

remove gcc-4.5 hack and check fileno instead.

(christos)

2011-08-16 12:05:52 UTC MAIN commitmail json YAML

document non-literal format string.

(christos)

2011-08-16 12:03:32 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-16 12:00:46 UTC MAIN commitmail json YAML

- document non-literal format string
- use err/errx
- prototypes

(christos)

2011-08-16 11:49:17 UTC MAIN commitmail json YAML

document non-literal format string

(christos)

2011-08-16 11:28:18 UTC MAIN commitmail json YAML

document non-literal string formats

(christos)

2011-08-16 11:26:16 UTC MAIN commitmail json YAML

avoid non-literal format string

(christos)

2011-08-16 11:19:41 UTC MAIN commitmail json YAML

eliminate/document non-literal format strings

(christos)

2011-08-16 11:14:05 UTC MAIN commitmail json YAML

2011-08-16 11:10:54 UTC MAIN commitmail json YAML

avoid non-literal format strings.

(christos)

2011-08-16 11:06:34 UTC MAIN commitmail json YAML

kill homebrew error functions

(christos)

2011-08-16 10:45:37 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-16 10:39:31 UTC MAIN commitmail json YAML

Avoid non-literal format strings

(christos)

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

2011-08-16 10:36:31 UTC MAIN commitmail json YAML

2011-08-16 10:35:03 UTC MAIN commitmail json YAML

2011-08-16 10:34:23 UTC MAIN commitmail json YAML

2011-08-16 10:33:17 UTC MAIN commitmail json YAML

document non-literal format string

(christos)

2011-08-16 10:14:40 UTC MAIN commitmail json YAML

document non-literal format strings

(christos)

2011-08-16 09:43:03 UTC MAIN commitmail json YAML

2011-08-16 09:42:21 UTC MAIN commitmail json YAML

2011-08-16 09:26:22 UTC MAIN commitmail json YAML

- document non-literal format strings
- avoid strict aliasing violations, but adding an intermediate function.

(christos)

2011-08-16 08:33:46 UTC MAIN commitmail json YAML

avoid non-literal format strings

(christos)

2011-08-16 08:29:16 UTC MAIN commitmail json YAML

2011-08-16 08:18:19 UTC MAIN commitmail json YAML

document non-literal format string (unsafe)

(christos)

2011-08-16 08:07:12 UTC MAIN commitmail json YAML

document non-literal format

(christos)

2011-08-16 08:04:17 UTC MAIN commitmail json YAML

document non-literal format

(christos)

2011-08-16 08:02:18 UTC MAIN commitmail json YAML

2011-08-16 07:57:21 UTC MAIN commitmail json YAML

- document non-literal format
- no need for WARNS = 0 here

(christos)

2011-08-16 07:55:29 UTC MAIN commitmail json YAML

Add macros to hide OpenGroup extened API set 2 from GNU configure. This
is a temporary  workaround until the implementation is completed.

(manu)

2011-08-16 07:52:32 UTC MAIN commitmail json YAML

- no need for gcc-4.5 hacks
- document non literal format

(christos)

2011-08-16 07:51:46 UTC MAIN commitmail json YAML

do the overflow check in a way that gcc-4.5 likes.

(christos)

2011-08-16 07:05:16 UTC MAIN commitmail json YAML

Note MIPS DSP support.

(matt)

2011-08-16 07:01:38 UTC MAIN commitmail json YAML

Deal the brokenness of some u-boot (bsentry [byte swapped entry]) and add
some support for varying compressions schemes.

(matt)

2011-08-16 06:59:20 UTC MAIN commitmail json YAML

Use cpu_startup_command (and now HWRENA gets properly initialized).

(matt)

2011-08-16 06:58:16 UTC MAIN commitmail json YAML

2011-08-16 06:55:12 UTC MAIN commitmail json YAML

2011-08-16 05:28:44 UTC MAIN commitmail json YAML

- proper varyadic warning and error
- don't call syslog with a buffer, use %s first.

(christos)

2011-08-16 05:24:20 UTC MAIN commitmail json YAML

- it is not the 80's anymore, use proper varargs
- no need to exit again, error does

(christos)

2011-08-16 05:15:21 UTC MAIN commitmail json YAML

- document non-literal strings
- fix bad security practices: {msyslog,syslog,printf}(buffer) ->
    {msyslog,syslog,printf}("%s", buffer)
- use an anonymous union to avoid type punning casts
- re-order expression to avoid integer overflow

(christos)

2011-08-16 04:45:17 UTC MAIN commitmail json YAML

2011-08-16 04:04:57 UTC MAIN commitmail json YAML

Sync w/ reality

+ gcc 4.5 is done
+ better description of status of iSCSI initiator

(agc)

2011-08-16 03:33:37 UTC MAIN commitmail json YAML

provisional fix for CVS-2011-2895, buffer overflow during decompress

(christos)

2011-08-16 03:25:35 UTC MAIN commitmail json YAML

set errno on overflow return.

(christos)

2011-08-16 03:24:47 UTC MAIN commitmail json YAML

provisional fix for CVE-2011-2895, buffer overflow in decompression

(christos)

2011-08-16 03:21:47 UTC MAIN commitmail json YAML

provisional fix for CVS-2011-2895, buffer overflow when uncompressing

(christos)

2011-08-16 02:59:16 UTC MAIN commitmail json YAML

2011-08-16 02:59:00 UTC MAIN commitmail json YAML

add extra cast for systems where sizeof(time_t) < sizeof(intmax_t)

(christos)

2011-08-16 01:14:58 UTC MAIN commitmail json YAML

We shouldn't cast client_time to (intmax_t) because it is a char * not
an integer.

(elric)

2011-08-15 21:19:27 UTC MAIN commitmail json YAML

P
Fix CVS-2011-2895, buffer overflow in decompress

(christos)

2011-08-15 21:12:44 UTC MAIN commitmail json YAML

Fix CVS-2011-2748, malformed packets can cause server to crash causing a DoS.

(christos)

2011-08-15 21:00:50 UTC MAIN commitmail json YAML

2011-08-15 20:17:12 UTC MAIN commitmail json YAML

invert buggy ci_flag test

(cherry)

2011-08-15 20:14:52 UTC MAIN commitmail json YAML

Do not panic() on xen_send_ipi() sent to a cpu not yet running.
x86 MP boot depends on this strange behaviour.

(cherry)

2011-08-15 18:31:20 UTC MAIN commitmail json YAML

also copy -m and -f flags from the GCC headers.

fixes PR#45253.  (i'm going to leave that bug open for now because i
want to re-work a bunch of the libgcc framework.)

(mrg)

2011-08-15 18:24:34 UTC MAIN commitmail json YAML

Use a recursive lock to ensure that only on thread is in wi_ioctl() at
one time.  It's a recursive lock because sometimes wi_ioctl() recurses
through the network stack (ick).

(dyoung)

2011-08-15 18:04:59 UTC MAIN commitmail json YAML

Don't test truth of a pointer or assign 0 to it but compare / assign
NULL.

(dyoung)

2011-08-15 17:46:37 UTC MAIN commitmail json YAML

2011-08-15 17:08:01 UTC MAIN commitmail json YAML

Remove superfluous parentheses in return statements.  No change in the
generated assembly.

(dyoung)

2011-08-15 17:01:28 UTC MAIN commitmail json YAML

Only try to disestablish the interrupt handler if the handler was
previously established.

(dyoung)

2011-08-15 15:19:09 UTC MAIN commitmail json YAML

As the sigio test case is currently failing with "sigcnt != 1", print the
actual sigcnt value to aid in diagnosing the problem.

(gson)

2011-08-15 15:14:01 UTC MAIN commitmail json YAML

2011-08-15 14:48:01 UTC MAIN commitmail json YAML

Add `-h' and `-y' to `Usage' (which were missing there);
synchronize the options list from `Usage' with its own summary,
and re-outline that list;
two corrections in the order of the options in (parseoptions) list;
a small punctuation change;
remove trailing whitespace in one line.

From Snader_LB.

(wiz)

2011-08-15 14:45:36 UTC MAIN commitmail json YAML

Improve wording.
From Snader_LB.

(wiz)

2011-08-15 14:45:01 UTC MAIN commitmail json YAML

Re-order `usage' alphabetically;
rename option arguments in the manpage's `SYNOPSIS' section to
match those from `usage' (not the other way around; the `usage'-line
(and other parts of makefs.c) contain the correct names);
minor punctuation improvements.

From Snader_LB.

(wiz)

2011-08-15 14:43:17 UTC MAIN commitmail json YAML

Re-order and synchronize options listed in manpage (`SYNOPSIS' and
text) as well as `usage'-line; several punctuation improvements.
From Snader_LB.

(wiz)

2011-08-15 14:31:58 UTC MAIN commitmail json YAML

Sync usage with SYNOPSIS.

(wiz)

2011-08-15 14:31:24 UTC MAIN commitmail json YAML

Sort options in SYNOPSIS. From Snader_LB.

(wiz)

2011-08-15 14:20:08 UTC MAIN commitmail json YAML

Use proper capitalization. Reported on IRC.

(tnn)

2011-08-15 11:25:09 UTC MAIN commitmail json YAML

sort -u (removing duplicate entry).

(wiz)

2011-08-15 10:58:54 UTC MAIN commitmail json YAML

Fix typo.

(wiz)

2011-08-15 10:10:00 UTC MAIN commitmail json YAML

Update to reflect .code32 support

(joerg)

2011-08-15 09:19:21 UTC MAIN commitmail json YAML

2011-08-15 06:13:42 UTC MAIN commitmail json YAML