Searched hist:1.68 (Results 1 - 25 of 1607) sorted by relevance

1234567891011>>

/src/sys/compat/sunos/
H A Dsyscalls.master1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.68 Thu Dec 20 23:03:04 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14; 1.68.16;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
H A Dsunos_ioctl.c1.68 Sat Oct 08 15:48:07 GMT 2016 maxv branches: 1.68.8; 1.68.16;
Uninitialized var, found by mootja; not tested, but obvious enough

1.68 Sat Oct 08 15:48:07 GMT 2016 maxv branches: 1.68.8; 1.68.16;
Uninitialized var, found by mootja; not tested, but obvious enough

1.68 Sat Oct 08 15:48:07 GMT 2016 maxv branches: 1.68.8; 1.68.16;
Uninitialized var, found by mootja; not tested, but obvious enough

/src/sys/dev/isapnp/
H A Disapnpdevs1.68 Wed Jan 21 14:22:46 GMT 2009 jnemeth branches: 1.68.20; 1.68.24; 1.68.40; 1.68.42;
add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

1.68 Wed Jan 21 14:22:46 GMT 2009 jnemeth branches: 1.68.20; 1.68.24; 1.68.40; 1.68.42;
add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

1.68 Wed Jan 21 14:22:46 GMT 2009 jnemeth branches: 1.68.20; 1.68.24; 1.68.40; 1.68.42;
add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

1.68 Wed Jan 21 14:22:46 GMT 2009 jnemeth branches: 1.68.20; 1.68.24; 1.68.40; 1.68.42;
add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

1.68 Wed Jan 21 14:22:46 GMT 2009 jnemeth branches: 1.68.20; 1.68.24; 1.68.40; 1.68.42;
add a comment explaining how to regenerate isapnpdevs.h and isapnpdevs.c

/src/sys/arch/hp300/dev/
H A Ddcm.c1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

1.68 Sun Dec 11 00:17:13 GMT 2005 christos branches: 1.68.4; 1.68.6; 1.68.8; 1.68.10; 1.68.12;
merge ktrace-lwp.

/src/sys/compat/linux/arch/alpha/
H A Dlinux_syscalls.c1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
1.68 Fri Apr 04 00:43:00 GMT 2008 njoly branches: 1.68.4; 1.68.6; 1.68.10; 1.68.12; 1.68.14;
Regen for linux_sys_msync removal.
/src/sys/compat/freebsd/
H A Dfreebsd_syscall.h1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

H A Dfreebsd_syscalls.c1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

1.68 Fri Jul 13 20:49:07 GMT 2007 dsl branches: 1.68.8; 1.68.16; 1.68.20;
Update generated files.

/src/sbin/dump/
H A Ddump.81.68 Mon Aug 15 00:03:14 GMT 2016 sevan branches: 1.68.6; 1.68.12; 1.68.14;
dump was there from v4.
Confirmed from the TUHS hosted copies of man pages.
Bump date.

1.68 Mon Aug 15 00:03:14 GMT 2016 sevan branches: 1.68.6; 1.68.12; 1.68.14;
dump was there from v4.
Confirmed from the TUHS hosted copies of man pages.
Bump date.

1.68 Mon Aug 15 00:03:14 GMT 2016 sevan branches: 1.68.6; 1.68.12; 1.68.14;
dump was there from v4.
Confirmed from the TUHS hosted copies of man pages.
Bump date.

1.68 Mon Aug 15 00:03:14 GMT 2016 sevan branches: 1.68.6; 1.68.12; 1.68.14;
dump was there from v4.
Confirmed from the TUHS hosted copies of man pages.
Bump date.

/src/sys/arch/mac68k/mac68k/
H A Dmacrom.c1.68 Sat Jan 05 00:31:55 GMT 2008 ad branches: 1.68.10; 1.68.18; 1.68.24;
Fix includes.

1.68 Sat Jan 05 00:31:55 GMT 2008 ad branches: 1.68.10; 1.68.18; 1.68.24;
Fix includes.

1.68 Sat Jan 05 00:31:55 GMT 2008 ad branches: 1.68.10; 1.68.18; 1.68.24;
Fix includes.

