Searched hist:1.299 (Results 1 - 25 of 118) sorted by relevance

12345

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.299 Sun Jul 08 10:19:21 GMT 2007 pooka branches: 1.299.8; 1.299.10; 1.299.14;
Initialize the link context in a signal frame to the receiving lwp's
link context instead of NULL. Otherwise, if we got a signal while the
lwp had a link context set, the link context would be set to NULL upon
return from signal delivery.

christos@tech-kern: "I think you are right."

1.299 Sun Jul 08 10:19:21 GMT 2007 pooka branches: 1.299.8; 1.299.10; 1.299.14;
Initialize the link context in a signal frame to the receiving lwp's
link context instead of NULL. Otherwise, if we got a signal while the
lwp had a link context set, the link context would be set to NULL upon
return from signal delivery.

christos@tech-kern: "I think you are right."

1.299 Sun Jul 08 10:19:21 GMT 2007 pooka branches: 1.299.8; 1.299.10; 1.299.14;
Initialize the link context in a signal frame to the receiving lwp's
link context instead of NULL. Otherwise, if we got a signal while the
lwp had a link context set, the link context would be set to NULL upon
return from signal delivery.

christos@tech-kern: "I think you are right."

1.299 Sun Jul 08 10:19:21 GMT 2007 pooka branches: 1.299.8; 1.299.10; 1.299.14;
Initialize the link context in a signal frame to the receiving lwp's
link context instead of NULL. Otherwise, if we got a signal while the
lwp had a link context set, the link context would be set to NULL upon
return from signal delivery.

christos@tech-kern: "I think you are right."

/src/
H A Dbuild.sh1.299 Wed Nov 05 08:19:17 GMT 2014 snj iso -> images

H A DMakefile1.299 Fri Aug 17 16:22:27 GMT 2012 joerg branches: 1.299.2;
Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
installed versions and don't need to know the locations in the source
tree.

Use this new target in src/Makefile to replace most of the adhoc library
logic with two special cases, src/lib and src/compat. Adjust
sys/Makefile to include the module directory when building them. Add
some necessary .WAITs in src/lib/Makefile to reflect the dependencies
from src/Makefile and also add the rump libraries here.
1.299 Fri Aug 17 16:22:27 GMT 2012 joerg branches: 1.299.2;
Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
installed versions and don't need to know the locations in the source
tree.

Use this new target in src/Makefile to replace most of the adhoc library
logic with two special cases, src/lib and src/compat. Adjust
sys/Makefile to include the module directory when building them. Add
some necessary .WAITs in src/lib/Makefile to reflect the dependencies
from src/Makefile and also add the rump libraries here.
/src/sys/dev/
H A DDEVNAMES1.299 Sat Oct 01 15:24:35 GMT 2016 flxd branches: 1.299.8;
Add tcu (MI). OK skrll@

1.299 Sat Oct 01 15:24:35 GMT 2016 flxd branches: 1.299.8;
Add tcu (MI). OK skrll@

/src/sys/dev/acpi/
H A Dacpi.c1.299 Wed Mar 20 03:14:45 GMT 2024 riastradh branches: 1.299.2;
acpi(4): New iattr `apeibus' for attaching an APEI driver.

APEI is the ACPI Platform Error Interface, a standard (if very
complicated) interface for reporting hardware errors to the OS.

Firmware support for APEI is presented through the ACPI tables BERT
(Boot Error Record Table), ERST (Error Record Serialization Table),
EINJ (Error Injection Table), and HEST (Hardware Error Source Table),
rather than through nodes in the ACPI device tree, so it can't just
attach through the existing acpinodebus iattr and instead requires a
special pseudo-bus like acpiwdrt(4).

No driver yet -- this is just the hook to attach one in a module.

The new member sc_apei of struct acpi_softc is placed at the end of
the structure so that this change can be safely pulled up to release
branches without risk to ABI compatibility in existing modules such
as acpiverbose.kmod which may rely on the layout (but not size) of
struct acpi_softc.

PR kern/58046

1.299 Wed Mar 20 03:14:45 GMT 2024 riastradh branches: 1.299.2;
acpi(4): New iattr `apeibus' for attaching an APEI driver.

APEI is the ACPI Platform Error Interface, a standard (if very
complicated) interface for reporting hardware errors to the OS.

Firmware support for APEI is presented through the ACPI tables BERT
(Boot Error Record Table), ERST (Error Record Serialization Table),
EINJ (Error Injection Table), and HEST (Hardware Error Source Table),
rather than through nodes in the ACPI device tree, so it can't just
attach through the existing acpinodebus iattr and instead requires a
special pseudo-bus like acpiwdrt(4).

No driver yet -- this is just the hook to attach one in a module.

The new member sc_apei of struct acpi_softc is placed at the end of
the structure so that this change can be safely pulled up to release
branches without risk to ABI compatibility in existing modules such
as acpiverbose.kmod which may rely on the layout (but not size) of
struct acpi_softc.

PR kern/58046

