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:04:09 UTC Now

2008-10-09 01:19:06 UTC MAIN commitmail json YAML

2008-10-09 01:18:35 UTC MAIN commitmail json YAML

regen from configure.ac 1.20

(lukem)

2008-10-09 01:17:50 UTC MAIN commitmail json YAML

Reorder the "Configuration results" after AC_OUTPUT, so we can display
an expanded $prefix.

(lukem)

2008-10-09 01:17:48 UTC MAIN commitmail json YAML

Rewrite kernel lockus maximus handling to be correct.

(pooka)

2008-10-09 00:54:10 UTC MAIN commitmail json YAML

regen from configure.ac 1.19

(lukem)

2008-10-09 00:50:01 UTC MAIN commitmail json YAML

Don't bother trying to determine if the result from AC_PROG_YACC
is usuable; AC_PATH_PROG barfs on absolute paths.
(AC_PROG_YACC shouldn't set $YACC to 'yacc' if it's not available ...)

(lukem)

2008-10-09 00:44:40 UTC MAIN commitmail json YAML

Update config.guess to 2008-09-28.
Update config.sub  to 2008-09-08.

(lukem)

2008-10-09 00:33:53 UTC MAIN commitmail json YAML

Don't assume that HAVE_STRUCT_PASSWD_PW_CHANGE means you have _PASSWORD_CHGNOW

(lukem)

2008-10-09 00:11:39 UTC MAIN commitmail json YAML

Use atomic op to get next xid.  Initialize value with arc4random()
at nfs init time instead system time based trickery intermingled
with the runtime code.

le bouef: kills last simple_lock from nfs

(pooka)

2008-10-08 22:58:56 UTC MAIN commitmail json YAML

#error if WABPL_DEBUG_INODES is defined.  That code has bitrotted
more than casu marzu cheese.

(pooka)

2008-10-08 22:57:28 UTC MAIN commitmail json YAML

Move functionality for preparing the kernel (including XMS support) into
a new function common_load_kernel.

(joerg)

2008-10-08 22:46:19 UTC MAIN commitmail json YAML

Move initialisation of boot_argv after the full loading of the kernel,
directly before loading modules.

(joerg)

2008-10-08 22:42:38 UTC MAIN commitmail json YAML

Setup module_base in module_init().

(joerg)

2008-10-08 19:17:48 UTC netbsd-3 commitmail json YAML

2008-10-08 19:17:03 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #1973):
libexec/ld.elf_so/symbol.c: revision 1.47
libexec/ld.elf_so/rtld.h: revision 1.79
libexec/ld.elf_so/rtld.c: revision 1.122
lib/39649: dlsym(3) does not follow dependencies
Pull across code from FreeBSD to do a search of the passed object and it's
NEEDED objects (dependencies).
Reviewed by gimpy.

(bouyer)

2008-10-08 19:14:23 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by lukem in ticket #1968):
distrib/sets/lists/base/mi: revisions 1.699, 1.721, 1.725, 1.773
share/zoneinfo/Makefile patch
share/zoneinfo/africa patch
share/zoneinfo/antarctica patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/backward patch
share/zoneinfo/europe patch
share/zoneinfo/iso3166.tab patch
share/zoneinfo/leapseconds patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch
share/zoneinfo/zone.tab patch
Update to tzdata2008f.

(bouyer)

2008-10-08 16:11:23 UTC MAIN commitmail json YAML

Need to include sys/termios.h here too.

(oster)

2008-10-08 14:58:57 UTC MAIN commitmail json YAML

memset to zero the entire nop_in structure.  Fixes PR#39688 by
Henning Petersen.  Thanks!

(oster)

2008-10-08 14:42:56 UTC MAIN commitmail json YAML

return ENOTTY instead of EOPNOTSUPP for ioctl(/dev/null, TIOCGETA)
from Andy Shevchenko

(christos)

2008-10-08 11:01:28 UTC MAIN commitmail json YAML

check return value of rump_init()

(pooka)

2008-10-08 10:11:11 UTC MAIN commitmail json YAML

Clarifications for PTHREAD_DIAGASSERT.

(ad)

2008-10-08 10:06:52 UTC MAIN commitmail json YAML

pthread_diagassert is now off by default.

(ad)

2008-10-08 10:03:28 UTC MAIN commitmail json YAML

Disable diagnostic assertions by default and just return error codes like
other systems. Allows poorly written applications to appear working. If you
are developing pthread apps please turn it on manually by setting the
environment variable.

