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-02 02:23:19 UTC Now

2009-01-24 00:19:47 UTC MAIN commitmail json YAML

- Merge ATARITT.in and FALCON.in into GENERIC.in so we can generate
  a sane kernel config which defines both of them
- Cleanup all the #if defined(FOO) entries to be consistent and have
  a matching /* FOO */ on the #endif line
- No change to generated ATARITT/FALCON/HADES/MILAN-ISAIDE/MILAN-PCIIDE
- Rename BOOT to SMALL030 and trim a little more to save space.
- Drop BOOTX

(abs)

2009-01-24 00:06:54 UTC MAIN commitmail json YAML

Sync with Rev. 1.124 from FreeBSD

(hubertf)

2009-01-23 22:59:30 UTC MAIN commitmail json YAML

Improve handling of transmitting large packets.
Sending large packets works better, but still needs investigations.

(cegger)

2009-01-23 22:48:02 UTC MAIN commitmail json YAML

add date to last entry, pointed out by hubertf

(jmcneill)

2009-01-23 21:58:28 UTC MAIN commitmail json YAML

2009-01-23 21:57:35 UTC MAIN commitmail json YAML

Add a few stubs to allow to compile - i'll have to sort these out later.

(pooka)

2009-01-23 21:26:30 UTC MAIN commitmail json YAML

2009-01-23 20:22:50 UTC MAIN commitmail json YAML

There is no point in saving the last character of a NUL-terminated
string in order to overwrite with a NUL, then restore the original value!
Remove and simplify the CondDoFoo() functions.

(dsl)

2009-01-23 19:49:16 UTC MAIN commitmail json YAML

Make this compile &foo[0] does not work for void * :-) Wojciech Galazka

(christos)

2009-01-23 19:36:01 UTC MAIN commitmail json YAML

Adjust for explicit errno parameter removal from rump syscalls

(pooka)

2009-01-23 19:34:37 UTC MAIN commitmail json YAML

2009-01-23 19:30:16 UTC MAIN commitmail json YAML

2009-01-23 19:29:38 UTC MAIN commitmail json YAML

Remove debug print -- this is what happens when there's several
hours between implementation and commit.

(pooka)

2009-01-23 19:27:18 UTC MAIN commitmail json YAML

Remove the "int *error" parameter from rump syscalls.  Instead use
rumpuser_seterrno() to set the errno for the caller.  This makes
the difference between real and rump syscalls way less intrusive
in calling code.

(pooka)

2009-01-23 19:19:32 UTC MAIN commitmail json YAML

rumpuser_seterrno() to set errno from a rump kernel context.

(pooka)

2009-01-23 19:14:30 UTC MAIN commitmail json YAML

* enable COMPAT_50 (we need a better compat model here, but this is
  enough for now)
* _RUMPKERNEL is not going anywhere anymore, so adjust comment

(pooka)

2009-01-23 19:07:17 UTC MAIN commitmail json YAML

Now that SO_RCVTIMEO is versioned, we don't need the timeval hack
here anymore.

(pooka)

2009-01-23 18:40:54 UTC MAIN commitmail json YAML

2009-01-23 17:30:52 UTC MAIN commitmail json YAML

Forgot a file in big commit from yesterday:

when matching userid, cheecck if the given userid has a '@' in it.
If so, treat it as an email address, and search for a case-insensitivee
match for the text in between '<' and '>' delimiters.

Otherwise, look for a case insensitive match on the full name.

(agc)

2009-01-23 16:54:14 UTC MAIN commitmail json YAML

Revert two previous revisions and just use __pmap_kernel directly again.
There's no reason to pretend we don't know what kernel_pmap_ptr is.

(uwe)

2009-01-23 16:46:51 UTC MAIN commitmail json YAML

Unhide __pmap_kernel for the benefit of fast tlb miss handlers.

(uwe)

2009-01-23 15:40:19 UTC MAIN commitmail json YAML

solock() in compat code error branch to avoid panic

(pooka)

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

Add #ifdef to disable pthread linkage requirement at compile-time.

(pooka)

2009-01-23 14:24:43 UTC MAIN commitmail json YAML

last-minute pasto in previous

(pooka)

2009-01-23 13:58:08 UTC MAIN commitmail json YAML

sys__pset_bind: obviously, sched_takecpu() should take "t" LWP, not "l".

(rmind)

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

Change VMEM_HASHSIZE_INIT from 1 to 128.  This mainly benefits
quick-running or non-threaded rump jobs, where the rehash algorithm
does not have a chance to run.  For other cases it doesn't make
much difference, since the size will grow or decrease when the
rehash algorithm runs for the first time (t=10*hz currently).

(pooka)

2009-01-23 13:14:17 UTC MAIN commitmail json YAML

2009-01-23 13:12:36 UTC MAIN commitmail json YAML

Note that msdosfs now assumes long filenames for empty filesystems by
default.

(jmcneill)

2009-01-23 12:48:49 UTC MAIN commitmail json YAML

