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 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 06:00:06 UTC Now

2011-09-16 16:27:36 UTC MAIN commitmail json YAML

2011-09-16 16:26:19 UTC MAIN commitmail json YAML

Split the two debug sections

(reinoud)

2011-09-16 16:25:44 UTC MAIN commitmail json YAML

Allthough in normal practice at most two are queued, with all the debug info
spounting outi, a lot can get queued in the first phase of kernel startup.
especially the clock.

(reinoud)

2011-09-16 16:24:01 UTC MAIN commitmail json YAML

Like the others, let the clock signal restart calls

(reinoud)

2011-09-16 16:13:41 UTC MAIN commitmail json YAML

2011-09-16 16:13:18 UTC MAIN commitmail json YAML

2011-09-16 16:09:47 UTC MAIN commitmail json YAML

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

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

2011-09-16 16:06:23 UTC MAIN commitmail json YAML

Use __dead for the small build too

(joerg)

2011-09-16 16:05:59 UTC MAIN commitmail json YAML

2011-09-16 15:42:56 UTC MAIN commitmail json YAML

Use __dead. Save a pointer.

(joerg)

2011-09-16 15:42:28 UTC MAIN commitmail json YAML

2011-09-16 15:39:37 UTC MAIN commitmail json YAML

2011-09-16 15:39:31 UTC MAIN commitmail json YAML

2011-09-16 15:38:04 UTC MAIN commitmail json YAML

2011-09-16 15:36:18 UTC MAIN commitmail json YAML

2011-09-16 15:36:01 UTC MAIN commitmail json YAML

Reapply formatting cleanup

(joerg)

2011-09-16 14:32:53 UTC MAIN commitmail json YAML

More corrections to format compatibility between stat(1), find(1) -ls,
and ls(1) -lT.

(apb)

2011-09-16 13:33:13 UTC MAIN commitmail json YAML

Remove unnecessary Ns.

(wiz)

2011-09-16 11:28:36 UTC MAIN commitmail json YAML

2011-09-16 11:06:27 UTC MAIN commitmail json YAML

Anothe difference in output format: stat -f "%Z" does not add any
space in "major,minor" for device nodes, whereas both "ls -l" and
"find -ls" add at least one space.

(apb)

2011-09-16 11:05:42 UTC MAIN commitmail json YAML

2011-09-16 10:23:01 UTC MAIN commitmail json YAML

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

- Update the check files due to a bug fix in the slave code

(blymn)

2011-09-16 04:54:47 UTC MAIN commitmail json YAML

Adjust to see where this fails on i386/qemu.

(jruoho)

2011-09-16 01:03:52 UTC MAIN commitmail json YAML

This is no place to attach the primary cpu. Things go wrong from here because
for example it is missing its name.

(christos)

2011-09-16 01:03:02 UTC MAIN commitmail json YAML

check that we have valid event strings on attach too, so that the error
is obvious instead of catching it when vmstat -e runs!

(christos)

2011-09-15 20:25:23 UTC MAIN commitmail json YAML

Use vfprintf() to make it compile under 5.1 again

(reinoud)

2011-09-15 19:56:35 UTC MAIN commitmail json YAML

Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd".

(apb)

2011-09-15 19:32:28 UTC MAIN commitmail json YAML

Check reentry to prevent double use of the aiocb structure

(reinoud)

2011-09-15 19:29:23 UTC MAIN commitmail json YAML

2011-09-15 17:59:45 UTC MAIN commitmail json YAML

revert v1.31 (when this was lib/libpcap/Makefile), the HAVE_PCC
is not any longer required since pcc understands gcc attributes
now

(plunky)

2011-09-15 17:52:53 UTC MAIN commitmail json YAML

when printing URL strings, don't use VIS_HTTPSTYLE, it does
not quite work as I expected.. just use VIS_CSTYLE

(plunky)

2011-09-15 17:51:57 UTC MAIN commitmail json YAML

