Searched hist:1.315 (Results 1 - 25 of 98) sorted by relevance

1234

/src/share/misc/
H A Dacronyms1.315 Wed Apr 10 20:50:18 GMT 2024 jschauma branches: 1.315.2;
+FYSA for your situational awareness
+NIPR non-classified IP router (network)
+RIPR releasable IP router (network)
+SIPR secret IP router (network)

(all US military speak)

1.315 Wed Apr 10 20:50:18 GMT 2024 jschauma branches: 1.315.2;
+FYSA for your situational awareness
+NIPR non-classified IP router (network)
+RIPR releasable IP router (network)
+SIPR secret IP router (network)

(all US military speak)

H A Dacronyms.comp1.315 Thu Nov 05 18:05:06 GMT 2020 dholland +SMR

/src/
H A Dbuild.sh1.315 Fri Mar 10 17:15:47 GMT 2017 sevan State the reason script bombed.
Reword recommendation.

H A DUPDATING1.315 Sat Sep 26 08:02:35 GMT 2020 mrg note mpfr needs a cleaning.
/src/share/mk/
H A Dbsd.prog.mk1.315 Mon Jun 25 17:58:36 GMT 2018 kamil branches: 1.315.2;
Add a framework for renaming symbols in libc&co for MKSANITIZER

A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specified
a list of symbols to be renamed in a processor in order to remove naming
conflicts with public symbols in libc/m/pthread/rt.

This renaming will occur for libraries and programs.
A symbol with a conflicting 'name', will be renamed to '__mksanitizer_name'.

Based on an idea by <christos>

1.315 Mon Jun 25 17:58:36 GMT 2018 kamil branches: 1.315.2;
Add a framework for renaming symbols in libc&co for MKSANITIZER

A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specified
a list of symbols to be renamed in a processor in order to remove naming
conflicts with public symbols in libc/m/pthread/rt.

This renaming will occur for libraries and programs.
A symbol with a conflicting 'name', will be renamed to '__mksanitizer_name'.

Based on an idea by <christos>

H A Dbsd.sys.mk1.315 Mon Nov 06 22:35:48 GMT 2023 christos Add -fmacro-prefix-map set like -fdebug-prefix-map (Jan-Benedict Glaw)

See:
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html\
#index-fmacro-prefix-map
https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html\
#index-fdebug-prefix-map

/src/sys/dev/usb/
H A Dohci.c1.315 Tue Jan 05 18:00:21 GMT 2021 skrll branches: 1.315.4;
More converstion from usbd_status to int for function error reporting.
This time it's the turn of usb_allocmem.
1.315 Tue Jan 05 18:00:21 GMT 2021 skrll branches: 1.315.4;
More converstion from usbd_status to int for function error reporting.
This time it's the turn of usb_allocmem.
H A Dehci.c1.315 Tue Dec 13 21:29:04 GMT 2022 jakllsch branches: 1.315.2;
fix grammar in comment

1.315 Tue Dec 13 21:29:04 GMT 2022 jakllsch branches: 1.315.2;
fix grammar in comment

/src/sys/kern/
H A Dinit_sysent.c1.315 Wed May 10 06:19:47 GMT 2017 riastradh regen

H A Dsyscalls.c1.315 Tue Jan 21 02:38:25 GMT 2020 pgoyette Regen

H A Dkern_synch.c1.315 Sat May 19 11:39:37 GMT 2018 jdolecek branches: 1.315.2;
Remove emap support. Unfortunately it never got to state where it would be
used and usable, due to reliability and limited & complicated MD support.

Going forward, we need to concentrate on interface which do not map anything
into kernel in first place (such as direct map or KVA-less I/O), rather
than making those mappings cheaper to do.

1.315 Sat May 19 11:39:37 GMT 2018 jdolecek branches: 1.315.2;
Remove emap support. Unfortunately it never got to state where it would be
used and usable, due to reliability and limited & complicated MD support.

Going forward, we need to concentrate on interface which do not map anything
into kernel in first place (such as direct map or KVA-less I/O), rather
than making those mappings cheaper to do.

H A Dsyscalls.master1.315 Sat Oct 05 18:04:53 GMT 2024 mlelstv New syscall requires SYSVSEM build option.

/src/doc/
H A DBRANCHES1.315 Sat Nov 26 11:04:21 GMT 2011 skrll nick-net80211-sync went dormant a LONG time ago.

