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

2024-05-09 20:18:07 UTC Now

2011-10-22 22:08:48 UTC MAIN commitmail json YAML

Put a recursion limit to avoid DoS attacks (Maksymilian Arciemowicz)
While there do minor KNF, and do as the manual says: exit with EXIT_FAILURE

(christos)

2011-10-22 22:06:17 UTC MAIN commitmail json YAML

2011-10-22 22:05:27 UTC MAIN commitmail json YAML

xsetwallpaper is a utility to load images into the X11 root window.

(jmcneill)

2011-10-22 21:16:59 UTC cherry-xenmp commitmail json YAML

Really use HYPERVISOR_block()

(bouyer)

2011-10-22 21:13:26 UTC MAIN commitmail json YAML

fix a build issue with MKCRYPTO=no.

(mrg)

2011-10-22 21:00:40 UTC MAIN commitmail json YAML

add a comment to sp_tlb_flush() about fixing the asm() better.

(mrg)

2011-10-22 20:59:13 UTC MAIN commitmail json YAML

note about sparc64 enterprise Exx00 support and initial fujitsu support.

(mrg)

2011-10-22 20:40:51 UTC MAIN commitmail json YAML

add a SUBDIR-style Makefile for iscsictl and iscsid

(agc)

2011-10-22 19:26:16 UTC cherry-xenmp commitmail json YAML

Various clock fixes:
- xen_get_timecount() is CPU specific, so get the time from this
  virtual CPU and not VCPU0. Also keep xen_clock_bias per-cpu.
- The periodic timer looks buggy, we stop receiving events after a (short)
  while. Linux is using the one-shoot timer so use it too (and disable
  the periodic timer), but rearm it from the event handler, not idle_block()
  as the later may not be called if the CPU is busy, resulting it clock
  event loss.
- use  HYPERVISOR_block() in idle_block() again, now that interrupts are
  working properly.

(bouyer)

2011-10-22 19:21:57 UTC cherry-xenmp commitmail json YAML

Various interrupt fixes, mainly:
keep a per-cpu mask of enabled events, and use it to get pending events.
A cpu-specific event (all of them at this time) should not be ever masked
by another CPU, because it may prevent the target CPU from seeing it
(the clock events all fires at once for example).

(bouyer)

2011-10-22 19:09:37 UTC MAIN commitmail json YAML

2011-10-22 15:00:41 UTC MAIN commitmail json YAML

if the video driver is "vmware" or "vmwlegacy" and no mouse section exists,
use the "vmmouse" input driver instead of "mouse" -- now xorg works properly
in vmware without a config file

(jmcneill)

2011-10-22 14:40:41 UTC MAIN commitmail json YAML

2011-10-22 10:41:50 UTC MAIN commitmail json YAML

Fix build with stack smash protection enabled.

(tron)

2011-10-22 05:53:03 UTC MAIN commitmail json YAML

2011-10-22 05:52:44 UTC MAIN commitmail json YAML

2011-10-22 00:05:17 UTC MAIN commitmail json YAML

try to match sys/kern/kern_module.c module path logic: for release branches,
use X.Y version (instead of eg. X.Y.0_PATCH or X.Y_STABLE) and for -current use X.Y.Z.
ok zafer@

(jmcneill)

2011-10-21 23:47:12 UTC MAIN commitmail json YAML

Add support for build as part of the toolchain. Add option for
deterministic output (-p), which replaces the random seed with a
incremental counter.

(joerg)

2011-10-21 23:45:57 UTC MAIN commitmail json YAML

sys/endian.h might not exist in the src/tools case

(joerg)

2011-10-21 21:35:29 UTC MAIN commitmail json YAML

Tell a pci(4) instance its subordinate PCI buses using a new member
in the pcibus_attach_args, pba_sub. pciN attaches to pba_bus itself.
If pba_bus < pba_sub, then [pba_bus + 1, pba_sub] are subordinate to
pba_bus.

On i386, make mainbus0 attach pci0 with pba_sub = 255 because all buses
1 and up must be subordinate to pci0.

XXX Deal with other architectures.

(dyoung)

2011-10-21 18:08:44 UTC cherry-xenmp commitmail json YAML

2011-10-21 17:57:45 UTC MAIN commitmail json YAML

2011-10-21 15:08:41 UTC MAIN commitmail json YAML