when printing URLs, don't use VIS_HTTPSTYLE as it doesn't
really do what I expected.

(plunky)

2011-09-15 17:44:13 UTC MAIN commitmail json YAML

Re-implement pmap_zero_page() and pmap_copy_page() by using
mmap + memset/memcpy + munmap.

(reinoud)

2011-09-15 16:25:17 UTC MAIN commitmail json YAML

2011-09-15 15:34:20 UTC MAIN commitmail json YAML

Implement pmap_copy_page()! That was missing a long time!

(reinoud)

2011-09-15 15:24:40 UTC MAIN commitmail json YAML

Clarify pmap_copy's function as a dummy

(reinoud)

2011-09-15 15:20:17 UTC MAIN commitmail json YAML

Cleanup pmap_extract(); no functional change

(reinoud)

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

Implement pmap_unwire(); not seen it called yet though

(reinoud)

2011-09-15 15:02:35 UTC MAIN commitmail json YAML

Remove temporary the optimalization code of pmap_remove_all() until the
suspected pmap problems are fixed/found.

(reinoud)

2011-09-15 14:55:23 UTC MAIN commitmail json YAML

On entering an entry to pmap, activate the entry directly if adding to an
already active pmap.

(reinoud)

2011-09-15 14:51:06 UTC MAIN commitmail json YAML

add the reentrant function tests (copies of the non-reentrant one).

(christos)

2011-09-15 14:45:22 UTC MAIN commitmail json YAML

Only activate pages that are in active pmaps

(reinoud)

2011-09-15 12:50:00 UTC MAIN commitmail json YAML

2011-09-15 12:32:30 UTC MAIN commitmail json YAML

fix typo, revert to previous version

(christos)

2011-09-15 12:28:25 UTC MAIN commitmail json YAML

2011-09-15 12:26:51 UTC MAIN commitmail json YAML

2011-09-15 12:25:25 UTC MAIN commitmail json YAML

2011-09-15 12:23:51 UTC MAIN commitmail json YAML

Implement a dprintf_debug() analog to aprint_debug() but printing it to stderr
using vdprintf() to bypass the kernel buffer. It is currently printing only on
the -x boot flag but might get a more specific one since its quite verbose!

(reinoud)

2011-09-15 12:01:18 UTC MAIN commitmail json YAML

Remove trailing whitespace. Bump date for previous.

(wiz)

2011-09-15 11:58:05 UTC MAIN commitmail json YAML

- Make mvderwin work as per the SUSv2 specification and other curses
  implementations.

(blymn)

2011-09-15 11:53:12 UTC MAIN commitmail json YAML

- Add erase and kill to the terminal attributes so we can test
  fetching them
- Remove functions from the input_functions array that don't really do
  input
- Re-enable the reporting of poll events after a function call
- Check that the return_type from the slave matches the expected one
- If verbose then print out the byte streams being compared in
  validate_byte
- When reporting a length mismatch during a byte validation, report
  the actual lengths.

(blymn)

2011-09-15 11:52:09 UTC MAIN commitmail json YAML

2011-09-15 11:46:32 UTC MAIN commitmail json YAML

2011-09-15 11:46:19 UTC MAIN commitmail json YAML

- add support for getparyx and getyx calls
- allow a NULL pointer to be returned to the director
- add support for passing back a single chtype character
- fix some indentation
- fix a lot of curses command calls that were just plain wrong
- don't try to allocate storage for a NULL parameter, it doesn't need it

(blymn)

2011-09-15 11:36:43 UTC MAIN commitmail json YAML

Remove the beep test for the moment, the return code does not conform
to SUSv2.  An update to the slave code will break this test until
beep() is fixed but that will require a major bump on the libcurses
library due to the interface change which is being deferred until all
the tests are done and all the interface changes can be batched up.

(blymn)

2011-09-15 11:05:51 UTC MAIN commitmail json YAML