/src/sys/sys/
H A Dsyscall.h1.315 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.
/src/sys/ufs/lfs/
H A Dlfs_vnops.c1.315 Fri May 26 14:21:02 GMT 2017 riastradh branches: 1.315.2;
Make VOP_RECLAIM do the last unlock of the vnode.

VOP_RECLAIM naturally has exclusive access to the vnode, so having it
locked on entry is not strictly necessary -- but it means if there
are any final operations that must be done on the vnode, such as
ffs_update, requiring exclusive access to it, we can now kassert that
the vnode is locked in those operations.

We can't just have the caller release the last lock because some file
systems don't use genfs_lock, and require the vnode to remain valid
for VOP_UNLOCK to work, notably unionfs.

1.315 Fri May 26 14:21:02 GMT 2017 riastradh branches: 1.315.2;
Make VOP_RECLAIM do the last unlock of the vnode.

VOP_RECLAIM naturally has exclusive access to the vnode, so having it
locked on entry is not strictly necessary -- but it means if there
are any final operations that must be done on the vnode, such as
ffs_update, requiring exclusive access to it, we can now kassert that
the vnode is locked in those operations.

We can't just have the caller release the last lock because some file
systems don't use genfs_lock, and require the vnode to remain valid
for VOP_UNLOCK to work, notably unionfs.

/src/sys/dev/ata/
H A Dwd.c1.315 Mon Dec 26 10:36:47 GMT 2005 yamt branches: 1.315.2;
- add ioctls to set/get disk bufq strategy.
- implement them for some drivers.

1.315 Mon Dec 26 10:36:47 GMT 2005 yamt branches: 1.315.2;
- add ioctls to set/get disk bufq strategy.
- implement them for some drivers.

/src/sys/arch/i386/conf/
H A Dfiles.i3861.315 Wed Sep 26 19:48:40 GMT 2007 ad branches: 1.315.2;
x86 changes for pcc and LKMs.

- Replace most inline assembly with proper functions. As a side effect
this reduces the size of amd64 GENERIC by about 120kB, and i386 by a
smaller amount. Nearly all of the inlines did something slow, or something
that does not need to be fast.
- Make curcpu() and curlwp functions proper, unless __GNUC__ && _KERNEL.
In that case make them inlines. Makes curlwp LKM and preemption safe.
- Make bus_space and bus_dma more LKM friendly.
- Share a few more files between the ports.
- Other minor changes.

1.315 Wed Sep 26 19:48:40 GMT 2007 ad branches: 1.315.2;
x86 changes for pcc and LKMs.

- Replace most inline assembly with proper functions. As a side effect
this reduces the size of amd64 GENERIC by about 120kB, and i386 by a
smaller amount. Nearly all of the inlines did something slow, or something
that does not need to be fast.
- Make curcpu() and curlwp functions proper, unless __GNUC__ && _KERNEL.
In that case make them inlines. Makes curlwp LKM and preemption safe.
- Make bus_space and bus_dma more LKM friendly.
- Share a few more files between the ports.
- Other minor changes.

H A DINSTALL1.315 Sun Jul 01 11:15:14 GMT 2007 xtraeme Enable gcscide(4).
/src/sys/arch/sparc64/sparc64/
H A Dpmap.c1.315 Wed Apr 06 22:48:21 GMT 2022 riastradh sparc64/pmap: Nix trailing whitespace.

/src/sys/dev/
H A DDEVNAMES1.315 Sat Sep 22 00:19:11 GMT 2018 maxv Remove ifpci(4). It is part of ISDN, which we are retiring.

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.315 Fri Jan 27 18:53:02 GMT 2012 para converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged

/src/sys/arch/alpha/conf/
H A DGENERIC1.315 Mon Aug 06 21:26:53 GMT 2007 adrianp Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

/src/sys/arch/amiga/conf/
H A DGENERIC1.315 Fri Jul 28 19:26:15 GMT 2017 maxv Remove TCP_COMPAT_42 from the config files. Pass 1.

/src/distrib/sets/lists/comp/
H A Dshl.mi1.315 Sat May 05 01:09:08 GMT 2018 sevan files with _p.a suffix should be tagged profile, files with _pic.a suffix belong
in the shl.mi list. learnt through broken sun2 build.
/src/distrib/sets/lists/debug/
H A Dshl.mi1.315 Wed Jul 26 17:59:35 GMT 2023 christos bump libssh

Completed in 322 milliseconds

1234