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-10 (16d)  netbsd-9 (16d)  netbsd-8 (21d) 

2024-06-01 20:56:19 UTC Now

2009-05-01 17:31:56 UTC MAIN commitmail json YAML

add a POSIX 2008 macro

(perry)

2009-05-01 17:27:01 UTC MAIN commitmail json YAML

Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
These are defined in the latest POSIX

Also make related updates to documentation, mostly from FreeBSD,
though I cleaned a few other things up along the way.

Bump shlib_version.

We are still missing strcoll_l, strerror_l, strsignal, strxfrm_l to be
POSIX conformant.

(perry)

2009-05-01 17:16:49 UTC MAIN commitmail json YAML

Add prototypes for stpcpy, stpncpy, strnlen, added in the latest POSIX.

Implementations in libc to follow.

For POSIX compliance, we are still missing:

strcoll_l
strerror_l
strsignal
strxfrm_l

(perry)

2009-05-01 15:30:46 UTC MAIN commitmail json YAML

2009-05-01 15:27:20 UTC MAIN commitmail json YAML

install libgcc_s.so in /lib for MKPIE=yes.

(christos)

2009-05-01 15:18:54 UTC MAIN commitmail json YAML

2009-05-01 14:26:10 UTC MAIN commitmail json YAML

PR/41313: Chris Spiegel: getutentries() in src/usr.bin/who/utmpentry.c thinks
there are no entries if only one of utmp/utmpx support is selected
mangled && -> ||

(christos)

2009-05-01 11:01:34 UTC MAIN commitmail json YAML

in case of error, return instead of continuing

(pooka)

2009-05-01 11:00:49 UTC MAIN commitmail json YAML

2009-05-01 10:53:28 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2009-05-01 09:47:26 UTC MAIN commitmail json YAML

Simplify the example command used to extract a wu-ftpd compatible xferlog.

(lukem)

2009-05-01 09:43:11 UTC MAIN commitmail json YAML

2009-05-01 09:38:24 UTC MAIN commitmail json YAML

struct device * -> device_t

(cegger)

2009-05-01 09:26:34 UTC MAIN commitmail json YAML

- struct device * -> device_t
- remove useless parenthesis

(cegger)

2009-05-01 09:20:02 UTC MAIN commitmail json YAML

struct device * -> device_t

(cegger)

2009-05-01 08:27:41 UTC MAIN commitmail json YAML

remove useless parenthesis

(cegger)

2009-05-01 06:25:50 UTC MAIN commitmail json YAML

2009-05-01 03:23:39 UTC MAIN commitmail json YAML

Add missing paranthesis - from Kurt Lidl in PR port-vax/41316

(martin)

2009-05-01 03:18:20 UTC MAIN commitmail json YAML

Add missing braces - patch from Kurt Lidl in PR port-vax/41314.

(martin)

2009-05-01 00:28:17 UTC MAIN commitmail json YAML

ANSI function prototypes

(perry)

2009-05-01 00:20:08 UTC MAIN commitmail json YAML

2009-05-01 00:15:57 UTC MAIN commitmail json YAML

2009-04-30 22:36:10 UTC MAIN commitmail json YAML

Straggler from last vnd(4) commit: #define VNF_CLEARING.

(dyoung)

2009-04-30 20:41:33 UTC MAIN commitmail json YAML

PR kern/41311: Mutex error: mutex_vector_enter: locking against myself

(ad)

2009-04-30 20:39:08 UTC MAIN commitmail json YAML

Remove extraneous parentheses.  Fix spelling/grammar.  No functional
change intended.

(dyoung)

2009-04-30 20:34:08 UTC MAIN commitmail json YAML

Flesh out vnd_detach().  Let the system detach vnd(4) at shutdown.  Stop
vnd_ioctl(VNDIOCCLR) from racing with vndopen() to call vndclear().

(dyoung)

2009-04-30 20:26:09 UTC MAIN commitmail json YAML

Commit changes to netinet6/in6_src.c, forgot in previous commit:

    http://mail-index.netbsd.org/source-changes/2009/04/30/msg220547.html

