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

2024-05-10 04:24:54 UTC Now

2009-01-10 11:04:36 UTC MAIN commitmail json YAML

Initialize a local variable to get rid of a "may be used uninitialized"
warning (turned into error by -Werror).

(he)

2009-01-10 06:45:06 UTC MAIN commitmail json YAML

Clean up messages.
- fdcintr: remove duplicated status message.
- fdioctl: make it easy to track ioctl.

(isaki)

2009-01-10 06:41:06 UTC MAIN commitmail json YAML

fdc->sc_dev is not necessary.

(isaki)

2009-01-09 22:26:25 UTC MAIN commitmail json YAML

Do not probe for console when configuring xenbus devices, as it is
attached earlier during boot, when initializing hypervisor.

This avoids the "unknown type console at xenbus0 id 0 not configured"
autoconf(9) messages, which are misleading during domU's boot.

See also http://mail-index.netbsd.org/port-xen/2009/01/05/msg004621.html

Ok by bouyer@ in private mail.

(jym)

2009-01-09 22:16:02 UTC MAIN commitmail json YAML

rgephy(4): Support for RTL8211C(L) phy and flow control.

(cegger)

2009-01-09 22:03:13 UTC MAIN commitmail json YAML

add flow control support. From OpenBSD.

(cegger)

2009-01-09 21:56:36 UTC MAIN commitmail json YAML

add support for RTL8211C(L) phy.

From FreeBSD.

(cegger)

2009-01-09 21:14:36 UTC MAIN commitmail json YAML

Make the "EULA not accepted" message a bit more informative, now reads:

  EULA not accepted; please see the <driver>(4) man page.

(jmcneill)

2009-01-09 21:03:39 UTC MAIN commitmail json YAML

mention bwi driver

(macallan)

2009-01-09 20:49:42 UTC MAIN commitmail json YAML

Fix previous screwup.
This is the real bwi driver.
Ported by Taylor R. Campbell

(macallan)

2009-01-09 20:01:28 UTC MAIN commitmail json YAML

add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now

(macallan)

2009-01-09 19:58:18 UTC MAIN commitmail json YAML

Last bit of the bwi driver
From Urban Boquist

(macallan)

2009-01-09 19:53:24 UTC MAIN commitmail json YAML

PCI attachment for the bwi driver
From Urban Boquist

(macallan)

2009-01-09 19:50:24 UTC MAIN commitmail json YAML

A driver for Broadcom BCM4302 wlan controllers, otherwise known as
Airport Extreme.
Ported from Dragonfly and OpenBSD by Urban Boquist

(macallan)

2009-01-09 19:37:37 UTC MAIN commitmail json YAML

This driver doesn't use sicallbacks, so don't bother pre-allocating one.
Probably left over from a copy/edit of the zssc driver.

(mhitch)

2009-01-09 17:44:20 UTC MAIN commitmail json YAML

sync the last commit with the official 9.5.1-P1 release,
thanks to Adrian Portelli for the upstream patch

(drochner)

2009-01-09 17:21:19 UTC MAIN commitmail json YAML

2009-01-09 17:20:31 UTC MAIN commitmail json YAML

According to the datasheet, temperatures on the LM75 are kept in
0.5 degC-precision the most-significant 9 bits of a 16-bit register.
Interpret them as such and simplify the conversion.

(briggs)

2009-01-09 16:23:59 UTC MAIN commitmail json YAML

Allow IQ80321-derived systems to provide an m.d. reboot routine.
Use this on the IQ31244 to force a watchdog reset from the M41ST84
if it's been attached.  The generic reset doesn't fully reset the
system whereas the RTC watchdog reset does.

(briggs)

2009-01-09 16:21:28 UTC MAIN commitmail json YAML

Enable the M41ST84 RTC.

(briggs)

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

Provide a utility routine to configure/write the watchdog.
XXX This watchdog should eventually be integrated into the generic
    watchdog framework.

(briggs)

2009-01-09 10:05:27 UTC MAIN commitmail json YAML

Use "-Os -freorder-blocks" as well as <sys.mk> for ramdisk build.
"-Os might cause compiler bugs on sh3" comment was for egcs or gcc3.
"-Os" might be also safe, but use the same one with the default sh3 build
for now.

Briefly tested on (not emulated but real) dreamcast.

(tsutsui)

2009-01-09 09:39:05 UTC MAIN commitmail json YAML

Move explanatory text above the "dynamically-created" example,
to match other examples.

(apb)

2009-01-09 07:26:10 UTC MAIN commitmail json YAML

2009-01-09 06:31:38 UTC MAIN commitmail json YAML

2009-01-09 03:50:31 UTC netbsd-5 commitmail json YAML

2009-01-09 03:46:54 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #245):
sys/dev/usb/uslsa.c: revision 1.9
Correct license.  I have not formally contributed this to TNF.
However, ugensa.c was, so restore that licencse and append mine.
Also, use UT_*_VENDOR_INTERFACE instead of local defines of the same
thing.
No functional change.

(snj)

2009-01-09 03:40:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #244):
sys/dev/pci/siisata_pci.c: revision 1.2
In case the PCI command bits aren't already set, do so before performing
an access that requires them to be.  From KIYOHARA Takashi.

(snj)

2009-01-09 03:38:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #243):
share/man/man4/pci.4: revision 1.89
sys/dev/DEVNAMES: revision 1.243
Add siisata(4) to the lists.  From KIYOHARA Takashi.

(snj)

2009-01-09 03:35:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #242):
external/mit/xorg/lib/libGLU/Makefile: revision 1.3
share/mk/bsd.README: revision 1.244
share/mk/bsd.lib.mk: revision 1.291
add LIBISCXX.  if it is != "no", use ${CXX} instead of ${CC} to link
shared libraries.  use it for the one c++ library we have.
fixes PR#39936.