2011-10-21 12:58:53 UTC MAIN commitmail json YAML

Minor improvements.

(wiz)

2011-10-21 12:10:32 UTC MAIN commitmail json YAML

Forgot to commit this.

(christos)

2011-10-21 10:10:28 UTC MAIN commitmail json YAML

synchronize the guest clock with the host on attach and resume

(jmcneill)

2011-10-21 02:26:09 UTC MAIN commitmail json YAML

Remove stale proc_compare code and use the shared one in libutil.

(christos)

2011-10-21 02:11:19 UTC MAIN commitmail json YAML

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

Add a version of proc_compare that works both for kernel and userland
(and uses the same algorithm!)

(christos)

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

extract broken proc_compare. lwp compares against self.

(christos)

2011-10-21 02:07:07 UTC MAIN commitmail json YAML

2011-10-21 02:05:36 UTC MAIN commitmail json YAML

2011-10-21 01:37:59 UTC MAIN commitmail json YAML

Don't use = to assing SRCS, but += so that we can remove snprintb.c,
which was added elsewhere.

(christos)

2011-10-21 00:41:35 UTC MAIN commitmail json YAML

2011-10-20 22:04:10 UTC MAIN commitmail json YAML

include opt_voyager.h

(macallan)

2011-10-20 20:13:55 UTC MAIN commitmail json YAML

mark vm_reg members as volatile instead of building this with -O0

(jmcneill)

2011-10-20 18:20:30 UTC MAIN commitmail json YAML

New testcase that check for close-on-exec flag on pipe2 syscall.

(njoly)

2011-10-20 18:18:21 UTC MAIN commitmail json YAML

Do call fd_set_exclose() on both file descriptors, to set the
close-on-exec flag.

(njoly)

2011-10-20 13:54:39 UTC MAIN commitmail json YAML

Add the relevant datasheets to SEE ALSO.

(jruoho)

2011-10-20 13:21:11 UTC MAIN commitmail json YAML

Remove code that is commented out and out-of-sync with x86. If Xen needs to
use cpu_resume(), cpu_suspend(), or cpu_shutdown() in the future, it is
better to expose these from x86 rather than duplicate code.

(jruoho)

2011-10-20 12:14:13 UTC MAIN commitmail json YAML

2011-10-20 10:36:42 UTC MAIN commitmail json YAML

Use Aq instead of \*[Lt]...\*[Gt]

(wiz)

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

Xref mstohz(9) and tvtohz(9) with each other.

(jruoho)

2011-10-20 06:57:24 UTC MAIN commitmail json YAML

Initialize P-states to P0 (i.e. the highest frequency).

(jruoho)

2011-10-20 06:48:25 UTC MAIN commitmail json YAML

Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to be
running and may impose hacks like config_interrupts(9) in the backend.

(jruoho)

2011-10-20 03:05:15 UTC MAIN commitmail json YAML

revert a debug printf slipped in with subr_vmem.c rev.1.64.
pointed out by Nicolas Joly.

(yamt)

2011-10-19 23:07:34 UTC MAIN commitmail json YAML

define ABS_VALUATOR_AXES and NO_MOUSE_MODULE

(jmcneill)

2011-10-19 22:13:46 UTC MAIN commitmail json YAML

Don't print the silly header, "Properties for device `xxx0':", before
the device properties if the -n option was given.

(dyoung)

2011-10-19 22:07:10 UTC MAIN commitmail json YAML

Use if_flags_set() and if_mcast_op().

(dyoung)

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

Get rid of gre's deadlock-prone, one-off ifioctl locking.  The standard
ifioctl locking will do.

(dyoung)

2011-10-19 21:29:51 UTC MAIN commitmail json YAML

Userland by pulling the ifioctl lock-related data members into a
struct ifnet_lock that the ifnet has a pointer to.  In a non-_KERNEL
environment, don't #include <sys/percpu.h> et cetera, and don't define
the struct ifnet_lock but *do* declare it.

(dyoung)

2011-10-19 21:12:51 UTC MAIN commitmail json YAML

2011-10-19 16:19:30 UTC MAIN commitmail json YAML

Add few basic checks.

(jruoho)

2011-10-19 15:27:17 UTC MAIN commitmail json YAML

Add basic fpsetmask test to exercize setting/clearing bits.

(njoly)