Note that empty filesystems are now treated as if they support long
filenames by default.

(jmcneill)

2009-01-23 12:47:32 UTC MAIN commitmail json YAML

Support mmapping anonymous memory.
XXX: this is mainly for the benefit of correct alignment, but
MAP_ALIGNED() is not portable.

(pooka)

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

From FreeBSD, 10 years ago;

Now empty DOS filesystems default to long file names. Non-empty filesystems
without traces of Win95 default to short file names, as before.

(jmcneill)

2009-01-23 12:31:43 UTC MAIN commitmail json YAML

2009-01-23 11:44:08 UTC MAIN commitmail json YAML

2009-01-23 11:28:27 UTC MAIN commitmail json YAML

Racoon -v to print version and compilation information. Update usage
message.

(tteras)

2009-01-23 09:40:56 UTC MAIN commitmail json YAML

Update NEWS with major changes since 0.7 release.

(tteras)

2009-01-23 09:23:02 UTC MAIN commitmail json YAML

Remove hack to initialize SYMTAB_SPACE ksyms now that ksyms_init does it
for us.  Per PR port-evbarm/40311.

(jmmv)

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

Initialize SYMTAB_SPACE ksyms during ksyms_init.  Per PR port-evbarm/40311.

(jmmv)

2009-01-23 09:10:13 UTC MAIN commitmail json YAML

Fix monotonic scheduler change, to not refresh 'now' before exit. Otherwise
we can return negative timeout after spending time handling other events.

(tteras)

2009-01-23 08:32:58 UTC MAIN commitmail json YAML

From Arnaud Ebalard:
Handle reception of MIGRATE message during Phase 1 and Phase 2 negotiation.
Also corrects some debugging statements.

(tteras)

2009-01-23 08:29:34 UTC MAIN commitmail json YAML

From Arnaud Ebalard:
On the responder (for instance), there is a need to not only migrate local
and remote addresses of Phase 1 that match previous addresses but also
the local and remote addresses of a Phase 1 *associated* with a migrated
Phase 2. For instance, we have that need when receiving the first
MIGRATE/KMADDRESS message because the old addresses are still the HoA and
the address of the HA (while the peer has contacted us using the CoA and
we have negotiated this address as src attribute in Phase 2). The patch
fixes that by having migrate_ph1_ike_addresses() called from
migrate_ph2_ike_addresses() callback.

(tteras)

2009-01-23 08:27:24 UTC MAIN commitmail json YAML

From Arnaud Ebalard: Set phase2 spid when acting as responder.

(tteras)

2009-01-23 08:25:07 UTC MAIN commitmail json YAML

2009-01-23 08:23:51 UTC MAIN commitmail json YAML

2009-01-23 08:06:56 UTC MAIN commitmail json YAML

2009-01-23 08:05:58 UTC MAIN commitmail json YAML

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

Massive overhaul of openpgp.c, the driver program for the openpgpsdk
library.

A good signature verification now shows the filename, time of signing,
and the public keys of the signatories.

Made the interface much more standard by using any argv components after
the options have been parsed to indicate files, rather than a single
--file=filename long option.

Get rid of all assert() calls in the program - dumping core when an
argument is missing is a trifle uncompromising.

When matching userids, if the given userid contains a '@' character,
consider all characters from the rightmost '<' to the terminating
'>' of the file-based userid to be an email address. If there's no
'@' character, consider the given name as a real name, and match
from the start of the file-based userid. All comparisons are done
using case-insensitive searching. I'll consider implementing regexp
matching when enough chocolate bribes are received.

Rework the internals to call a major internal function, rather than doing
everything in main().

Run the results of all this through indent, since the current sources
bear little resemblance to what went before.

(agc)

2009-01-23 04:36:13 UTC MAIN commitmail json YAML

__pmap_kernel is pointer not symbol from pmap.c 1.68. set correct address.

(uch)

2009-01-23 00:48:57 UTC MAIN commitmail json YAML

Cause getaddrinfo() without socktype specification to work correctly for
numeric addresses.  The documentation appears to say this works, and some
other systems support it -- more importantly, why should it _not_ work?  If
it does not, getaddrinfo() cannot be used as a general-purpose textual to
binary address conversion utility function; yet it is the only such function
we have in the system, since inet_pton() requires a priori knowledge of the
address family.

This change also causes getaddrinfo() with NULL hint (expressly documented
as working) to work properly for numeric addresses.

(tls)

2009-01-22 23:30:18 UTC netbsd-5 commitmail json YAML

Tickets 281-289, 291, 293, 295-297, 299-305.

(snj)

2009-01-22 23:21:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #305):
sys/dev/video.c: revision 1.19
-avoid eternal block if device is not streaming
-apply locking to avoid race in poll()
-fix an obviously wrong flag check

(snj)