(snj)

2009-01-09 03:32:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by haad in ticket #241):
sys/ddb/db_command.c: revision 1.126
sys/ddb/db_command.h: revision 1.34
Fix my bug introduced in rev 1.98 of db_command.c where command prefix
not ambiguous in one table was choosed even if it was ambiguous in
another table in same list. Also apply more KNF rules.
Patch was supplied by uwe@.

(snj)

2009-01-09 03:22:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #240):
doc/3RDPARTY: revision 1.654
Update dhcpcd to 4.0.7 and take ownership.

(snj)

2009-01-09 03:13:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #240):
sys/net/rtsock.c: revision 1.119
external/bsd/dhcpcd/dist/README
external/bsd/dhcpcd/dist/client.c
external/bsd/dhcpcd/dist/common.c
external/bsd/dhcpcd/dist/config.h
external/bsd/dhcpcd/dist/configure.c
external/bsd/dhcpcd/dist/dhcp.c
external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in
external/bsd/dhcpcd/dist/dhdpcd.8.in
external/bsd/dhcpcd/dist/dhcpcd.c
external/bsd/dhcpcd/dist/dhcpcd.conf.5.in
external/bsd/dhcpcd/dist/if-bsd.c
external/bsd/dhcpcd/dist/net.c
external/bsd/dhcpcd/dist/net.h
external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf
Import dhcpcd-4.0.7 with the following changes from dhcpcd-4.0.1

DHCP_DECLINE now includes the IP and Server in the message.
Trailing NULLs are stripped from string options.
ntpd is only restarted if it is already running.
ClientID is no longer sent by default.
CSR comes before routers and static routes as per RFC 3442.
Host routes are now added correctly.
If a the interface link flaps but status does not change, do not reset
the timer.

(snj)

2009-01-09 02:58:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #239):
sys/net/rtsock.c: revision 1.119
When removing routes automatically added, remove the flag from the
associated address.
When changing routes automatically addded, move the flag to the new
assoicated address.

(snj)

2009-01-09 02:57:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #239):
sys/netinet/in.c: revision 1.130
The automatic addition of a subnet route should not error if a manually
added route already exists. Fixes PR kern/40133.

(snj)

2009-01-09 02:52:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #238):
external/mit/xdm/dist/greeter/greet.c: revision 1.2
get rid of a warning only visible when compiling with USE_PAM

(snj)

2009-01-09 02:51:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #238):
external/mit/xorg/bin/xdm/Makefile: revision 1.4
external/mit/xorg/bin/xdm/Makefile.xdm: revision 1.2
make xdm (able to) use PAM
fixes PR 39851

(snj)

2009-01-09 02:44:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #237):
sys/arch/arm/xscale/i80321_icu.c: revision 1.19
Ifdef out and comment a KASSERT() that's a bit too aggressive.  There
are never any interrupts masked at IPL_VM before any interrupts have
been registered.

(snj)

2009-01-09 02:43:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #237):
sys/arch/evbarm/conf/std.iq80321: revision 1.13
sys/arch/evbarm/conf/std.cp3100: revision 1.3
sys/arch/evbarm/conf/std.npwr_fc: revision 1.4
sys/arch/evbarm/conf/std.iq31244: revision 1.7
i80321-based systems use a virtual base of 0xc0000000 so specify
KERNEL_BASE_EXT.

(snj)

2009-01-09 02:41:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #237):
sys/arch/arm/xscale/i80321_aau.c: revision 1.14
Don't try to use iopaau_desc_4/8_cache before they're initialized.

(snj)