Make in_pcbsetport() set the port number selected before passing "sin" to
kauth(9).

(elad)

2009-04-30 20:10:31 UTC MAIN commitmail json YAML

Correct some CPU ifdefs so that a HP7100_CPU only kernel should compile.

(skrll)

2009-04-30 19:15:18 UTC MAIN commitmail json YAML

Remove if defined(HP7100LC_CPU) || defined(HP7300LC_CPU) from around
pmap_hptsize and pdc_hwtlb (for now).

(skrll)

2009-04-30 18:18:34 UTC MAIN commitmail json YAML

- Make in6_pcbbind_{addr,port}() static

- Properly authorize port binding in in_pcbsetport() and in6_pcbsetport()

- Pass struct sockaddr_in6 to in6_pcbsetport() instead of just the address,
  so that we have a more complete context

- Adjust udp6_output() to craft a sockaddr_in6 as it calls in6_pcbsetport()

- Fix an issue in in_pcbbind() where we used the "dom_sa_any" pointer and
  not a copy of it, pointed out by bouyer@, thanks!

Mailing list reference:

http://mail-index.netbsd.org/tech-net/2009/04/29/msg001259.html

(elad)

2009-04-30 18:13:01 UTC MAIN commitmail json YAML

Note nick-hppapmap merge.

(skrll)

2009-04-30 17:43:07 UTC MAIN commitmail json YAML

2009-04-30 17:41:41 UTC MAIN commitmail json YAML

2009-04-30 16:59:32 UTC MAIN commitmail json YAML

Stir up the stack a bit to help arc4random() decide on a more
"random" seed.  This is a quick hack, I'll play games with rnd(9)
later (no nethack).

(pooka)

2009-04-30 16:54:03 UTC MAIN commitmail json YAML

Note the netbsd-5-0 branch.

(snj)

2009-04-30 16:38:12 UTC MAIN commitmail json YAML