(ad)

2008-10-08 09:45:47 UTC MAIN commitmail json YAML

Fix a fairly obvious pasto which has been there since version 1.1 in 2001.

(agc)

2008-10-08 08:27:07 UTC MAIN commitmail json YAML

Adjust the compat stuff slightly so that the changes are mostly self
contained (Makefile, pthread_compat.c).

(ad)

2008-10-08 03:55:18 UTC MAIN commitmail json YAML

2008-10-08 03:55:05 UTC MAIN commitmail json YAML

use a const struct hash pointer

(lukem)

2008-10-08 01:15:11 UTC MAIN commitmail json YAML

Since I nuked the old adt7467c driver, I might as well nuke the man page.

(pgoyette)

2008-10-07 23:23:43 UTC MAIN commitmail json YAML

check rump_init() return value

(pooka)

2008-10-07 23:22:05 UTC MAIN commitmail json YAML

check rump_init() return value

(pooka)

2008-10-07 23:21:02 UTC MAIN commitmail json YAML

Embed library build version into the init call and refuse to init
if they don't match.  In other words, this is a lightweight library
major number.

(pooka)

2008-10-07 23:16:59 UTC MAIN commitmail json YAML

Embed library build version into the init call and refuse to init
if they don't match.  In other words, this is a lightweight library
major number.

(pooka)

2008-10-07 23:14:58 UTC MAIN commitmail json YAML

check ukfs_init() return value

(pooka)

2008-10-07 22:50:33 UTC MAIN commitmail json YAML

Increase accuracy in nominal voltage table.

(pgoyette)

2008-10-07 19:32:30 UTC MAIN commitmail json YAML

2008-10-07 16:06:16 UTC MAIN commitmail json YAML

2008-10-07 15:55:21 UTC MAIN commitmail json YAML

2008-10-07 15:10:35 UTC MAIN commitmail json YAML

Remove the definitions of BUILD_OSTYPE and BUILD_OSVERSION, which have
been unused since the TOOL_JOIN change made in revision 1.9.

(apb)

2008-10-07 13:03:50 UTC MAIN commitmail json YAML

Add a NOTE saying that invalid usage leads to undefined behaviour.
Inspired by PR 39684.

(apb)

2008-10-07 12:43:32 UTC MAIN commitmail json YAML

2008-10-07 10:03:47 UTC MAIN commitmail json YAML

Explicitly pull in "nbtool_config.h" if available.
Fixes tools/db build, as reported by Matthias Scheler.

(lukem)

2008-10-07 10:00:03 UTC MAIN commitmail json YAML

2008-10-07 09:58:16 UTC MAIN commitmail json YAML

Most ports do not create /.profile /.termcap and /sysinst in the target
before extracting sets, so do not try to delete them after install.
Now the '/.profile' from etc.tgz will actually be left after install

Note: bebox, evppc, and sandpoint still have a md_copy_filesystem() which
dumps a copy of the install filesystem into the target before extracting,
so I've left them removing /.profile /.termcap and /sysinst after install.

(abs)

2008-10-07 09:48:27 UTC MAIN commitmail json YAML

- Replace lwp_t::l_sched_info with union: pointer and timeslice.
- Change minimal time-quantum to ~20 ms.
- Thus remove unneeded pool in M2, and unused sched_lwp_exit().
- Do not increase l_slptime twice for SCHED_4BSD (regression fix).

(rmind)

2008-10-07 09:36:17 UTC MAIN commitmail json YAML

Mention few more changeable SysV IPC parameters, sync with reality.

(rmind)

2008-10-07 09:35:03 UTC MAIN commitmail json YAML

- Allow changing of kern.ipc.shmmax, just to avoid confusion.
- Change type of kern.ipc.shmmax to CTLTYPE_QUAD.

(rmind)

2008-10-07 09:30:04 UTC MAIN commitmail json YAML

Add a note that SysV IPC parameters could be changed dynamically.

(rmind)

2008-10-07 01:32:51 UTC MAIN commitmail json YAML

Fail with a non-zero exit code if deleting a non-existant key.
Fixes bug introduced in rev 1.15, and reported in PR 39710 from Juan RP.

Don't display various warnings in delete if -q.
Suggested in PR 39710.

Add some sanity enforcing abort()s.

(lukem)

2008-10-07 01:20:37 UTC MAIN commitmail json YAML

nuke outdated comment

(pooka)

2008-10-06 22:51:15 UTC MAIN commitmail json YAML