2011-10-19 15:24:58 UTC MAIN commitmail json YAML

Fix fpsetmask(3) to be able to clear bits previously set.

(njoly)

2011-10-19 14:42:37 UTC MAIN commitmail json YAML

put back a commented out EXINIT entry.

(christos)

2011-10-19 11:27:26 UTC MAIN commitmail json YAML

Re-enable EDITOR=vi because otherwise stuff breaks. (Or runs ed, which
is arguably equivalent to breaking.)

Per the discussion on tech-userlevel, document the settings offered.

(All of this needs quite a bit more work still.)

(dholland)

2011-10-19 11:12:37 UTC MAIN commitmail json YAML

vmem_create: copy the 'name' string rather than just keeping a reference to it.
i think it's what solaris does as at least dtrace relies on this behaviour.

(yamt)

2011-10-19 11:03:52 UTC MAIN commitmail json YAML

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

because our xcall stuff can't be used in softint, use kernel threads
for cleaner/deadman low-level cyclic replacement.  PR/44905

(yamt)

2011-10-19 10:55:50 UTC MAIN commitmail json YAML

fbt_provide_module_cb: exclude some functions known unsafe to probe

(yamt)

2011-10-19 10:53:12 UTC MAIN commitmail json YAML

2011-10-19 10:51:48 UTC MAIN commitmail json YAML

don't forget to call kdtrace_thread_ctor for lwp0

(yamt)

2011-10-19 10:14:35 UTC MAIN commitmail json YAML

Cleanup ancient entries derived from 4.4BSD Lite2 merge
for newer useradd(8) users:
- remove all aliases
- remove annoying EXINIT setting
- comment out other environment settings

Discussed on tech-userlevel@.

(tsutsui)

2011-10-19 05:22:25 UTC MAIN commitmail json YAML

Don't link pci_ranges.c with x86 kernels for now, it's using a
pcibus_attach_args member that I haven't added, yet.

(dyoung)

2011-10-19 05:01:43 UTC MAIN commitmail json YAML

Create a stub implementation of pci_ranges_infer().

(dyoung)

2011-10-19 01:53:35 UTC MAIN commitmail json YAML

Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().

(dyoung)

2011-10-19 01:53:08 UTC MAIN commitmail json YAML

Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().

(dyoung)

2011-10-19 01:52:22 UTC MAIN commitmail json YAML

Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().

(dyoung)

2011-10-19 01:50:27 UTC MAIN commitmail json YAML

Use if_addr_init() instead of ifp->if_ioctl().

(dyoung)

2011-10-19 01:49:50 UTC MAIN commitmail json YAML

Use if_flags_set() and if_addr_init() instead of ifp->if_ioctl().

(dyoung)

2011-10-19 01:48:30 UTC MAIN commitmail json YAML

Use if_mcast_op() and if_flags_set() instead of calling ifp->if_ioctl().

(dyoung)

2011-10-19 01:46:43 UTC MAIN commitmail json YAML

Extract subroutines ifioctl_enter() and ifioctl_exit().

(dyoung)

2011-10-19 01:39:29 UTC MAIN commitmail json YAML

2011-10-19 01:34:37 UTC MAIN commitmail json YAML

Start to untangle the ifnet ioctls mess.

Add ifnet functions, if_mcast_op(), if_flags_set(), and if_addr_init()
for adding/deleting multicast addresses, modifying the if_flags,
and initializing local/remote addresses.  Make ifpromisc() use
if_flags_set().  Protocols and network drivers should use these
instead of ifp->if_ioctl() calls.  Subsequent commits will
replace ifp->if_ioctl(SIOCADDMULTI| SIOCDELMULTI| SIOCSIFDSTADDR|
SIOCINITIFADDR| SIOCSIFFLAGS) calls with calls to the new functions.

Use a mutex(9) to synchronize ifp->if_ioctl() calls originating in
userland.  Also synchronize ifp->if_ioctl() calls with ifnet detachment
and reclamation.

(dyoung)

2011-10-19 00:27:40 UTC MAIN commitmail json YAML

patch from from Snader_LB via IRC.

- mention  "The following options are available:"

- improve grammar

- provide useful tip about -x

(reed)

2011-10-18 23:47:26 UTC MAIN commitmail json YAML

clear fixed events and disable GPEs before re-enabling interrupts on resume
from S1