Fix spelling.  if( -> if (.  No functional change intended.

(dyoung)

2009-04-30 16:23:58 UTC MAIN commitmail json YAML

Bah, fix typo in last: 2006, not 2005.

(snj)

2009-04-30 16:20:50 UTC MAIN commitmail json YAML

2009-04-30 16:10:10 UTC MAIN commitmail json YAML

2009-04-30 16:07:50 UTC MAIN commitmail json YAML

Use NULL instead of (type *)0.  Delete extraneous parentheses.  No
functional change intended.

(dyoung)

2009-04-30 15:34:25 UTC MAIN commitmail json YAML

2009-04-30 15:31:17 UTC MAIN commitmail json YAML

Update to deal with the new hppa pmap.

(skrll)

2009-04-30 15:30:55 UTC MAIN commitmail json YAML

2009-04-30 15:14:49 UTC MAIN commitmail json YAML

2009-04-30 15:13:58 UTC MAIN commitmail json YAML

Add another NS product found in hppa machines.

(skrll)

2009-04-30 15:07:45 UTC MAIN commitmail json YAML

2009-04-30 15:03:30 UTC MAIN commitmail json YAML

Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.

(skrll)

2009-04-30 12:47:40 UTC MAIN commitmail json YAML

2009-04-30 07:45:29 UTC MAIN commitmail json YAML

2009-04-30 07:15:28 UTC MAIN commitmail json YAML

Note that nick-csl-alignment was merged to -current.

(skrll)

2009-04-30 07:14:47 UTC MAIN commitmail json YAML

nick-hppapmap is merged.

(skrll)

2009-04-30 07:08:39 UTC MAIN commitmail json YAML

Another file missed by me / cvs in the nick-hppapmap merge.

(skrll)

2009-04-30 07:03:12 UTC MAIN commitmail json YAML

Somehow these were missed by me / cvs in the nick-hppapmap merge.

(skrll)

2009-04-30 07:01:27 UTC MAIN commitmail json YAML

Merge nick-hppapmap.

This is a port of the OpenBSD pmap and trap handling code to get us

        - Performance boost on some/all machines.
        - Well on the way to PA2.0 (in 32bit mode) support. Several
          machines probe hardware, but fail sometime after interrupts
          are enabled.

Other things changed / fixed on the branch are

        - update autoconf to use the OpenBSD code.
        - com @ dino is very close to being supported.
        - HPPA_REDZONE has been replaced with a working redzone which
          is enabled with DIAGNOSTIC.
        - UPAGES has been halved in size.
        - power(4) from OpenBSD to fix a few bugs.
        - updated list of modules from OpenBSD.
- initial ports of uturn(4), astro(4) and elroy(4).
- update some copyrights (remove advertising clause, etc.)

Thanks to mjf for some of the above, testing and listening.

(skrll)

2009-04-30 05:20:31 UTC MAIN commitmail json YAML

2009-04-30 05:19:38 UTC MAIN commitmail json YAML

Added some register definition.

(nonaka)

2009-04-30 05:15:36 UTC MAIN commitmail json YAML

include sys/lwp.h for curlwp.

(nonaka)

2009-04-30 04:59:14 UTC MAIN commitmail json YAML

Build the netpgp library with WARNS=3

(agc)

2009-04-30 04:57:57 UTC MAIN commitmail json YAML

2009-04-30 04:38:02 UTC MAIN commitmail json YAML

Include cpu_topology.c for xen kernels, too.

(pgoyette)

2009-04-30 01:56:03 UTC MAIN commitmail json YAML

Appease the license gods by adding a proper note.

(joerg)

2009-04-30 00:56:30 UTC MAIN commitmail json YAML

Convert gcov man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.
Do some manual post-processing and use that as new gcov(1).
The original version is included to add as base for three-way merges.

(joerg)

2009-04-30 00:53:48 UTC MAIN commitmail json YAML

Sort sourcefile after all other options.

(joerg)

2009-04-30 00:45:47 UTC MAIN commitmail json YAML

Convert CPP man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.
Do some manual post-processing and use that as new cpp(1).
The original version is included to add as base for three-way merges.

(joerg)

2009-04-30 00:30:56 UTC MAIN commitmail json YAML

Convert GCC man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.
Do some manual post-processing and use that as new gcc(1).
The original version is included to add as base for three-way merges.

OK wiz, no objection from tech-userlevel.

(joerg)

2009-04-30 00:28:59 UTC MAIN commitmail json YAML

Add a Python script to convert POD markup to mdoc markup.
It tries to do something sane e.g. by detecting arguments etc, but
post-processing is still required.

(joerg)

2009-04-30 00:07:23 UTC MAIN commitmail json YAML

Move x86 CPU topology detection code into the separate file (as it was originally).
OK by <yamt>.

(rmind)

2009-04-29 23:53:29 UTC MAIN commitmail json YAML

Include option as item for -Wp description to match the rest of the
table.

(joerg)

2009-04-29 23:50:53 UTC MAIN commitmail json YAML

Add elansc_shutdown() for turning off the watchdog.

Don't try to unregister the watchdog in elansc_detach() if we are
shutting the system down, because unregistering is designed to fail if
the watchdog is armed.

(dyoung)

2009-04-29 23:46:39 UTC MAIN commitmail json YAML

Fix markup for -fdiagnostics-show-options. Don't split @code{} over
lines. Ensure that sentences are consistently followed by two spaces.

(joerg)

2009-04-29 23:18:09 UTC MAIN commitmail json YAML

2009-04-29 22:34:31 UTC MAIN commitmail json YAML

2009-04-29 22:33:33 UTC MAIN commitmail json YAML

Replace open-coded vaccess() in ntfs_access() with a call to vaccess().

Similarly to msdosfs, always add the exec bit to keep the current
behavior.

Mailing list reference:

    http://mail-index.netbsd.org/tech-kern/2009/04/21/msg004881.html

(elad)

2009-04-29 22:25:03 UTC MAIN commitmail json YAML

2009-04-29 22:21:49 UTC MAIN commitmail json YAML

Do not forget to detach rnd(4) device when removing a xennet device.

Ok by bouyer@ in private mail.

(jym)

2009-04-29 18:24:05 UTC MAIN commitmail json YAML

2009-04-29 18:23:46 UTC MAIN commitmail json YAML

2009-04-29 18:22:47 UTC MAIN commitmail json YAML

2009-04-29 18:20:03 UTC MAIN commitmail json YAML

2009-04-29 18:07:01 UTC MAIN commitmail json YAML

Remove unnecessary gnu/usr.bin from SRCDIRS.

(tsutsui)

2009-04-29 18:01:50 UTC MAIN commitmail json YAML

Remove unneeded gnu/usr.bin from SRCDIRS.

(tsutsui)

2009-04-29 18:00:50 UTC MAIN commitmail json YAML

Add proof-of-concept code for enabling system calls to rump virtual
kernels running in other processes on the same machine or on an
entirely different host.  I wrote this a while ago and am now
committing it mainly to avoid losing it.  It works, but could do
with a little tuning here and there.

What this will hopefully eventually buy us is the ability to use
standard userland tools to configure rump kernels, e.g. ifconfig(8)
and route(8) could be used to configure the networking stack provided
by a rump kernel.  Also some distributed OS implications may apply.

fun fact: a system call which just does copyin/copyout takes >1000x
longer when made over the LAN as compared to when made on the same
machine.

(pooka)

2009-04-29 17:51:47 UTC MAIN commitmail json YAML

Add proof-of-concept code for enabling system calls to rump virtual
kernels running in other processes on the same machine or on an
entirely different host.  I wrote this a while ago and am now
committing it mainly to avoid losing it.  It works, but could do
with a little tuning here and there.

What this will hopefully eventually buy us is the ability to use
standard userland tools to configure rump kernels, e.g. ifconfig(8)
and route(8) could be used to configure the networking stack provided
by a rump kernel.  Also some distributed OS implications may apply.

fun fact: a system call which just does copyin/copyout takes >1000x
longer when made over the LAN as compared to when made on the same
machine.

(pooka)

2009-04-29 16:05:41 UTC MAIN commitmail json YAML

Add enough support to be able to create directories and perform
lookups through them.  This has two implications:

1) mountpoints can be created directly onto the rump rootfs.
  this is benefitial in test programs where we want the same
  program to be easily switched between testing against rump and
  testing against the host kernel.
2) fakeblk must be used (it used to work implicitly) to register
  block devices that should be used from the host fs namespace.