#ifdef on __vax__ one more place, to avoid reference to tanf() for vax.

(he)

2011-09-15 09:45:00 UTC MAIN commitmail json YAML

Consistently spell MS-DOS with a hyphen. From Snader_LB.

(wiz)

2011-09-15 09:40:57 UTC MAIN commitmail json YAML

Add argument in options table. Resize to fit.

(wiz)

2011-09-15 09:39:57 UTC MAIN commitmail json YAML

Mark file argument(s) as being optional (as does the usage message
from fold.c, which is correct); minor spelling correction; note
`width' as being an argument to `-w'; reference fmt(1) in `SEE
ALSO' section.

From Snader_LB.

(wiz)

2011-09-15 09:14:54 UTC MAIN commitmail json YAML

Various fixes, mostly missing words or letters.

(wiz)

2011-09-14 23:37:33 UTC MAIN commitmail json YAML

add h{create,destroy,search}_r

(christos)

2011-09-14 23:34:27 UTC MAIN commitmail json YAML

add re-entrant versions of the hash api based on the GNU extensions.

(christos)

2011-09-14 23:33:51 UTC MAIN commitmail json YAML

add re-entrant versions of the hash functions based on the GNU api.

(christos)

2011-09-14 19:45:27 UTC MAIN commitmail json YAML

Code audit revealed missing brackets and a silly old constant of 1024
lingering around. Fixed with the right values.

(reinoud)

2011-09-14 18:30:13 UTC MAIN commitmail json YAML

Make stacksize of newly spawn lwp's bigger than one page. Actually use the
variable stack_size now

(reinoud)

2011-09-14 18:28:36 UTC MAIN commitmail json YAML

2011-09-14 18:26:25 UTC MAIN commitmail json YAML

Provide thunk fuction to return the host machine's VM_MIN_ADDRESS

(reinoud)

2011-09-14 17:35:45 UTC MAIN commitmail json YAML

When using random versions of make to try to find the TOOLDIR,
redirect 2>/dev/null.  This should hide error messages like
"*** missing separator.  Stop." when GNU make doesn't
understand ".include".

(apb)

2011-09-14 16:35:22 UTC MAIN commitmail json YAML

PR/45367: Gr馮oire Sutre: don't depend on m4-ccas and cpp-ccas to be
executable; invoke the shell to run them.

(christos)

2011-09-14 16:18:29 UTC MAIN commitmail json YAML

PR/45308: Manuel Bouyer: Update list of broadcast addresses after updating
interfaces.

(christos)

2011-09-14 14:59:30 UTC MAIN commitmail json YAML

include wakecode after kernel rules so that the .depend rules are defined

(christos)

2011-09-14 14:58:43 UTC MAIN commitmail json YAML

revert previous; bug was in the position of the inclusion of the file.

(christos)

2011-09-14 14:58:08 UTC MAIN commitmail json YAML

include wakecode after so that the depend rules are defined!

(christos)

2011-09-14 14:34:37 UTC MAIN commitmail json YAML

A test case may not assume opening /dev/tty does something sensible.

(martin)

2011-09-14 13:47:40 UTC MAIN commitmail json YAML

Fix bug/oversight.

(jruoho)

2011-09-14 13:29:58 UTC MAIN commitmail json YAML

Additions to PR lib/45362: the float variants cosf(3), sinf(3), and tanf(3)
do not detect NaN for positive and negative infinity on i386 (qemu).

(jruoho)

2011-09-14 13:13:21 UTC MAIN commitmail json YAML

Don't depend on the .d file here; since this is the only rule, acpi_wakeup.d
will never be build!

(christos)

2011-09-14 12:37:56 UTC MAIN commitmail json YAML

2011-09-14 12:35:19 UTC MAIN commitmail json YAML

fix fprintfs with no format strings.

(christos)

2011-09-14 12:30:20 UTC MAIN commitmail json YAML

