Searched hist:1.396 (Results 1 - 25 of 53) sorted by relevance

123

/src/
H A Dbuild.sh1.396 Tue May 13 01:09:55 GMT 2025 riastradh build.sh: Clarify revisionid a little bit.

1. Put the CVS tag back -- this was lost in 1.393, and I suspect it
was unintentional (martin: feel free to correct me if my suspicion
is wrong and you really meant to nix the CVS tag).

2. Identify the revision control system in the commit id so you don't
have to wonder if you are just missing this changeset id or you're
mixing up git and hg.

3. Separate with spaces rather than hyphens so there is a chance to
parse this later -- tags/branches tend to allow hyphens but not
spaces. (If there's a reason not to use spaces, it's not clear to
me.)

Evenutally I would like to change this to an even more semantically
meaningful identifier, something like

hg identify -T '{latesttag}-{changessincelatesttag}{ifeq(phase,"public","","!{phase")}-hg-{id}{dirty}'

so it would come out as something like:

netbsd-11.99.3-121-hg-0123abcd4567ef

if this is a public commit on trunk with a clean working tree, or

netbsd-11.99.3-123!draft-hg-89ab01cd23ef45+

if this is a draft commit on trunk with a dirty working tree. But
for this to be useful we have to have the tags assigned, which is not
currently done in the ongoing conversion -- to be fixed in the final
migration.
/src/sys/arch/alpha/conf/
H A DGENERIC1.396 Fri Aug 09 08:05:57 GMT 2019 rin branches: 1.396.2;
Add CONSPEED option, which changes baud rate of serial console.

1.396 Fri Aug 09 08:05:57 GMT 2019 rin branches: 1.396.2;
Add CONSPEED option, which changes baud rate of serial console.

/src/sys/kern/
H A Dkern_sig.c1.396 Mon Jan 11 17:18:51 GMT 2021 skrll branches: 1.396.2;
Trailing whitespace
1.396 Mon Jan 11 17:18:51 GMT 2021 skrll branches: 1.396.2;
Trailing whitespace
/src/sys/arch/arm/arm32/
H A Dpmap.c1.442 Sat Apr 13 10:36:01 GMT 2024 skrll Restore a space I accidentally removed from a copyright with

$NetBSD: pmap.c,v 1.396 2020/03/13 16:14:18 skrll Exp $

1.396 Fri Mar 13 16:14:18 GMT 2020 skrll Oops... remove a stray <space>

/src/distrib/notes/common/
H A Dmain1.396 Wed Apr 30 15:29:11 GMT 2008 ad branches: 1.396.2;
For PR kern/38537:

- Make MULTIPROCESSOR mandatory on i386.

Installation changes:

- Update installation section of release notes to match reality.
- Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE.
- Build INSTALL kernel from GENERIC, like on amd64.
- Update boot menu to allow disabling ACPI and/or SMP.
- Remove GENERIC.NOACPI from the installed kernel list.
- TODO: install default boot.cfg in etc.tgz.
- TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled.

Build changes:

- No longer build ALL, it's for verification, is slow to build and the
build process is already crippled by the number of kernels built.
- No longer build GENERIC.NOACPI.
1.396 Wed Apr 30 15:29:11 GMT 2008 ad branches: 1.396.2;
For PR kern/38537:

- Make MULTIPROCESSOR mandatory on i386.

Installation changes:

- Update installation section of release notes to match reality.
- Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE.
- Build INSTALL kernel from GENERIC, like on amd64.
- Update boot menu to allow disabling ACPI and/or SMP.
- Remove GENERIC.NOACPI from the installed kernel list.
- TODO: install default boot.cfg in etc.tgz.
- TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled.

Build changes:

- No longer build ALL, it's for verification, is slow to build and the
build process is already crippled by the number of kernels built.
- No longer build GENERIC.NOACPI.
/src/etc/
H A DMakefile1.396 Sun Jan 22 03:53:33 GMT 2012 tsutsui branches: 1.396.2;
Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
msdosfs or partitioning MD label structures) support this target.

"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.

For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html

No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.

Closes PR toolchain/45153 and PR misc/45155.
1.396 Sun Jan 22 03:53:33 GMT 2012 tsutsui branches: 1.396.2;
Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
msdosfs or partitioning MD label structures) support this target.

"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.

For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html

No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.

Closes PR toolchain/45153 and PR misc/45155.
/src/share/man/man9/
H A DMakefile1.396 Tue Jul 12 03:39:55 GMT 2016 knakahara branches: 1.396.2;
fix missing mans about pci.9 and pci_intr.9

