Searched hist:1.384 (Results 1 - 25 of 61) sorted by relevance

123

/src/
H A Dbuild.sh1.384 Fri Dec 20 14:31:49 GMT 2024 martin Fix typo in previous
1.384 Fri Dec 20 14:31:49 GMT 2024 martin Fix typo in previous
H A DUPDATING1.384 Mon Oct 20 10:14:07 GMT 2025 martin Note libcrypto fallout
1.384 Mon Oct 20 10:14:07 GMT 2025 martin Note libcrypto fallout
1.384 Mon Oct 20 10:14:07 GMT 2025 martin Note libcrypto fallout
1.384 Mon Oct 20 10:14:07 GMT 2025 martin Note libcrypto fallout
/src/sys/dev/ata/
H A Dwd.c1.384 Wed Feb 24 22:37:57 GMT 2010 dyoung branches: 1.384.2;
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
1.384 Wed Feb 24 22:37:57 GMT 2010 dyoung branches: 1.384.2;
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
/src/etc/
H A DMakefile1.384 Mon Dec 27 03:38:52 GMT 2010 christos branches: 1.384.2;
`` -> $()
1.384 Mon Dec 27 03:38:52 GMT 2010 christos branches: 1.384.2;
`` -> $()
/src/sys/netinet/
H A Dip_input.c1.384 Thu May 17 11:59:36 GMT 2018 maxv branches: 1.384.2;
Add KASSERTs, related to PR/39794.
1.384 Thu May 17 11:59:36 GMT 2018 maxv branches: 1.384.2;
Add KASSERTs, related to PR/39794.
/src/sys/dev/ic/
H A Dcom.c1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6;
com(4): Note ttylock in comment, not tty_lock.
1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6;
com(4): Note ttylock in comment, not tty_lock.
1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6;
com(4): Note ttylock in comment, not tty_lock.
1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6;
com(4): Note ttylock in comment, not tty_lock.
/src/sys/arch/alpha/conf/
H A DGENERIC1.384 Wed Aug 01 20:04:09 GMT 2018 maxv Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
/src/sys/arch/macppc/conf/
H A DGENERIC1.384 Sun Jul 20 09:42:46 GMT 2025 martin Enable PAX_MPROTECT
/src/share/misc/
H A Dacronyms.comp1.384 Tue Dec 19 15:01:23 GMT 2023 jschauma +NVD national vulnerability database
1.384 Tue Dec 19 15:01:23 GMT 2023 jschauma +NVD national vulnerability database
1.384 Tue Dec 19 15:01:23 GMT 2023 jschauma +NVD national vulnerability database
1.384 Tue Dec 19 15:01:23 GMT 2023 jschauma +NVD national vulnerability database
/src/sys/kern/
H A Dkern_exec.c1.386 Sat Apr 12 05:25:23 GMT 2014 uebayasi execve_runproc: Unbreak __MACHINE_STACK_GROWS_UP machines. Clarify the stack
address allocation code. Summarize an awful big comment about the _rtld()
"gap".

(The log message in Rev. 1.384 was wrong; the new stack address is passed
not via the 3rd register argument, but via the SP. The 3rd is for ps_strings.)
1.384 Fri Apr 11 17:28:24 GMT 2014 uebayasi execve_runproc: The stack address passed to the newly execve()'ed process,
via the 3rd register argument, always points to the stack base address (==
minsaddr (min stack address) + ssize (stack size)). Clarify that.
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.384 Mon Dec 30 09:03:07 GMT 2024 hannken Protect test/clear fs->fs_fmod with um_lock like it is already
protected in ffs_alloc.c.

When writing to disk protect moving superblock to buffer with um_lock.

Set/clear fs->fmod while mounting, updating a mount or unmounting
is safe as these operations run exclusive, either mounting creates
a new file system or the file system is suspended. Assert suspension
for update and unmount.

PR kern/58837 "ffs: Missing locking around fs_fmod/time"
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.384 Sun Apr 05 20:34:00 GMT 2015 palle sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the primary cpu and secondary cpus INTSTACK mappings
/src/sys/arch/i386/conf/
H A DALL1.384 Sat Aug 23 21:05:39 GMT 2014 dholland Add options COMPAT_44, which controls mostly MD code but should be in
here anyway.
H A Dfiles.i3861.384 Wed Aug 09 18:45:30 GMT 2017 maxv Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.384 Sun Feb 02 07:55:11 GMT 2020 skrll KNF
/src/distrib/notes/common/
H A Dmain1.384 Sat Dec 15 19:48:16 GMT 2007 pavel Remove a spurious paragraph break from the start of the generated
text. Bump date.
/src/share/man/man9/
H A DMakefile1.384 Tue Apr 21 11:10:29 GMT 2015 pooka Remove the unused and all-but-unusable kthread_destroy(). Also makes
it more obvious that the opposite of kthread_create() is kthread_exit().
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.384 Fri Jun 19 19:29:39 GMT 2020 jdolecek pass down b_flags B_PHYS|B_RAW|B_MEDIA_FLAGS from bio subsystem
to component I/O

fixes the xbd(4) KASSERT() triggered by raidframe, noted in PR kern/55397
by Frank Kardel
/src/sys/dev/usb/
H A Dusbdevs1.384 Sat Oct 23 14:20:50 GMT 2004 augustss Add another serial adapter. From Paul Shupak in PR kern/27197.
H A Dusbdevs.h1.384 Fri Oct 22 09:34:55 GMT 2004 augustss Merge a lot of devices from OpenBSD.
H A Dusbdevs_data.h1.384 Thu Oct 21 21:01:50 GMT 2004 rjs Regen.
/src/sys/dev/pci/
H A Dif_bge.c1.384 Sat Aug 27 06:32:53 GMT 2022 skrll Convert bge_pending_rxintr_change to a bool (from int)
H A Dfiles.pci1.384 Thu Dec 01 06:56:28 GMT 2016 msaitoh Update ixg(4) and ixv(4) up to FreeBSD r282299:
- Add support for X55x.
- ADD EEE support (not tested).
- Add WOL support (not tested).
- Add suspend/resume support (not testd).
- Add LPLU support (not tested).
- Add DMA Coalescing (note verified).
- Not tested well for sysctls.
- Fix ixgbe_set_advertise() a bit. At least, FreeBSD r294578 is required
to work hw.ixg0.advertise_speed sysctl correctly.
/src/usr.bin/indent/
H A Dindent.c1.384 Sun Jun 25 19:35:45 GMT 2023 rillig indent: move cast detection from the lexer to the main processor

It is not the job of the lexer to modify the parser state.
/src/usr.bin/make/
H A Dsuff.c1.384 Sun May 18 06:24:27 GMT 2025 rillig make: rename variables, remove now-redundant comments

Completed in 890 milliseconds

123