2009-01-22 23:17:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #304):
compat/external/bsd/openldap/lib/Makefile: revision 1.3
compat/gnu/lib/Makefile: revision 1.3
compat/gnu/lib/libgcc4/Makefile: revision 1.3
compat/lib/Makefile: revision 1.3
compat/lib/i18n_module/Makefile: revision 1.3
compat/lib/libpam/modules/Makefile: revision 1.3
usr.bin/ldd/elf32/Makefile: revision 1.5
Include "bsd.own.mk" to get the definition of "NETBSDSRCDIR" via
"/etc/mk.conf". This fixes manual use of "make cleandir".

(snj)

2009-01-22 23:03:17 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #303):
sbin/mount/mount.8: revision 1.65
* Say that type "nfs" is inferred if the path contains a
  ":" or "@".  (Amazingly, this was not documented before).
* Say that the "nfs" inference is deprecated.  (It was deprecated in
  revision 1.87 of mount.c, dated 2009-01-11.)
* Add "-t nfs" in an example, so as not to rely on the automatic
  inference of nfs when the path contains a colon.
* Try to improve the description of how the arguments are interpreted.

(snj)

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

Pull up following revision(s) (requested by christos in ticket #302):
dist/wpa/src/drivers/driver_bsd.c: revision 1.4
revert __func__ -> __FUNCTION__

(snj)

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

Pull up following revision(s) (requested by christos in ticket #301):
usr.sbin/wpa/wpa_supplicant/Makefile: revision 1.11
usr.sbin/wpa/wpa_supplicant/driver_netbsd.c: file removal
don't need this anymore.

(snj)

2009-01-22 22:56:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #301):
dist/wpa/src/drivers/driver_bsd.c: revision 1.3
Bring in our changes:
- netbsd specific support
        - header files
        - our ioctls to get/set bssid and ssid
- use __FUNCTION__ instead of __func__
- correct handling of interfaces appearing and dissappearing, fixing
  unreached code!
- debugging messages for event changes
- keep a local copy of the interface status so that we can tell if we
  have notified wpa_supplicant yet about the interface change or not.
XXX: There was a byte swapping line that I commented out and I am not
sure if it is correct.

(snj)

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

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/msg.mi.de: revision 1.46
distrib/utils/sysinst/msg.mi.en: revision 1.152
distrib/utils/sysinst/msg.mi.es: revision 1.23
distrib/utils/sysinst/msg.mi.fr: revision 1.103
distrib/utils/sysinst/msg.mi.pl: revision 1.62
distrib/utils/sysinst/main.c: revision 1.53
Set an apropriate locale depending on the selected language.
This does not realy change anything in the crunched version, but helps
debugging foreign languages and will magically start working once we
un-castrate locales in the crunched environment.

(snj)

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

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/run.c: revision 1.65
Put the log files into /tmp.

(snj)

2009-01-22 22:18:26 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/net.c: revision 1.121
Don't shoot self in the foot if / is on NFS.

(snj)

2009-01-22 22:16:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/msg.mi.en: revision 1.151
filesystem -> file system

(snj)

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

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/msg.mi.de: revision 1.45
german trabslation of ipw/iwi license question

(snj)

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

Pull up following revision(s) (requested by christos in ticket #300):
distrib/utils/sysinst/msg.mi.de: revision 1.44
distrib/utils/sysinst/msg.mi.en: revision 1.150
distrib/utils/sysinst/msg.mi.es: revision 1.22
distrib/utils/sysinst/msg.mi.fr: revision 1.102
distrib/utils/sysinst/msg.mi.pl: revision 1.61
distrib/utils/sysinst/net.c: revision 1.118
add a primitive "accept the license" for ipw and iwi. XXX: Needs translations.

(snj)

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

Pull up following revision(s) (requested by christos in ticket #299):
lib/libc/citrus/citrus_lc_ctype.c: revision 1.3
lib/libc/locale/_wctrans.c: revision 1.13
lib/libc/locale/_wctrans_local.h: revision 1.7 via patch
lib/libc/locale/_wctype.c: revision 1.5
lib/libc/locale/iswctype_mb.c: revision 1.5
lib/libc/locale/global_locale.c: revision 1.3
lib/libc/locale/runetable.c: revision 1.21 via patch
PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea.
statically initialized _DefaultRuneLocale.rl_wctrans field.
so we can re-const-ify _DefaultRuneLocale.
pkgsrc/shells/standalone-tcsh should be rebuild,
because it's staticaly linked binary.

(snj)

2009-01-22 21:40:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #299):
lib/libc/locale/runeglue.c: revision 1.13
fix diagassert arg.

(snj)

2009-01-22 21:28:27 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rafal in ticket #297):
distrib/sets/lists/etc/mi: revision 1.203
doc/CHANGES: revision 1.1151 via patch
etc/defaults/rc.conf: revision 1.97
etc/mtree/special: revision 1.123
etc/rc.d/Makefile: revision 1.71
etc/rc.d/httpd: revision 1.1
share/man/man5/rc.conf.5: revision 1.123
usr.sbin/postinstall/postinstall: revision 1.80
Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.

(snj)

2009-01-22 21:10:52 UTC MAIN commitmail json YAML

PR/40438: Takahiro Hayashi: syslogd(8) refers freed area

(mschuett)

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

Pull up following revision(s) (requested by joerg in ticket #296):
sys/dev/usb/u3g.c: revision 1.5
Remove { 0, 0 } from the list of u3g devices. This entry is no longer
required in modern device lists due to sizeof() tricks. However, keeping
it makes u3g attach to HP ServerWorks mice and keyboards.

(snj)

2009-01-22 20:55:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #295):
distrib/cats/ramdisk/list: revision 1.10
distrib/notes/cats/hardware: revision 1.6
sys/arch/cats/conf/INSTALL: revision 1.71 via patch
Pare down the size of the INSTALL kernel images.  This was done by:
1) Removing chio, rcmd, restore, scsictl, shutdown and slattach
  from the ramdisk images
2) Removing the isp* driver from the INSTALL kernel configs
3) Reducing the memory disk and ramdisk size back from 4400 to 4200 blocks
As a result, also remove mention as QLogic ISP controllers as being
supported by the installation.
With this, the INSTALL kernel images should once again be usable;
the firmware apparently imposes a size limit around 5MB on the files
it will load.
Longer-term, this port probably ought to get its own stand-alone boot
loader, so that it might use e.g. loadable modules.

(snj)

2009-01-22 20:45:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #293):
sys/sys/mqueue.h: revision 1.6
Reduce MQ_PRIO_MAX to 32.  Will be useful later.

(snj)

2009-01-22 20:42:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #291):
lib/libpthread/affinity.3: revision 1.4
lib/librt/pset.3: revision 1.8
sys/kern/sys_pset.c: revision 1.10
sys/kern/sys_sched.c: revision 1.32
- Make thread-affinity and processor-set interfaces mutually exlusive.
- pset_assign: when CPU is assigned, migrate out all LWPs from it.

(snj)

2009-01-22 20:40:20 UTC MAIN commitmail json YAML

Avoid deadlock in tty code if a terminal emulation responds to
type/status/etc inquiries. (PR kern/37915)
This is clearly a design problem in tty, but we need a cheap fix now.
The problem is that ttyinput() tries to pull a spinlock which
is already held on calls to t_oproc.
The workaround is based on the fact that within wscons code, the
wsdisplay_emulinput() function is only called directly from
wsdisplaystart(). So we can be sure that the tty lock is held,
and use an inofficial entry point in ttc.c which avoids the locking.
These ate certainly more assumptions than needed by the fix
proposed in the PR, but it doesn't affect (and slow down) other
tty drivers.

(drochner)

2009-01-22 20:38:00 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #289):
share/man/man4/wpi.4: revision 1.9
Remove note about 11a mode not working properly.

(snj)

2009-01-22 20:33:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #288):
sbin/mount/mount.8: revision 1.64
New sentence, new line.

(snj)

2009-01-22 20:31:37 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #288):
include/mntopts.h: revision 1.13
Add MOPT_RUMP to STDOPTS so it will be correctly ignored by everyone
else apart from /sbin/mount.
(missed this portion of the file yesterday.  it was in the wrong tree)

(snj)

2009-01-22 20:27:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #288):
include/mntopts.h: revision 1.12
sbin/mount/mount.8: revision 1.63
sbin/mount/mount.c: revision 1.88
Support mount -o rump, which uses the rump server instead of using
the kernel service.  E.g. "mount -t efs -o rump /dev/sgidev /mnt"
runs effectively "rump_efs /dev/sgidev /mnt".

(snj)

2009-01-22 20:22:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cyber in ticket #287):
share/misc/bsd-family-tree: revision 1.41
Recover tls' change in rev1.33 that was clobbered in the rev1.40 sync.

(snj)

2009-01-22 20:17:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #286):
sys/arch/xen/conf/files.xen: revision 1.92
sys/arch/xen/x86/mainbus.c: revision 1.7 via patch
sys/arch/xen/xen/hypervisor.c: revision 1.43
The Xen PCI_BUS_FIXUP/PCI_ADDR_FIXUP has rotted, catch up with x86 changes
in this area. Patch provided by FUKAUMI Naoki in PR#40356.

(snj)

2009-01-22 20:08:54 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #285):
sbin/newfs_msdos/newfs_msdos.c: revision 1.28
The kernel now accepts BPB with heads > 255, so don't limit the number
of drive heads.

(snj)

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

Pull up following revision(s) (requested by rmind in ticket #284):
sys/kern/kern_runq.c: revision 1.24
- Avoid calling sched_catchlwp() if CPUs have different processor-sets.
- sched_takecpu: check for psid earlier (be more strict).
PR/40419.

(snj)

2009-01-22 20:00:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #283):
sys/dev/isa/fd.c: revision 1.90
fdcintr1 requires the mutex to be held.

(snj)

2009-01-22 19:53:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #282):
share/man/man5/ifconfig.if.5: revision 1.13
Move explanatory text above the "dynamically-created" example,
to match other examples.

(snj)

2009-01-22 19:52:41 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #282):
share/man/man5/ifconfig.if.5: revision 1.12
Move the 'dhcp' example so it doesn't disrput flow
into the note about use of 'create'.
bump date.

(snj)

2009-01-22 19:45:29 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #281):
sys/arch/i386/stand/Makefile.booters: revision 1.77
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.

(snj)

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

2009-01-22 17:34:23 UTC MAIN commitmail json YAML

buildfix: re-adapt to major()/minor() return a 32bit value again.

(cegger)

2009-01-22 17:32:20 UTC MAIN commitmail json YAML

buildfix: re-adapt to major() return a 32bit value again.

(cegger)

2009-01-22 16:12:44 UTC MAIN commitmail json YAML

buildfix: re-adapt to major()/minor() returning a 32bit value again.

(cegger)

2009-01-22 16:10:19 UTC MAIN commitmail json YAML

buildfix: re-adapt to minor() returning a 32bit value again.

(cegger)

2009-01-22 16:05:34 UTC MAIN commitmail json YAML

Inform the user that threads are not available instead of just abort()ing.

(pooka)

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

buildfix: re-adapt for major/minor returning 32bit value again.

(cegger)

2009-01-22 14:38:35 UTC MAIN commitmail json YAML

2009-01-22 14:04:15 UTC MAIN commitmail json YAML

Document USE_FORT.

(christos)

2009-01-22 11:01:33 UTC MAIN commitmail json YAML

major() and minor() are now int32_t.

(dogcow)

2009-01-22 10:45:35 UTC MAIN commitmail json YAML

sign-compare fixes for amd64

(lukem)

2009-01-22 10:33:58 UTC MAIN commitmail json YAML

sign-compare fixes for amd64

(lukem)

2009-01-22 09:39:28 UTC MAIN commitmail json YAML

struct device -> device_t

(cegger)

2009-01-22 09:37:44 UTC MAIN commitmail json YAML

fix crash when bringing up the device and no cable is plugged in

(cegger)

2009-01-22 07:57:17 UTC MAIN commitmail json YAML

2009-01-22 04:56:07 UTC MAIN commitmail json YAML

Move back to printing the minor device as a 32-bit entity

(agc)

2009-01-22 01:46:51 UTC MAIN commitmail json YAML

Convert another commented out printf() to a debugging statement

(agc)

2009-01-22 01:45:59 UTC MAIN commitmail json YAML

When reading a keyring, often the failure of the initial limited_read_mpi()
when parsing a DSA signature means that we've reached the end of the keyring,
so only print out the annoying error message if we're debugging.

(agc)

2009-01-22 01:43:35 UTC MAIN commitmail json YAML

If the user hasn't passed the pass phrase in as a command line argument
(not such a great idea), use getpass() to get the passphrase.

Various debugging additions.

When verifying files, print out the file name which was verified, and exit
with either EXIT_FAILURE or EXIT_SUCCESS, depending upon the verification
result. This still needs to be reworked to print out the signatory to the
file, and the date of signing.

(agc)

2009-01-22 01:01:47 UTC MAIN commitmail json YAML

Don't rely on a convenience macro when expanding a macro definition.

(agc)

2009-01-22 00:59:12 UTC MAIN commitmail json YAML

When listing keys, if a key ring has been specified, list the keys in
that key ring.  If no key ring has been specified, list the keys in
the default public key ring, rather than dying with a usage message.
Matches gpg behaviour, and stops openpgp violating the POLA.

(agc)

2009-01-22 00:56:13 UTC MAIN commitmail json YAML

Convert commented out printf() statements into proper debugging statements

(agc)

2009-01-22 00:55:15 UTC MAIN commitmail json YAML

2009-01-22 00:22:20 UTC MAIN commitmail json YAML

do the PRINTOBJDIR dance to find the (potentially uninstalled) library
in ../lib  (just like we do many other apps)

(lukem)

2009-01-22 00:20:58 UTC MAIN commitmail json YAML

don't need LDADD here; LIBDPLIBS does the right thing

(lukem)

2009-01-22 00:13:19 UTC MAIN commitmail json YAML

2009-01-22 00:01:52 UTC MAIN commitmail json YAML

2009-01-21 23:52:58 UTC MAIN commitmail json YAML

Update format strings now that DISKPART() and DISKNUMBER() are back to
32-bit.

(pgoyette)

2009-01-21 23:36:30 UTC MAIN commitmail json YAML

Make sure that dp8390_intr() gets passed the softc pointer, not the device
pointer, when it's called.

(bjh21)

2009-01-21 23:31:31 UTC MAIN commitmail json YAML

revert __func__ -> __FUNCTION__

(christos)

2009-01-21 22:34:55 UTC MAIN commitmail json YAML

minor() is 32bit again, and so is DISKNUMBER/DISKPART. Pointed out by
Paul Goyette, thanks !

(bouyer)

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

Fix a typo when printing the type of trust

(agc)

2009-01-21 21:26:01 UTC MAIN commitmail json YAML

Make i386 config without NPX work, problem reported and fix tested by
Wojciech Galazka.
While there change a __i386__ to i386 for consistency.

(bouyer)

2009-01-21 20:40:40 UTC MAIN commitmail json YAML

major() is 32bits again, fix printf() format. Pointed out by Paul Goyette.

(bouyer)

2009-01-21 20:17:14 UTC MAIN commitmail json YAML

gmtime(3) returns a pointer to a struct tm with a month value in the
range [0,11], so add 1 to this to get a useful value for human
interpretation.

(agc)

2009-01-21 17:16:12 UTC MAIN commitmail json YAML

buildfix: dev_t is 32bit type again. Re-adapt printf format specifier.

(cegger)

2009-01-21 16:24:34 UTC MAIN commitmail json YAML

2009-01-21 16:12:20 UTC MAIN commitmail json YAML

compile into nothing if not compat 50.

(christos)

2009-01-21 15:35:01 UTC MAIN commitmail json YAML

2009-01-21 15:30:20 UTC MAIN commitmail json YAML

tzcode2009a and tzdata2009a have been released

(apb)

2009-01-21 14:43:14 UTC MAIN commitmail json YAML

Pare down the size of the INSTALL kernel images.  This was done by:

1) Removing chio, rcmd, restore, scsictl, shutdown and slattach
  from the ramdisk images
2) Removing the isp* driver from the INSTALL kernel configs
3) Reducing the memory disk and ramdisk size back from 4400 to 4200 blocks