- don't if then else the same thing. print a more meaningful message
- don't leak a dictionary on failure
- minor KNF

(christos)

2011-09-14 12:29:22 UTC MAIN commitmail json YAML

don't increment the number of referenced module as a side effect if we fail.
From jmcneill

(christos)

2011-09-14 12:28:09 UTC MAIN commitmail json YAML

Can't use RUN_ONCE here to initialize the futex_lock, otherwise we cannot
unload the module.

(christos)

2011-09-14 11:49:21 UTC MAIN commitmail json YAML

There's no st_block field; it's st_blocks.

(apb)

2011-09-14 11:43:29 UTC MAIN commitmail json YAML

Kill empty Dv macro.

(njoly)

2011-09-14 09:19:09 UTC MAIN commitmail json YAML

Fix typo, add missing include (make this compile again).

(rkujawa)

2011-09-14 06:50:43 UTC MAIN commitmail json YAML

2011-09-14 05:18:19 UTC MAIN commitmail json YAML

2011-09-13 19:55:28 UTC MAIN commitmail json YAML

print the missing flag if missing argument...

(christos)

2011-09-13 19:35:12 UTC MAIN commitmail json YAML

2011-09-13 19:34:27 UTC MAIN commitmail json YAML

Reduce verbosity of semi-debug coda_inactive printf.

Rather than print if the usecount is > 0, only print if it is greater
than 1.  It seems 1 is normal.

(gdt)

2011-09-13 19:21:20 UTC MAIN commitmail json YAML

Use c99 struct initializers so that this compiles.

(christos)

2011-09-13 19:11:09 UTC MAIN commitmail json YAML

Include <sys/param.h> for MAXPATHLEN

(christos)

2011-09-13 19:10:18 UTC MAIN commitmail json YAML

fix non-portable shift.

(christos)

2011-09-13 19:07:44 UTC MAIN commitmail json YAML

Some versions of linux have probably marked fwrite(3) as
__attribute__((__warn_unused_result__)) and the __builtin_expect()
use here is an attempt to silence the warning. This does not work
if the second argument of __builtin_expect() is not a constant,
but we are not linux, so instead of going through the
__builtin_constant_p() dance to correct this, just disable it for
non linux OS's.

(christos)

2011-09-13 18:09:52 UTC MAIN commitmail json YAML

Clean up a bit: delete #if 1 and its corresponding #endif.

(dyoung)

2011-09-13 18:07:22 UTC MAIN commitmail json YAML

Name arguments in a couple of prototypes before the arguments are
referred to by name.  Bump date.

(dyoung)

2011-09-13 18:05:20 UTC MAIN commitmail json YAML

Bump date for previous change.

(dyoung)

2011-09-13 18:04:54 UTC MAIN commitmail json YAML

Name arguments in a couple of prototypes before the arguments are
referred to by name.

(dyoung)

2011-09-13 17:59:46 UTC MAIN commitmail json YAML

For consistency, call a bus_dma_tag_t bdt instead of bst.  No functional
change intended.

(dyoung)

2011-09-13 17:58:43 UTC MAIN commitmail json YAML

Bracket a debugging printf() with #ifdef DEBUG.

(dyoung)

2011-09-13 14:00:08 UTC MAIN commitmail json YAML

this HAVE_PCC is not (any longer) required

(plunky)

2011-09-13 11:22:07 UTC MAIN commitmail json YAML

Add missing processor status flag file i forgot to add

(reinoud)

2011-09-13 10:42:34 UTC MAIN commitmail json YAML

2011-09-13 10:40:26 UTC MAIN commitmail json YAML

Remove excess signal stack declarations and remove the clock and ld signals
from the signal stack since they are only issued shortly.

(reinoud)

2011-09-13 10:38:48 UTC MAIN commitmail json YAML

Implement pmap_protect() and pmap_remove_all()

(reinoud)

2011-09-13 10:38:04 UTC MAIN commitmail json YAML

