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

2024-05-10 19:21:35 UTC Now

2009-03-18 22:02:49 UTC MAIN commitmail json YAML

use progname instead of getprogname() for portability.

(christos)

2009-03-18 21:16:23 UTC netbsd-5 commitmail json YAML

2009-03-18 21:13:01 UTC netbsd-5 commitmail json YAML

Apply patch (requested by reinoud in ticket #585):
Fix build by bringing in part of 1.35 that was left out.

(snj)

2009-03-18 20:57:45 UTC MAIN commitmail json YAML

Remove native compatibility options to stop the config(1) errors
that Juergen Hannken-Illjes reports:

    sys/arch/i386/conf/MONOLITHIC:16: already have options `COMPAT_NOMID'
    sys/arch/i386/conf/MONOLITHIC:17: already have options `COMPAT_09'
    ...

(dyoung)

2009-03-18 18:00:38 UTC MAIN commitmail json YAML

Remember to kqueue_init() too so that non-timer events work.

(pooka)

2009-03-18 17:56:15 UTC MAIN commitmail json YAML

2009-03-18 17:52:19 UTC MAIN commitmail json YAML

2009-03-18 17:51:18 UTC MAIN commitmail json YAML

kqueue and kevent for rump

(pooka)

2009-03-18 17:30:25 UTC MAIN commitmail json YAML

2009-03-18 17:27:04 UTC MAIN commitmail json YAML

Rename rump argument marshalling structure variable to "callarg" to
avoid collision with system calls which use "arg".

(pooka)

2009-03-18 17:06:53 UTC MAIN commitmail json YAML

2009-03-18 16:00:24 UTC MAIN commitmail json YAML

2009-03-18 15:39:27 UTC MAIN commitmail json YAML

When doing I/O to a regular file, try to use mmio instead of
read/write.  This makes a rump_fs file server around 5% faster.

(pooka)

2009-03-18 15:32:28 UTC MAIN commitmail json YAML

2009-03-18 15:14:32 UTC MAIN commitmail json YAML

2009-03-18 13:24:38 UTC MAIN commitmail json YAML

Include <string.h> for memcpy(3).

(tsutsui)

2009-03-18 12:25:07 UTC MAIN commitmail json YAML

- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has
  macro which replace them with mem*() functions in #ifdef _KERNEL as noted
  in man pages
- move declarations of bcopy(3) and bzero(3) into <lib/libsa/stand.h>
  since they are still in libsa for some MD standalone sources
  (I guess all bcmp(3) in standalone sources have been replaced with memcmp(3)
  but they should be replaced with memcmp() anyway)

(tsutsui)

2009-03-18 10:46:58 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2009-03-18 10:41:46 UTC MAIN commitmail json YAML

buildfix: undo previous

(cegger)

2009-03-18 10:22:46 UTC MAIN commitmail json YAML

2009-03-18 09:10:16 UTC MAIN commitmail json YAML

In case the portal provider fails, do not try to pass an
uninitialized fd value.  Also, propagate errno to the caller.

(pooka)

2009-03-18 07:42:36 UTC MAIN commitmail json YAML

2009-03-18 07:41:54 UTC MAIN commitmail json YAML

2009-03-18 05:59:45 UTC netbsd-5 commitmail json YAML

Tickets 569-572, 575, 577, 578, 583, and 584.

(snj)

2009-03-18 05:47:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #584):
external/mit/xorg-server/dist/Xext/sync.c: revision 1.2
xsync: Fix wakeup storm in idletime counter
Wakeup scheduling only considered the threshold values, and not whether
the trigger was edge or level.
See also:
https://bugzilla.redhat.com/show_bug.cgi?id=474586
http://svn.gnome.org/viewvc/gnome-screensaver/trunk/src/test-idle-ext.c?view=markup
Source:
http://cgit.freedesktop.org/xorg/xserver/commit/?id=1f4fb0225b278d1cf4145aebeb0bdd23dc8f62d5

(snj)

2009-03-18 05:43:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #583):
sys/dev/pci/if_wm.c: revision 1.166
Fix the multicast hash bug on ICH9's wm.
Now we can catch ff02::9 on ICH9's wm.

(snj)

2009-03-18 05:39:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #578):
build.sh: revision 1.205
share/mk/bsd.own.mk: revision 1.559
Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`.  We already have a platform with an underline
("x86_64"), and the other chars seem harmless.

(snj)

2009-03-18 05:37:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #578):
build.sh: revision 1.204
share/mk/bsd.own.mk: revision 1.558
In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or
prints something that does not look like an identifier, then use uname
-m instead.  (Cygwin prints "unknown", and OpenBSD prints a long string
containing several spaces; this code should handle both.)

(snj)

2009-03-18 05:33:23 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #577):
sys/kern/kern_descrip.c: revision 1.188
sys/kern/uipc_usrreq.c: revision 1.121
sys/sys/fcntl.h: revision 1.35
sys/sys/file.h: revision 1.66
sys/sys/param.h: patch
sys/sys/un.h: revision 1.45
completely rework the way that orphaned sockets that are being fdpassed
via SCM_RIGHTS messages are dealt with:
1. unp_gc: make this a kthread.
2. unp_detach: go not call unp_gc directly. instead, wake up unp_gc kthread.
3. unp_scan: do not close files here. instead, put them on a global list
  for unp_gc to close, along with a per-file "deferred close count". if
  file is already enqueued for close, just increment deferred close count.
  this eliminates the recursive calls.
3. unp_gc: scan files on global deferred close list. close each file N
  times, as specified by deferred close count in file. continue processing
  list until it becomes empty (closing may cause additional files to be
  queued for close).
4. unp_gc: add additional bit to mark files we are scanning. set during
  initial scan of global file list that currently clears FMARK/FDEFER.
  during later scans, never examine / garbage collect descriptors that
  we have not marked during the earlier scan. do not proceed with this
  initial scan until all deferred closes have been processed. be careful
  with locking to ensure no races are introduced between deferred close
  and file scan.
5. unp_gc: use dummy file_t to mark position in list when scanning. allow
  us to drop filelist_lock. in turn allows us to eliminate kmem_alloc()
  and safely close files, etc.
6. prohibit transfer of descriptors within SCM_RIGHTS messages if
  (num_files_in_transit > maxfiles / unp_rights_ratio)
7. fd_allocfile: ensure recycled filse don't get scanned.
this is 97% work done by andrew doran, with a couple of minor bug fixes
and a lot of testing by yours truly.

(snj)

2009-03-18 05:23:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #575):
sys/net/if_tap.c: revision 1.54
Deprecate the SIOCSIFPHYADDR ioctl and the sysctl node in favour
of the generic SIOCALIFADDR.
As suggested by cube.

(snj)

2009-03-18 05:20:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #572):
sys/net/if_tap.c: revision 1.53
repair the SIOCSIFPHYADDR ioctl handler to be compatible with previous
versions which used a "struct sockaddr"

(snj)

2009-03-18 05:16:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #571):
share/man/man4/tap.4: revision 1.10
note the new method of changing link layer addresses using a PF_LINK
socket ioctl.

(snj)

2009-03-18 05:15:48 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #571):
share/man/man4/tap.4: revision 1.9
ifreqalias (non existent) -> ifaliasreq (the real deal)

(snj)

2009-03-18 05:14:04 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #570):
usr.sbin/btpand/tap.c: revision 1.2
use the generic SIOCALIFADDR to add an active link layer address
instead of the (soon to be) deprecated SIOCSIFPHYADDR

(snj)

2009-03-18 05:08:38 UTC netbsd-5 commitmail json YAML

Apply patch (requested by reinoud in ticket #569):
Remove dead code and double check if it's allowed to write out
non-sequential there.
--
Sequential writing goes before normal write. Its not likely to ever go
wrong but there could be a race otherwise.
--
Add simplistic UBC async flushing as other FS's seem to do. Its a clutch
and needs to be addressed in UBC properly.
Improve write throttling by doing it on page-size basis. The `standard'
solution would cut up files unnessisary during allocation. It also made
assumptions about ucb wich were propably right but still.

(snj)

2009-03-18 04:59:45 UTC MAIN commitmail json YAML

Do not allow duplicate group id in groupmod unless -o is specified.

Closes PR bin/40393

(mike)

2009-03-18 02:49:35 UTC MAIN commitmail json YAML

Turn on display on attachment.  Fixes the scenario when serial console
is used and you reboot (using kloader) with screen turned off.

(uwe)

2009-03-18 02:27:41 UTC MAIN commitmail json YAML

Fix 'vfork clobber' warning on vax.
Problem noted by and fix confirmed by Olaf 'Rhialto' Seibert.

(lukem)

2009-03-18 01:28:25 UTC MAIN commitmail json YAML

Format the address/offset of hexdump in hex, not decimal.

Addresses my PR bin/41035

(pgoyette)

2009-03-17 23:42:45 UTC MAIN commitmail json YAML

Add local declarations of bcmp() and bzero() because libkern.h no longer
provides those declarations.

It's possible that these can be removed later when we find out whether
these functions are actually needed in the kernel, but meanwhile, this
allows alpha, hp700 and the powerpc ports (who all build these as part
of libkern) to complete their builds.

(he)

2009-03-17 21:25:47 UTC MAIN commitmail json YAML

Fix long standing problem with CD/DVD writing with `dd'. If done this way the
device will remain in a wait-for-more-stuff-to-be-written state delaying other
SCSI calls, esp. some read-size or read-layout calls, until its told there is
no more comming.

To fix this, on last close explicitly flush the caches releasing the device
from this mode and allowing other SCSI commands to reach it.

This fixes PR 40528

(reinoud)

2009-03-17 20:08:44 UTC MAIN commitmail json YAML

2009-03-17 20:04:39 UTC MAIN commitmail json YAML

Reactivate native compatibility in GENERIC.

(dyoung)

2009-03-17 19:41:32 UTC MAIN commitmail json YAML

Make putchar() conform to the stand.h prototype, so that this builds again.

(he)

2009-03-17 19:38:34 UTC MAIN commitmail json YAML

Handle child-detachment by NULL'ing the child pointer so that
auich_detach() does not subsequently dereference a dangling pointer.

(dyoung)

2009-03-17 19:12:17 UTC MAIN commitmail json YAML

Expand a lot of macros from sys/dev/usb/usb_port.h.

Handle child-detachment by NULL'ing the child pointer, so that
umass_detach() will not subsequently dereference the dangling
pointer.

(dyoung)

2009-03-17 18:58:27 UTC MAIN commitmail json YAML

Due to the way these files are used, ref. libdos/makedoscalls.awk and
libiocs/makeiocscalls.awk, we need a space between the function name
and the parameter list in the declaration.

(he)

2009-03-17 18:43:43 UTC MAIN commitmail json YAML

Correct the sense of the test for LIBSA_NO_FS_CLOSE
so that this builds again.

(he)

2009-03-17 18:19:15 UTC MAIN commitmail json YAML

2009-03-17 10:16:55 UTC MAIN commitmail json YAML

Re-balance parenthesis in a couple of places.

(he)

2009-03-17 10:10:20 UTC MAIN commitmail json YAML

Fix bad TCP checksum in packets with IP option header.

(tsutsui)

2009-03-17 00:53:42 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-17 00:52:48 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-17 00:51:27 UTC MAIN commitmail json YAML

Make it compile without PCI.

(msaitoh)

2009-03-17 00:45:46 UTC MAIN commitmail json YAML

Introduce LIBSA_NO_DEV_IOCTL, and don't declare ioctl() if it's defined.
Also, don't declare the close() function if LIBSA_NO_DEV_CLOSE is defined.

(he)

2009-03-17 00:35:08 UTC MAIN commitmail json YAML

Introduce LIBSA_NO_DEV_IOCTL.  Don't declare the ioctl routine
if it is defined, and don't declare the close routine if
LIBSA_NO_DEV_CLOSE is defined.

(he)

2009-03-17 00:18:40 UTC MAIN commitmail json YAML

Make a couple of functions conform to the prototype, restoring buildability.

(he)

2009-03-17 00:13:43 UTC MAIN commitmail json YAML

Make putchar() obey the stand.h prototype.

(he)

2009-03-17 00:10:37 UTC MAIN commitmail json YAML

Match last row to get correct space for the first column.

(joerg)

2009-03-17 00:08:10 UTC MAIN commitmail json YAML

#include "opt_compat_netbsd.h" for COMPAT_20.

(dyoung)

2009-03-17 00:01:54 UTC MAIN commitmail json YAML

Add #include "opt_compat_netbsd.h" for COMPAT_09.

(dyoung)

2009-03-16 23:46:12 UTC MAIN commitmail json YAML

Correct the sense of the check for LIBSA_NO_FS_CLOSE; restores buildability.

(he)

2009-03-16 23:11:16 UTC MAIN commitmail json YAML

2009-03-16 20:49:16 UTC MAIN commitmail json YAML

2009-03-16 20:48:13 UTC MAIN commitmail json YAML

Fix dev_t alignment, by not using the new 64bit value directly but
rather a 32bit aligned version (netbsd32_dev_t = netbsd32_uint64).

ok by cube@.

(njoly)

2009-03-16 17:30:33 UTC MAIN commitmail json YAML

Don't restrict column width of the last column of the methods table.
nroff does the right thing and properly wrap descriptions that don't fit.

(uwe)

2009-03-16 16:44:46 UTC MAIN commitmail json YAML

Add more semantic markup (Dv, Fa, Va, ...).

(uwe)

2009-03-16 16:43:01 UTC MAIN commitmail json YAML

Note tzdata2009c import.

(kleink)

2009-03-16 16:40:55 UTC MAIN commitmail json YAML

Update for tzdata2009c.

(kleink)

2009-03-16 16:38:39 UTC MAIN commitmail json YAML

2009-03-16 14:58:48 UTC MAIN commitmail json YAML

tzdata2009c is available.

(apb)

2009-03-16 13:38:09 UTC MAIN commitmail json YAML

2009-03-16 13:37:45 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 13:35:37 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 13:33:36 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 13:01:21 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 12:56:19 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 12:54:52 UTC MAIN commitmail json YAML

Don't use kloader_reboot() when after panic.

(nonaka)

2009-03-16 12:53:30 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 12:52:32 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 12:52:07 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 12:25:40 UTC MAIN commitmail json YAML

Increase size of buffer for humanize_number(3) to print cache sizes
so that it can return 128KB, 256KB and 512KB properly instead of
truncated 0MB or rounded 1MB.

Problem reported by nisimura@ on port-amd64 and port-i386.

(tsutsui)

2009-03-16 12:16:44 UTC MAIN commitmail json YAML

Note TCPv4/UDPv4 RX hardware checksum support for mec(4) on sgimips O2.

(tsutsui)

2009-03-16 12:13:04 UTC MAIN commitmail json YAML

Pull a fix from hme.c rev 1.73 (to #if 0'ed out part):
> Fix a bug in calculation of checksum deduction:
> - To get 16 bit one's complement value from uint32_t variable,
>  higher 16 bits should be ignored.
> - RFC 1624 describes methods to recalculate checksum field in headers,
>  i.e. one's complement of one's complement sum that could be 0x0000,
>  but we don't have to use the strategy to deduct one's complement sum
>  itself which won't be zero but should be 0xffff.

(tsutsui)

2009-03-16 12:02:00 UTC MAIN commitmail json YAML

Fix a bug in calculation of checksum deduction:
- To get 16 bit one's complement value from uint32_t variable,
  higher 16 bits should be ignored.
- RFC 1624 describes methods to recalculate checksum field in headers,
  i.e. one's complement of one's complement sum that could be 0x0000,
  but we don't have to use the strategy to deduct one's complement sum
  itself which won't be zero but should be 0xffff.

Found on debugging mec(4) on sgimips O2.

(tsutsui)

2009-03-16 11:42:31 UTC MAIN commitmail json YAML

set DALGN register when address is misaligned (PXA27x only).

(nonaka)

2009-03-16 11:32:27 UTC MAIN commitmail json YAML

Added DMA Alignment register definition.

(nonaka)

2009-03-16 11:18:10 UTC MAIN commitmail json YAML

fix sign-compare issues

(lukem)

2009-03-16 09:58:51 UTC MAIN commitmail json YAML

Add a dumb RX hardware TCPv4/UDPv4 checksum support.

(tsutsui)

2009-03-16 09:38:18 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-16 09:37:36 UTC MAIN commitmail json YAML

2009-03-16 09:34:17 UTC MAIN commitmail json YAML

2009-03-16 09:32:38 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-16 06:30:35 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-16 06:20:49 UTC netbsd-4 commitmail json YAML

Tickets 1279 and 1286.

(snj)

2009-03-16 06:18:32 UTC MAIN commitmail json YAML

2009-03-16 06:17:39 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-16 06:17:20 UTC MAIN commitmail json YAML

2009-03-16 06:17:05 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #1286):
usr.sbin/user/user.c: revision 1.121
bin/40994: Michael van Elst: usermod -l change password so user is unable to
login. User getpwnam_r to avoid trashing result of previous call to getpwnam().

(snj)

2009-03-16 06:12:38 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1279):
sys/net/if_pppoe.c: revision 1.94 via patch
PR/40690: Jordan Gordeev: pppoe(4) doesn't work when PPPoE relays are present
Add support for sending the session id tag back.

(snj)

2009-03-16 05:59:22 UTC MAIN commitmail json YAML

2009-03-16 02:46:48 UTC MAIN commitmail json YAML

2009-03-16 02:44:47 UTC MAIN commitmail json YAML

Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")

(lukem)

2009-03-16 02:24:57 UTC MAIN commitmail json YAML

2009-03-16 02:20:02 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-03-16 02:18:39 UTC MAIN commitmail json YAML

fix sign-compare issue

(lukem)

2009-03-16 01:56:22 UTC MAIN commitmail json YAML

fix shadowed variable

(lukem)

2009-03-16 01:24:09 UTC netbsd-5 commitmail json YAML

2009-03-16 01:21:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by adrianp in ticket #582):
sys/netiso/tp_param.h: revision 1.19 via patch
Negative lengths should not be allowed. Make it unsigned.

(snj)

2009-03-16 01:20:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by adrianp in ticket #582):
sys/compat/linux/common/linux_futex.c: revision 1.24 via patch
fix robust_list pointer mess!

(snj)

2009-03-16 01:13:38 UTC MAIN commitmail json YAML

2009-03-16 01:04:32 UTC MAIN commitmail json YAML

2009-03-16 00:56:16 UTC MAIN commitmail json YAML

fix WARNS=4 issues.
(arguably usr.bin/who/utmpentry.c::getutentries() could return size_t not int)

(lukem)

2009-03-16 00:51:06 UTC MAIN commitmail json YAML

2009-03-16 00:43:33 UTC MAIN commitmail json YAML

2009-03-16 00:08:10 UTC MAIN commitmail json YAML

fix WARNS=3 issues;
* sprinkle const
* avoid tests < 0 on unsigned types
* test fwrite() returns nmemb not <0

(lukem)

2009-03-15 23:56:24 UTC MAIN commitmail json YAML

2009-03-15 23:53:04 UTC MAIN commitmail json YAML

rename a variable to avoid a compiler warning

(lukem)

2009-03-15 22:52:39 UTC MAIN commitmail json YAML

Add prototypes for recent kcpuset_*() functions, which I forgot to commit.

(rmind)

2009-03-15 22:31:12 UTC MAIN commitmail json YAML

2009-03-15 22:29:11 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 22:25:46 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 22:24:57 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 22:23:16 UTC MAIN commitmail json YAML

2009-03-15 22:20:10 UTC MAIN commitmail json YAML

2009-03-15 22:19:23 UTC MAIN commitmail json YAML

Simplify previous; suggested by Paul Goyette

(dholland)

2009-03-15 22:19:15 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 22:18:35 UTC MAIN commitmail json YAML

2009-03-15 22:16:50 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 22:16:09 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:43:28 UTC MAIN commitmail json YAML

Fix Xref, prepare for HTML output.

(wiz)

2009-03-15 21:33:51 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:32:36 UTC MAIN commitmail json YAML

2009-03-15 21:30:57 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:29:15 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:28:09 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:26:09 UTC MAIN commitmail json YAML

2009-03-15 21:25:32 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 21:24:25 UTC MAIN commitmail json YAML

2009-03-15 21:23:32 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 20:35:59 UTC netbsd-5 commitmail json YAML

Update for the latest batch of tickets.

(snj)

2009-03-15 20:34:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #576):
sys/dev/video.c: revision 1.20
PR# kern/41008: possible simple mistake of field check in video(9)
video_set_format() requires hw->set_format to be set, not get_format,
from fukumoto@imasy.or.jp

(snj)

2009-03-15 20:32:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #574):
distrib/sets/lists/xetc/mi: revision 1.13
external/mit/xorg/bin/xdm/config/Makefile: revision 1.7
add the xdm config files Xstartup and Xreset to the build

(snj)

2009-03-15 20:30:57 UTC MAIN commitmail json YAML

2009-03-15 20:30:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #574):
external/mit/xdm/dist/config/Xreset.cpp: revision 1.2
external/mit/xdm/dist/config/Xstartup.cpp: revision 1.2
cpp does not find tokens inside quotes, so remove the quotes so that
the search/replace can happen properly.
this was already fixed in upstream sources (Hi David!), reference:
http://cgit.freedesktop.org/xorg/app/xdm/commit/?id=b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445

(snj)

2009-03-15 20:30:05 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 20:24:55 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #566):
usr.sbin/pstat/pstat.c: revision 1.113
convert getfiles() to use KERN_FILE2 sysctl.
now it can survive "struct file" changing, as is upcoming.

(snj)

2009-03-15 20:23:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #566):
sys/kern/init_sysctl.c: revision 1.157
sys/kern/kern_descrip.c: revision 1.187
usr.sbin/pstat/pstat.c: revision 1.112
Don't bother with file_t::f_iflags any more, as it's not used.
Noted by mrg@.

(snj)

2009-03-15 20:20:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #565):
sys/kern/init_sysctl.c: revision 1.158
always calculate "needed" for KERN_FILE2 calls.  this allows a caller
to get an estimate of the needed space, like the intention is.

(snj)

2009-03-15 20:11:24 UTC MAIN commitmail json YAML

Fix sign-compare problem that crept in due to working from an old tree.
Whoops. won't happen again...

(dholland)

2009-03-15 20:08:43 UTC MAIN commitmail json YAML

- Add kcpuset_fill(), kcpuset_set() and kcpuset_match().
- KNF while here.

(rmind)

2009-03-15 20:07:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yamt in ticket #568):
usr.bin/shuffle/shuffle.1: revision 1.7
remove BUGS section.  this has been changed to use arc4random while ago.

(snj)

2009-03-15 20:06:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #567):
share/man/man9/fsetown.9: revision 1.9
Consistently use .Dv for SA_SIGINFO, .Sv doesn't exist.

(snj)

2009-03-15 20:03:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #562):
usr.sbin/user/user.c: revision 1.121
bin/40994: Michael van Elst: usermod -l change password so user is unable to
login. User getpwnam_r to avoid trashing result of previous call to getpwnam().

(snj)

2009-03-15 20:02:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #561):
usr.bin/nbsvtool/nbsvtool.1: revision 1.5
Fix markup

(snj)

2009-03-15 20:00:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #560):
sys/net/rtsock.c: revision 1.124
Revert r1.119 as the implementation is broken.

(snj)

2009-03-15 19:58:53 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #559):
share/man/man7/mdoc.samples.7: revision 1.43
Examples should be correct, so fix the order of the preamble to follow
the rules set in mdoc(7).

(snj)

2009-03-15 19:57:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #558):
usr.bin/awk/awk.1: revision 1.18
Fix markup (.I is an unknown macro in this context).

(snj)

2009-03-15 19:56:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #555):
gnu/dist/postfix/src/util/unix_recv_fd.c: revision 1.2
gnu/dist/postfix/src/util/unix_send_fd.c: revision 1.2
Use larger buffer for sending and receiving a file descriptor over a
UNIX domain socket, based on an example program by Michael van Elst.
This fixes support for using milters (Sendmail Mail Filters) with
Postfix under at least NetBSD/amd64.

(snj)

2009-03-15 19:53:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by uebayasi in ticket #549):
sys/kern/subr_xcall.c: revision 1.10
xc_lowpri: don't truncate `where' from uint64_t to u_int.

(snj)

2009-03-15 19:49:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #458):
sys/kern/kern_ssp.c: revision 1.2
If sys/param.h is not included, the kernel compile fails on some platforms
with SOFTINT_COUNT undefined (I noticed it on some evbarm kernels)

(snj)

2009-03-15 19:48:17 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by chrost in ticket #458):
sys/arch/evbarm/iq80310/iq80310_intr.h: revision 1.8
Also include <arm/cpu.h> here for the required definitions of
curcpl() and set_curcpl(), so that kern_ssp.c builds here as well.

(snj)

2009-03-15 19:47:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #458):
sys/arch/evbarm/ifpga/ifpga_intr.h: revision 1.9
Another port which needs <arm/cpu.h> added as in include due to
the new kern_ssp.c.

(snj)

2009-03-15 19:45:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #458):
sys/arch/arm/footbridge/footbridge_intr.h: revision 1.14
Allow kern_ssp.c to build.  That file includes <sys/intr.h> without
first including <sys/cpu.h>, so include <arm/cpu.h> here so that
curcpl() and set_curcpl() are declared before they are used.

(snj)

2009-03-15 19:43:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #458):
sys/conf/Makefile.kern.inc: revision 1.121
sys/conf/files: revision 1.940
sys/kern/init_main.c: revision 1.381
sys/kern/kern_ssp.c: revision 1.1
sys/kern/subr_autoconf.c: revision 1.168
sys/sys/device.h: revision 1.116
sys/sys/systm.h: revision 1.233
Unbreak ssp kernels. The issue here that when the ssp_init() call was
deferred, it caused the return from the enclosing function to break, as
well as the ssp return on i386. To fix both issues, split configure in
two pieces the one before calling ssp_init and the one after, and move
the ssp_init() call back in main. Put ssp_init() in its own file, and
compile this new file with -fno-stack-protector. Tested on amd64.
XXX: If we want to have ssp kernels working on 5.0, this change needs to
be pulled up.

(snj)

2009-03-15 17:24:43 UTC MAIN commitmail json YAML

2009-03-15 17:22:38 UTC MAIN commitmail json YAML

2009-03-15 17:20:10 UTC MAIN commitmail json YAML

2009-03-15 17:17:23 UTC MAIN commitmail json YAML

2009-03-15 17:15:58 UTC MAIN commitmail json YAML

2009-03-15 17:14:40 UTC MAIN commitmail json YAML

2009-03-15 16:47:45 UTC MAIN commitmail json YAML

Allow ptyfs to be mounted inside a chrooted environment.

(christos)

2009-03-15 16:43:55 UTC MAIN commitmail json YAML

Add a chroot flag, so that ptyfs can be mounted in a chrooted environment.
XXX: This is a hack, in reality we should allow multiple ptyfs mounts.

(christos)

2009-03-15 16:21:46 UTC MAIN commitmail json YAML

Fix and improve mark up.

(joerg)

2009-03-15 15:56:51 UTC MAIN commitmail json YAML

2009-03-15 15:55:51 UTC MAIN commitmail json YAML

2009-03-15 15:54:43 UTC MAIN commitmail json YAML

ansify function definition

(cegger)

2009-03-15 15:52:12 UTC MAIN commitmail json YAML

2009-03-15 15:48:14 UTC MAIN commitmail json YAML

2009-03-15 15:45:49 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 15:45:01 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 15:43:40 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 15:42:56 UTC MAIN commitmail json YAML

ansify function definitions

(cegger)

2009-03-15 15:40:34 UTC MAIN commitmail json YAML

2009-03-15 15:20:13 UTC MAIN commitmail json YAML

- use <bsd.klinks.mk> to create MD include dir symlinks
- make sure to remove lib subdirs on clean and distclean target

(tsutsui)

2009-03-15 15:19:58 UTC MAIN commitmail json YAML

Fix number of columns.

(joerg)

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

2009-03-15 15:16:58 UTC MAIN commitmail json YAML

Specify width for tag list.

(joerg)

2009-03-15 14:54:24 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create MD include dir symlinks.

(tsutsui)

2009-03-15 14:48:11 UTC MAIN commitmail json YAML

Tweak comments and conditionals about EXT_RFA and IPCB.

(tsutsui)

2009-03-15 14:40:30 UTC MAIN commitmail json YAML

Convert to mdoc markup.

(joerg)

2009-03-15 14:21:48 UTC MAIN commitmail json YAML

2009-03-15 14:18:38 UTC MAIN commitmail json YAML

Adjust comments about sc_flags.

(tsutsui)

2009-03-15 14:14:50 UTC MAIN commitmail json YAML

Specify all columns in .Bl -column.

(joerg)

2009-03-15 14:12:19 UTC MAIN commitmail json YAML

Provide -width for tag lists.
XXX The examples need to be reworked to fit the terminal width

(joerg)

2009-03-15 14:11:08 UTC MAIN commitmail json YAML

Provide -width for -tag lists.

(joerg)

2009-03-15 14:08:17 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create MD include dir symlinks.

(tsutsui)

2009-03-15 14:05:18 UTC MAIN commitmail json YAML

Consistently provide -width for tag lists.

(joerg)

2009-03-15 14:02:39 UTC MAIN commitmail json YAML

Replace tagged list without non-tagged content with display.

(joerg)

2009-03-15 13:57:57 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create MD include dir symlinks.

(tsutsui)