As a result, also remove mention as QLogic ISP controllers as being
supported by the installation.

With this, the INSTALL kernel images should once again be usable;
the firmware apparently imposes a size limit around 5MB on the files
it will load.

Longer-term, this port probably ought to get it's own stand-alone boot
loader, so that it might use e.g. loadable modules.

(he)

2009-01-21 14:40:25 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate videomode.c

(jnemeth)

2009-01-21 14:40:02 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate ediddevs.h and ediddevs_data.h

(jnemeth)

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

add a comment explaining how to regenerate usbdevs.h and usbdevs_data.h

(jnemeth)

2009-01-21 14:34:18 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate tcdevs.h and tcdevs_data.h

(jnemeth)

2009-01-21 14:31:04 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate podules.h and podule_data.h

(jnemeth)

2009-01-21 14:27:58 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate onewiredevs.h and onewiredevs_data.h

(jnemeth)

2009-01-21 14:26:25 UTC MAIN commitmail json YAML

Add esp at mca, so that daily build will detect botches in it.

(tsutsui)

2009-01-21 14:24:52 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate mcadevs.h and mcadevs_data.h

(jnemeth)

2009-01-21 14:22:46 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

(jnemeth)

2009-01-21 14:19:58 UTC MAIN commitmail json YAML

