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

2024-05-10 17:10:13 UTC Now

2013-07-17 22:36:26 UTC MAIN commitmail json YAML

Some constification.
Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
kcpuset_ffs, kcpuset_ffs_intersecting,
kcpuset_atomicly_merge, kcpuset_atomicly_intersect, kcpuset_atomicly_remove

(matt)

2013-07-17 21:58:14 UTC MAIN commitmail json YAML

Import wpa_supplicant and hostapd 1.1

(adam)

2013-07-17 21:47:50 UTC MAIN commitmail json YAML

2013-07-17 21:29:01 UTC MAIN commitmail json YAML

2013-07-17 21:26:29 UTC MAIN commitmail json YAML

A few "isa" files are so tightly integrated into the x86 platform code
as to not really be part of the optional isa bus autoconf machinery.

Allows configuring a kernel like so:

include "arch/amd64/conf/GENERIC"
no isa

(soren)

2013-07-17 21:21:34 UTC MAIN commitmail json YAML

2013-07-17 21:20:53 UTC MAIN commitmail json YAML

Additionally translate daddr_t to int64_t in the rumpvnode interface.
The type daddr_t is not available for all systems (e.g. Linux systems with
musl libc), and exposing it will just cause an unnecessary compilation
failure even if the type is not used.

(pooka)

2013-07-17 20:16:50 UTC MAIN commitmail json YAML

2013-07-17 20:15:49 UTC MAIN commitmail json YAML

sync with latest tzcode

(christos)

2013-07-17 20:13:04 UTC MAIN commitmail json YAML

2013-07-17 19:52:15 UTC MAIN commitmail json YAML

2013-07-17 19:51:56 UTC MAIN commitmail json YAML

Fix COM_16750 build for non-COM_REGMAP platforms.

(soren)

2013-07-17 19:51:03 UTC MAIN commitmail json YAML

2013-07-17 19:49:11 UTC MAIN commitmail json YAML

Extend support for Nanjing QinHeng Electronics puc(4) devices.

(soren)

2013-07-17 19:24:56 UTC MAIN commitmail json YAML

Disable -Wconversion for gcc older than 4.5

(martin)

2013-07-17 15:50:59 UTC MAIN commitmail json YAML

Include sys/null.h only on NetBSD because sys/null.h is not available
elsewhere.  This conditional makes the header portable and it can simply
be dropped verbatim into any system.

Also, move the inclusion below the comment block describing the purpose
of queue.h so that people looking at the header first see information
about the functionality instead of about a portability detail.

(pooka)

2013-07-17 15:42:03 UTC MAIN commitmail json YAML

print the next parser name instead of just the pointer in debugging.

(christos)

2013-07-17 15:40:42 UTC MAIN commitmail json YAML

Allow -v to be used with other commands (list scan for example) as documented.

(christos)

2013-07-17 15:26:38 UTC MAIN commitmail json YAML

Add some new TLB and cache entries from document (Table 3-22 Encoding of CPUID
Leaf 2 Descriptors, Intel 64 and IA-32 Architectures Software Developer's
Manual Vol. 2A.)

(msaitoh)

2013-07-17 15:22:43 UTC MAIN commitmail json YAML