Keep processing since we *might* have missed one during execution

(reinoud)

2011-09-13 10:33:11 UTC MAIN commitmail json YAML

Case fixes and a comma from Snader_LB.

(wiz)

2011-09-13 09:16:15 UTC MAIN commitmail json YAML

Add missing s, from Snader_LB.

(wiz)

2011-09-13 09:16:00 UTC MAIN commitmail json YAML

Add missing s, from Snader_LB.

(wiz)

2011-09-13 08:58:41 UTC MAIN commitmail json YAML

Assign missing copyright to TNF.

XXX: If these originated from you, please modify accordingly.

(jruoho)

2011-09-13 08:54:11 UTC MAIN commitmail json YAML

2011-09-13 08:53:15 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2011-09-13 08:53:10 UTC MAIN commitmail json YAML

2011-09-13 08:51:32 UTC MAIN commitmail json YAML

2011-09-13 07:28:30 UTC MAIN commitmail json YAML

Add missing El macro.

(njoly)

2011-09-13 07:11:43 UTC MAIN commitmail json YAML

2011-09-13 07:07:32 UTC MAIN commitmail json YAML

Improve metadata once again.

(jruoho)

2011-09-13 07:03:37 UTC MAIN commitmail json YAML

Test ldexp(x, n) == x * exp2(n) && ldexpf(x, n) == x * exp2f(n).

(jruoho)

2011-09-13 06:50:41 UTC MAIN commitmail json YAML

Test that scalbn(x) == ldexp(2) whenever FLT_RADIX == 2 (like it should be
on all systems except exotic relics such as IBM 360).

(jruoho)

2011-09-13 05:26:47 UTC MAIN commitmail json YAML

Split out the logarithm functions from the perplex exp(3). Also remove some
useless notes in the latter (namely, no one cares that financial calculations
were done on Hewlett-Packard HP-71B, or that there is a LN1() in Pascal).

(jruoho)

2011-09-13 04:24:30 UTC MAIN commitmail json YAML

2011-09-12 22:55:54 UTC MAIN commitmail json YAML

tzdata2011j has released.  (tzcode is still 2011i.)

(taca)

2011-09-12 21:22:27 UTC MAIN commitmail json YAML

document that dumpdir is now optional

(christos)

2011-09-12 21:22:08 UTC MAIN commitmail json YAML

- always print corrupted dump messages instead of silently failing
- don't require /var/crash to be specified, default to it
- determine and print the kernel name
- print all messages to syslog

(christos)

2011-09-12 21:14:29 UTC MAIN commitmail json YAML

add kvm_getkernelname()

(christos)

2011-09-12 21:13:32 UTC MAIN commitmail json YAML

2011-09-12 21:11:54 UTC MAIN commitmail json YAML

doc for kvm_getkernelname

(christos)

2011-09-12 21:11:32 UTC MAIN commitmail json YAML

2011-09-12 18:07:29 UTC MAIN commitmail json YAML

Expand the test file to contain 48 individual test cases.

(jruoho)

2011-09-12 17:46:39 UTC MAIN commitmail json YAML

Improve the metadata descriptions.

(jruoho)

2011-09-12 17:45:51 UTC MAIN commitmail json YAML

2011-09-12 17:15:54 UTC MAIN commitmail json YAML

2011-09-12 17:08:22 UTC MAIN commitmail json YAML

Fix special chars and spacing in previous.

(wiz)

2011-09-12 16:48:48 UTC MAIN commitmail json YAML

2011-09-12 16:28:37 UTC MAIN commitmail json YAML

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

Improve and update. Also note again the lack of tanhl() in NetBSD.

(jruoho)

2011-09-12 16:00:57 UTC MAIN commitmail json YAML

Be more systematic and coarse-grained.

(jruoho)

2011-09-12 15:47:14 UTC MAIN commitmail json YAML

2011-09-12 15:27:41 UTC MAIN commitmail json YAML