Try to clarify the situation for utmp/utmpx/wtmpx/account files after
the time_t and dev_t changes.  I am not sure that this is accurate,
and there's no mention of the wtmp file.

(apb)

2009-01-21 14:18:44 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate eisadevs.h and eisadevs_data.h

(jnemeth)

2009-01-21 14:15:43 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate acpidevs_data.h

(jnemeth)

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

add a comment explaining how to regenerate pcmicadevs.h and pcmciadevs_data.h

(jnemeth)

2009-01-21 14:10:11 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate pcidevs.h and pcidevs_data.h

(jnemeth)

2009-01-21 14:08:03 UTC MAIN commitmail json YAML

add a comment explaining how to regenerate miidevs.h and miidevs_data.h

(jnemeth)

2009-01-21 13:13:26 UTC MAIN commitmail json YAML

Don't hard-code AMD_SUPPORT.

(christos)

2009-01-21 10:01:42 UTC MAIN commitmail json YAML

Revert accidental of some rogue changes which broke the build.

(tron)

2009-01-21 09:55:53 UTC MAIN commitmail json YAML

buildfix: dev_t is a 32bit type again.

(cegger)

2009-01-21 09:43:40 UTC MAIN commitmail json YAML

buildfix: dev_t changed back to a 32bit type. Use %u again.

