Displaying 1 46 of 456 commits (0.374s)

NetBSD — . build.sh

    fixed typo on comment.
Delta File
+3 -3 build.sh
+3 -3 1 file

NetBSD — share/man/man3 intro.3

    add reference to usb(3) and zlib(3).
Delta File
+5 -3 share/man/man3/intro.3
+5 -3 1 file

NetBSD — sys/arch/mips/ralink ralink_reg.h

    add RT3050 SYSCTL_CFG0 values.
Delta File
+14 -1 sys/arch/mips/ralink/ralink_reg.h
+14 -1 1 file

NetBSD — sys/arch/evbmips/conf ALCHEMY

    increase SYMTAB_SPACE.
Delta File
+3 -3 sys/arch/evbmips/conf/ALCHEMY
+3 -3 1 file

NetBSD — sys/arch/mips/ralink ralink_eth.c

    make compile with options RT3050.
Delta File
+17 -17 sys/arch/mips/ralink/ralink_eth.c
+17 -17 1 file

NetBSD — sys/arch/mips/ralink ralink_eth.c

    make compile with options RT3050.
Delta File
+17 -17 sys/arch/mips/ralink/ralink_eth.c
+17 -17 1 file

NetBSD — sys/uvm uvm_pager.c

    make compile without VMSWAP.  no functional change.
Delta File
+4 -2 sys/uvm/uvm_pager.c
+4 -2 1 file

NetBSD — sys/uvm uvm_pager.c

    make compile without VMSWAP.  no functional change.
Delta File
+4 -2 sys/uvm/uvm_pager.c
+4 -2 1 file

NetBSD — sys/netinet6 ip6_mroute.c

    Fixed mbuf leak possibility.
Delta File
+3 -3 sys/netinet6/ip6_mroute.c
+3 -3 1 file

NetBSD — sys/netinet6 ip6_mroute.c

    Fixed mbuf leak possibility.
Delta File
+3 -3 sys/netinet6/ip6_mroute.c
+3 -3 1 file

NetBSD — sys/kern uipc_socket.c

    Wait for freeing mbuf cluster in sosend() causes freeze network stack.
    Don't wait for it.
    problem was found by iij seil team.
    it is similar to OpenBSD uipc_socket.c rev.1.72.
Delta File
+3 -3 sys/kern/uipc_socket.c
+3 -3 1 file

NetBSD — sys/kern uipc_socket.c

    Wait for freeing mbuf cluster in sosend() causes freeze network stack.
    Don't wait for it.
    problem was found by iij seil team.
    it is similar to OpenBSD uipc_socket.c rev.1.72.
Delta File
+3 -3 sys/kern/uipc_socket.c
+3 -3 1 file

NetBSD — sys/netinet in.c

    Backout rev.1.137.  It causes troubles, see PR kern/43294.
    We needs more discussion/a more general solution.
Delta File
+2 -15 sys/netinet/in.c
+2 -15 1 file

NetBSD — sys/netinet in.c

    Backout rev.1.137.  It causes troubles, see PR kern/43294.
    We needs more discussion/a more general solution.
Delta File
+2 -15 sys/netinet/in.c
+2 -15 1 file

NetBSD — sys/netinet6 in6.c

    ip6_sprintf: compress the zeros of representation of the IPv6 address.
    see RFC4291 section 2.2 item 2.
Delta File
+13 -5 sys/netinet6/in6.c
+13 -5 1 file

NetBSD — sys/netinet6 in6.c

    ip6_sprintf: compress the zeros of representation of the IPv6 address.
    see RFC4291 section 2.2 item 2.
Delta File
+13 -5 sys/netinet6/in6.c
+13 -5 1 file

NetBSD — sys/netinet in.c

    Fixed a number of race conditions in the case of receiving ipv4 packet.
    found by iij seil team.
Delta File
+15 -2 sys/netinet/in.c
+15 -2 1 file

NetBSD — sys/netinet in.c

    Fixed a number of race conditions in the case of receiving ipv4 packet.
    found by iij seil team.
Delta File
+15 -2 sys/netinet/in.c
+15 -2 1 file

NetBSD — sys/compat/pecoff pecoff_sysent.c pecoff_syscalls.c

    Regen (for PTRACE).