(jmcneill)

2011-10-18 23:43:36 UTC MAIN commitmail json YAML

Factor device_isa_register() and device_pci_register() out of
device_register() and stick the new routines into isa_machdep.c and
pci_machdep.c, respectively.

(dyoung)

2011-10-18 23:43:06 UTC MAIN commitmail json YAML

Move Xen specific functions out of x86 native pmap to xen_pmap.c.

Provide a wrapper to trigger pmap pool_cache(9) invalidations without
exposing the caches to outside world.

(jym)

2011-10-18 23:41:45 UTC MAIN commitmail json YAML

Use the right return types for x86_nullop() and x86_zeroop().

(dyoung)

2011-10-18 23:30:54 UTC MAIN commitmail json YAML

Add an implementation of device_pci_props_register().

(dyoung)

2011-10-18 23:25:20 UTC MAIN commitmail json YAML

Define some optional routines that will help device_register() to
register ISA & PCI devices.  Add stub implementations of the routines.

(dyoung)

2011-10-18 23:23:21 UTC MAIN commitmail json YAML

2011-10-18 23:23:07 UTC MAIN commitmail json YAML

add a couple vmware product IDs

(jmcneill)

2011-10-18 23:14:28 UTC MAIN commitmail json YAML

Make "pmaps" (list of non-kernel pmaps) and "pmaps_lock" externally
visible. Required by pmap MD code that could reside in other
files, notably Xen's pmap.

(jym)

2011-10-18 23:05:17 UTC MAIN commitmail json YAML

Add an #include for the genfb_softc type.

(dyoung)

2011-10-18 23:04:35 UTC MAIN commitmail json YAML

Reduce differences from if_ath_cardbus.c.

(dyoung)

2011-10-18 21:41:25 UTC MAIN commitmail json YAML

report guest type of "other" for i386 and "other-64" for amd64

(jmcneill)

2011-10-18 20:54:57 UTC MAIN commitmail json YAML

Disallow printing of kernel mappings if we are not root.

pid 0 is a special case for kill(pid, 0), and unlikely to be the
correct test there. This follows the procfs "mem" rights changes that
happened some time ago.

(jym)

2011-10-18 20:20:30 UTC MAIN commitmail json YAML

VOP_GETATTR() needs a shared lock at least.

While here fix a typo (fvp -> tvp).

(hannken)

2011-10-18 17:59:01 UTC MAIN commitmail json YAML

add backlight control via sm502 PWM

(macallan)

2011-10-18 17:57:40 UTC MAIN commitmail json YAML

add functions to control gpio usage and to program PWM timers
also add basic interrupt support ( not used yet )

(macallan)

2011-10-18 15:47:32 UTC MAIN commitmail json YAML

mlockall is not necessary after all, once we have fixed a kernel bug involving
agedaemon sleeping form memory

(manu)

2011-10-18 15:39:09 UTC MAIN commitmail json YAML

Make sure pagedaemon does not sleep for memory in puffs_vnop_sleep.
Add KASSERT on any sleeping memory allocation to check it cannot happen again.

(manu)

2011-10-18 14:25:06 UTC MAIN commitmail json YAML

Fix xref; comment out cpu(4) reference, does not exist.

(wiz)

2011-10-18 14:16:42 UTC MAIN commitmail json YAML

2011-10-18 14:12:05 UTC MAIN commitmail json YAML

Note that manually loaded modules are not auto-unloaded.

(jruoho)

2011-10-18 12:42:19 UTC MAIN commitmail json YAML

Add missing "Notes:" line for pdksh entry. (Noticed by Snader_LB on IRC.)

(reed)

2011-10-18 12:36:31 UTC MAIN commitmail json YAML

Fix typo.
From Snader_LB on IRC.

(reed)

2011-10-18 12:25:31 UTC MAIN commitmail json YAML

Don't try to auto-unload modules unless they were auto-loaded.

(jmcneill)

2011-10-18 11:31:55 UTC MAIN commitmail json YAML

update vmt man page with netbsd changes

(jmcneill)

2011-10-18 10:19:12 UTC MAIN commitmail json YAML

Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.

(wiz)

2011-10-18 09:50:25 UTC MAIN commitmail json YAML

2011-10-18 09:22:53 UTC MAIN commitmail json YAML