(pooka)

2009-04-29 15:49:28 UTC MAIN commitmail json YAML

2009-04-29 15:49:01 UTC MAIN commitmail json YAML

Use cwdinit() for proc0's cwdi.

(pooka)

2009-04-29 15:46:01 UTC MAIN commitmail json YAML

* register fakeblk
* fix error message

(pooka)

2009-04-29 15:44:56 UTC MAIN commitmail json YAML

Extract vfs_unmountall1() from vfs_unmountall() for reuse.

(dyoung)

2009-04-29 15:10:58 UTC MAIN commitmail json YAML

Pull some changes for newer chips from FreeBSD:
- pull MACSTAT and CMDSTOP quirks for 8168/8111 chips
- always set CPLUSCMD_PCI_MRW on reset
- set VLANSTRIP and RXCSUM_ENB bits on CPLUS register per if_capenable

Tested on 8111C and 8111D by several users, and
no bad side effect on my old 8169S.

(tsutsui)

2009-04-29 14:58:50 UTC MAIN commitmail json YAML

catch locking-against-oneself already when taking the lock

(pooka)

2009-04-29 14:55:36 UTC MAIN commitmail json YAML

Attach 82801IEM LPC Interface Bridge too.

(njoly)

2009-04-29 11:01:50 UTC MAIN commitmail json YAML

replace outdated comment.  no functional change

(pooka)

2009-04-29 10:50:02 UTC MAIN commitmail json YAML

From Ross Meng: Fix a memory leak in X509 certificate validation.

(tteras)

2009-04-29 10:46:47 UTC MAIN commitmail json YAML

Add missing prototype for vfs_mountalloc().

(martin)

2009-04-29 09:13:58 UTC MAIN commitmail json YAML

More WARNS=4 fixes, for sparc and sun3.