Delta File
+9 -3 sys/compat/pecoff/pecoff_sysent.c
+8 -3 sys/compat/pecoff/pecoff_syscalls.c
+8 -2 sys/compat/pecoff/pecoff_syscallargs.h
+6 -2 sys/compat/pecoff/pecoff_syscall.h
+31 -10 4 files

NetBSD — sys/compat/pecoff pecoff_sysent.c pecoff_syscalls.c

    Regen (for PTRACE).
Delta File
+9 -3 sys/compat/pecoff/pecoff_sysent.c
+8 -3 sys/compat/pecoff/pecoff_syscalls.c
+8 -2 sys/compat/pecoff/pecoff_syscallargs.h
+6 -2 sys/compat/pecoff/pecoff_syscall.h
+31 -10 4 files

NetBSD — sys/compat/pecoff syscalls.master

    Update for options PTRACE.
Delta File
+6 -1 sys/compat/pecoff/syscalls.master
+6 -1 1 file

NetBSD — sys/compat/pecoff syscalls.master

    Update for options PTRACE.
Delta File
+6 -1 sys/compat/pecoff/syscalls.master
+6 -1 1 file

NetBSD — sys/compat/pecoff pecoff_emul.c

    Added saemul_pecoff structure, and (hope) work again w/ pthread.
Delta File
+17 -2 sys/compat/pecoff/pecoff_emul.c
+17 -2 1 file

NetBSD — sys/compat/pecoff pecoff_emul.c

    Added saemul_pecoff structure, and (hope) work again w/ pthread.
Delta File
+17 -2 sys/compat/pecoff/pecoff_emul.c
+17 -2 1 file

NetBSD — sys/compat/pecoff pecoff_exec.h, sys/lkm/compat/pecoff lkminit_emul.c

    kill __P.
Delta File
+4 -4 sys/compat/pecoff/pecoff_exec.h
+3 -3 sys/lkm/compat/pecoff/lkminit_emul.c
+7 -7 2 files

NetBSD — sys/compat/pecoff pecoff_exec.h, sys/lkm/compat/pecoff lkminit_emul.c

    kill __P.
Delta File
+4 -4 sys/compat/pecoff/pecoff_exec.h
+3 -3 sys/lkm/compat/pecoff/lkminit_emul.c
+7 -7 2 files

NetBSD — sys/net if_pppoe.c

    fixed mbuf leak if up pppoe but not connected an ether i/f.
Delta File
+5 -3 sys/net/if_pppoe.c
+5 -3 1 file

NetBSD — sys/net if_pppoe.c

    fixed mbuf leak if up pppoe but not connected an ether i/f.
Delta File
+5 -3 sys/net/if_pppoe.c
+5 -3 1 file

NetBSD — sys/net if_spppsubr.c

    Correct debug message, mine is myauth, not hisauth.
Delta File
+3 -3 sys/net/if_spppsubr.c
+3 -3 1 file

NetBSD — sys/net if_spppsubr.c

    Correct debug message, mine is myauth, not hisauth.
Delta File
+3 -3 sys/net/if_spppsubr.c
+3 -3 1 file

NetBSD — sys/lkm/exec/pecoff lkminit_exec.c

    Add exec_setup_stack in execsw for lkm.  Hi christos!
Delta File
+4 -3 sys/lkm/exec/pecoff/lkminit_exec.c
+4 -3 1 file

NetBSD — sys/lkm/exec/pecoff lkminit_exec.c

    Add exec_setup_stack in execsw for lkm.  Hi christos!
Delta File
+4 -3 sys/lkm/exec/pecoff/lkminit_exec.c
+4 -3 1 file

NetBSD — share/man/man4 pppoe.4

    Document as PPPoE server mode.
Delta File
+14 -1 share/man/man4/pppoe.4
+14 -1 1 file

NetBSD — share/man/man4 pppoe.4

    Document as PPPoE server mode.
Delta File
+14 -1 share/man/man4/pppoe.4
+14 -1 1 file

NetBSD — sys/net if_pppoe.c

    Put correct dest ether address on PPPoE server mode.
Delta File
+3 -2 sys/net/if_pppoe.c
+3 -2 1 file

NetBSD — sys/net if_pppoe.c

    Put correct dest ether address on PPPoE server mode.
Delta File
+3 -2 sys/net/if_pppoe.c
+3 -2 1 file

NetBSD — sys/net if_pppoe.c if_pppoe.h

    Add support in-kernel PPPoE server.
    This may work with one PPPoE session.
    If you want to use it, #define PPPOE_SERVER in somewhere,
    or add options PPPOE_SERVER in kernel config file.
    
    This is experimental code, and good start point for future development.
