Searched hist:1.330 (Results 1 - 25 of 89) sorted by relevance

1234

/src/sys/arch/i386/conf/
H A DINSTALL1.330 Sat May 28 13:01:50 GMT 2011 ryo branches: 1.330.14; 1.330.30;
many whitespace cleanup.
confirmed "cvs diff -b" are identical.
1.330 Sat May 28 13:01:50 GMT 2011 ryo branches: 1.330.14; 1.330.30;
many whitespace cleanup.
confirmed "cvs diff -b" are identical.
1.330 Sat May 28 13:01:50 GMT 2011 ryo branches: 1.330.14; 1.330.30;
many whitespace cleanup.
confirmed "cvs diff -b" are identical.
/src/
H A Dbuild.sh1.330 Fri Feb 08 02:05:32 GMT 2019 mrg add aliases for evbarm without saying 'earm':
- copy all the 'evbearm' alias as 'evbarm'.

H A DUPDATING1.330 Sun Aug 21 07:15:28 GMT 2022 lukem UPDATING: extsrc deprecated
/src/sys/dev/
H A DDEVNAMES1.330 Mon Mar 01 18:18:39 GMT 2021 jakllsch branches: 1.330.4;
add rge

1.330 Mon Mar 01 18:18:39 GMT 2021 jakllsch branches: 1.330.4;
add rge

/src/sys/arch/alpha/conf/
H A DGENERIC1.330 Sat Dec 05 20:11:03 GMT 2009 pooka branches: 1.330.2;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.

1.330 Sat Dec 05 20:11:03 GMT 2009 pooka branches: 1.330.2;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.

/src/sys/dev/scsipi/
H A Dsd.c1.330 Fri Sep 25 13:08:00 GMT 2020 jakllsch branches: 1.330.2;
spelling fixes in sd.c comments

1.330 Fri Sep 25 13:08:00 GMT 2020 jakllsch branches: 1.330.2;
spelling fixes in sd.c comments

/src/sys/kern/
H A Dinit_sysent.c1.330 Sun Apr 26 18:59:47 GMT 2020 thorpej Regen for native futex calls.

H A Dsyscalls.c1.330 Sun May 19 22:27:15 GMT 2024 christos regen

H A Dinit_main.c1.330 Thu Nov 15 20:12:04 GMT 2007 ad branches: 1.330.2;
Add a bit of locking around timecounter attachment / selection.

1.330 Thu Nov 15 20:12:04 GMT 2007 ad branches: 1.330.2;
Add a bit of locking around timecounter attachment / selection.

H A Dkern_sig.c1.330 Tue Sep 13 07:39:45 GMT 2016 martin Allow emulations to override the creation of ktrace records for posting
signals. In compat_netbsd32 use this to write the 32bit version of
the records, so a 32bit userland kdump is happy.

/src/doc/
H A DBRANCHES1.330 Sat Jul 20 14:15:20 GMT 2013 rmind Mention rmind-smpnet branch.

/src/sys/uvm/
H A Duvm_map.c1.330 Fri Jul 18 00:36:57 GMT 2014 christos branches: 1.330.2;
Add MAP_INHERIT_ZERO

1.330 Fri Jul 18 00:36:57 GMT 2014 christos branches: 1.330.2;
Add MAP_INHERIT_ZERO

/src/sys/sys/
H A Dparam.h1.330 Thu Oct 09 11:02:17 GMT 2008 pooka branches: 1.330.2; 1.330.4;
4.99.73: once_t changed

1.330 Thu Oct 09 11:02:17 GMT 2008 pooka branches: 1.330.2; 1.330.4;
4.99.73: once_t changed

1.330 Thu Oct 09 11:02:17 GMT 2008 pooka branches: 1.330.2; 1.330.4;
4.99.73: once_t changed

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.330 Sat Apr 06 03:06:27 GMT 2019 thorpej Overhaul the API used to fetch and store individual memory cells in
userspace. The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms. The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.

/src/sys/arch/amiga/conf/
H A DGENERIC1.330 Sun Sep 27 13:48:49 GMT 2020 roy vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.

/src/distrib/sets/lists/comp/
H A Dshl.mi1.330 Sat Apr 04 17:00:05 GMT 2020 christos gnuctf is only binutils=234
/src/distrib/sets/lists/debug/
H A Dshl.mi1.330 Mon Sep 04 21:36:31 GMT 2023 riastradh lists: Remove more bogus shlib obsolete entries.

Too much trouble to have to remember about libuv.so, libgmp.so, &c.
Just apply the rule uniformly.

All that's left is test libraries and loadable modules.

Searched with:

git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \
| grep -v '/modules/' \
| grep -v '/locale/lib/' \
| grep -v '/lib/npf/' \
| grep -v '/lib/librump' \
| grep -v '/lib/netbsd/libclang_rt' \
| grep -v '/runemodule/'
/src/share/misc/
H A Dacronyms.comp1.330 Thu Dec 08 23:41:22 GMT 2022 jschauma +AEAD, HKDF, NMR, SIV

/src/share/mk/
H A Dbsd.prog.mk1.330 Sat May 30 20:47:59 GMT 2020 christos Make libuv private, requested by joerg@

/src/sys/dev/usb/
H A Dohci.c1.330 Mon Mar 31 14:46:42 GMT 2025 riastradh ohci(4): Rework detach logic and justify the ordering.

Handle failed attach when we detach.

This changes the signature of the ohci_detach function, but it is
only ever used by statically linked ohci bus attachments, never by
modules so far, so no kernel revbump.

PR port-amd64/59180: System reboots instead of shutting down
/src/sys/arch/macppc/conf/
H A DGENERIC1.330 Sat Jul 29 18:08:58 GMT 2017 maxv Remove TCP_COMPAT_42 from the config files. Pass 3.

/src/usr.bin/make/
H A Djob.c1.408 Mon Feb 01 18:25:57 GMT 2021 rillig make: rename fd-related variables in job.c

In job.c 1.330 from 2020-11-28 I had renamed them because of naming
collisions. At at time I apparently didn't know exactly what these
variables were used for since their new names were incorrect and
misleading. Try better names this time.

1.330 Sat Nov 28 08:31:41 GMT 2020 rillig make(1): rename global variables in job.c

When compiling make in all-in-one mode, the variable name nfds conflicts
with the local variable name nfds in meta_compat_parent.

The variable name jobfds was misleading. It has nothing to do with file
descriptors, it's just an array of jobs.

/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.330 Sun Apr 26 06:19:36 GMT 2015 maxv ffs_superblock_validate(): check the size of cylinder groups.

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.330 Sun Aug 02 18:08:13 GMT 2015 dholland Fix assorted 64 -> 32 truncations in lfs. Also, some minor tidyups and
corrections in passing.
H A Dlfs_vnops.c1.330 Sun Feb 23 15:23:08 GMT 2020 riastradh Fix missing <sys/evcnt.h> by removing the evcnts instead.

Just wanted to confirm that a race might happen, and indeed it did.
These serve little diagnostic value otherwise.

Completed in 446 milliseconds

1234