(cegger)

2009-01-21 09:18:32 UTC MAIN commitmail json YAML

Adapt to major()/minor() return value type changes.

(martin)

2009-01-21 07:48:54 UTC MAIN commitmail json YAML

Roll our own ETHER_ALIGN #define like many other driver do.
Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do).
Also use ETHER_ALIGN to correctly adjust new mbufs.
This makes the driver finally work. Tested by Jochen Kunz:
ping -nf 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes

----192.168.2.1 PING Statistics----
28949 packets transmitted, 28949 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms
  2710.6 packets/sec sent,  2710.6 packets/sec received

XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers?

(cegger)

2009-01-21 07:08:10 UTC MAIN commitmail json YAML

WARNS=4 (w00t, no changes necessary)

(agc)

2009-01-21 06:59:29 UTC MAIN commitmail json YAML

2009-01-21 05:50:22 UTC MAIN commitmail json YAML

Build the openpgpsdk library with WARNS=3

(agc)

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

2009-01-21 05:48:57 UTC MAIN commitmail json YAML

2009-01-21 03:37:12 UTC MAIN commitmail json YAML

Fix WARNS=2 warnings (shadow vars again), but don't switch WARNS=2 on for
the application, since WARNS=2 includes fatal warnings when linking, and we
get a warning about IDEA being a patented algorithm.