Start systematic testing of libm(3) by first evaluating the corner cases
(NaN, +0.0, -0.0, +Inf, -Inf) for the ldexp(3) and scalbn(3) families.

(jruoho)

2011-09-12 14:44:27 UTC MAIN commitmail json YAML

Update and improve, and note that the long double variant is not supported.

(jruoho)

2011-09-12 13:38:43 UTC MAIN commitmail json YAML

Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR}
starts with "/". This should fix issues involving .//usr/X11R7 instead
of ./usr/X11R7 in METALOG during the build for some ports.

(apb)

2011-09-12 13:32:59 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r139231. This includes various bugfixes
and improvements. Don't use a temporary file for tblgen to ensure that
dependencies are created correctly.

(joerg)

2011-09-12 12:25:45 UTC MAIN commitmail json YAML

Move the clock device and the ld device to the new spl interrupt PIC

(reinoud)

2011-09-12 12:24:34 UTC MAIN commitmail json YAML

2011-09-12 12:11:53 UTC MAIN commitmail json YAML

reverse polarity of the warning.

(christos)

2011-09-12 09:57:43 UTC MAIN commitmail json YAML

+ arpaname.debug, named-journalprint.debug, nsec3hash.debug

(njoly)

2011-09-12 09:13:30 UTC MAIN commitmail json YAML

Fix bad substitution, comp-debugd-bin -> comp-bind-bin.

(njoly)

2011-09-12 04:23:30 UTC MAIN commitmail json YAML

Add one more case. Also remove a double fclose(3) and do not
steal stderr(3) as atf(7) may use it in case of failures.

(jruoho)

2011-09-12 00:45:26 UTC MAIN commitmail json YAML

2011-09-11 22:28:21 UTC MAIN commitmail json YAML

Correct copy/paste error in previous.

(jakllsch)

2011-09-11 19:19:19 UTC MAIN commitmail json YAML

Initialize the W axis value on open as is already done for the other axes.

(jakllsch)

2011-09-11 19:18:27 UTC MAIN commitmail json YAML

2011-09-11 19:10:58 UTC MAIN commitmail json YAML

2011-09-11 18:55:45 UTC MAIN commitmail json YAML

2011-09-11 18:38:03 UTC MAIN commitmail json YAML

Move SYSCTL_USE_DESCR to a better place.

(mbalmer)

2011-09-11 17:22:14 UTC MAIN commitmail json YAML

2011-09-11 17:18:52 UTC MAIN commitmail json YAML

print summary stats.

(christos)

2011-09-11 16:19:42 UTC MAIN commitmail json YAML

Add bsd.clean.mk to set lists

(apb)

2011-09-11 16:03:50 UTC MAIN commitmail json YAML

Install new shiny bsd.clean.mk

(mbalmer)

2011-09-11 14:54:50 UTC MAIN commitmail json YAML

Add a cs_hwid field to cpustate and use this to store the ci_cpuid (hardware
ID).  Report this as the HwID in cpuctl.
OK jruoho@.

(jdc)

2011-09-11 10:32:24 UTC MAIN commitmail json YAML

2011-09-11 10:25:58 UTC MAIN commitmail json YAML

build: Both the source tree and the obj directories will be cleaned
        by "make clean" or "make cleandir".  [apb 20110910]

(apb)

2011-09-11 10:05:23 UTC MAIN commitmail json YAML

Note memoryallocators(9) in this perhaps too generally named page.

(jruoho)

2011-09-11 09:02:46 UTC MAIN commitmail json YAML

2011-09-11 07:37:06 UTC MAIN commitmail json YAML

It is not just funopen(3) that is a BSDism.

(jruoho)

2011-09-11 07:31:21 UTC MAIN commitmail json YAML

2011-09-11 06:02:20 UTC MAIN commitmail json YAML

A feature that wasn't implemented for 4.4alpha and still isn't implemented
is just plain not implemented.