fixed botched update in last

(pgoyette)

2008-10-06 22:09:22 UTC MAIN commitmail json YAML

Don't use emalloc and friends directly, but call them consistently
bmake_malloc and friends. Implement them via macros for the native case
and provide fallback implementations otherwise. Avoid polluting the
namespace by not defining enomem globally. Don't bother to provide
strdup and strndup, they were only used for the estrdup and estrndup
comapt code.

This addresses the presence of emalloc in system libraries on A/UX and
resulted strange issues as reported by Timothy E. Larson.

(joerg)

2008-10-06 21:04:51 UTC MAIN commitmail json YAML

OOooops, part of this had already been done.  Remove duplicate descriptions
of -1 and -2 options.  Reorder the synopsis line to put the numeric options
before the alphabetic ones.

(pgoyette)

2008-10-06 20:25:42 UTC MAIN commitmail json YAML

2008-10-06 18:05:01 UTC wrstuden-revivesa commitmail json YAML

Temporarily disable sending more than one unblocked upcall at once.
Something's wrong in the copy-out, and programs die as a result.

(wrstuden)

2008-10-06 16:24:33 UTC MAIN commitmail json YAML

2008-10-06 16:03:20 UTC MAIN commitmail json YAML

tz{code,data}2008g out; tzdata2008g imported.

(kleink)

2008-10-06 16:01:34 UTC MAIN commitmail json YAML

2008-10-06 15:57:50 UTC MAIN commitmail json YAML

Return early if size == 0 in ie_gsc_memcopy{in,out}

(skrll)

2008-10-06 14:53:58 UTC MAIN commitmail json YAML

2008-10-06 14:53:01 UTC MAIN commitmail json YAML

Cleanup. Reduce diffs against netbsd32 syscalls.master.
- Remove const keyword for pointer types.
- Update some argument types.

(njoly)

2008-10-06 14:20:12 UTC MAIN commitmail json YAML

Disable "-Wstack-protector" in a slightly nicer way.

(tron)

2008-10-06 13:51:38 UTC MAIN commitmail json YAML

int -> u_int per source

(pooka)

2008-10-06 11:49:44 UTC MAIN commitmail json YAML

PR kern/39681 ddb doesn't work with new MODULAR modules

Complete initialization of new symbol table record.

(ad)

2008-10-06 10:46:58 UTC MAIN commitmail json YAML

kobj_read: plug a leak.

(ad)

2008-10-06 10:45:47 UTC MAIN commitmail json YAML

Conform previous commit to KNF, pointed out by ad@.

(nakayama)

2008-10-06 10:33:44 UTC MAIN commitmail json YAML

make sure libdixmods (linked into the Xorg server) is aware of MITSHM and
other server extensions.

(rtr)

2008-10-06 02:21:50 UTC MAIN commitmail json YAML

ehci_free_itd: use LIST_INSERT_HEAD rather than
LIST_INSERT_AFTER(LIST_FIRST(..), ..) when returning itds to the freelist
to prevent a crash when the freelist is empty. Reviewed by Jeremy Morse.

(jmcneill)

2008-10-06 01:35:35 UTC MAIN commitmail json YAML

Various clean-ups:
  1. Trange sysctl's belong to the temp sensors, not to the fan controllers
  2. Trange really describes a slope on many chips, so modify the description
  3. Most of the sysctl's are read/write even if the chip's config is
    locked;  reflect that in the CTLFLAGs
  4. Apply correct 'nominal' values for voltage sensors/limits, specify
    them in microVolts, and calculate once rather than each time needed
  5. Be more consistent in register names - for example, use VCC instead of
    SUPPLY_VOLTAGE, to match VCC_LOWLIM & VCC_HIGHLIM
  6. Type of dbcool_islocked() should be bool, not int
  7. Reduce some unnecessary code indentation
  8. Define Vtt and Imon, and add ADT7490 support (excluding PECI sensors)
  9. Split the huge (250+ lines) dbcool_setup() function into a few smaller
    routines for better readability
10. Update sensor tables for ADT7476 and ADT7468 - these chips have five
    voltage sensors, not two
11. Adjust flags for ADT7463 and ADM1027 - these chips can monitor CPU
    VID data bits
12. Update man page

(pgoyette)

2008-10-06 01:00:58 UTC MAIN commitmail json YAML

2008-10-06 00:32:02 UTC MAIN commitmail json YAML

Locally descend into new directories (build does not descend here yet).

(pooka)