2009-01-09 02:36:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #236):
distrib/sets/lists/base/mi: revision 1.789 via patch
distrib/sets/lists/comp/mi: revision 1.1222 via patch
Move usr/share/mk/* from comp to base.
We provide make in base, so having the "system" .mk files there is useful.
Fixes PR 5865, PR 22126

(snj)

2009-01-09 02:15:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bjh21 in ticket #235):
sys/arch/acorn26/acorn26/machdep.c: revision 1.25
Initialise cpu_info_store so that we start up with a valid curlwp.

(snj)

2009-01-09 02:12:50 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmmv in ticket #234):
tests/modules/t_modctl.c: revision 1.3
tests/modules/t_modload.sh: revision 1.4
Kernel modules (kmod files) are now installed in a subdirectory per module.
Make these tests aware of this so that they work again.

(snj)

2009-01-09 02:07:20 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #233):
distrib/atari/floppies/install/list: revision 1.9
distrib/atari/floppies/prepare/list: revision 1.6
Add df(1) to installation md_root files for atari.
It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days,
and this could workaround PR port-atari/40316 in branches with
minimum pullups.

(snj)

2009-01-09 02:04:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #232):
build.sh: revision 1.200
"\t" does not represent a tab in sed regular expressions,
so use a ${tab} variable instead.  This bug was found by
Jeremy C. Reed.

(snj)

2009-01-09 01:38:35 UTC MAIN commitmail json YAML

Add a handcrafted assym.h to allow hp700 to build.  This file should
really be autogenerated, but seems it's generally not required by
stuff in rump and guessing the location of the appropriate genassym.cf
is difficult without a major consultation.

Thanks to Havard for spotting the build failure.

(pooka)

2009-01-09 00:24:07 UTC MAIN commitmail json YAML

Fix another bug in SUSP "CE" handling: when the SUSP records fit into
the System Use field with fewer then 28 bytes to spare, we were
remembering the wrong length for the System Use field and hence
emitting a corrupt directory entry.  This could be triggered by trying
to build a filesystem containing a regular file with a 120-byte name.
Now we're a little more careful.

(bjh21)

2009-01-08 23:31:33 UTC MAIN commitmail json YAML

When splitting a System Use Area between a System Use field and a
Continuation Area, be sure to insert the "CE" record at the correct
point in the chain of SUSP records.  Without this, makefs emits
an invalid image if any file needs a Continuation Area.  The bug
seems to have been introduced with the conversion to TAILQs.

(bjh21)

2009-01-08 23:23:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #215):
sys/dev/sbus/be.c: revision 1.61
move callout_init(sc->sc_tick_ch) before we're trying to
callout_stop() the ticker.

(snj)

2009-01-08 23:08:51 UTC netbsd-5 commitmail json YAML

2009-01-08 23:02:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #231):
sbin/rndctl/rndctl.8: revision 1.17
Add a list of device types for use with "rndctl -t ${typename}".

(snj)

2009-01-08 23:00:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #231):
sbin/rndctl/rndctl.c: revision 1.18
* Instead of silently ignoring extra args, print a usage error.  This
  adddresses the silent failure reported in PR 39862 by Brian A. Seklecki
* Adjust usage message to match the synopsis in the man page.

(snj)

2009-01-08 22:58:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #231):
sbin/rndctl/rndctl.8: revision 1.16
Adjust synopsis and description to make it clear that -d devname and
-t devtype are mutually exclusive.

(snj)

2009-01-08 22:47:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #230):
sys/arch/atari/atari/atari_init.c: revision 1.70
Update one more comment which was missed in previous.

(snj)

2009-01-08 22:45:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #230):
sys/arch/atari/atari/atari_init.c: revision 1.69
sys/arch/atari/atari/pmap.c: revision 1.111 via patch
sys/arch/atari/atari/pmap_bootstrap.c: revision 1.1
sys/arch/atari/conf/files.atari: revision 1.113
sys/arch/atari/include/pcb.h: revision 1.9
sys/arch/atari/include/pmap.h: revision 1.39 via patch
sys/arch/atari/include/pte.h: revision 1.8
sys/arch/atari/include/vmparam.h: revision 1.22
Pull the following amiga's pmap changes to atari:
arch/amiga/amiga/amiga_init.c          1.95-1.97, 1.100-1.102
arch/amiga/amiga/pmap.c                1.123, 1.126-1.131, 1.142, 1.145
arch/amiga/amiga/pmap_bootstrap.c      1.1, 1.2, 1.3, 1.4
arch/amiga/conf/files.amiga            1.137
arch/amiga/include/pcb.h                1.16
arch/amiga/include/pmap.h              1.44
arch/amiga/include/pte.h                1.19
arch/amiga/include/vmparam.h            1.35
- change kernel address space layout (i.e. move Sysmap to the end of KVA)
  to match other m68k ports, which should be done on yamt-km merge
- rework pmap_zero_page(), pmap_copy_page() and some more other functions
  to make them compatible with m68k/pmap_motorola.c
- move pmap_bootstrap() into a separate file to allow using either
  the atari pmap.c or the m68k common pmap_motorola.c
- use common m68k include files, pcb.h, pmap_motorola.h, and
pte_motorola.h
- misc style and cosmetic changes
Most merge work is done by Tuomo Makinen, and
miscellaneous fixes and cleanups are done by me.
Tested on Falcon with both 68030 and 68060 by Tuomo, and
also tested on TT030 by David Ross on port-atari.
Should be pulled up to netbsd-4 (it requires at least Sysmap changes)
and netbsd-5.

(snj)

2009-01-08 22:34:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #230):
sys/arch/atari/atari/pmap.c: revision 1.110
Pull a change from amiga/pmap.c rev 1.124 for yamt-idlelwp merge.

(snj)

2009-01-08 22:33:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #230):
sys/arch/atari/atari/genassym.cf: revision 1.28
sys/arch/atari/include/pcb.h: revision 1.8
Remove quite obsolete pcb_cmap2.

(snj)

2009-01-08 22:32:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #230):
sys/arch/atari/atari/atari_init.c: revision 1.68
sys/arch/atari/atari/pmap.c: revision 1.106
sys/arch/atari/include/pmap.h: revision 1.37
Remove bogus DEBUG uvm_map() calls - (sync with amiga pmap). From Tuomo

(snj)

2009-01-08 22:28:45 UTC MAIN commitmail json YAML

Typo: debuging -> debugging.

(bjh21)

2009-01-08 22:26:19 UTC MAIN commitmail json YAML

If the user specifies a cd9660-specific option that needs an integer value
without supplying a value, complain at them instead of segfaulting.
Or, to put it another way, check that the value is non-NULL before calling
set_option().

(bjh21)

2009-01-08 22:19:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #229):
sys/arch/atari/atari/machdep.c: revision 1.155
Raise IPL to splsoftnet() before calling callback functions registered
via (atari specific) add_sicallback(), as a workaround hack.
Many drivers which use the MD sicallback depend on BASEPRI() macro
defined in <machine/cpu.h> to check nested interrupts,
but functions invoked from MI softint(9) won't run at IPL_SOFT
any longer and the BASEPRI() macro doesn't return expected value
as the past.
Fixes lost interrupt problem on Falcon wdc(4) reported by
Tuomo Makinen on port-atari, and also confirmed by him.
Should be pulled up to netbsd-5.

(snj)

2009-01-08 22:13:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #228):
        distrib/atari/floppies/common/dot.profile: revision 1.3
        distrib/atari/floppies/install/list: revision 1.8
        distrib/atari/floppies/prepare/install.md: revision 1.3
        distrib/atari/floppies/prepare/list: revision 1.5
        distrib/atari/miniroot/Makefile.inc: file removal
        distrib/atari/miniroot/disktab.shadow: file removal
        distrib/atari/miniroot/dot.profile: file removal
        distrib/atari/miniroot/install.md: file removal
        distrib/atari/miniroot/list: file removal
        distrib/atari/miniroot/termcap.vt: file removal
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.

(snj)

2009-01-08 22:04:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #228):
sys/arch/atari/stand/installboot/installboot.c: revision 1.21
Since dl.d_type is always "unknown" now, pick the type of bootblock to
install based on the device name: eg /dev/fd0c would be floppy

(snj)

2009-01-08 22:00:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #226):
lib/libc/gen/fts.c: revision 1.35
Ensure fts_close() doesn't spuriously close fd 0,
by testing FTS_SYMFOLLOW in fts_flags instead of fts_options.
Fix provided by Ben Harris in PR 40319

(snj)

2009-01-08 21:51:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by briggs in ticket #224):
sys/dev/pci/aac_pci.c: revision 1.26
Allocate enough space for the aac_pci_softc, not just the aac_softc.

(snj)

2009-01-08 21:46:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #221):
sys/dev/sun/bwtwo.c: revision 1.21
sys/dev/sun/cgthree.c: revision 1.19
Back out previous and clear the screen directly.
Pointed out by macallan@.

(snj)

2009-01-08 21:45:01 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #221):
sys/dev/sun/bwtwo.c: revision 1.20
sys/dev/sun/cgthree.c: revision 1.18
Clear the screen (via rasops) when attaching.
Pointed out by Bill Green on port-sparc.

(snj)

2009-01-08 21:44:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #221):
sys/dev/sun/bwtwo.c: revision 1.19
sys/dev/sun/bwtwovar.h: revision 1.7
sys/dev/sun/files.sun: revision 1.16
Add wscons/vcons support for bw2 (sbus and P4).

(snj)

2009-01-08 21:42:55 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #221):
sys/dev/sun/cgthree.c: revision 1.17
sys/dev/sun/cgthreevar.h: revision 1.6
sys/dev/sun/files.sun: revision 1.15
Add wscons/vcons support for cg3.

(snj)

2009-01-08 21:37:20 UTC MAIN commitmail json YAML

- when we close an se_fd, set it to -1
- fix int/ssize_t/size_t/socklen_t issues
- fix casts
- remove unused variables
- fix prototypes
- fix const
- remove unneeded casts

(christos)

2009-01-08 21:25:31 UTC MAIN commitmail json YAML

NTP 4.2.4p6 is out.

(simonb)

2009-01-08 21:12:09 UTC MAIN commitmail json YAML

Fix PR bin/1443 properly!
Ignore '=' and ' ' inside {} and () when looking for an assignment operator.
Also require the operator be immediately after any whitespace.
XXX mismatched (){} in variable modifiers will not DTRT.

(dsl)

2009-01-08 20:09:04 UTC MAIN commitmail json YAML

2009-01-08 20:03:59 UTC MAIN commitmail json YAML

Add comment requesting modifications to __archivebuild be reflected
in the rump build.

(pooka)

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

Add Makefile.rump to DPSRCS.  Should solve issues with UPDATE=1 builds.

(pooka)

2009-01-08 19:19:11 UTC MAIN commitmail json YAML

2009-01-08 19:14:38 UTC MAIN commitmail json YAML

Remove vax MD source which is now brought in automatically via libkern.

(pooka)

2009-01-08 19:02:12 UTC MAIN commitmail json YAML

Use ${VERSIONFILE} instead of ${.ALLSRC} to match Makefile.boot.

This change stops the full path of newvers_stand.sh from showing up in
pxeboot_ia32.bin.

(jakllsch)

2009-01-08 18:47:49 UTC MAIN commitmail json YAML

PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.

(christos)

2009-01-08 18:44:31 UTC MAIN commitmail json YAML

For applications which naughtily reach over to the rump kernel
namespace without using proper interfaces, do a little namespace
compensation.

(pooka)

2009-01-08 18:43:28 UTC MAIN commitmail json YAML

Disable static linking against kernel modules and always use shared
libraries.  Kernel module support will require some more happy days
with the kernel linker.

(pooka)

2009-01-08 18:42:42 UTC MAIN commitmail json YAML

Rename symbols in rump kernel libraries to always belong to a "rump"
symbol namespace.  This has several implications:
  * no symbols are accidentally linked against host platform libraries
  * all host platform access is done via rumpuser, and hence the
    portability of rump is now well defined
  * functionality such as proplib can now exist within the rump virtual
    kernel and the application using it

Thanks to uwe for originally suggesting the bulk renaming approach
over a pint of what I believe was very crisp, curious and untypical
stout.  It had an almost acidic characteristic with fruity notes
and lacking dark and roasted flavours.

And thanks to lukem for pointing me in the right direction with make.

(pooka)

2009-01-08 18:33:47 UTC MAIN commitmail json YAML

Move the 'dhcp' example so it doesn't disrput flow
into the note about use of 'create'.
bump date.

(jakllsch)

2009-01-08 18:29:43 UTC MAIN commitmail json YAML

PR/40340: Ed Ravin: Print the numeric address in addition to the hostname.

(christos)

2009-01-08 18:08:10 UTC MAIN commitmail json YAML

Print the numeric address of the host.

(christos)

2009-01-08 14:50:56 UTC MAIN commitmail json YAML

try to fix CVE-2009-0021 (incorrect check of EVP_VerifyFinal()'s
return value)
(This is not an official patch and possible incomplete.)

(drochner)

2009-01-08 14:49:46 UTC MAIN commitmail json YAML

try to fix CVE-2009-0025 (incorrect check of DSA_do_verify()'s
return value
(This is not an official patch and possible incomplete.)

(drochner)

2009-01-08 14:06:50 UTC MAIN commitmail json YAML

Fix the mess i made with the iso partitioning reading due to the fact that
disk_read_sector() wants DEV_BLKSIZE blkno's BUT sectorsize unit lengths
specified... how `logical'.

Real fixup pending on discussion on tech-kern/source-changes.

(reinoud)

2009-01-08 12:46:23 UTC MAIN commitmail json YAML

Restore expected FUTEX_WAIT behaviour with NULL timeout argument,
which was broken in my recent timespec cleanup/fix.

(njoly)

2009-01-08 12:12:38 UTC MAIN commitmail json YAML

2009-01-08 06:40:44 UTC MAIN commitmail json YAML

Put symbolsize calculation under the same #if condition that is used
to load symbols.  While here sort the terms of that condition
consistently.  This unbreaks the build w/out ksyms, DDB and MODULAR.

Pointed out by joerg@

(uwe)

2009-01-08 03:27:10 UTC MAIN commitmail json YAML

2009-01-08 02:28:08 UTC MAIN commitmail json YAML

fix some sign comparison warnings

(lukem)

2009-01-08 02:19:48 UTC MAIN commitmail json YAML

Cast a value to time_t (not unsigned) when comparing to timespec tv_sec

(lukem)

2009-01-08 02:07:28 UTC MAIN commitmail json YAML

attempt to make the NOTE a bit more prominent

(lukem)

2009-01-08 02:05:15 UTC MAIN commitmail json YAML

Add rndctl to do_rc().
Thanks to Geoff Wing on current-users.

(lukem)

2009-01-08 01:42:48 UTC MAIN commitmail json YAML

When allocating a KMPAGE and it has multiple colors, make sure to flush them.
Add some more KASSERTs for multiple colors (or lack thereof).

(matt)

2009-01-08 01:30:33 UTC MAIN commitmail json YAML

missed this in previous commit:

Explicitly pass a pointer to the kernel lock/unlock routines in
rumpuser init instead of magically relying on the linker giving us
the symbols.

thanks to uwe for pointing out

(pooka)

2009-01-08 01:03:24 UTC MAIN commitmail json YAML

Sprinkle comments explaining purpose of kobj_machdep(), per email from ad.
no functional change

(pooka)

2009-01-07 23:57:52 UTC MAIN commitmail json YAML

BIND 9.5.1-P1/9.6.0-P1 and OpenSSL 0.9.8j has released.

(taca)

2009-01-07 23:14:40 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for arcvideo(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_private() rather than a cast to convert device_t to a softc.
- Use device_*() to get at the innards of device_t.
device/softc split not done yet because of worrying about bootstrap console
stuff.

(bjh21)

2009-01-07 23:05:46 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for arcpp(4):
- Split device_t out of softc.
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_*() rather than accessing parts of device_t directly.
- Use aprint_*() rather than printf().
Also ANSIfy arcpppushbytes.

(bjh21)

2009-01-07 23:05:07 UTC MAIN commitmail json YAML

2009-01-07 23:01:53 UTC MAIN commitmail json YAML

Add arcpp(4) and eca(4) since they are aren't horribly broken.

(bjh21)

2009-01-07 22:58:38 UTC MAIN commitmail json YAML

Rework the bootstrap IIC stuff used by cmos_read() so that it works
properly, albeit only after iociic0 has been attached.  Happily,
cmos_read() isn't needed before that anyway.

(bjh21)

2009-01-07 22:50:08 UTC MAIN commitmail json YAML

Explicitly pass a pointer to the kernel lock/unlock routines in
rumpuser init instead of magically relying on the linker giving us
the symbols.

(pooka)

2009-01-07 22:15:18 UTC MAIN commitmail json YAML

These copy of gcc millicode routines is now included in librump (that
sucks in all libkern sources), so mark them ".hidden".  I'm not sure
if this is the best course of action (dropping millicode from librump
might be a better idea), but it's the quickest fix to get sh3 builds
going again for now.

(uwe)

2009-01-07 21:12:30 UTC MAIN commitmail json YAML

2009-01-07 21:11:19 UTC MAIN commitmail json YAML

2009-01-07 21:06:53 UTC MAIN commitmail json YAML

2009-01-07 21:06:31 UTC MAIN commitmail json YAML

Missed realloc in previous.  Ride 5.99.6 bump.

(pooka)

2009-01-07 20:56:40 UTC MAIN commitmail json YAML

2009-01-07 20:34:32 UTC MAIN commitmail json YAML

2009-01-07 20:24:12 UTC MAIN commitmail json YAML

Remove linux compat no longer necessary now that libkern is included
in librump.  Previously we relied on the symbols being magically
satisfied by libc.

(pooka)

2009-01-07 19:49:48 UTC MAIN commitmail json YAML

Rename _rumpuser_malloc to rumpuser__malloc so that all exported
rumpuser symbols start with "rumpuser".
(no major bumps or compat will be provided)

(pooka)

2009-01-07 09:12:38 UTC MAIN commitmail json YAML

2009-01-07 07:52:28 UTC MAIN commitmail json YAML

make sure we set LIBISPRIVATE.

fixes build issues reported by moof.

(mrg)

2009-01-07 01:31:01 UTC MAIN commitmail json YAML

Implement the required ioctls for running Xorg through /dev/ttyE0.

Reviewed by macallan@

(ahoka)

2009-01-07 00:40:51 UTC MAIN commitmail json YAML

2009-01-07 00:40:10 UTC MAIN commitmail json YAML

fix typo in LUCENT ET1301

(jnemeth)

2009-01-07 00:39:24 UTC MAIN commitmail json YAML

2009-01-07 00:09:24 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for latches(4):
- Split struct device out of the softc.
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use aprint_*() rather than printf().
- Use device_private() to convert device_t into softc.

(bjh21)

2009-01-07 00:06:59 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for iociic(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use aprint_*() rather than printf().
- Pass "self" to config_found_ia rather than &sc->sc_dev.
Also an amount of KNF.
I haven't actually split the device structure off from the softc because
iociic_bootstrap_cookie() expects to allocate fake versions of both at once,
and I've not yet decided what it's best to do about that.

(bjh21)

2009-01-07 00:03:50 UTC netbsd-5 commitmail json YAML

2009-01-06 23:59:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #220):
sys/arch/atari/dev/md_root.c: revision 1.28
Fix broken RCS Id.

(snj)

2009-01-06 23:58:00 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for arckbd(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Split device and (non-existent) softc for arcwskbd and arcwsmouse.
- Use aprint_*() rather than printf().
- Use device_*() to access fields of device_t.
- Use device_private() rather than a cast to convert from device_t to softc.
device/softc split not done for arckbd(4) itself because there are lots
of void* cookies that get treated as arckbd_softc at one end and device_t
at the other, and they'll need a little thought to clean up.

(bjh21)

2009-01-06 23:57:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #220):
sys/arch/atari/dev/md_root.c: revision 1.27
Clear bp->b_oflags (introduced on vmlocking2 merge) before read
rather than calling brelse(9) after read.
Tested by Tuomo Makinen on port-atari.
Should fix pool panics during installation reported by David Ross
on port-atari:
http://mail-index.NetBSD.org/port-atari/2008/11/13/msg000113.html
and actually close PR port-atari/39850.

(snj)

2009-01-06 23:52:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #219):
sys/arch/atari/include/intr.h: revision 1.19
sys/arch/atari/atari/locore.s: revision 1.102
sys/arch/atari/atari/intr.c: revision 1.16
Account idepth in all interrupt handlers in locore.s.

(snj)

2009-01-06 23:51:35 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for upc(4) at iobus(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_*() to access parts of device_t.
- Use device_private() to convert device_t into a softc.
device and softc not split because that will involve venturing outside
sys/arch/acorn26 and I want to get that cleaned up first.

(bjh21)

2009-01-06 23:49:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #218):
sys/arch/atari/dev/wdc_mb.c: revision 1.33
sys/arch/atari/atari/mainbus.c: revision 1.8
sys/arch/atari/atari/le_bus.c: revision 1.14
sys/arch/atari/atari/be_bus.c: revision 1.10
Sprinkle volatile to bus_space(9) access functions.

(snj)

2009-01-06 23:48:30 UTC MAIN commitmail json YAML

Autoconfiguration cleanup for ioc(4):
- Use aprint_*() rather than printf().
- Use device_t and cfdata_t rather than explicit pointer types.
- Use device_* to get at parts of device_t.
- Use device_private to convert device_t into ioc_softc *.
Note that I haven't yet separated the softc from the device structure because
this driver will need a little care in doing that.

(bjh21)

2009-01-06 23:44:27 UTC MAIN commitmail json YAML

Autoconfiguration cleanup:
- Use aprint_*() rather than printf().
- Split device_t from iobus_softc and remove the latter since it's empty.
- Use device_t and cfdata_t rather than explicit structure pointers.

(bjh21)

2009-01-06 23:41:28 UTC MAIN commitmail json YAML

Autoconfiguration cleanup:
- Use aprint_*() rather than printf().
- Split device_t out of cpu_softc, then remove the latter entirely since that
  left it empty.
- Use device_t and cfdata_t rather than explicit structure types.

(bjh21)

2009-01-06 23:38:41 UTC netbsd-5 commitmail json YAML

Apply patch (requested by rumble in ticket #216):
Adjust for the netbsd-5 branch by defining UBC_UNMAP_FLAG.

(snj)

2009-01-06 23:35:39 UTC MAIN commitmail json YAML

Replace the local current_spl with the ARM-wide curcpu()->ci_cpl, since
otherwise a DEBUG kernel panics at the first AST, though I don't think
any non-DEBUG code cares.

(bjh21)

2009-01-06 23:34:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vfsops.c: revision 1.17
sys/fs/efs/efs_vnops.c: revision 1.17
Add specfs/fifofs support.  Not really fully tested, but at least
vfs routines don't crash now.
(didn't have an image with matching device node numbers)
fixes PR kern/40055 by myself

(snj)

2009-01-06 23:32:23 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vnops.c: revision 1.16
Rototill all remaining file systems to use ubc_uiomove() instead
of the ubc_alloc() - uiomove() - ubc_release() dance.

(snj)

2009-01-06 23:30:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vnops.c: revision 1.15
more <sys/buf.h> police

(snj)

2009-01-06 23:21:16 UTC MAIN commitmail json YAML

2009-01-06 23:16:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #214):
crypto/dist/ipsec-tools/src/setkey/parse.y: revision 1.11
support icmp codes. Fixes PR 39056.

(snj)

2009-01-06 23:12:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ghen in ticket #213):
distrib/sets/lists/xbase/mi: revision 1.70
external/mit/xorg/lib/xkbdata/symbols/pc/Makefile: revision 1.2
external/mit/xorg/lib/xkbdata/symbols/Makefile: revision 1.2
Add X.org support for the Colemak keyboard layout, see http://colemak.com
(it's been included in upstream xkeyboard-config, but not in xkbdata).

(snj)

2009-01-06 23:10:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by ghen in ticket #213):
xsrc/external/mit/xkbdata/dist/symbols/pc/colemak: revision 1.1
xsrc/external/mit/xkbdata/dist/symbols/colemak: revision 1.1
Add X.org support for the Colemak keyboard layout, see http://colemak.com
(it's been included in upstream xkeyboard-config, but not in xkbdata).

(snj)

2009-01-06 23:07:54 UTC MAIN commitmail json YAML

resolve conflicts, maintain not allowing property changes from the title.

(christos)

2009-01-06 23:04:24 UTC MAIN commitmail json YAML

2009-01-06 23:01:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #212):
sys/kern/vfs_dirhash.c: revision 1.9
When reusing a directory free space slot and thus finding it on the free space
list, do free it back into the pool!

(snj)

2009-01-06 19:15:39 UTC MAIN commitmail json YAML

Apply part of the patch from Julio M. Merino Vidal in

http://mail-index.netbsd.org/source-changes/2009/01/05/msg214884.html

to make the toolchain cross-build on Mac OS X. Nozaki-san has addressed
the other issues.

(agc)

2009-01-06 17:04:01 UTC MAIN commitmail json YAML

Add md crud to allow libkern softfloat code to build.
And while here, make alpha use the real elf relocation code.

(pooka)

2009-01-06 15:52:27 UTC MAIN commitmail json YAML

Add missing dollar sign ($) for $NetBSD$ tag.

(mjf)

2009-01-06 13:35:30 UTC MAIN commitmail json YAML

Fix PR port-atari/40315: Bootloader fails on Atari TT030
Add asm sources which provide a fixed entry point for raw bootxx and bootxxx
because modern aggressive gcc4 may reorder functions in the same source
and the first function in a C source won't always appear at the beginning
in its object.

Also overhaul various files in the stand directory:
- rename stand/Makefile.inc to stand/Makefile.booters and
  explicitly include it from each Makefile because the stand
  directory contains non standalone programs like installboot and
  Makefile.inc will be included implicitly from all Makefiles in SUBDIRs
- put more common options into Makefile.booters so that
  all boot programs use proper options (-Os etc.)
- make standalone boot programs compile without installed ${DESTDIR}:
  - create machine and m68k symlinks in ${.OBJDIR} in all boot programs
  - set appropriate make environments to suppress errors and warnings
  - <string.h> isn't there in _STANDALONE case
  - put #ifdef TOSTOOLS (looks equivarent with !_STANDALONE)
    to some files in stand/tostools
  - use ${LD} ${LINKFLAGS} rather than ${CC} ${LDFLAGS}
- create raw binaries on ${PROG} target rather than on beforeinstall
  and stop weird renaming on beforeinstall and afterinstall
- print proper error message if bootxx size is larger than limit
- create ${DESTDIR}/usr/mdec/{milan,std} directories on beforeinstall
  in all boot programs
  (XXX: how can we put MD /usr/mdec/foo directories into src/etc/mtree?)
- prototype warnsfy
- cleanup Makefiles for readablity and remove unnecessary rules
- no need to use daddr_t in installboot because the AHDI label doesn't
  support 64 bit block numbers

Tested by David Ross (PR submitter) on port-atari, and
finally NetBSD/atari on TT030 is now fully functional.

Should be pulled up to netbsd-4 (where gcc4 was initially imported)
and netbsd-5.

(tsutsui)

2009-01-06 13:23:31 UTC MAIN commitmail json YAML

The .if conditional crosses a line boundary, so add a backslash.

This fixes the kernel build for hppa.

(mjf)

2009-01-06 13:22:09 UTC MAIN commitmail json YAML

2009-01-06 13:20:34 UTC MAIN commitmail json YAML

powerpc md stuff for libkern

(pooka)

2009-01-06 13:15:58 UTC MAIN commitmail json YAML

- disable changexprop
- fix decrqss
- disable udk

(christos)

2009-01-06 13:14:34 UTC MAIN commitmail json YAML

disable font shifting by default.

(christos)

2009-01-06 11:16:46 UTC MAIN commitmail json YAML

Change the second argument of getlogin_r() from int to size_t, per POSIX.

(lukem)

2009-01-06 06:03:57 UTC MAIN commitmail json YAML

2009-01-06 04:04:55 UTC MAIN commitmail json YAML

use the prom addresses except on MSIIEP.

this probably works on SB2000 now.

(mrg)

2009-01-06 04:01:46 UTC MAIN commitmail json YAML

add some (uintptr_t) to some casts, so these compile with ELFSIZE=32
*and _LP64.  necessary for 32/64 bit combo ldd support.

(mrg)

2009-01-06 03:59:57 UTC MAIN commitmail json YAML

- get rid of building an a.out-happy ldd (but keep supporting a.out
  binaries for the ELF version.)

- convert a.out, elf32 and elf64 support into convience libraries and
  link them right ones in.  if elf_ldd() fails on 64 bit platforms,
  try elf32_ldd() before aout_ldd().

now ldd on 64 bit platforms works for 32 bit binaries, aka PR#40199,
and it seems that all the issues from README are gone too.

(mrg)

2009-01-06 03:08:39 UTC MAIN commitmail json YAML

some fixes for PR#40170:
- set NATIVE=yes in the environment for genscripts.sh
- set LIB_PATH to /usr/lib/{sparc,i386} for those scripts
- set use_sysroot to "yes", to enable LIB_PATH to work in genscripts.sh

(mrg)

2009-01-06 02:15:06 UTC MAIN commitmail json YAML

2009-01-06 01:24:56 UTC MAIN commitmail json YAML

Fix PIC version, it was missing one dereference.  Thanks to spz
for access to m68k hardware for testing.

(pooka)

2009-01-06 01:00:57 UTC MAIN commitmail json YAML

adjust LD32DIR comment.  per discussion with mrg

(pooka)

2009-01-06 00:57:47 UTC MAIN commitmail json YAML

- fix some typos in comments
- remove trailing spaces
- replace a check against 0 with a check against GNTST_okay

No functional change.

(jym)

2009-01-06 00:13:02 UTC MAIN commitmail json YAML

Add missing newline.

(wiz)

2009-01-05 22:19:40 UTC MAIN commitmail json YAML

Fix my bug introduced in rev 1.98 of db_command.c where command prefix
not ambiguous in one table was choosed even if it was ambiguous in another
table in same list. Also apply more KNF rules.

Patch was supplied by uwe@.

(haad)

2009-01-05 22:11:48 UTC MAIN commitmail json YAML

Return of the Flag: There is no PROT_EXECUTE.

(pooka)

2009-01-05 22:10:59 UTC christos-time_t commitmail json YAML

2009-01-05 21:46:47 UTC MAIN commitmail json YAML

5.99.6: kernel malloc symbol name is now kern_malloc

(pooka)

2009-01-05 21:45:35 UTC MAIN commitmail json YAML

malloc(9) -> kern_malloc(9): we don't need --wrap anymore.

(pooka)

2009-01-05 21:42:37 UTC MAIN commitmail json YAML

2009-01-05 21:19:49 UTC MAIN commitmail json YAML

2009-01-05 20:46:22 UTC MAIN commitmail json YAML

Make this compile with options DEBUG:
* Add missing close brace in do { ... } while(0)
* The return value from snprintb is an int and not usable with printf
  "%s" format; print the result buffer instead.

(apb)

2009-01-05 18:06:57 UTC MAIN commitmail json YAML

Temporarily define MCOUNT as a dummy for _RUMPKERNEL to allow build
to proceed - the MD macros use processor instructions unavailable
to userspace and should/could be provided as interfaces.

(pooka)

2009-01-05 17:22:18 UTC MAIN commitmail json YAML

Correct license.  I have not formally contributed this to TNF.
However, ugensa.c was, so restore that licencse and append mine.

Also, use UT_*_VENDOR_INTERFACE instead of local defines of the same thing.
No functional change.

(jakllsch)

2009-01-05 16:36:04 UTC MAIN commitmail json YAML

EFS -> SGI EFS in NAME

(pooka)

2009-01-05 15:39:34 UTC MAIN commitmail json YAML

2009-01-05 15:38:01 UTC MAIN commitmail json YAML

2009-01-05 15:36:51 UTC MAIN commitmail json YAML

2009-01-05 14:35:47 UTC MAIN commitmail json YAML

2009-01-05 10:00:04 UTC MAIN commitmail json YAML

Postfix 2.5.6 is released.

(taca)

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

Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mib
vector length.

(njoly)

2009-01-05 09:18:27 UTC MAIN commitmail json YAML

Restore struct sysctl padding member name, which was damaged during
__unused removal on arguments.

(njoly)

2009-01-05 07:50:24 UTC MAIN commitmail json YAML

add more item for major bump:
_ctype_ table in ctype.h and gen/ctype_.c has insufficient bitwidth.

(tnozaki)

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

1. reworking PR lib/40317:
libnbcompat already contains empty fparseln.lo
so previous fix doesn't work correctly.
i've just added broken fparseln check to configure script.

2. reworking cross build breakage under FreeBSD/MacOS X.
FreeBSD/MacOS X still have public /usr/include/runetype.h
derived from 4.4BSD-Lite.  so i renamed out private header from
src/lib/libc/locale/runetype.h to src/lib/libc/locale/runetype_local.h
to solve this problems.

3. fix build breakage when CITRUS=no was set.

(tnozaki)

2009-01-05 06:03:58 UTC MAIN commitmail json YAML

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

Ifdef out and comment a KASSERT() that's a bit too aggressive.  There
are never any interrupts masked at IPL_VM before any interrupts have
been registered.

(briggs)

2009-01-05 06:00:27 UTC MAIN commitmail json YAML

Do not use counting in signal handling as it was unsafe by not using
atomic functions (post increment is not necessarily atomic).
Instead reap all children on SIGCHLD as that was the only signal needing
signal counting.

(tteras)

2009-01-05 05:53:06 UTC MAIN commitmail json YAML

2009-01-05 05:06:09 UTC MAIN commitmail json YAML

add new callout_ack, callout_expired, and callout_invoking manpages

(jnemeth)

2009-01-05 04:39:33 UTC MAIN commitmail json YAML

Don't try to use iopaau_desc_4/8_cache before they're initialized.

(briggs)

2009-01-05 03:14:30 UTC MAIN commitmail json YAML

define __UNCONST for OSes that don't have it when building tools/mklocale

(dogcow)

2009-01-05 03:10:02 UTC MAIN commitmail json YAML

move nbtool_config.h include to top.

(dogcow)

2009-01-05 02:55:34 UTC MAIN commitmail json YAML

move nbtool_config.h include to the top.

(dogcow)

2009-01-05 02:42:18 UTC MAIN commitmail json YAML

2009-01-05 01:53:48 UTC christos-time_t commitmail json YAML

don't expose __libc_cond_timedwait in compat code.

(christos)

2009-01-05 01:51:31 UTC MAIN commitmail json YAML

2009-01-05 01:31:39 UTC christos-time_t commitmail json YAML

fix kernel sigtimedwait prototypes

(christos)

2009-01-05 01:30:58 UTC christos-time_t commitmail json YAML

2009-01-05 01:30:34 UTC christos-time_t commitmail json YAML

previous version was too naive. Convert struct explictly like we do in the
kernel.

(christos)