(nakayama)

2009-04-29 07:14:58 UTC MAIN commitmail json YAML

Don't panic in dino_intr_disesablish. Just note that it needs to be
implemented for now.

Stop gap fix for PR/41295.

(skrll)

2009-04-29 01:03:43 UTC MAIN commitmail json YAML

Extract common code from vfs_rootmountalloc(9) and mount_domount() into
a new struct mount-allocation routine, vfs_mountalloc(9).  Documentation
updates will follow.

Attention: Synchronization Oversight Committee!  In mount_domount(),
I postpone the call mutex_enter(&mp->mnt_updating) until right before
the VFS_MOUNT(9) call because (1) that looks to me like the earliest
possible opportunity for mp to become visible to any other LWP, because
it was just kmem_zalloc(9)'d and (2) it made extracting the common code
much easier.  Tell me if my reasoning is faulty.

(dyoung)

2009-04-28 23:31:52 UTC MAIN commitmail json YAML

Add an rc.d script for dhcpcd(8)

(roy)

2009-04-28 23:30:34 UTC MAIN commitmail json YAML

2009-04-28 23:05:26 UTC MAIN commitmail json YAML

Let this build even if 'no options INET'.

(dyoung)

2009-04-28 22:49:26 UTC MAIN commitmail json YAML

Create images with 0666 - umask, not 0777 - umask (e.g. without x bits).

(joerg)

2009-04-28 22:47:23 UTC MAIN commitmail json YAML

2009-04-28 22:43:51 UTC MAIN commitmail json YAML

Use device_t, cfdata_t, and device_private().

(dyoung)

2009-04-28 22:43:11 UTC MAIN commitmail json YAML

2009-04-28 22:34:05 UTC MAIN commitmail json YAML

2009-04-28 22:31:52 UTC MAIN commitmail json YAML

2009-04-28 22:14:23 UTC MAIN commitmail json YAML

Import dhcpcd-5.0.0

Major changes from dhcpcd-4 include
* Single daemon can now run DHCP on multiple interfaces at the same time
* Configuration profiles per interface, ssid, arping and fallback
* Listens to 3rd party programs changing routing information
* Supports DHCP INFORM over PPP
* Can configure static options for destination address
* Control socket so 3rd party program can control or listen directly
  to dhcpcd events
* Is also a BOOTP client

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-0-0

(roy)

2009-04-28 22:04:09 UTC MAIN commitmail json YAML

Resolving import mistakes: fix a typo.

(ad)

2009-04-28 22:03:07 UTC MAIN commitmail json YAML

2009-04-28 21:26:52 UTC MAIN commitmail json YAML

Let this build with 'no options INET'.