2008-10-06 00:30:32 UTC MAIN commitmail json YAML

Implement a virtual userspace networking interface.  This is required
for any sensible operation when running the entire TCP/IP stack in
userspace (as opposed to libsockin which uses host kernel networking
to provide PF_INET).

While this basically works (although it is quite barebones), it
depends on some bit of cleanup in librump and is not built by
default yet.

(pooka)

2008-10-06 00:27:49 UTC MAIN commitmail json YAML

2008-10-06 00:27:07 UTC MAIN commitmail json YAML

2008-10-06 00:07:08 UTC MAIN commitmail json YAML

move the code that sets ld_vers and other variables so that it is
always executed, regardless of cached values.  this lets the comdat
version test for gas work properly.

(mrg)

2008-10-05 23:04:00 UTC MAIN commitmail json YAML

fix a 2 year old fix that broke genmultilib.  ${CONFIG_SHELL}
wasn't expanded inside cat >tmpmultilib<<\EOF due to the \.
use two cat's to generate these files now, one with EOF and
one with \EOF.

(mrg)

2008-10-05 21:57:20 UTC MAIN commitmail json YAML

hardclock() itself doesn't schedule callout softintrs any more,
so update comment - less is more.

(pooka)

2008-10-05 21:31:39 UTC MAIN commitmail json YAML

Fix issue where multi-transaction isoc endpoints were forced to single
transactions, from Jeremy Morse.

(jmcneill)

2008-10-05 20:24:33 UTC MAIN commitmail json YAML

Fix a file name who lost its extension.  Noted by mrg@.

(cube)

2008-10-05 20:20:55 UTC MAIN commitmail json YAML

Remove the definition of HOST_SED.  HOST_SED was previously used only in
tools/atf-compile, which has now been adjusted to use TOOL_SED.

(apb)

2008-10-05 20:17:16 UTC MAIN commitmail json YAML

Document TOOL_SED, which has been defined in bsd.sys.mk for more than
two years.

(apb)

2008-10-05 20:14:14 UTC MAIN commitmail json YAML

Use TOOL_SED, not HOST_SED.  Also use && to catch errors in
building atf-host-compile.

(apb)

2008-10-05 20:11:54 UTC MAIN commitmail json YAML

Add a .WAIT to ensure that sed is installed early, so that TOOL_SED can
be used during the build of other tools.

(apb)

2008-10-05 20:11:34 UTC mjf-devfs2 commitmail json YAML

2008-10-05 18:39:28 UTC MAIN commitmail json YAML

I am pretty sure we install all available manual pages for bin and lib now.
A few might have slipped under my radar, of course...

(cube)

2008-10-05 18:32:40 UTC MAIN commitmail json YAML

2008-10-05 17:55:01 UTC MAIN commitmail json YAML

Note installation of fc-cat(1) and fc-match(1) from fontconfig.

(cube)

2008-10-05 17:54:29 UTC MAIN commitmail json YAML

Descend into fc-cat and fc-match.

(cube)

2008-10-05 17:47:50 UTC netbsd-4-0 commitmail json YAML

Add
gnu/usr.bin/groff/tmac/mdoc.local              patch
sys/sys/param.h                                patch

for 4.0.1 RELEASE

(bouyer)

2008-10-05 17:46:09 UTC netbsd-4-0 commitmail json YAML

Add CHANGES files for NetBSD 4.0.2

(bouyer)

2008-10-05 17:43:04 UTC MAIN commitmail json YAML

Properly depend on libexpat.

(cube)

2008-10-05 17:37:53 UTC MAIN commitmail json YAML

Note installation of xmlwf(1).

(cube)

2008-10-05 17:35:14 UTC MAIN commitmail json YAML

2008-10-05 17:13:04 UTC netbsd-4-0 commitmail json YAML

2008-10-05 16:47:47 UTC mjf-devfs2 commitmail json YAML

2008-10-05 08:45:58 UTC netbsd-4-0 commitmail json YAML

Use date of netbsd-4-0-1-RELEASE tagging, requested by tsutsui in ticket #1206.

(bouyer)

2008-10-05 08:44:03 UTC netbsd-4-0 commitmail json YAML

2008-10-05 05:01:08 UTC MAIN commitmail json YAML

fix bus_spacification botch
from Marco Trillo in PR39696

(macallan)

2008-10-05 03:35:44 UTC MAIN commitmail json YAML

Note installation of vmmouse(4).

(cube)

2008-10-05 03:35:13 UTC MAIN commitmail json YAML