(dholland)

2011-09-11 05:15:55 UTC MAIN commitmail json YAML

2011-09-11 04:55:48 UTC MAIN commitmail json YAML

.Xr for fsetpos(3), not .Fn.

(jruoho)

2011-09-11 01:07:56 UTC MAIN commitmail json YAML

2011-09-11 01:06:26 UTC MAIN commitmail json YAML

2011-09-10 21:40:43 UTC MAIN commitmail json YAML

2011-09-10 21:38:59 UTC MAIN commitmail json YAML

2011-09-10 21:32:25 UTC MAIN commitmail json YAML

2011-09-10 21:29:04 UTC MAIN commitmail json YAML

2011-09-10 21:22:12 UTC MAIN commitmail json YAML

2011-09-10 21:19:16 UTC MAIN commitmail json YAML

2011-09-10 21:18:00 UTC MAIN commitmail json YAML

fix pasto; generalize date

(christos)

2011-09-10 21:03:37 UTC MAIN commitmail json YAML

2011-09-10 20:59:03 UTC MAIN commitmail json YAML

2011-09-10 20:56:00 UTC MAIN commitmail json YAML

2011-09-10 20:47:33 UTC MAIN commitmail json YAML

Another option order fix.

(wiz)

2011-09-10 20:46:43 UTC MAIN commitmail json YAML

Sort options and descriptions in standard order.
Remove unecessary Bk/Ek in SYNOPSIS.

(wiz)

2011-09-10 20:35:43 UTC MAIN commitmail json YAML

2011-09-10 20:04:28 UTC MAIN commitmail json YAML

PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in little
endian format by default, pass a struct timespec in native host format. Add
-C flag to produce a compatible timestamp like before.

(christos)

2011-09-10 19:26:18 UTC MAIN commitmail json YAML

Don't include .depend.* files during "make clean" or "make cleandir"

(apb)

2011-09-10 19:25:10 UTC MAIN commitmail json YAML

Don't automatically load ".depend" files during "make clean"
or "make cleandir".

(apb)

2011-09-10 19:07:58 UTC MAIN commitmail json YAML

Add John Marino to the list of developers.

(marino)

2011-09-10 18:38:20 UTC MAIN commitmail json YAML

Correct and improve some comments.  Collect unused variables.  Add a define.

(jakllsch)

2011-09-10 18:35:28 UTC MAIN commitmail json YAML

- remove bogus casts
- print recycled vnode flags

(christos)

2011-09-10 18:34:54 UTC MAIN commitmail json YAML

2011-09-10 18:34:40 UTC MAIN commitmail json YAML

add all the possible fileops here, and if there is one we know about
print that instead of the passed name.

(christos)

2011-09-10 17:02:46 UTC MAIN commitmail json YAML

Revert previous now that "make cleandir" uses bsd.clean.mk to clean
both the obj dir and the src dir.

(apb)

2011-09-10 16:57:36 UTC MAIN commitmail json YAML

2011-09-10 11:44:34 UTC MAIN commitmail json YAML

Postfix has been been updated to version 2.8.5.

(tron)

2011-09-10 10:38:58 UTC MAIN commitmail json YAML

Import Postfix version 2.8.5. Changes since version 2.8.4:
- The Postfix Milter client logged a "milter miltername: malformed reply"
  error when a Milter sent an SMTP response without enhanced status code
  (i.e. "XXX Text" instead of "XXX X.X.X Text").
- The Postfix Milter client sent a random {client_connections} macro value
  when the remote SMTP client was not subject to any smtpd_client_* limit.
  As a workaround, it now sends a zero value instead.

Status:

Vendor Tag: VENEMA
Release Tags: PFIX-2-8-5

(tron)

2011-09-10 10:37:06 UTC MAIN commitmail json YAML

Make cpu_lwp_trampo only jump once and make successive jumps go to the func
only

(reinoud)