VOP_GETATTR() needs a shared lock at least.

(hannken)

2011-10-18 05:16:02 UTC MAIN commitmail json YAML

As cpu_shutdown() is a wrapper to cpu_suspend(), modify slightly to prevent
setting low frequencies for active non-bootstrap processors during shutdown.

(jruoho)

2011-10-18 05:08:24 UTC MAIN commitmail json YAML

2011-10-18 04:51:01 UTC MAIN commitmail json YAML

2011-10-18 00:33:48 UTC MAIN commitmail json YAML

2011-10-18 00:31:07 UTC MAIN commitmail json YAML

use PRId64 for time_t format

(jmcneill)

2011-10-18 00:07:45 UTC MAIN commitmail json YAML

don't allow module autounload

(jmcneill)

2011-10-17 23:54:01 UTC MAIN commitmail json YAML

Roll back the change that forced kernel threads to not sleep in PUFFS.
The change does not make consensus, since only pagedaemon should need it.
Other threads will tolerate sleeping, and problems here are only symptoms
that something is going wrong in memory management. The cause, not the
symptoms, need to be fixed.

(manu)

2011-10-17 23:27:41 UTC MAIN commitmail json YAML

restart dhcpcd if we get a "released" event from the vmt0 driver

(jmcneill)

2011-10-17 23:25:10 UTC MAIN commitmail json YAML

handle OS_Resume events by sending a sleep pswitch "release" event

(jmcneill)

2011-10-17 23:24:05 UTC MAIN commitmail json YAML

vmt needs sysmon_taskq

(jmcneill)

2011-10-17 22:42:13 UTC MAIN commitmail json YAML

2011-10-17 22:40:31 UTC MAIN commitmail json YAML

2011-10-17 22:39:23 UTC MAIN commitmail json YAML

2011-10-17 22:38:01 UTC MAIN commitmail json YAML

add a "vm" device class for cpufeaturebus

(jmcneill)

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

Remove unneeded uneeded err.h include.

(njoly)

2011-10-17 16:50:47 UTC MAIN commitmail json YAML

Revieve -> Receive in a comment.

(mbalmer)

2011-10-17 16:44:02 UTC MAIN commitmail json YAML

2011-10-17 16:40:53 UTC MAIN commitmail json YAML

Receive, not recieve.

(mbalmer)

2011-10-17 16:39:15 UTC MAIN commitmail json YAML

2011-10-17 16:37:50 UTC MAIN commitmail json YAML

This file received some typo-love.

(mbalmer)

2011-10-17 16:35:23 UTC MAIN commitmail json YAML

2011-10-17 16:31:14 UTC MAIN commitmail json YAML

2011-10-17 16:22:13 UTC MAIN commitmail json YAML

wheher -> whether

(mbalmer)

2011-10-17 14:42:42 UTC MAIN commitmail json YAML

Make sure to put a.out GENERIC kernel into distribution.

(tsutsui)

2011-10-17 14:27:10 UTC MAIN commitmail json YAML

when linking with "-shared" and "-shared-libgcc", also link against
the static libgcc.a after the shared libgcc_s.so.  this is needed
on hppa and sh to get the millicode, which is not in the shared version.

(chs)

2011-10-17 14:20:56 UTC MAIN commitmail json YAML

2011-10-17 14:19:28 UTC MAIN commitmail json YAML

Print LUNA model name (not only CPU/MMU/FPU) on boot as 4.4BSD Lite2 does.

(tsutsui)

2011-10-17 13:52:11 UTC MAIN commitmail json YAML

LUNA has 68030+68881, not 68882.

XXX: we should have a common fpu_probe() function among all m68k ports.

(tsutsui)

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

Don't rename xfree to xfree_readline, it breaks the build.

(joerg)

2011-10-17 13:06:08 UTC MAIN commitmail json YAML

Fix typo in comment.  Pointed out by Y.Sugahara.

(isaki)

2011-10-17 09:24:54 UTC MAIN commitmail json YAML

2011-10-17 00:03:22 UTC netbsd-5 commitmail json YAML

2011-10-17 00:02:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1673):
external/gpl2/xcvs/dist/src/patch.c: revision 1.4
external/gpl2/xcvs/dist/src/patch.c: revision 1.5
external/gpl2/xcvs/dist/doc/cvs.texinfo: revision 1.2
external/gpl2/xcvs/dist/doc/cvs.1: revision 1.2
implement cvs rdiff -p.  (someone please upate the manual for me :)
Document 'cvs rdiff -p'.