I have all respect for users of NetBSD/i368, but I still think vmmouse only
has a chance of being useful on i386 (and arguably on amd64).

(cube)

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

2008-10-05 02:42:53 UTC MAIN commitmail json YAML

2008-10-05 02:28:01 UTC MAIN commitmail json YAML

2008-10-05 02:07:39 UTC MAIN commitmail json YAML

pool_cache: use BLOCK_SIZE as alignment.
pmap_pv_cache: use large size groups (PR_LARGECACHE) like x86.

(nakayama)

2008-10-05 02:05:39 UTC MAIN commitmail json YAML

2008-10-05 02:00:53 UTC MAIN commitmail json YAML

- in flushing cache, use 32 as increment/decrement value to match the
  cache line size.
- remove useless restore of %asi.
- remove nop in delay slot if we can.

(nakayama)

2008-10-05 01:53:05 UTC MAIN commitmail json YAML

struct cpu_info: reorder member to avoid a padding.

(nakayama)

2008-10-05 01:47:55 UTC MAIN commitmail json YAML

2008-10-05 00:53:12 UTC MAIN commitmail json YAML

2008-10-05 00:45:13 UTC MAIN commitmail json YAML

Note installation of xft-config.

(cube)

2008-10-05 00:33:35 UTC MAIN commitmail json YAML

2008-10-04 22:41:43 UTC MAIN commitmail json YAML

2008-10-04 22:29:00 UTC MAIN commitmail json YAML

2008-10-04 21:59:49 UTC MAIN commitmail json YAML

2008-10-04 21:31:39 UTC MAIN commitmail json YAML

Avoid referencing something that isn't defined.  Bring in the definition
from another manual page.

(cube)

2008-10-04 21:00:28 UTC MAIN commitmail json YAML

Add missing splx(). Funny that it didn't cause issues ...

(bouyer)

2008-10-04 20:53:13 UTC MAIN commitmail json YAML

Install manual pages (the 267 of them) of libXt.

(cube)

2008-10-04 19:00:19 UTC MAIN commitmail json YAML

2008-10-04 18:46:20 UTC MAIN commitmail json YAML

2008-10-04 18:32:25 UTC MAIN commitmail json YAML

2008-10-04 17:20:06 UTC MAIN commitmail json YAML

in cpu_hatch(), set PIR when the current value is not what we need
rather than only when it's zero.

(chs)

2008-10-04 14:30:25 UTC netbsd-4-0 commitmail json YAML

Add entries for the 3 recent pullups, fixing security issues.
Also add a note about ftpd PAM fix/reorganisation, from tsutsui@
Fix typo from ticket #1206, from tsutsui@.
reviewed by tsutsui@ and adrianp@

(bouyer)

2008-10-04 09:37:12 UTC MAIN commitmail json YAML

lib/39649: dlsym(3) does not follow dependencies

Pull across code from FreeBSD to do a search of the passed object and it's
NEEDED objects (dependencies).

Reviewed by gimpy.

(skrll)

2008-10-04 08:07:38 UTC MAIN commitmail json YAML

In both postinstall and etcupdate, in modes where the -s argument
refers to tgz files or to a directory in which tgz files have already
been extracted, make it an error for the files that should have come
from etc.tgz to be missing.  This is intended to prevent users from
accidentally deleting necessary files when they run "postinstall -s
xetc.tgz fix".

Use the absence of .../etc/mtree/set.etc in the extracted directory
as a test for the error case.

(apb)

2008-10-04 02:32:26 UTC MAIN commitmail json YAML

Add previously not installed headers.

(cube)

2008-10-04 02:29:15 UTC MAIN commitmail json YAML

- install missing headers (reported by hubertf@ through proxy jmcneill@)
- clean up creation/installation of freetype-config

(cube)

2008-10-04 00:09:34 UTC MAIN commitmail json YAML

2008-10-03 22:39:36 UTC MAIN commitmail json YAML

Compat linux/linux32 nice(2) fix. The syscall argument is an increment
to be added to the current nice value, not an absolute value to be
set.

(njoly)

2008-10-03 18:33:06 UTC MAIN commitmail json YAML

Fix pointer size typo - affects only debug output.

Henning Petersen, PR lib/39689

(pooka)

2008-10-03 18:09:48 UTC MAIN commitmail json YAML

PR/39687 - Henning Petersen -- comment typo

(jnemeth)

2008-10-03 16:22:33 UTC MAIN commitmail json YAML