(I don't know why I bothered, either.)

(dyoung)

2009-04-28 20:56:40 UTC MAIN commitmail json YAML

Cosmetic: remove unnecessary parentheses.

(dyoung)

2009-04-28 20:54:50 UTC MAIN commitmail json YAML

Extract sockaddr_any_by_family() from sockaddr_any() for looking up a
wildcard ("any") address by protocol family instead of by sockaddr.

(dyoung)

2009-04-28 20:51:16 UTC MAIN commitmail json YAML

Sync the portable autoconfed Makefile with reality

(agc)

2009-04-28 20:50:48 UTC MAIN commitmail json YAML

Sync the portable autoconf Makefile with reality

(agc)

2009-04-28 20:49:57 UTC MAIN commitmail json YAML

Don't try to be clever here - sizeof(uint32_t) will always be 4...

(agc)

2009-04-28 17:57:00 UTC MAIN commitmail json YAML

copyin the modctl_load_t for the non-x86 world. Fixes PR/41294.

(skrll)

2009-04-28 15:41:52 UTC MAIN commitmail json YAML

Add a definition for libnetpgp

(agc)

2009-04-28 14:32:43 UTC MAIN commitmail json YAML

2009-04-28 14:27:16 UTC MAIN commitmail json YAML

Add Mellanox Technologies Infiniband devices.

(ginsbach)

2009-04-28 14:00:42 UTC MAIN commitmail json YAML

Free uao lock when destroying object.  Fixes tmpfs rename leak
reported by njoly.

(pooka)

2009-04-28 13:54:07 UTC MAIN commitmail json YAML

Reset nat_oa variables too when reusing phase two handler. Otherwise
phase2 rekeying might fail in some scenarios.

(tteras)

2009-04-28 13:25:17 UTC MAIN commitmail json YAML

Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D.
Problem reported and fix confirmed by Thomas Bieg on current-users.

Also tested on 8111C (no bad side effect) by several users privately.

(tsutsui)

2009-04-28 13:08:51 UTC MAIN commitmail json YAML

Do nothing if root file system has fs_passno=0 in /etc/fstab.
(It might be better to change fsck(8) so that "fsck -p" always checks
fs_passno, whether or not file systems are specified on the command
line.)

(apb)

2009-04-28 11:49:15 UTC MAIN commitmail json YAML

on detach, deregister from pmf

(cegger)

2009-04-28 11:47:56 UTC MAIN commitmail json YAML

on detach, deregister from pmf and free resource

(cegger)

2009-04-28 10:57:24 UTC MAIN commitmail json YAML

2009-04-28 09:19:15 UTC MAIN commitmail json YAML

2009-04-28 08:32:57 UTC MAIN commitmail json YAML

Fix issue I introduced in WARNS=4 -- addition of extra argument to default argv.
Found & fixed by Geoff Wing.

(lukem)

2009-04-28 07:59:35 UTC MAIN commitmail json YAML

Fix In argument (no <> needed). Use .Pa for paths. Drop trailing space.
Punctuation nits.

(wiz)

2009-04-28 07:56:19 UTC MAIN commitmail json YAML

Fix xrefs, comment out the one to libbz2 (no man page exists for that).

(wiz)

2009-04-28 07:52:00 UTC MAIN commitmail json YAML

Use Xr for strtok_r reference. Remove trailing whitespace.

(wiz)

2009-04-28 05:44:43 UTC MAIN commitmail json YAML

2009-04-28 03:11:45 UTC MAIN commitmail json YAML

Add some mdoc macros and spell out an abbreviation.
(I shared some of my fixes upstream a few days ago.)

(reed)

2009-04-28 03:07:53 UTC MAIN commitmail json YAML

Fix librefuse macro to show -lrefuse (not -lfuse).
That will fix "man refuse" Library details.

(reed)

2009-04-28 03:03:52 UTC MAIN commitmail json YAML

Get rid of extra space in Usage statement.

(reed)

2009-04-28 03:01:15 UTC MAIN commitmail json YAML

do_sys_utimes: fix a bug introduced by rev.1.367.
VA_UTIMES_NULL is in va_vaflags, not va_flags.

(yamt)

2009-04-28 02:59:05 UTC MAIN commitmail json YAML

Fix Nm (document title).
("Fast IPsec" is not a manual page name as I mention on netbsd-docs.)

(reed)

2009-04-28 02:47:12 UTC MAIN commitmail json YAML

remove read-write code because it's dangerous.
there's no point to try this hard anyway.

(yamt)

2009-04-28 00:41:40 UTC MAIN commitmail json YAML

2009-04-28 00:40:45 UTC MAIN commitmail json YAML

2009-04-27 20:10:49 UTC MAIN commitmail json YAML

Bring getifaddrs(3) behavior in line with the documentation: the
ifa_data member of every AF_LINK struct ifaddrs points at the
corresponding struct if_data.  In ifconfig(8), do not try to suppress
duplicate AF_LINK ifaddrs by checking for a NULL ifa_data.

Don't copy out two AF_LINK struct ifaddrs for each active link-layer
address. getifaddrs(3) used to copy out one ifaddrs for the kernel's
RTM_IFINFO message, and one more for the kernel's RTM_NEWADDR message.
I suppress the first duplicate with a highly conservative change that
wastes a little bit of ifaddrs storage.  The storage is not leaked.

(dyoung)

2009-04-27 20:02:30 UTC MAIN commitmail json YAML

sprintf -> snprintf

(cegger)

2009-04-27 18:36:43 UTC MAIN commitmail json YAML

initialize async before use

(pooka)

2009-04-27 15:08:10 UTC MAIN commitmail json YAML

Print left and right type and not left type twice.  (Hi Christos!)

(ginsbach)

2009-04-27 14:52:50 UTC MAIN commitmail json YAML

Wrap one more printf() with #ifdef DEBUG, which was missed on rev 1.52.

(tsutsui)

2009-04-27 14:28:58 UTC MAIN commitmail json YAML

* expand syncing logic into rumpuser, since it has more freedom on
  how to do it (e.g. fsync_range)
* hash out O_DIRECT support.  it's the fastest method of safely operating
  on a file, but we can't currently autodetect support, so it's not
  enabled by default
* sprinkle more event counters

(pooka)

2009-04-27 14:22:40 UTC MAIN commitmail json YAML

2009-04-27 13:24:18 UTC MAIN commitmail json YAML

Add IPC_64 support to all semctl(2) commands, following corresponding
compat linux change.

(njoly)

2009-04-27 12:02:11 UTC MAIN commitmail json YAML

Add commented out hpet@ichlpcib entry.

(joerg)

2009-04-27 08:06:03 UTC MAIN commitmail json YAML

Add sysmon for powerd.

(nonaka)

2009-04-27 00:07:07 UTC MAIN commitmail json YAML

Nuke some 5.0 stuff in preparation for 6.0.  Sigh.

(snj)

2009-04-26 22:26:59 UTC MAIN commitmail json YAML

avoid namespace collision.  no functional change.

(pooka)

2009-04-26 22:23:02 UTC MAIN commitmail json YAML

Provide a stateful mode for readdir/read/write.  Using them gives
a measurable boost to some fs-utils commands.

(pooka)

2009-04-26 21:39:10 UTC MAIN commitmail json YAML

Bump maximum number of outstanding async i/o's to 1024, 128 can
fill up really fast.

(pooka)

2009-04-26 21:36:24 UTC MAIN commitmail json YAML

* set syncdelay to 0 only if we don't have a syncer thread
* add some #if0'd debug code to unmount for printing event counters

(pooka)

2009-04-26 21:30:43 UTC MAIN commitmail json YAML

Don't drop kernel lock twice inside same operation.

(pooka)

2009-04-26 20:45:37 UTC MAIN commitmail json YAML

prettyprint long line, no functional change

(pooka)

2009-04-26 20:44:50 UTC MAIN commitmail json YAML

2009-04-26 20:41:24 UTC MAIN commitmail json YAML

2009-04-26 19:56:20 UTC MAIN commitmail json YAML

don't discard const qualifiers

(mlelstv)

2009-04-26 19:24:18 UTC MAIN commitmail json YAML

don't discard const qualifiers

(mlelstv)

2009-04-26 16:58:31 UTC MAIN commitmail json YAML

Fix a lot more grammatical errors and inconsistencies (e.g. RiscOS -> RISC
OS).

(sborrill)

2009-04-26 16:55:44 UTC MAIN commitmail json YAML

Let's allocate enough space for the keyring structure, and not a pointer to it.

(agc)

2009-04-26 16:44:51 UTC MAIN commitmail json YAML

!SparkPlug, not !SparcPlug

(sborrill)

2009-04-26 16:17:08 UTC MAIN commitmail json YAML

Always make local functions static.  Local symbols are still preserved
on link by ld(1) with -X option on most ports for debug.

(tsutsui)

2009-04-26 15:55:50 UTC MAIN commitmail json YAML

fix broken overflow test.

(christos)

2009-04-26 15:15:38 UTC MAIN commitmail json YAML

Use rump_sys_mount() instead of ukfs_mount().  Just a few more
steps and we can have a switch for if we want to run tests against
a rump kernel or a real kernel.

(pooka)

2009-04-26 14:37:03 UTC MAIN commitmail json YAML

Catch up with recent changes to sys/proc.h (Hello, rmind!)

(pgoyette)

2009-04-26 14:18:44 UTC MAIN commitmail json YAML

Update build system for pkg_install-20090425.

(joerg)

2009-04-26 13:05:55 UTC MAIN commitmail json YAML

fix build broken.
Pointed by Takeshi Nakayama.

(nonaka)

2009-04-26 12:41:59 UTC MAIN commitmail json YAML

added error check.

(uch)

2009-04-26 10:45:20 UTC MAIN commitmail json YAML

check error code from bwi_attach()

(cegger)

2009-04-26 10:26:54 UTC MAIN commitmail json YAML

fix error handling

(cegger)

2009-04-26 10:07:48 UTC MAIN commitmail json YAML

2009-04-26 09:56:46 UTC MAIN commitmail json YAML

prepare device_t/softc split

(cegger)

2009-04-26 09:47:31 UTC MAIN commitmail json YAML

u_intNN_t -> uintNN_t

(cegger)

2009-04-26 09:12:33 UTC MAIN commitmail json YAML

- Fix error handling in attachment
- use aprint_*_dev

(cegger)

2009-04-26 08:54:13 UTC MAIN commitmail json YAML

detach ohci on shutdown

(cegger)

2009-04-26 08:46:11 UTC MAIN commitmail json YAML

Fix error handling.

(cegger)

2009-04-26 07:53:43 UTC MAIN commitmail json YAML

Authorizing actions from the generic scope using a device scope wrapper
is a big no-no.

As painful as it is, use kauth_authorize_generic() for now.

(elad)

2009-04-26 07:21:13 UTC MAIN commitmail json YAML

Added some command definitions.

(nonaka)

2009-04-26 07:01:29 UTC MAIN commitmail json YAML

age_intr: don't return w/o ack. the interrupt.
Add a comment when this special case can happen.

(cegger)

2009-04-26 06:56:46 UTC MAIN commitmail json YAML

fix error handling in lii_attach()
ok jmcneill@

(cegger)

2009-04-26 05:57:48 UTC MAIN commitmail json YAML

set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs code

(lukem)

2009-04-26 04:54:27 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
Fixes PR bin/41283

(lukem)

2009-04-26 02:25:57 UTC MAIN commitmail json YAML

- use (uint8_t *) for RX buffer
- remove unnecessary pointer casts

(tsutsui)

2009-04-26 02:23:27 UTC MAIN commitmail json YAML

When drm is compiled in only for PCI devices, agp_flush_cache() is not
defined.  Wrap the call to it with #ifndef DRM_NO_AGP to avoid link
errors.

(pgoyette)

2009-04-26 01:51:07 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wextra -Wcast-qual).
Resolves PR bin/41282