/src/distrib/sets/lists/comp/
H A Dshl.mi1.299 Thu Jan 05 13:45:51 GMT 2017 wiz branches: 1.299.2;
Tag cleanup: if the last column contains 'obsolete', the one before should too.
1.299 Thu Jan 05 13:45:51 GMT 2017 wiz branches: 1.299.2;
Tag cleanup: if the last column contains 'obsolete', the one before should too.
/src/lib/
H A DMakefile1.299 Mon Feb 26 20:16:16 GMT 2024 mrg branches: 1.299.2;
revert previous - it doesn't mean what i thought and some builds broke.

1.299 Mon Feb 26 20:16:16 GMT 2024 mrg branches: 1.299.2;
revert previous - it doesn't mean what i thought and some builds broke.

/src/share/mk/
H A Dbsd.prog.mk1.299 Mon Apr 04 15:06:16 GMT 2016 joerg branches: 1.299.2;
If the per-target LDSTATIC flag is set, don't include the PIE linker
flags as we currently don't support static PIE.

1.299 Mon Apr 04 15:06:16 GMT 2016 joerg branches: 1.299.2;
If the per-target LDSTATIC flag is set, don't include the PIE linker
flags as we currently don't support static PIE.

/src/sys/nfs/
H A Dnfs_vnops.c1.299 Mon Mar 18 19:35:45 GMT 2013 plunky branches: 1.299.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)

1.299 Mon Mar 18 19:35:45 GMT 2013 plunky branches: 1.299.6;
C99 section 6.7.2.3 (Tags) Note 3 states that:

A type specifier of the form

enum identifier

without an enumerator list shall only appear after the type it
specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)

/src/sys/sys/
H A Dsyscallargs.h1.299 Tue Jun 02 17:02:33 GMT 2020 kamil Regenerate native NetBSD syscalls

The only change is rump repecting syscall alias names.

No binary change.

H A Dproc.h1.299 Fri Jan 14 02:06:34 GMT 2011 rmind branches: 1.299.2; 1.299.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.

1.299 Fri Jan 14 02:06:34 GMT 2011 rmind branches: 1.299.2; 1.299.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.

1.299 Fri Jan 14 02:06:34 GMT 2011 rmind branches: 1.299.2; 1.299.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.

H A Dsyscall.h1.299 Wed May 10 06:19:47 GMT 2017 riastradh regen
H A Dsystm.h1.299 Wed Mar 10 13:27:51 GMT 2021 simonb Add printf_nostamp(9), kernel printf() without prepending a timestamp.

H A Dvnode.h1.299 Mon Jan 17 19:12:31 GMT 2022 christos There is no more vaccess(9)

/src/share/misc/
H A Dacronyms1.299 Wed Apr 22 15:03:46 GMT 2020 ginsbach Add RFI, RFP

/src/sys/kern/
H A Dinit_main.c1.299 Sat Mar 10 15:56:21 GMT 2007 ad branches: 1.299.2; 1.299.4;
lockdebug:

- Initialize on the first allocation.
- Handle overflow better. PR kern/35723.

1.299 Sat Mar 10 15:56:21 GMT 2007 ad branches: 1.299.2; 1.299.4;
lockdebug:

- Initialize on the first allocation.
- Handle overflow better. PR kern/35723.

1.299 Sat Mar 10 15:56:21 GMT 2007 ad branches: 1.299.2; 1.299.4;
lockdebug:

- Initialize on the first allocation.
- Handle overflow better. PR kern/35723.

H A Dinit_sysent.c1.299 Mon Aug 24 16:07:10 GMT 2015 pooka regen

H A Dsyscalls.c1.299 Sun Apr 03 01:22:39 GMT 2016 christos regen

H A Dsyscalls.master1.299 Sun Apr 12 13:30:16 GMT 2020 christos Change STD[:random-whitespace:]RUMP to STD\tRUMP

H A Dtty.c1.299 Sun Dec 05 07:44:53 GMT 2021 msaitoh s/runable/runnable/

H A Dvfs_bio.c1.299 Sat Jul 24 13:27:39 GMT 2021 simonb Pad out the slop for kern.buf based on the passed in element size,
rather than a size of an unrelated struct.

/src/lib/libc/
H A Dshlib_version1.299 Sun Sep 14 14:24:12 GMT 2025 andvar Fix various typos in comments and log message.
/src/doc/
H A DBRANCHES1.299 Mon Nov 15 08:35:52 GMT 2010 uebayasi uebayasi-xip: update.
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.299 Sat May 24 16:34:04 GMT 2014 christos branches: 1.299.2;
Introduce a selector function to the vfs vnode iterator so that we don't
need to vget() vnodes that we are not interested at, and optimize locking
a bit. Iterator changes reviewed by Hannken (thanks), the rest of the bugs
are mine.

1.299 Sat May 24 16:34:04 GMT 2014 christos branches: 1.299.2;
Introduce a selector function to the vfs vnode iterator so that we don't
need to vget() vnodes that we are not interested at, and optimize locking
a bit. Iterator changes reviewed by Hannken (thanks), the rest of the bugs
are mine.

/src/sys/arch/sparc64/sparc64/
H A Dmachdep.c1.299 Mon Jan 04 14:48:52 GMT 2021 thorpej malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now.

Completed in 320 milliseconds

12345