(riz)

2011-10-16 23:49:21 UTC netbsd-5-0 commitmail json YAML

2011-10-16 23:49:02 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1670):
sbin/ifconfig/carp.c: revision 1.13
This should fix 'carpdev &lt;ifname&gt;' or, at least, not break it more
badly than before.

(riz)

2011-10-16 23:48:47 UTC netbsd-5-1 commitmail json YAML

2011-10-16 23:48:28 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1670):
sbin/ifconfig/carp.c: revision 1.13
This should fix 'carpdev &lt;ifname&gt;' or, at least, not break it more
badly than before.

(riz)

2011-10-16 23:48:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1670):
sbin/ifconfig/carp.c: revision 1.13
This should fix 'carpdev &lt;ifname&gt;' or, at least, not break it more
badly than before.

(riz)

2011-10-16 23:38:52 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #923):
sys/arch/i386/stand/lib/gatea20.c: revision 1.12
PR# kern/39726: Soekris 5501-60 boot/bootxx 120 second delay
PR# port-i386/41162: A20 gate legacy hook cause long pxeboot delay on Soekris
net5501
Remove calls to delay() before polling KBD registers in gateA20().

(riz)

2011-10-16 21:31:16 UTC MAIN commitmail json YAML

Make this build statically also by linking with -lterminfo as well.

(he)

2011-10-16 21:02:32 UTC MAIN commitmail json YAML

Document the MORE environment variable.

Noted by James K. Lowden <jklowden _at_ schemamania _dot_ org> in a
private mail.

Will submit upstream.

(jym)

2011-10-16 19:45:47 UTC MAIN commitmail json YAML

2011-10-16 19:41:30 UTC MAIN commitmail json YAML

2011-10-16 19:41:07 UTC MAIN commitmail json YAML

2011-10-16 17:59:32 UTC MAIN commitmail json YAML

Add code (not enabled) that allows mktime() to return a value for times
in the DST gap when tm_isdst == -1, like glibc does. Document both behaviors.

(christos)

2011-10-16 17:24:50 UTC MAIN commitmail json YAML

Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS

(joerg)

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

-Wno-format-security is no longer needed with clang, now that libintl.h
is fixed.

(joerg)

2011-10-16 17:12:11 UTC MAIN commitmail json YAML

2011-10-16 13:43:26 UTC MAIN commitmail json YAML

Remove 't_rint' as it was committed accidentally.

(jruoho)

2011-10-16 13:42:22 UTC MAIN commitmail json YAML

As couple of checks fails on i386/qemu, reduce tolerance.

(jruoho)

2011-10-16 12:41:46 UTC MAIN commitmail json YAML

VOP_GETATTR() needs a shared lock at least.

While here fix a typo (fvp -> tvp).

(hannken)

2011-10-16 12:26:16 UTC MAIN commitmail json YAML

2011-10-16 08:28:10 UTC MAIN commitmail json YAML

Remove atf_tc_skip() to see whether this still panics i386/qemu.

(jruoho)

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

Add t_sqrt and t_cbrt.

(jruoho)

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

2011-10-16 07:40:48 UTC MAIN commitmail json YAML

2011-10-16 05:05:38 UTC MAIN commitmail json YAML

default O_CLOEXEC to 0 for systems that don't define it, like, say, netbsd-5.

(mrg)

2011-10-16 03:10:18 UTC MAIN commitmail json YAML

2011-10-16 01:28:36 UTC MAIN commitmail json YAML

2011-10-16 01:24:05 UTC MAIN commitmail json YAML

- no need to special-case libraries with weird characters.
- add a note about adding new libraries.

(christos)

2011-10-16 01:14:33 UTC MAIN commitmail json YAML

fix list of libraries to reflect reality.

(christos)

2011-10-16 00:45:54 UTC MAIN commitmail json YAML

2011-10-16 00:45:09 UTC MAIN commitmail json YAML

Uncomment LUA_DPLIBS processing, but do not auto-include liblua.so,
under the assumption that programs that load Lua modules already have
loaded it.

(mbalmer)

2011-10-16 00:32:25 UTC MAIN commitmail json YAML

