Searched hist:1.484 (Results 1 - 25 of 33) sorted by relevance

12

/src/sys/net/
H A Dif.c1.484 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.484.6; 1.484.8;
net: remove IFEF_NO_LINK_STATE_CHANGE

This flag was only set for virtual interfaces.
All virtual interfaces have a means of knowing if they are going to work
or not and as such now support link state changes.

If we want this flag back, it should be used as an indicator that
the interfaces does not support link state changes that userland can use
so it can make a decision on what to do when the link state is UNKNOWN.
1.484 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.484.6; 1.484.8;
net: remove IFEF_NO_LINK_STATE_CHANGE

This flag was only set for virtual interfaces.
All virtual interfaces have a means of knowing if they are going to work
or not and as such now support link state changes.

If we want this flag back, it should be used as an indicator that
the interfaces does not support link state changes that userland can use
so it can make a decision on what to do when the link state is UNKNOWN.
1.484 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.484.6; 1.484.8;
net: remove IFEF_NO_LINK_STATE_CHANGE

This flag was only set for virtual interfaces.
All virtual interfaces have a means of knowing if they are going to work
or not and as such now support link state changes.

If we want this flag back, it should be used as an indicator that
the interfaces does not support link state changes that userland can use
so it can make a decision on what to do when the link state is UNKNOWN.
/src/distrib/notes/common/
H A Dmain1.484 Sat Jan 14 22:56:30 GMT 2012 jmcneill branches: 1.484.2;
PR# install/44593: Please give release ISO's more meaningful names

Change release ISO filenames, what was once 'i386cd.iso' will now look
like 'NetBSD-5.99.60-i386.iso'.

ok snj@
1.484 Sat Jan 14 22:56:30 GMT 2012 jmcneill branches: 1.484.2;
PR# install/44593: Please give release ISO's more meaningful names

Change release ISO filenames, what was once 'i386cd.iso' will now look
like 'NetBSD-5.99.60-i386.iso'.

ok snj@
/src/sys/dev/usb/
H A Dusbdevs.h1.484 Sat Sep 22 08:37:33 GMT 2007 mlelstv branches: 1.484.2;
Regen
1.484 Sat Sep 22 08:37:33 GMT 2007 mlelstv branches: 1.484.2;
Regen
H A Dusbdevs1.484 Sat Sep 22 07:41:29 GMT 2007 mlelstv Another UMTS device from Option N.V.
H A Dusbdevs_data.h1.484 Sat Sep 22 07:42:12 GMT 2007 mlelstv Regen.
/src/sys/kern/
H A Dvfs_subr.c1.484 Sat Mar 14 20:45:23 GMT 2020 ad branches: 1.484.2;
Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer
work list. Proposed on tech-kern@.
1.484 Sat Mar 14 20:45:23 GMT 2020 ad branches: 1.484.2;
Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer
work list. Proposed on tech-kern@.
H A Dinit_main.c1.484 Wed Nov 02 00:11:59 GMT 2016 pgoyette * Split sys/kern/sys_process.c into three parts:
1 - ptrace(2) syscall for native emulation
2 - common ptrace(2) syscall code (shared with compat_netbsd32)
3 - support routines that are shared with PROCFS and/or KTRACE

* Add module glue for #1 and #2. Both modules will be built-in to the
kernel if "options PTRACE" is included in the config file (this is
the default, defined in sys/conf/std).

* Mark the ptrace(2) syscall as modular in syscalls.master (generated
files will be committed shortly).

* Conditionalize all remaining portions of PTRACE code on a new kernel
option PTRACE_HOOKS.

XXX Instead of PROCFS depending on 'options PTRACE', we should probably
just add a procfs attribute to the sys/kern/sys_process.c file's
entry in files.kern, and add PROCFS to the "#if defineds" for
process_domem(). It's really confusing to have two different ways
of requiring this file.
H A Dkern_exec.c1.484 Sat Nov 23 19:42:52 GMT 2019 ad Minor scheduler cleanup:

- Adapt to cpu_need_resched() changes. Avoid lost & duplicate IPIs and ASTs.
sched_resched_cpu() and sched_resched_lwp() contain the logic for this.
- Changes for LSIDL to make the locking scheme match the intended design.
- Reduce lock contention and false sharing further.
- Numerous small bugfixes, including some corrections for SCHED_FIFO/RT.
- Use setrunnable() in more places, and merge cut & pasted code.
/src/sys/arch/i386/conf/
H A DALL1.484 Sun Jan 19 20:41:18 GMT 2020 riastradh Remove filemon(4).

Discussed on tech-kern:
https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html

This was never (intentionally) enabled by default, and the design has
some shortcomings. You can get mostly the same results with ktrace,
as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead
of filemon for make's meta mode.

If applications require higher performance than ktrace, or nesting
that ktrace doesn't support, we might consider adding something back
into the vfs system calls themselves, without hijacking the syscall
table. (Might want a more reliable output format too, e.g. one that
can handle newlines in file names.)

H A DGENERIC1.484 Wed Apr 17 02:22:49 GMT 2002 mycroft Switch from de to tlp by default.
/src/distrib/sets/lists/debug/
H A Dmi1.484 Sun May 25 16:59:07 GMT 2025 martin PR 59441: fix some annotations so MKDEBUGLIB=yes but MKDEBUG=no
builds work.
/src/share/man/man4/
H A Doptions.41.484 Sun Apr 01 04:35:02 GMT 2018 ryo Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
H A DMakefile1.484 Wed Nov 12 00:35:53 GMT 2008 ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.484 Tue Jan 23 19:44:28 GMT 2024 rillig lint: rename symt_t to symbol_kind

It was confusing to have two kinds of "symbol type" (s_type and s_symt),
so rename all related identifiers to be more distinctive.

No functional change.
H A Dtree.c1.484 Wed Nov 30 20:59:28 GMT 2022 rillig lint: add measurement unit to local variable names

No binary change, except for line numbers in assertions.
/src/sys/arch/amd64/conf/
H A DGENERIC1.484 Sat Jan 27 21:46:54 GMT 2018 pgoyette Update amdzentemp(4) attachment info. Also for ALL, remove duplicate
entry for amdtemp(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.484 Thu Nov 07 20:41:27 GMT 2002 martin Regen (Myson MTD804 added)
H A Dpcidevs_data.h1.484 Fri Nov 08 05:43:23 GMT 2002 msaitoh regen
/src/usr.bin/make/
H A Djob.c1.484 Fri Jan 03 04:51:42 GMT 2025 rillig make: clean up job handling

H A Dmain.c1.484 Sat Nov 28 23:32:22 GMT 2020 rillig make(1): reduce memory allocation in CmdOpts.makefiles
H A Dparse.c1.484 Fri Dec 18 18:23:29 GMT 2020 rillig make(1): separate ParseGetLine into paragraphs
/src/sys/arch/i386/i386/
H A Dmachdep.c1.484 Tue Oct 01 00:56:55 GMT 2002 fvdl Merge Bill Sommerfeld's i386 MP branch. This code has some known
caveats, but works quite well in a lot of MP cases, and all
UP cases that I have tested. Parts of this will hopefully be
reworked in the not-too-distant future.
/src/distrib/sets/lists/base/
H A Dshl.mi1.484 Mon Aug 03 15:59:41 GMT 2009 plunky Add bt_dev(3), an platform neutral API for accessing (locally configured)
Bluetooth devices, and bump libbluetooth minor version.

This is a reimplementation of an API largely developed by Maksim Yevmenkin
on FreeBSD to make it easier to port BlueZ/Linux programs which depend on
something similar. Alas, the BlueZ/Linux API is incompatible and unportable
as it depends on a 'device' being referenced by an int, but this will
hopefully make it easier to port software using that.

(bump libbluetooth minor version)
/src/doc/
H A D3RDPARTY1.484 Mon Nov 13 22:31:05 GMT 2006 christos new openssl.
/src/sys/sys/
H A Dparam.h1.484 Sat Aug 29 07:08:38 GMT 2015 uebayasi Define MAXUXERS in opt_param.h. Bump config(1) version.

Completed in 1100 milliseconds

12