Fix 0x0d's DCACHE entry and 0xeb's L3CACHE entry from the document
(Table 3-22 Encoding of CPUID Leaf 2 Descriptors, Intel 64 and IA-32
Architectures Software Developer's Manual Vol. 2A.)

(msaitoh)

2013-07-17 14:23:46 UTC MAIN commitmail json YAML

Use -fPIE for crtbegin.o (instead of -fpie).
Fixes linking the firefox js shell. Ok: joerg@

(martin)

2013-07-17 14:05:43 UTC MAIN commitmail json YAML

Use += for SYSTEM_DEP not ?=

(matt)

2013-07-17 12:55:48 UTC MAIN commitmail json YAML

PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto;
fixed.

(christos)

2013-07-17 10:16:58 UTC MAIN commitmail json YAML

if received PADT, get correct sc related with session id.
RFC2516 5.5 says, no tags required in PADT packet.

(oki)

2013-07-17 06:43:32 UTC MAIN commitmail json YAML

2013-07-17 06:39:06 UTC MAIN commitmail json YAML

2013-07-17 05:42:02 UTC MAIN commitmail json YAML

Export fpreg.h for libc

(matt)

2013-07-17 05:41:30 UTC MAIN commitmail json YAML

2013-07-17 04:57:55 UTC MAIN commitmail json YAML

Use a more portable series of instructions.

(matt)

2013-07-17 04:56:14 UTC MAIN commitmail json YAML

Use a more compact instruction sequence that also works on coldfire

(matt)

2013-07-17 03:16:32 UTC rmind-smpnet commitmail json YAML

Checkpoint work in progress:
- Move PCB structures under __INPCB_PRIVATE, adjust most of the callers
  and thus make IPv4 PCB structures mostly opaque.  Any volunteers for
  merging in6pcb with inpcb (see rpaulo-netinet-merge-pcb branch)?
- Move various global vars to the modules where they belong, make them static.
- Some preliminary work for IPv4 PCB locking scheme.
- Make raw IP code mostly MP-safe.  Simplify some of it.
- Rework "fast" IP forwarding (ipflow) code to be mostly MP-safe.  It should
  run from a software interrupt, rather than hard.
- Rework tun(4) pseudo interface to be MP-safe.
- Work towards making some other interfaces more strict.

(rmind)

2013-07-17 03:05:41 UTC MAIN commitmail json YAML

2013-07-17 03:05:17 UTC MAIN commitmail json YAML

2013-07-17 03:04:54 UTC MAIN commitmail json YAML

2013-07-17 03:01:27 UTC MAIN commitmail json YAML

2013-07-17 01:41:17 UTC MAIN commitmail json YAML

2013-07-16 23:24:19 UTC MAIN commitmail json YAML

2013-07-16 23:01:05 UTC MAIN commitmail json YAML

Make INTERRUPT_{SAVE,RESTORE}REG visible to userland

(matt)

2013-07-16 23:00:15 UTC MAIN commitmail json YAML

2013-07-16 22:23:15 UTC MAIN commitmail json YAML

Remove non __ELF__ clauses.
Add GOT_SETUP and LEA_LCL macros.

(matt)

2013-07-16 22:20:35 UTC MAIN commitmail json YAML

Use SYSTRAP
Use a branch for CERROR (avoid the PLT)

(matt)

2013-07-16 22:19:37 UTC MAIN commitmail json YAML

2013-07-16 22:19:16 UTC MAIN commitmail json YAML

2013-07-16 22:18:14 UTC MAIN commitmail json YAML

Make CERROR hidden.  Use END() appropriately.

(matt)

2013-07-16 22:16:53 UTC MAIN commitmail json YAML

2013-07-16 22:15:55 UTC MAIN commitmail json YAML

2013-07-16 22:12:20 UTC MAIN commitmail json YAML

2013-07-16 21:49:45 UTC MAIN commitmail json YAML

2013-07-16 21:48:32 UTC MAIN commitmail json YAML

2013-07-16 21:46:42 UTC MAIN commitmail json YAML

2013-07-16 21:14:42 UTC MAIN commitmail json YAML

A simple (void) is apparently too easy and traditional to make
Wunused-result STFU, so let's invent something a bit more verbose to
try to achieve the desired result of "ccg xnaht I really don't care if
you think I should check the return value".

(pooka)

2013-07-16 21:01:03 UTC MAIN commitmail json YAML

Add an END macro.  reorder EXTBL macro

(matt)

2013-07-16 20:49:42 UTC MAIN commitmail json YAML

Convert to normal Motorola syntax for addressing.
%r@ -> (%r)
%r@- -> -(%r)
%r@+ -> (%r)+
%r@(n) n(%r)
etc.
No object differences.

(matt)

2013-07-16 20:17:06 UTC MAIN commitmail json YAML

Give reader-friendly aliases to rfork flags.

(pooka)

2013-07-16 20:00:56 UTC MAIN commitmail json YAML

When a var is set in the CMD context, it prevents the same name
being set in GLOBAL context.  We should also delete any such
variable in GLOBAL context, else make -V will show the wrong value.

(sjg)

2013-07-16 19:59:29 UTC MAIN commitmail json YAML

Fix unit-tests to cope with recent change to progname

(sjg)

2013-07-16 19:44:31 UTC MAIN commitmail json YAML

Explicitly ignore return value of writev() for sending a packet.

Otherwise you get the following with some compilers:
warning: ignoring return value of 'writev', declared with attribute warn_unused_result [-Wunused-result]

(pooka)

2013-07-16 19:40:01 UTC MAIN commitmail json YAML

send the actual prefix on the wire instead of struct headers
statify

(kefren)

2013-07-16 19:07:55 UTC MAIN commitmail json YAML

COMPAT_60 for rump kernels.

Requested via github (buildrump.sh)

(pooka)

2013-07-16 17:48:52 UTC MAIN commitmail json YAML

Add -Wconversion for WARNS > 5

(christos)

2013-07-16 17:48:22 UTC MAIN commitmail json YAML

2013-07-16 17:47:43 UTC MAIN commitmail json YAML

2013-07-16 16:55:01 UTC MAIN commitmail json YAML

create binding for connected routes on startup
decay an warning message to debug only

(kefren)

2013-07-16 14:22:13 UTC MAIN commitmail json YAML

use bmake_foo instead of efoo()

(christos)

2013-07-16 14:00:53 UTC MAIN commitmail json YAML

More gmake compatibility:
1. add -w flag to print Entering and Leaving directory name the the beginning
  and the end of processing.
2. export MAKELEVEL=$((MAKELEVEL + 1)) only in the child environment.
3. when printing error messages, prefix them with the program name [$MAKELEVEL]
  for $MAKELEVEL > 0
4. if $MAKEFLAGS consists only of letters assume it is a set of flags (as
  allowed by posix), convert them to -f -l -a -g -s, so that they get parsed
  properly.
With those fixes gmake -> bmake -> gmake -> bmake etc. works as expected.

(christos)

2013-07-16 10:49:36 UTC MAIN commitmail json YAML

Remove udf_node * as state variables and add the loop invariants UFS and tmpfs
carry to make it easier to debug.

(reinoud)

2013-07-16 10:30:27 UTC MAIN commitmail json YAML

Fix yet another NVM bank detect problem in wm(4). Use bank 0 if the detect
function failed. It's the same as FreeBSD. Observed and tested with Asus P8P67
Deluxe motherboard and tested by jnemeth.

(msaitoh)

2013-07-16 10:05:38 UTC MAIN commitmail json YAML

Disable unwind sections for the boot loaders.

(joerg)

2013-07-16 09:54:30 UTC MAIN commitmail json YAML

Update Intel's Processor Family Names of family == 6 from the latest document.
Add 0x35(Atom), 0x36(Atom S), 0x3f(future Xeon), 0x46(Haswell) and update some
models.

(msaitoh)

2013-07-16 09:52:21 UTC MAIN commitmail json YAML

hp700 rescue/ldd fails on -j16 build if usr.bin/ldd/elf32/libldd_elf32.a
hasn't been made yet. Add an explicit .WAIT before rescue to avoid this.

(joerg)

2013-07-16 07:31:40 UTC MAIN commitmail json YAML

2013-07-16 02:58:19 UTC MAIN commitmail json YAML

When linking shared libraries, produce a map file.

(matt)

2013-07-16 02:54:33 UTC MAIN commitmail json YAML

retire union_ntoa, replace it with satos
check for valid sizes on PF_ROUTE socket
minor comment update

(kefren)

2013-07-16 02:10:43 UTC MAIN commitmail json YAML

This is the i386 version of the support for full-disk encryption; this commit allows building the ramdisk required as well as the associated kernel module (to be loaded in the kernel by the bootloader).

This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst

(khorben)

2013-07-15 20:33:11 UTC MAIN commitmail json YAML

Make this work again like gmake. sjg: see the test program.

(christos)

2013-07-15 18:46:47 UTC MAIN commitmail json YAML

Fix description of hex encoding.

(joerg)

2013-07-15 14:40:21 UTC MAIN commitmail json YAML

First step in rewriting the genealogy case

(reinoud)

2013-07-15 12:10:34 UTC MAIN commitmail json YAML

stop abusing kmem during softint context

(kefren)

2013-07-15 08:59:47 UTC MAIN commitmail json YAML

note that Makefile.netbsd-gmp can help with the running of configure.

(mrg)

2013-07-15 00:29:49 UTC MAIN commitmail json YAML

Enabled building the kernel module containing the ramdisk required for full-disk encryption support by default. This should be the last part necessary on the amd64 port.

XXX reproduce and test on the i386 port
XXX implement support for full-disk encryption installs in sysinst

(khorben)

2013-07-15 00:25:38 UTC MAIN commitmail json YAML

Common definitions for full-disk encryption support, including the rc script responsible for asking the passphrase and chrooting. wsconsctl is also built and used in case a splash screen is enabled.

(khorben)

2013-07-15 00:22:10 UTC MAIN commitmail json YAML

Build the cgdroot ramdisk by default (for full-disk encryption support). It currently contains the same utilities found in an amd64 sysinst ramdisk, which should be useful in case of emergency.

(khorben)

2013-07-15 00:18:03 UTC MAIN commitmail json YAML

Let init be built easily with the CHROOT capability enabled.

This allows the ramdisk used in the incoming support for full-disk encryption to contain crunched binaries (much like sysinst) while booting a regular system (unlike sysinst).

(khorben)

2013-07-14 20:39:56 UTC netbsd-6 commitmail json YAML

2013-07-14 20:39:13 UTC netbsd-6 commitmail json YAML

Apply changes (requested by msaitoh in ticket #907):

sys/dev/pci/if_wm.c 1.238, 1.244-1.247, 1.249-1.258
sys/dev/pci/if_wmreg.h 1.50-1.51, 1.53
sys/dev/pci/if_wmvar.h 1.15-1.16

Various fixes to wm(4):
Add I21[0178] support.
Fix a bug that wm_attach() may fail on some PCH2 or newer system.
wm_valid_nvm_bank_detect_ich8lan() misunderstood the NVM's bank
number. Fixes PR#47878.
Fix a bug that the check of reset complete fails on Intel 8 series
with "wm_lan_init_done: lan_init_done failed to complete" message.
The broken code was used for ICH8, 9... and PCH2.
The wm_linkintr_gmii() function is called from interrupt. That's
not tick, so call mii_pollstat() instead of mii_tick().
Add ECC support for the packet buffer. Only 82571 and I21[78] support
ECC.
Fix a bug that wrong semaphore is used in wm_gmii_hv_{read,write}reg.
Change style, add comments, fix some comments, use macros and
remove trailing whitespaces.
[msaitoh, ticket #907]

(riz)

2013-07-14 20:35:48 UTC netbsd-6 commitmail json YAML

2013-07-14 20:33:59 UTC netbsd-6 commitmail json YAML

2013-07-14 20:33:07 UTC netbsd-6 commitmail json YAML

Apply changes from msaitoh in ticket #906:
sys/dev/pci/pcidevs 1.1145, 1.1147, 1.1150-1.1158
sys/dev/pci/pcidevs.h regen
sys/dev/pci/pcidevs_data.h regen

Pull up pcidevs changes:
Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support.
Update some Intel LPC devices.
Change from "3400 USB" to "3400 USB EHCI" for EHCI devices.
Fix BCM5785F entry. That is not gigabit Ethernet.
Add ALTIMA AC1003, BROADCOM BCM57782 and BCM57786.
Add Intel I21[0178] Ethernet.
Add IDs for Marvell Armada XP. Obtained from Marvell, Semihalf.
Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet).
Add some Intel devices from datasheets (4th Generation Intel Core
Processor, Intel Xeon Processor E3-1200 v3).
Add ATI RADEON_HD7340.
[msaitoh, ticket #906]

(riz)

2013-07-14 15:44:00 UTC MAIN commitmail json YAML

And add a skip for the deleted _gpio in uid.

(htodd)

2013-07-14 15:27:12 UTC MAIN commitmail json YAML

Add _rtadvd to uid check as well.

(htodd)

2013-07-14 15:17:22 UTC MAIN commitmail json YAML

Adding _rtadvd to group check.

(htodd)

2013-07-14 14:29:09 UTC MAIN commitmail json YAML

2013-07-13 19:42:26 UTC MAIN commitmail json YAML

udf_gro_genealogy() : source and destination should never be the same on call,
KASSERT it instead of checking for it.

(reinoud)

2013-07-13 19:40:14 UTC MAIN commitmail json YAML

vp is used, so don't (void) it

(reinoud)

2013-07-13 19:39:02 UTC MAIN commitmail json YAML

Rework udf_gro_rename() to be more linear instead of nesting if/else
branching.

(reinoud)

2013-07-13 18:52:35 UTC MAIN commitmail json YAML

2013-07-13 10:54:00 UTC MAIN commitmail json YAML

Quote -width arguments that start with a '-' sign.

(njoly)

2013-07-13 10:52:50 UTC MAIN commitmail json YAML

Adjust -width argument to match reality; and while here quote it.

(njoly)

2013-07-13 10:29:37 UTC MAIN commitmail json YAML

2013-07-13 10:26:31 UTC MAIN commitmail json YAML

Put some common entry stuff into _ENTRY and use it.

(skrll)

2013-07-13 09:48:26 UTC MAIN commitmail json YAML

crt0 actually calls ___start

(skrll)

2013-07-13 09:24:25 UTC MAIN commitmail json YAML

Fix unknown .Tp macro.

(njoly)

2013-07-13 07:53:54 UTC MAIN commitmail json YAML

Fix the chip revision of 57765_AX.

(msaitoh)

2013-07-12 22:39:50 UTC MAIN commitmail json YAML

cast to avoid warning.

(christos)

2013-07-12 17:48:29 UTC MAIN commitmail json YAML

2013-07-12 17:32:47 UTC MAIN commitmail json YAML

2013-07-12 17:30:25 UTC MAIN commitmail json YAML

2013-07-12 16:52:56 UTC MAIN commitmail json YAML

2013-07-12 16:14:10 UTC MAIN commitmail json YAML

In case there is trouble determining the number of entries in a directory,
return its not empty to be on the safe side.

(reinoud)

2013-07-12 14:28:39 UTC MAIN commitmail json YAML

Add esp(Castle SCSI board).  Tested only BBC A3000 with 4MByte.

(kiyohara)

2013-07-12 13:12:24 UTC ipsec-tools-0_8-branch commitmail json YAML

From Sven Vermeulen <sven.vermeulen@siphos.be>: Moves ploginit() up,
allowing logging events from init_avc() to show up as well.

(tteras)

2013-07-12 13:11:50 UTC MAIN commitmail json YAML

From Sven Vermeulen <sven.vermeulen@siphos.be>: Moves ploginit() up,
allowing logging events from init_avc() to show up as well.

(tteras)

2013-07-12 11:19:58 UTC netbsd-6-1 commitmail json YAML

2013-07-12 11:19:45 UTC netbsd-6-0 commitmail json YAML

2013-07-12 11:19:35 UTC netbsd-6 commitmail json YAML

2013-07-12 11:18:57 UTC netbsd-6-1 commitmail json YAML

Pull up revision 1.84 via patch to fix gcc 4.1 compilation error
(uninitialised variable):

Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.

(jdc)

2013-07-12 11:18:32 UTC netbsd-6-0 commitmail json YAML

Pull up revision 1.84 via patch to fix gcc 4.1 compilation error
(uninitialised variable):

Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.

(jdc)

2013-07-12 11:18:15 UTC netbsd-6 commitmail json YAML

Pull up revision 1.84 via patch to fix gcc 4.1 compilation error
(uninitialised variable):

Some fun in trying to work out what was broken with gcc-4.1 to
trigger the following warning when gcc-4.5 was silent:
  nd6_rtr.c: In function 'nd6_ra_input':
  nd6_rtr.c:788: warning: 'ext' may be used uninitialized in this function
Eventually determined that it was not unreasonable for gcc-4.1 to
bleat in this case as there is a nasty 'goto insert' which could
indeed have resulted in an uninitialised variable use. Yay gcc 4.1.

(jdc)

2013-07-12 08:55:52 UTC MAIN commitmail json YAML

correct loopback address test
correct addr add/del handling

(kefren)

2013-07-12 06:21:40 UTC MAIN commitmail json YAML

2013-07-11 20:02:25 UTC MAIN commitmail json YAML

enable defines that make xterm able to do UTF-8 if instructed by its
environment to do UTF-8.

That means: "env LC_CTYPE=en_US.UTF-8 xterm" for example will get you
an xterm that will take UTF-8 input and display it correctly, provided it
finds a fitting UTF-8 font.

Note that with this version of xterm, -u8 doesn't actually have an effect
any more, but -lc has.

xterm will record the locale settings it has been started with in the
environment variable XTERM_LOCALE. It is probably a good idea to have
at least the encoding part of LC_CTYPE and XTERM_LOCALE match.

(spz)

2013-07-11 19:50:55 UTC MAIN commitmail json YAML

Add a RCSID macro for non _KERNEL use

(matt)

2013-07-11 19:46:44 UTC MAIN commitmail json YAML

In usbd_transfer(), abort the xfer if it is interrupted by a signal while in
progress.
This prevents that xfer from being freed while still on queue, and ensuing
panic().

(aymeric)

2013-07-11 19:41:19 UTC MAIN commitmail json YAML

Resort to the easiest way to check if a directory is deleted: the flag that
tells that there is no FID (dirent) pointing to it anymore.

(reinoud)

2013-07-11 19:17:57 UTC MAIN commitmail json YAML

comment out the entries that are common with termios, and explain that they
need to keep the same values.

(christos)

2013-07-11 18:02:03 UTC MAIN commitmail json YAML

add code for address and address withdraw messages
get rid of unused fields in tlv struct

(kefren)

2013-07-11 17:07:35 UTC MAIN commitmail json YAML

Use pc-relative branch in crt0.S
Add crtend.S and crtbegin.h (uses pc-relative branches as well).

(matt)

2013-07-11 16:46:06 UTC MAIN commitmail json YAML

make all constants that are used in unsigned variables unsigned.

(christos)

2013-07-11 16:40:28 UTC MAIN commitmail json YAML

2013-07-11 16:23:40 UTC MAIN commitmail json YAML

Make this work for N64 as well.

(matt)

2013-07-11 15:43:13 UTC MAIN commitmail json YAML

2013-07-11 13:44:51 UTC MAIN commitmail json YAML

2013-07-11 10:46:19 UTC MAIN commitmail json YAML

2013-07-11 10:28:27 UTC MAIN commitmail json YAML

2013-07-11 09:11:35 UTC MAIN commitmail json YAML

speed up a little bit the string<->prefixlen transforms

(kefren)

2013-07-11 08:51:09 UTC MAIN commitmail json YAML

add a target to export a bozohttpd distfile.

(mrg)

2013-07-11 08:32:39 UTC MAIN commitmail json YAML

merge parts of the release Makefile back in; unused by the netbsd build.

(mrg)

2013-07-11 08:24:47 UTC MAIN commitmail json YAML

prepare for netbsd to be mastersrc for bozohttpd.

(mrg)

2013-07-11 08:19:56 UTC MAIN commitmail json YAML

netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.

(wiz)

2013-07-11 07:46:37 UTC MAIN commitmail json YAML

2013-07-11 07:44:19 UTC MAIN commitmail json YAML

- update CHANGES with recent changes
- export esacpe_html() and use it in directory indexing
- update manual to include recent contributors

(mrg)

2013-07-11 06:58:30 UTC MAIN commitmail json YAML

Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no

(martin)

2013-07-11 06:57:16 UTC MAIN commitmail json YAML

2013-07-11 05:55:13 UTC MAIN commitmail json YAML

2013-07-11 05:45:23 UTC MAIN commitmail json YAML

2013-07-10 23:30:45 UTC MAIN commitmail json YAML

Add END(func) so gdb doesn't get so confused.

(matt)

2013-07-10 22:55:40 UTC MAIN commitmail json YAML

Fix another bneq -> beql botch

(matt)

2013-07-10 20:25:21 UTC MAIN commitmail json YAML

If using mdsetimage to install a ramdisk install, add the ramdisk to SYSTEM_DEP
so the kernel will be relinked and the new ramdisk installed.

(matt)

2013-07-10 19:14:07 UTC MAIN commitmail json YAML

Remove the dirent checks and references. UDF doesn't need/use them on rename
so just to make sure, we remove all references/checks to not trigger bugs
thats are not really ours.

(reinoud)

2013-07-10 19:07:20 UTC MAIN commitmail json YAML

Add udf_rename.c to the UDF module make

(reinoud)

2013-07-10 18:55:00 UTC MAIN commitmail json YAML

Update test cases for UDF now udf_rename() uses the genfs_rename framework

(reinoud)

2013-07-10 16:47:18 UTC MAIN commitmail json YAML

Oops forgot the rump addition of udf_rename.c

(reinoud)

2013-07-10 15:18:54 UTC MAIN commitmail json YAML

i2cscan: support scans using only 1 byte reads

Add the '-r' option to scan using only 1 byte reads. This enhances
usability on i2c controllers, such as the am335x and dm37xx, that
don't support quick writes (0 byte writes). The default behaviour
remains unchanged.

Review and OK by jmcneill@

(tcort)

2013-07-10 15:10:56 UTC MAIN commitmail json YAML

Implement udf_rename() using the new genfs_rename() framework.

Fixes PR kern/47986

(reinoud)

2013-07-10 15:08:38 UTC MAIN commitmail json YAML

Simplify ELFSIZE by using _MIPS_SZPTR

(matt)

2013-07-10 15:05:46 UTC MAIN commitmail json YAML

Add a ELFSIZE define

(matt)

2013-07-10 14:27:02 UTC MAIN commitmail json YAML

Fix logic inversion.

(matt)

2013-07-10 09:41:16 UTC MAIN commitmail json YAML

Try to also document the variant using common C code - Matt, please review!

(martin)

2013-07-10 09:32:49 UTC MAIN commitmail json YAML

2013-07-10 08:00:29 UTC MAIN commitmail json YAML

Fix stack overflow.

(joerg)

2013-07-09 23:37:28 UTC MAIN commitmail json YAML

it's "no_swap", not "noswap" in /etc/rc.conf.  While here, update
the default sets URL to NetBSD 6.1, instead of 6.0_BETA.

(riz)

2013-07-09 20:33:03 UTC MAIN commitmail json YAML

Fix typo (pa instead of va).

(matt)

2013-07-09 20:32:11 UTC MAIN commitmail json YAML

Make dubious code that skips a few interrupts hardcoded print a verbose
message asking the user to mail us details. This will also alarm us
should the strange test sometimes in the future trigger eroneously
on newer hardware.

(martin)

2013-07-09 18:44:41 UTC MAIN commitmail json YAML

For .MAKE.LEVEL.ENV use VAR_CMD so updates are ignored

(sjg)

2013-07-09 18:13:14 UTC MAIN commitmail json YAML

Set .MAKE.LEVEL.ENV to the name of the env variable used to communicate
the recursion level to sub-makes.

(sjg)

2013-07-09 17:49:37 UTC MAIN commitmail json YAML

Fix pasto: BUILDRUMP_CPPFLAGS was used twice.

(pooka)

2013-07-09 17:14:37 UTC MAIN commitmail json YAML

+./usr/libdata/debug/usr/libexec/ld.elf_so-sparc.debug
and restrict ld.elf_so-sparc.debug to compat builds.

(njoly)

2013-07-09 16:10:17 UTC MAIN commitmail json YAML

Use "unsigned int" instead of "u_int" to make it easier to steal.
u_int is out of fashion anyway...

(uwe)

2013-07-09 13:10:55 UTC MAIN commitmail json YAML

Don't depend on libz.a for the tools build, /usr/lib/libz.a might not
exist.

(joerg)

2013-07-09 13:10:33 UTC MAIN commitmail json YAML

2013-07-09 09:41:30 UTC MAIN commitmail json YAML

2013-07-09 09:34:59 UTC MAIN commitmail json YAML

Add _rtadvd user and group.
Add a chroot dir for the _rtadvd user.
Drop privs to the user _rtadvd after acquiring our socket.
When rc.d/rtadvd starts or reloads, the rtadvd config file is copied
into the chroot before starting or reloading rtadvd itself.
Create a symlink from /var/run/rtadvd.dump to the chroot

Inital idea from OpenBSD patch rtadvd.c r1.36

(roy)

2013-07-09 08:57:16 UTC MAIN commitmail json YAML

libcap-1.4.0 and tcpdump-4.4.0 out.

(wiz)

2013-07-08 18:10:16 UTC MAIN commitmail json YAML

ld.elf_so-i386.debug entries are only needed for MKCOMPAT=yes builds.

(njoly)

2013-07-08 17:01:05 UTC MAIN commitmail json YAML

Changes from OpenBSD to OF_mapintr().  Adds support for PCIe.  My Ultra 45
now can install from the CD, I can access USB flash drives, and the onboard
bge interfaces now work.  Tested on some other machines by jdc.

(mhitch)

2013-07-08 14:47:18 UTC MAIN commitmail json YAML

Use symbolic constants EXIT_SUCCESS, EXIT_FAILURE, and NULL where appropriate.

(jakllsch)

2013-07-08 08:21:13 UTC MAIN commitmail json YAML

Clarify the sticky-bit check

(reinoud)

2013-07-08 07:41:54 UTC netbsd-6-1 commitmail json YAML

2013-07-08 07:41:41 UTC netbsd-6-0 commitmail json YAML

2013-07-08 07:41:28 UTC netbsd-6 commitmail json YAML

2013-07-08 07:40:56 UTC netbsd-6-1 commitmail json YAML

Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

(jdc)

2013-07-08 07:40:34 UTC netbsd-6-0 commitmail json YAML

Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

(jdc)

2013-07-08 07:40:07 UTC netbsd-6 commitmail json YAML

Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

(jdc)

2013-07-08 06:44:51 UTC MAIN commitmail json YAML

Cover the last failing UDF test cases with a reference to PR kern/47986, i.e.
all rename's fail until UDF switches over to the new rename framework solving
the locking mechanism.

(reinoud)

2013-07-08 05:36:23 UTC MAIN commitmail json YAML

- Set the TX DMA segment size based on the MTU size.
- Change the TX ring size for 5717 series and 57764 series.
- For 57766, set BGE_RDMAMODE_JMB_2K_MMRR for non-jumbo frame.
  Same as Linux tg3.
- For 57765 and newer devices, set BGE_MAX_RX_FRAME_LOWAT to 1.
  This value is recommended by the document.

(msaitoh)

2013-07-08 05:24:34 UTC MAIN commitmail json YAML

57765 series is not based on 5717 series. 5717 series is based on 57765
series.

(msaitoh)

2013-07-08 04:31:12 UTC MAIN commitmail json YAML

Use .Cm markup for the keywords "temp", "pub", and "proxy" (suggested
by wiz).  Also bump date.

(apb)

2013-07-07 21:36:44 UTC MAIN commitmail json YAML

Update LLVM/Clang to snapshot r185778. This brings in a lot of work on
integrated-assembler support on PowerPC as well as support for
compressed DWARF sections in some tools.

(joerg)

2013-07-07 20:16:22 UTC MAIN commitmail json YAML

Pull forward the node creation returned from the lookup call. Its vnode is
used in the access determination on delete/rename of TXT files.

Thanks for joerg@ and clang for detecting this!

(reinoud)

2013-07-07 19:49:44 UTC MAIN commitmail json YAML

Implement a real empty-directory checking for rmdir().

Should should fix the other part of PR kern/47987
Solves tests/vfs/t_vnops udf_dir_notempty

(reinoud)

2013-07-07 19:31:26 UTC MAIN commitmail json YAML

Extend generic dirhash to include an empty directory checker based on
the knowledge the dirhash has. This is done by keeping a count of the current
hash entries.

(reinoud)

2013-07-07 10:52:52 UTC MAIN commitmail json YAML

tzcode2013d/tzdata2013d have been released.  We have updated tzdata/

(apb)

2013-07-07 10:50:58 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2013d. [apb 20130707]

(apb)

2013-07-07 10:48:49 UTC MAIN commitmail json YAML

Merge tzdata2013d.

(apb)

2013-07-06 18:19:17 UTC MAIN commitmail json YAML

If using gmake's MAKELEVEL; use it the same way

(sjg)

2013-07-06 14:38:54 UTC MAIN commitmail json YAML

Use NULL instead of 0 when returning a NULL pointer.
Also, remedy minor whitespace issue.

(jakllsch)

2013-07-06 12:11:54 UTC MAIN commitmail json YAML

2013-07-06 12:06:24 UTC MAIN commitmail json YAML

Add #endif comments.

(gdt)

2013-07-06 12:03:11 UTC MAIN commitmail json YAML

2013-07-05 22:14:56 UTC MAIN commitmail json YAML

If commandShell hasErrCtl is true, set shellErrFlag for use by
CompatRunCommand() so that behavior in jobs and compat mode
remains consistent.

(sjg)