(agc)

2009-01-21 03:32:08 UTC MAIN commitmail json YAML

WARNS=2 for the library build

(agc)

2009-01-21 03:31:22 UTC MAIN commitmail json YAML

2009-01-21 01:32:54 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/util.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/create.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/fingerprint.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/hash.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/openssl_crypto.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/packet-parse.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_armoured.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_encrypted_se.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_encrypted_seip.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/signature.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/symmetric.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/util.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openpgpsdk/dist/src/lib/validate.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/writer.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/writer_armour.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openpgpsdk/dist/src/lib/writer_encrypt.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/writer_encrypt_se_ip.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/writer_skey_checksum.c@1.3 / diff / nxr@1.3

Previously debugging information seems to have been output by editing a
static variable and recompiling. Make this a bit more dynamic, adding a
--debug "filename" argument to the application, and by using a filename-
based debug framework to replicate previous behavior. Multiple filenames
can be provided.

In addition, add more debugging information by printing out the human
values of signature type and key algorithm when parsing packets.

(agc)

2009-01-21 01:27:55 UTC MAIN commitmail json YAML

Restore the exit semantics of the original. If success, the exit code is
EXIT_SUCCESS. If failure, exit code is EXIT_FAILURE. (Duh). If an error
has occurred, use an exit code of 2.

(agc)

2009-01-21 00:54:05 UTC MAIN commitmail json YAML

Fix a bug introduced by rev. 1.311.  Make the kern.vnode sysctl to expose
correct address of each vnode to userland again.

(enami)

2009-01-20 22:49:30 UTC MAIN commitmail json YAML

2009-01-20 21:43:13 UTC MAIN commitmail json YAML

It seems profiling really really doesn't like pthreads on my system
for some reason.  Because I don't have time to descends into the
depths to figure out why, give an alternative rumpuser_pth module,
which allows to link rump completely without pthreads.  Naturally,
this means that no threads can be used, but it's enough to get
profiling done in some cases.

(pooka)

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

2009-01-20 21:28:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #294):
crypto/dist/openssl/apps/speed.c: revision 1.9
crypto/dist/openssl/apps/spkac.c: revision 1.5
crypto/dist/openssl/apps/verify.c: revision 1.2
crypto/dist/openssl/apps/x509.c: revision 1.2
crypto/dist/openssl/ssl/s2_clnt.c: revision 1.12
crypto/dist/openssl/ssl/s2_srvr.c: revision 1.10
crypto/dist/openssl/ssl/s3_clnt.c: revision 1.13
crypto/dist/openssl/ssl/s3_srvr.c: revision 1.16
crypto/dist/openssl/ssl/ssltest.c: revision 1.11
Correct error checking for DSA and ECDSA keys (from FreeBSD)

(snj)

2009-01-20 20:57:26 UTC MAIN commitmail json YAML

Convert more printfs to aprint_* and use the latter more consistently.

(bjh21)

2009-01-20 20:49:52 UTC MAIN commitmail json YAML

Fix obvious errors in conversion to device_t from Wojciech Galazka
Please compile-test at least!

(christos)

2009-01-20 20:47:33 UTC MAIN commitmail json YAML

2009-01-20 20:47:25 UTC MAIN commitmail json YAML

Bump date for last change.

(bjh21)

2009-01-20 20:45:11 UTC MAIN commitmail json YAML

sec(4): use device_t and cfdata_t rather than explicit structure pointers.

(bjh21)

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

-avoid eternal block if device is not streaming
-apply locking to avoid race in poll()
-fix an obviously wrong flag check

(drochner)

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

kill unused variable

(drochner)

2009-01-20 20:12:41 UTC MAIN commitmail json YAML

add __gcc__ __format__ __string__ __attributes__ to catch mistakes early

(drochner)

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

cleanup after devmajor_t:
-since getdevmajor(3) is now binary compatible again with <=5.0
there is no need to rename, I've just left a __getdevmajor50 symbol
temporarily for those who track -current
-update manpage

(drochner)

2009-01-20 19:48:23 UTC MAIN commitmail json YAML

Add the dependent libs to the openpgpsdk library itself, rather than making
any program that uses the library specifically add them.

Install header files in the appropriate place

(agc)

2009-01-20 19:46:08 UTC MAIN commitmail json YAML

Use EXIT_* error codes rather than numeric constants

(agc)

2009-01-20 19:44:42 UTC MAIN commitmail json YAML