Typo in comment fix from Snader_LB via IRC.

(reed)

2011-10-15 23:00:02 UTC MAIN commitmail json YAML

2011-10-15 22:57:57 UTC MAIN commitmail json YAML

2011-10-15 22:03:03 UTC MAIN commitmail json YAML

Amend previous: just leave the part that mmap() was designed for 4.2BSD
and do not mention 4.4BSD until it becomes clear when exactly the interface
was shipped.

(rmind)

2011-10-15 21:59:48 UTC MAIN commitmail json YAML

use warn instead of perror.

(christos)

2011-10-15 21:43:19 UTC MAIN commitmail json YAML

2011-10-15 21:39:35 UTC MAIN commitmail json YAML

Mention that mmap(2) was designed for 4.2BSD, but really appeared in 4.4BSD.

(rmind)

2011-10-15 21:35:50 UTC MAIN commitmail json YAML

2011-10-15 21:31:27 UTC MAIN commitmail json YAML

- Mention that fmemopen(3) conforms POSIX-2008.
- Drop advertising clause in TNF license.

(rmind)

2011-10-15 21:14:57 UTC MAIN commitmail json YAML

make buckets u_int. Fixes diagnostic panic when we allocate more than 65K
active elements in a bucket.

(christos)

2011-10-15 21:08:53 UTC MAIN commitmail json YAML

kill open_cloexec()

(christos)

2011-10-15 21:06:58 UTC MAIN commitmail json YAML

report STT_COMMON symbols as data.

(christos)

2011-10-15 21:06:05 UTC MAIN commitmail json YAML

unbreak -f -H -h, etc, part 1
- get nlist once in the beginning and fix the flags. Not each time! It is
not like the kernel will change it symbols in the middle of the run.

(christos)

2011-10-15 19:50:20 UTC MAIN commitmail json YAML

"return f();" where both f and the enclosing function return void is
sometimes convenient. But, it's not standard, so don't do it.

(dholland)

2011-10-15 19:02:27 UTC MAIN commitmail json YAML

Avoid return with expression in void functions.

(rmind)

2011-10-15 16:35:45 UTC MAIN commitmail json YAML

2011-10-15 15:34:06 UTC MAIN commitmail json YAML

- remove variable names from function declarations
- some KNF

(tsutsui)

2011-10-15 15:24:28 UTC MAIN commitmail json YAML

Update implemented/unimplemented FP functions.

(tsutsui)

2011-10-15 15:14:30 UTC MAIN commitmail json YAML

Add hyperboric and trigonometric functions to m68k FPE, written by isaki@.
With these emulations (~4KB text) xeyes on XM6i works better.
Discussed with isaki@ at OSC 2011 Hiroshima.

(tsutsui)

2011-10-15 13:02:24 UTC MAIN commitmail json YAML

Remove, has been moved to share/examples/lua.

(mbalmer)

2011-10-15 13:01:00 UTC MAIN commitmail json YAML

Install, and add to the set lists, example code to illustrate Lua module use.

(mbalmer)

2011-10-15 12:58:43 UTC MAIN commitmail json YAML

2011-10-15 12:58:20 UTC MAIN commitmail json YAML

2011-10-15 11:31:41 UTC MAIN commitmail json YAML

Fix cut-and-paste-o that casused the raid1_normal test case to have no
cleanup function defined, resulting in a rump_server process hanging
around after the tests completed.

(gson)

2011-10-15 10:46:25 UTC MAIN commitmail json YAML

2011-10-15 10:35:06 UTC MAIN commitmail json YAML

Remove un-needed headers.

(mbalmer)

2011-10-15 10:27:06 UTC MAIN commitmail json YAML

A small test/demo program to show the sqlite Lua module usage.

(mbalmer)

2011-10-15 10:26:30 UTC MAIN commitmail json YAML

A Lua module to access SQLite databases.

(mbalmer)

2011-10-15 10:18:24 UTC MAIN commitmail json YAML

Fix build of kernels without filemon(4).

(tron)

2011-10-15 07:38:31 UTC MAIN commitmail json YAML

Add few basic checks.

(jruoho)

2011-10-15 07:00:49 UTC MAIN commitmail json YAML

2011-10-15 06:54:53 UTC MAIN commitmail json YAML

2011-10-15 06:50:52 UTC MAIN commitmail json YAML