Hallo, pool_init().  Auf wiedersehen & byebye, link set POOL_INIT().

(pooka)

2008-10-03 16:19:46 UTC MAIN commitmail json YAML

fix example: ONCE_DECL(), not DECL_ONCE()

(pooka)

2008-10-03 14:52:11 UTC MAIN commitmail json YAML

Replace more intptr_t to uintptr_t when casting VA.

(rmind)

2008-10-03 13:02:08 UTC MAIN commitmail json YAML

Make sure the adapter is ready to accept FISs before bringing the PHY up.
Wait for the BSY bit to clear in the status register.
Makes the cdrom drive probe properly on a ATI SB600 controller in AHCI
mode.

(bouyer)

2008-10-03 10:49:05 UTC netbsd-3-1 commitmail json YAML

2008-10-03 10:48:10 UTC netbsd-3-0 commitmail json YAML

2008-10-03 10:47:40 UTC netbsd-3 commitmail json YAML

2008-10-03 10:46:10 UTC netbsd-3-1 commitmail json YAML

Pull up revisions:
  src/sys/netinet6/in6.c 1.141 via patch
  src/sys/netinet6/in6_var.h 1.59 via patch
  src/sys/netinet6/nd6_nbr.c 1.89-1.90 via patch
(requested by adrianp in ticket #1967).

If a neighbor solictation isn't from the unspecified address, make sure
that the source address matches one of the interfaces address prefixes.

Generalize previous fix so that both NS and NA packets are checked.

(jdc)

2008-10-03 10:44:25 UTC netbsd-3-0 commitmail json YAML

Pull up revisions:
  src/sys/netinet6/in6.c 1.141 via patch
  src/sys/netinet6/in6_var.h 1.59 via patch
  src/sys/netinet6/nd6_nbr.c 1.89-1.90 via patch
(requested by adrianp in ticket #1967).

If a neighbor solictation isn't from the unspecified address, make sure
that the source address matches one of the interfaces address prefixes.

Generalize previous fix so that both NS and NA packets are checked.

(jdc)

2008-10-03 10:43:48 UTC netbsd-3 commitmail json YAML

Pull up revisions:
  src/sys/netinet6/in6.c 1.141 via patch
  src/sys/netinet6/in6_var.h 1.59 via patch
  src/sys/netinet6/nd6_nbr.c 1.89-1.90 via patch
(requested by adrianp in ticket #1967).

If a neighbor solictation isn't from the unspecified address, make sure
that the source address matches one of the interfaces address prefixes.

Generalize previous fix so that both NS and NA packets are checked.

(jdc)

2008-10-03 10:36:14 UTC netbsd-4-0 commitmail json YAML

Correct the ticket 1210 entry.

(jdc)

2008-10-03 10:35:45 UTC netbsd-4 commitmail json YAML

Correct the ticket 1210 entry.

(jdc)

2008-10-03 10:33:31 UTC netbsd-4-0 commitmail json YAML

2008-10-03 10:33:01 UTC netbsd-4 commitmail json YAML

2008-10-03 10:32:23 UTC netbsd-4-0 commitmail json YAML

Pull up revisions:
  src/sys/netinet6/in6.c 1.141 via patch
  src/sys/netinet6/in6_var.h 1.59 via patch
  src/sys/netinet6/nd6_nbr.c 1.89-1.90 via patch
(requested by adrianp in ticket #1210).

If a neighbor solictation isn't from the unspecified address, make sure
that the source address matches one of the interfaces address prefixes.

Generalize previous fix so that both NS and NA packets are checked.

(jdc)

2008-10-03 10:31:59 UTC netbsd-4 commitmail json YAML

Pull up revisions:
  src/sys/netinet6/in6.c 1.141 via patch
  src/sys/netinet6/in6_var.h 1.59 via patch
  src/sys/netinet6/nd6_nbr.c 1.89-1.90 via patch
(requested by adrianp in ticket #1210).

If a neighbor solictation isn't from the unspecified address, make sure
that the source address matches one of the interfaces address prefixes.

Generalize previous fix so that both NS and NA packets are checked.

(jdc)

2008-10-03 09:22:41 UTC netbsd-3-1 commitmail json YAML

2008-10-03 09:22:15 UTC netbsd-3-0 commitmail json YAML

2008-10-03 09:21:56 UTC netbsd-3 commitmail json YAML

2008-10-03 09:21:17 UTC netbsd-3-1 commitmail json YAML

Pull up revision 1.150 (requested by adrianp in ticket #1966).

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(jdc)

2008-10-03 09:21:02 UTC netbsd-3-0 commitmail json YAML

Pull up revision 1.150 (requested by adrianp in ticket #1966).

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(jdc)

2008-10-03 09:20:48 UTC netbsd-3 commitmail json YAML

Pull up revision 1.150 (requested by adrianp in ticket #1966).

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(jdc)

2008-10-03 09:12:59 UTC netbsd-4-0 commitmail json YAML

2008-10-03 09:12:42 UTC netbsd-4 commitmail json YAML

Tickets 1208 and 1209.

(jdc)

2008-10-03 09:12:16 UTC netbsd-4 commitmail json YAML

Pull up revisions:
  src/sys/dev/ic/aac.c 1.41 via patch
  src/sys/dev/ic/aacreg.h 1.13 via patch
  src/sys/dev/ic/aacvar.h 1.13 via patch
  src/sys/dev/ic/ld_aac.c 1.22 via patch
(requested by sborrill in ticket #1208).

(jdc)

2008-10-03 09:05:06 UTC netbsd-4-0 commitmail json YAML

Pull up revision 1.150 (requested by adrianp in ticket #1209).

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(jdc)

2008-10-03 09:04:30 UTC netbsd-4 commitmail json YAML

Pull up revision 1.150 (requested by adrianp in ticket #1209).

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(jdc)

2008-10-03 08:23:06 UTC MAIN commitmail json YAML

Fix for CVE-2008-3530 from matt@
Implement improved checking for MTU values on ICMP 'Packet Too Big Messages'

(adrianp)

2008-10-03 05:16:22 UTC MAIN commitmail json YAML

use -DAVOID_VGAHW on sparc(64) - needed for XVR-100

(macallan)

2008-10-03 05:14:01 UTC MAIN commitmail json YAML

actually pass -DPCI_VIA_TTYE0 on sparc(64), also don't overwrite other
options

(macallan)

2008-10-03 04:04:00 UTC MAIN commitmail json YAML

Remove entry about app-config.  We install all of such utilities now.

(cube)

2008-10-03 03:53:22 UTC MAIN commitmail json YAML

Move freetype-config to xcomp, and note installation of xft-config, with
manual.

(cube)

2008-10-03 03:52:15 UTC MAIN commitmail json YAML

2008-10-03 02:29:22 UTC MAIN commitmail json YAML

xcursor.pc is taken care of, and xcursor-config is no more, so g/c .if 0
related code.

(cube)

2008-10-02 21:59:20 UTC MAIN commitmail json YAML

Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,
which delegates the work to host kernel sockets.  This does not
run the entire kernel TCP/IP stack in userspace and therefore does
not require the ability to send or receive raw packets.  This
implies that root priviledges are not required.  As already said
above, only supports UDPv4 for now.  Extending should be easy.

(pooka)

2008-10-02 21:37:59 UTC MAIN commitmail json YAML

2008-10-02 21:05:17 UTC MAIN commitmail json YAML

2008-10-02 20:49:43 UTC MAIN commitmail json YAML

2008-10-02 19:37:23 UTC MAIN commitmail json YAML

Remove rumpuser_yield().  Not only doesn't it really make sense
here, some kind soul made it completely empty.

(pooka)

2008-10-02 17:54:53 UTC MAIN commitmail json YAML

2008-10-02 15:39:43 UTC MAIN commitmail json YAML

2008-10-02 11:05:23 UTC MAIN commitmail json YAML

Remove reference to sdtemp.4 - committed in error

(pgoyette)

2008-10-02 09:11:28 UTC MAIN commitmail json YAML

Drop trailing whitespace; bump date for previous.

(wiz)

2008-10-02 08:51:22 UTC MAIN commitmail json YAML

Add example using installboot -e

(sborrill)

2008-10-02 08:25:33 UTC MAIN commitmail json YAML

Add note about aac(4) being updated to supported >2TB arrays

(sborrill)

2008-10-02 08:21:57 UTC MAIN commitmail json YAML

Add support for >2TB arrays and implement raw I/O mode which is a
requirement for this.

N.B. Still to do - move dump on ld to 64-bit disk addresses

(sborrill)

2008-10-02 07:55:26 UTC MAIN commitmail json YAML

Whitespace changes (including new sentence, new line).
Uppercase Dt argument.
Use more macros.

(wiz)

2008-10-02 00:55:43 UTC MAIN commitmail json YAML

2008-10-02 00:52:17 UTC MAIN commitmail json YAML

Add dbcool man page and associated links

(pgoyette)

2008-10-02 00:47:51 UTC MAIN commitmail json YAML

Add new driver for dbCool(tm) family of Thermal Monitor and Fan Controller.
Supported chips: ADM1027, ADM1030, ADT7463, ADT7466, ADT7467, ADT7468,
ADT7473, ADT7475, and ADT7476.  Notably missing is the ADT7490, and fan
controller support on the ADT7466 is still on the to-do list.

Tested by myself and njoly@
Reviewed by garbled@
Commit approved by christos@, bouyer@, cube@, and matt@

(pgoyette)

2008-10-01 21:20:09 UTC MAIN commitmail json YAML

2008-10-01 18:23:55 UTC MAIN commitmail json YAML

Use a separate thread to probe/attach atabus's childrens. Fixes a deadlock
where the interrupt routine wants to wake up the atabus thread to perform a
reset, while the thread is blocked in wd's attach function.

(bouyer)

2008-10-01 17:16:15 UTC MAIN commitmail json YAML

2008-10-01 16:46:36 UTC wrstuden-revivesa commitmail json YAML

Adapt all the tests that look for LW_WEXIT to also look for PS_WCORE
and PS_WEXIT.

Also look for PS_WCORE in sa_newcachelwp().

(wrstuden)

2008-10-01 16:01:51 UTC MAIN commitmail json YAML

PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9).

(rmind)

2008-10-01 15:38:15 UTC MAIN commitmail json YAML

2008-10-01 12:43:46 UTC MAIN commitmail json YAML

mention the delete bug in the man page. prompted by perry.

(christos)

2008-10-01 10:45:11 UTC MAIN commitmail json YAML

Make fss(4) D_MPSAFE.

- Use the device lock to protect fss_open(), fss_close() and fss_unmount_hook().
- Make sure fss_bs_thread() does not call biodone() with locks held.

Reviewd by: Andrew Doran <ad@netbsd.org>

(hannken)

2008-10-01 07:53:27 UTC MAIN commitmail json YAML

2008-10-01 07:42:52 UTC MAIN commitmail json YAML

Make RCSID() use section .ident like the C version and i386's asm does.
OK ad@

(joerg)

2008-10-01 02:44:15 UTC MAIN commitmail json YAML

2008-09-30 21:47:33 UTC MAIN commitmail json YAML

Make spec_fsync() a do-nothing instead of a do-panic.  Some file
systems have it directly in the specfs op vector.

(pooka)

2008-09-30 21:12:48 UTC MAIN commitmail json YAML

Since the nfs root vnode is eternally constant, fully initialize
it in mountfs instead of deferring part of the initialization to
VFS_ROOT().  Fixes theoretical future bugs for nfs roots.

(pooka)

2008-09-30 21:00:39 UTC MAIN commitmail json YAML

Check that we apply the previous kludge only to the root vnode.

(pooka)

2008-09-30 20:49:14 UTC MAIN commitmail json YAML

Fix symlink lossage:
- Use lstat instead of stat to find the destination path. we can make a symlink
  to a broken symlink this way.
- When calling process to create a link, check if the source is a symlink
  instead of trying to remove what the symlink points to!
- Don't create hard links to directories.

XXX: NB. Still sup is broken when used with the delete option. This is because
in the delete pass, it goes and tries to delete all files in the old list
that don't exist in the new list. This is a problem when a directory becomes
a symlink to a hierarchy that contains the same names. Then sup will cross
the symlink and start deleting files and directories from the destination.
This is not easily fixed. Don't use sup with symlink/rsymlink and the delete
option at the same time or *be careful*!

(christos)

2008-09-30 20:08:24 UTC MAIN commitmail json YAML

When paging in data, do not try to read past "disk" EOF.  This
fixes reads for file systems which are not bound by such mundane
limitations as block size (example: nfs).

(pooka)

2008-09-30 19:50:16 UTC MAIN commitmail json YAML

Make sure proc0.p_vmspace qualifies as VMSPACE_IS_KERNEL_P().

(pooka)

2008-09-30 19:26:23 UTC MAIN commitmail json YAML

adapt to RUMPCRED_SUSER change

(pooka)

2008-09-30 19:25:56 UTC MAIN commitmail json YAML

2008-09-30 19:19:57 UTC MAIN commitmail json YAML

2008-09-30 19:09:00 UTC MAIN commitmail json YAML