- add links from pci.9 and pci_intr.9 to pci_msi.9
- add pci_intr_establish_xname entries
- add pci_intr_setattr entries
- add pci_intr_type descriptions
- fix pci_*_alloc functions' argument type

pointed out by nonaka@n.o.
1.396 Tue Jul 12 03:39:55 GMT 2016 knakahara branches: 1.396.2;
fix missing mans about pci.9 and pci_intr.9

- add links from pci.9 and pci_intr.9 to pci_msi.9
- add pci_intr_establish_xname entries
- add pci_intr_setattr entries
- add pci_intr_type descriptions
- fix pci_*_alloc functions' argument type

pointed out by nonaka@n.o.
/src/sys/dev/usb/
H A Dusbdevs.h1.396 Wed Dec 29 08:40:30 GMT 2004 imp branches: 1.396.2;
regen for usbdevs 1.392
1.396 Wed Dec 29 08:40:30 GMT 2004 imp branches: 1.396.2;
regen for usbdevs 1.392
H A Dusbdevs1.396 Sun Feb 27 00:27:51 GMT 2005 perry nuke trailing whitespace
H A Dusbdevs_data.h1.396 Mon Dec 27 07:05:32 GMT 2004 imp sync to usbdevs 1.391
/src/share/misc/
H A Dacronyms.comp1.396 Sun Jan 05 13:08:57 GMT 2025 plunky TLV type, length, value

/src/sys/arch/x86/x86/
H A Dpmap.c1.398 Wed Jun 03 00:27:46 GMT 2020 ad Revert most of 1.396 and go back to using memset()/memcpy().
Do not restore pageidlezero stuff though.

1.396 Wed May 27 19:33:40 GMT 2020 ad - Add a couple of wrapper functions around STOS and MOVS and use them to zero
and copy PTEs in preference to memset()/memcpy().

- Remove related SSE / pageidlezero stuff.

/src/sys/uvm/
H A Duvm_map.c1.396 Sat Jun 04 20:54:53 GMT 2022 riastradh uvm(9): Fix mmap optimization for topdown case.

PR kern/51393

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.396 Tue May 17 19:43:28 GMT 2016 palle sun4v: Implement missng MMU protection trap handling - mostly from OpenBSD
/src/sys/dev/ata/
H A Dwd.c1.396 Sun Jul 22 18:37:31 GMT 2012 jakllsch ATA-6 and ACS-2 drafts both say the flush cache commands may take longer than
30 seconds to complete. For now assume 5 minutes will always be enough.
/src/sys/arch/i386/conf/
H A DALL1.396 Sat Sep 26 16:33:16 GMT 2015 maxv Disable PAX_SEGVGUARD.

We actually have a big problem: the fileassocs are never deleted.
Therefore, if a user generates a lot of buggy binaries and launches them
all, the kernel will allocate memory again again and again for all these
entries and will never free them (unless the files are deleted from the
disk). Which means that a user can too easily put the kernel under memory
pressure.

H A Dfiles.i3861.396 Sat Aug 25 07:48:56 GMT 2018 maxv Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.
/src/distrib/sets/lists/debug/
H A Dmi1.396 Mon Jan 30 19:51:33 GMT 2023 christos add t_strchrnul
/src/share/mk/
H A Dbsd.README1.396 Mon Nov 18 16:09:21 GMT 2019 christos Improve the script to check for installed libraries, and fix the wrong
names and obsolete libraries it found.

H A Dbsd.lib.mk1.396 Sat Mar 23 21:56:47 GMT 2024 riastradh bsd.lib.mk: Tidy up expected symbols check a little.

Add some documentation in bsd.README.

/src/share/man/man4/
H A Doptions.41.396 Tue Sep 21 13:46:41 GMT 2010 degroote Mentions the FAST_IPSEC options
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.396 Fri Jul 23 02:35:14 GMT 2021 oster
All IO is async in the RAIDframe kernel driver, so desc->async_flag
isn't needed. Cleanup the flag from rf_DoAccess() and its caller as
well.

/src/sys/dev/pci/
H A Dif_bge.c1.396 Sat Sep 14 07:01:33 GMT 2024 skrll Update bge_if_flags in bge_ifflags_cb before calling bge_setmulti so the
new setting of IFF_PROMISC is used by bge_setmulti

H A Dfiles.pci1.396 Sat May 19 09:27:09 GMT 2018 jdolecek add config glue for ena(4)

/src/usr.bin/indent/
H A Dindent.c1.396 Tue Jan 07 03:55:00 GMT 2025 rillig indent: condense and simplify parsing code

Completed in 591 milliseconds

123