(lukem)

2009-04-25 21:38:25 UTC MAIN commitmail json YAML

Import pkg_install-20090425:
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.

Status:

Vendor Tag: PKGSRC
Release Tags: pkg_install-20090425

(joerg)

2009-04-25 21:26:21 UTC MAIN commitmail json YAML

Wrap some long lines in a comment, pointed out by ad@ - thanks!

While here, wrap two more long lines.

(elad)

2009-04-25 21:21:49 UTC MAIN commitmail json YAML

2009-04-25 19:38:25 UTC MAIN commitmail json YAML

- Add kcpuset_iszero().
- Fix kcpuset_match().

(rmind)

2009-04-25 18:53:45 UTC MAIN commitmail json YAML

2009-04-25 18:39:48 UTC MAIN commitmail json YAML

2009-04-25 18:38:32 UTC MAIN commitmail json YAML

- remove gnu/usr.bin from SRCDIRS
- sort

(tsutsui)

2009-04-25 18:29:05 UTC MAIN commitmail json YAML

Use DBG=-Os, which works fine on landisk.

(tsutsui)

2009-04-25 18:27:39 UTC MAIN commitmail json YAML

Use roundup2() macro.

(tsutsui)

2009-04-25 17:04:40 UTC MAIN commitmail json YAML

2009-04-25 15:46:20 UTC MAIN commitmail json YAML

handle new directory structure.

(christos)

2009-04-25 15:32:30 UTC MAIN commitmail json YAML

Remove an extra whitespace.

(tsutsui)