1.68 Sat Jan 05 00:31:55 GMT 2008 ad branches: 1.68.10; 1.68.18; 1.68.24;
Fix includes.

/src/sys/kern/
H A Dsubr_extent.c1.68 Tue Jul 10 22:58:54 GMT 2007 ad branches: 1.68.6; 1.68.8; 1.68.14; 1.68.16;
Make the regression test build again.

1.68 Tue Jul 10 22:58:54 GMT 2007 ad branches: 1.68.6; 1.68.8; 1.68.14; 1.68.16;
Make the regression test build again.

1.68 Tue Jul 10 22:58:54 GMT 2007 ad branches: 1.68.6; 1.68.8; 1.68.14; 1.68.16;
Make the regression test build again.

1.68 Tue Jul 10 22:58:54 GMT 2007 ad branches: 1.68.6; 1.68.8; 1.68.14; 1.68.16;
Make the regression test build again.

1.68 Tue Jul 10 22:58:54 GMT 2007 ad branches: 1.68.6; 1.68.8; 1.68.14; 1.68.16;
Make the regression test build again.

/src/sys/dev/isa/
H A Dwss.c1.68 Fri Oct 19 00:00:24 GMT 2007 ad branches: 1.68.32; 1.68.42; 1.68.48; 1.68.52;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

1.68 Fri Oct 19 00:00:24 GMT 2007 ad branches: 1.68.32; 1.68.42; 1.68.48; 1.68.52;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

1.68 Fri Oct 19 00:00:24 GMT 2007 ad branches: 1.68.32; 1.68.42; 1.68.48; 1.68.52;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

1.68 Fri Oct 19 00:00:24 GMT 2007 ad branches: 1.68.32; 1.68.42; 1.68.48; 1.68.52;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

1.68 Fri Oct 19 00:00:24 GMT 2007 ad branches: 1.68.32; 1.68.42; 1.68.48; 1.68.52;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

/src/sys/dev/ic/
H A Dbha.c1.68 Sun Mar 04 06:01:51 GMT 2007 christos branches: 1.68.2; 1.68.14; 1.68.16; 1.68.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.68 Sun Mar 04 06:01:51 GMT 2007 christos branches: 1.68.2; 1.68.14; 1.68.16; 1.68.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.68 Sun Mar 04 06:01:51 GMT 2007 christos branches: 1.68.2; 1.68.14; 1.68.16; 1.68.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.68 Sun Mar 04 06:01:51 GMT 2007 christos branches: 1.68.2; 1.68.14; 1.68.16; 1.68.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.68 Sun Mar 04 06:01:51 GMT 2007 christos branches: 1.68.2; 1.68.14; 1.68.16; 1.68.20;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

H A Dam7990.c1.68 Sun Dec 11 00:21:25 GMT 2005 christos branches: 1.68.30; 1.68.40; 1.68.44;
merge ktrace-lwp.

1.68 Sun Dec 11 00:21:25 GMT 2005 christos branches: 1.68.30; 1.68.40; 1.68.44;
merge ktrace-lwp.

1.68 Sun Dec 11 00:21:25 GMT 2005 christos branches: 1.68.30; 1.68.40; 1.68.44;
merge ktrace-lwp.

1.68 Sun Dec 11 00:21:25 GMT 2005 christos branches: 1.68.30; 1.68.40; 1.68.44;
merge ktrace-lwp.

/src/sys/compat/linux/arch/i386/
H A Dlinux_syscall.h1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen
H A Dlinux_sysent.c1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

H A Dlinux_syscallargs.h1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

1.68 Wed Jun 13 20:57:56 GMT 2007 christos branches: 1.68.6; 1.68.8; 1.68.12; 1.68.14;
regen

/src/usr.sbin/route6d/
H A Droute6d.c1.68 Mon Apr 04 07:37:08 GMT 2016 ozaki-r branches: 1.68.8; 1.68.14;
Separate nexthop caches from the routing table