2009-01-20 19:42:56 UTC MAIN commitmail json YAML

Add a subdir Makefile to descend into openpgpsdk

(agc)

2009-01-20 18:20:48 UTC MAIN commitmail json YAML

2009-01-20 16:58:09 UTC MAIN commitmail json YAML

The openpgp application breaks its own abstraction rules by including a
header file that is meant to be local, so that it can access the content
type of a packet. This change uses an accessor function to find the packet
content type.

(agc)

2009-01-20 15:13:54 UTC MAIN commitmail json YAML

2009-01-20 14:57:21 UTC MAIN commitmail json YAML

In fpu_emul_arith(), check lower 7 bits in word1 rather than only 6 bits
to check 040/060 FP instructions, and don't call fpu_implode() and
fpu_upd_fpsr() if no vaild emulated result is set otherwise these
functions cause NULL pointer dereference.

Fixes panics triggered by 040/060's FDADD instruction
(which has the same lower 6 bits with fscale instruction)
on 020/030 machines (even with 68881/68882) running kernels
with options FPU_EMULATE.
Problem reported by John Carr on port-sun3.

Should be pulled up to netbsd-4-0, netbsd-4 and netbsd-5.

XXX: m68k 4.0 packages binaries on ftp have this FDADD instruction.

(tsutsui)

2009-01-20 14:51:43 UTC MAIN commitmail json YAML

fix inverted POLL_ directions.

(yamt)

2009-01-20 14:50:22 UTC MAIN commitmail json YAML

pipeselwakeup: now POLL_HUP != POLL_ERR.  remove unnecessary #if.

(yamt)

2009-01-20 14:49:00 UTC MAIN commitmail json YAML

bump lockstat interface version for timespec.

(yamt)

2009-01-20 14:38:55 UTC ipsec-tools-0_7-branch commitmail json YAML

Fix a CPPLAGS typo to CPPFLAGS which was intended

(tteras)

2009-01-20 14:36:32 UTC ipsec-tools-0_7-branch commitmail json YAML

2009-01-20 14:36:08 UTC MAIN commitmail json YAML

2009-01-20 14:22:37 UTC MAIN commitmail json YAML

Revert for now, pending discussion of how expr should behave in the case
of pre-POSIX expressions.

(joerg)

2009-01-20 13:54:43 UTC MAIN commitmail json YAML

Decode and display PCI Power Management registers when available.

(jmcneill)

2009-01-20 13:35:28 UTC MAIN commitmail json YAML

Disable LOAD_NOTE on floppy boot.  Fixes PR install/38943 on news68k.
news68k uses single boot floppy, but this still prevents extra seek
across a whole kernel in ustarfs.

(tsutsui)

2009-01-20 13:12:26 UTC MAIN commitmail json YAML

Disable LOAD_NOTE on floppy boot.  Fixes PR install/38943 on newsmips.

(tsutsui)

2009-01-20 13:04:55 UTC MAIN commitmail json YAML

SUS says that expr must support "--" to prevent interpretation of
negative numbers as options.

(joerg)

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

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

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

2009-01-20 10:30:27 UTC MAIN commitmail json YAML

Fix OpenFramebuffer signature, so it compiles with -Werrors - untested(!)

(martin)

2009-01-20 10:29:59 UTC MAIN commitmail json YAML

Properly generate test programs by including common.sh.  Otherwise, they
are all broken!

(jmmv)

2009-01-20 10:18:32 UTC MAIN commitmail json YAML

Remove artifacts of the xfree reachover build - this makes it use the
proper includes.

(martin)

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

* Say that type "nfs" is inferred if the path contains a
  ":" or "@".  (Amazingly, this was not documented before).
* Say that the "nfs" inference is deprecated.  (It was deprecated in
  revision 1.87 of mount.c, dated 2009-01-11.)
* Add "-t nfs" in an example, so as not to rely on the automatic
  inference of nfs when the path contains a colon.
* Try to improve the description of how the arguments are interpreted.

(apb)

2009-01-20 07:50:54 UTC MAIN commitmail json YAML

Add a reachover framework for the openpgp application as well.

(agc)

2009-01-20 07:35:26 UTC MAIN commitmail json YAML

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

2009-01-20 07:18:53 UTC MAIN commitmail json YAML

Use the new external framework for third party source.

(agc)

2009-01-20 07:15:30 UTC MAIN commitmail json YAML

Add a README file, derived form external/src/README, to describe the contents
of the tree rotted at this directory.

(agc)

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

src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/configure.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/create.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/keyring.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/readerwriter.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/streamwriter.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/util.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/validate.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/compress.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/create.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/crypto.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/hash.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/openssl_crypto.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/packet-parse.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/packet-print.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_armoured.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_encrypted_se.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_fd.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/reader_mem.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/signature.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openpgpsdk/dist/src/lib/util.c@1.2 / diff / nxr@1.2
      :
(more 6 files)
Make this compile (WARNS=1) on NetBSD.

Add reachover library Makefile for the external framework.

(agc)