Delta File
+182 -2 sys/net/if_pppoe.c
+3 -1 sys/net/if_pppoe.h
+185 -3 2 files

NetBSD — sys/net if_pppoe.c if_pppoe.h

    Add support in-kernel PPPoE server.
    This may work with one PPPoE session.
    If you want to use it, #define PPPOE_SERVER in somewhere,
    or add options PPPOE_SERVER in kernel config file.
    
    This is experimental code, and good start point for future development.
Delta File
+182 -2 sys/net/if_pppoe.c
+3 -1 sys/net/if_pppoe.h
+185 -3 2 files

NetBSD — sys/compat/pecoff pecoff_sysent.c pecoff_syscall.h

    Regen.
Delta File
+114 -90 sys/compat/pecoff/pecoff_sysent.c
+125 -2 sys/compat/pecoff/pecoff_syscall.h
+74 -46 sys/compat/pecoff/pecoff_syscalls.c
+55 -3 sys/compat/pecoff/pecoff_syscallargs.h
+368 -141 4 files

NetBSD — sys/compat/pecoff pecoff_sysent.c pecoff_syscall.h

    Regen.
Delta File
+114 -90 sys/compat/pecoff/pecoff_sysent.c
+125 -2 sys/compat/pecoff/pecoff_syscall.h
+74 -46 sys/compat/pecoff/pecoff_syscalls.c
+55 -3 sys/compat/pecoff/pecoff_syscallargs.h
+368 -141 4 files

NetBSD — sys/compat/pecoff syscalls.master pecoff_misc.c

    Added missing syscalls from native syscalls.master.
Delta File
+105 -55 sys/compat/pecoff/syscalls.master
+36 -2 sys/compat/pecoff/pecoff_misc.c
+141 -57 2 files

NetBSD — sys/compat/pecoff syscalls.master pecoff_misc.c

    Added missing syscalls from native syscalls.master.
Delta File
+105 -55 sys/compat/pecoff/syscalls.master
+36 -2 sys/compat/pecoff/pecoff_misc.c
+141 -57 2 files

NetBSD — sys/compat/pecoff pecoff_exec.c

    Use text size in COFF header instead of size of section header
    marked as COFF_STYP_TEXT.
Delta File
+7 -5 sys/compat/pecoff/pecoff_exec.c
+7 -5 1 file

NetBSD — sys/compat/pecoff pecoff_exec.c

    Use text size in COFF header instead of size of section header
    marked as COFF_STYP_TEXT.
Delta File
+7 -5 sys/compat/pecoff/pecoff_exec.c
+7 -5 1 file

NetBSD — sys/compat/pecoff pecoff_util.h

    Use uprintf for debug print.
Delta File
+2 -2 sys/compat/pecoff/pecoff_util.h
+2 -2 1 file

NetBSD — sys/compat/pecoff pecoff_util.h

    Use uprintf for debug print.
Delta File
+2 -2 sys/compat/pecoff/pecoff_util.h
+2 -2 1 file

NetBSD — sys/compat/pecoff pecoff_syscallargs.h pecoff_sysent.c

    Regen.
Delta File
+13 -3 sys/compat/pecoff/pecoff_syscallargs.h
+6 -6 sys/compat/pecoff/pecoff_sysent.c
+19 -9 2 files

NetBSD — sys/compat/pecoff pecoff_syscallargs.h pecoff_sysent.c

    Regen.
Delta File
+13 -3 sys/compat/pecoff/pecoff_syscallargs.h
+6 -6 sys/compat/pecoff/pecoff_sysent.c
+19 -9 2 files

NetBSD — sys/compat/pecoff pecoff_misc.c syscalls.master

    PECOFF version of stat13 and lstat13 couldn't look for
    alternative path at first.  Fixed it.
Delta File
+30 -2 sys/compat/pecoff/pecoff_misc.c
+5 -3 sys/compat/pecoff/syscalls.master
+35 -5 2 files

NetBSD — sys/compat/pecoff pecoff_misc.c syscalls.master

    PECOFF version of stat13 and lstat13 couldn't look for
    alternative path at first.  Fixed it.
Delta File
+30 -2 sys/compat/pecoff/pecoff_misc.c
+5 -3 sys/compat/pecoff/syscalls.master
+35 -5 2 files