By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
- sysctl(NET_RT_DUMP) doesn't return them
- If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
- RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
- It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
- -[no]cloning remains because it seems there are users
- -[no]connected is introduced and recommended
to be used instead of -[no]cloning
- route show/netstat -r drops some flags
- 'L' and 'c' are not seen anymore
- 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html

1.68 Mon Apr 04 07:37:08 GMT 2016 ozaki-r branches: 1.68.8; 1.68.14;
Separate nexthop caches from the routing table

By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
- sysctl(NET_RT_DUMP) doesn't return them
- If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
- RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
- It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
- -[no]cloning remains because it seems there are users
- -[no]connected is introduced and recommended
to be used instead of -[no]cloning
- route show/netstat -r drops some flags
- 'L' and 'c' are not seen anymore
- 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html

1.68 Mon Apr 04 07:37:08 GMT 2016 ozaki-r branches: 1.68.8; 1.68.14;
Separate nexthop caches from the routing table

By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
- sysctl(NET_RT_DUMP) doesn't return them
- If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
- RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
- It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
- -[no]cloning remains because it seems there are users
- -[no]connected is introduced and recommended
to be used instead of -[no]cloning
- route show/netstat -r drops some flags
- 'L' and 'c' are not seen anymore
- 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html

/src/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

H A Dlinux_sysent.c1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

H A Dlinux_syscall.h1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

H A Dlinux_syscalls.c1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

1.68 Wed May 10 06:19:48 GMT 2017 riastradh branches: 1.68.8; 1.68.10;
regen

/src/sys/compat/linux/common/
H A Dlinux_oldmmap.c1.68 Thu Dec 20 23:02:55 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.10;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.68 Thu Dec 20 23:02:55 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.10;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.68 Thu Dec 20 23:02:55 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.10;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.68 Thu Dec 20 23:02:55 GMT 2007 dsl branches: 1.68.6; 1.68.8; 1.68.10;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

/src/sys/arch/arc/conf/
H A DRAMDISK1.68 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.68.2; 1.68.4; 1.68.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.68 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.68.2; 1.68.4; 1.68.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.68 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.68.2; 1.68.4; 1.68.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.68 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.68.2; 1.68.4; 1.68.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

/src/etc/etc.i386/
H A DMakefile.inc1.68 Sat Mar 07 07:28:37 GMT 2015 mrg branches: 1.68.8; 1.68.14; 1.68.16;
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead. now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.

1.68 Sat Mar 07 07:28:37 GMT 2015 mrg branches: 1.68.8; 1.68.14; 1.68.16;
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead. now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.

1.68 Sat Mar 07 07:28:37 GMT 2015 mrg branches: 1.68.8; 1.68.14; 1.68.16;
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead. now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.

1.68 Sat Mar 07 07:28:37 GMT 2015 mrg branches: 1.68.8; 1.68.14; 1.68.16;
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new
LEGACY kernel that includes them instead. now radeon@pci is able to
properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good
chance of working.

this "fixes" PR#49290.

/src/bin/sh/
H A Dmyhistedit.h1.15 Fri Jul 12 07:30:30 GMT 2024 kre Improve safety in var imports from the environment.

Add a new var flag VUNSAFE - set on all vars imported from the environment.

Add setvareqsafe() (which is to setvareq() as setvarsafe() is to setvar())
and use that instead of setvareq() when processing the environment, so
errors don't cause the shell to abort. Use VUNSAFE in that call.

Add flags arguments to all var callback functions which are used when setting
variables, and pass the flags given to the setvar*() functions to those
functions, so they can act differently in different situations (if desired).
Most of them just ignore the flags.

When unsetting a variable, call setvar() to clear things (and call the
callback function) both when the variable had a value which needs to be freed,
and when unsetting a variable which wasn't unset previously, so the VUNSET
flag can be seen by that callback func.

When setting HISTSIZE, use the flags passed to determine whether to ignore
bad values (if VUNSAFE) or treat them as an error. This replaces the
earlier temporary hack to always ignore bad data there (histedit.c 1.68).

Miscellaneous associated minor changes.

These changes should largely be invisible in normal use.

Completed in 131 milliseconds

1234567891011>>