Searched hist:1.459 (Results 1 - 25 of 36) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs1.459 Sat Feb 10 14:28:55 GMT 2007 salo branches: 1.459.2;
Add support for CDMA modems sold by Eurotel (now O2) in .cz

From Dan Bilik <dan at mail dot neosystem dot cz> via private mail.
1.459 Sat Feb 10 14:28:55 GMT 2007 salo branches: 1.459.2;
Add support for CDMA modems sold by Eurotel (now O2) in .cz

From Dan Bilik <dan at mail dot neosystem dot cz> via private mail.
H A Dusbdevs.h1.459 Wed Feb 07 10:31:11 GMT 2007 is MosChip IrDA bridges

H A Dusbdevs_data.h1.459 Tue Feb 06 15:01:30 GMT 2007 elad regen
/src/sys/kern/
H A Dkern_exec.c1.459 Mon May 28 11:32:20 GMT 2018 kamil branches: 1.459.2;
Correct reporting SIGTRAP TRAP_EXEC when SIGTRAP is masked

Switch from kpsignal(9) to sigswitch() as it allows to bypass signal
masking rules of a crash signal.

There are no regressions in existing tests.

Sponsored by <The NetBSD Foundation>

1.459 Mon May 28 11:32:20 GMT 2018 kamil branches: 1.459.2;
Correct reporting SIGTRAP TRAP_EXEC when SIGTRAP is masked

Switch from kpsignal(9) to sigswitch() as it allows to bypass signal
masking rules of a crash signal.

There are no regressions in existing tests.

Sponsored by <The NetBSD Foundation>

H A Dvfs_subr.c1.459 Wed Jan 11 14:52:02 GMT 2017 hannken branches: 1.459.2;
Adapt to the recent vnode changes.

1.459 Wed Jan 11 14:52:02 GMT 2017 hannken branches: 1.459.2;
Adapt to the recent vnode changes.

H A Dinit_main.c1.459 Thu Aug 14 16:27:55 GMT 2014 riastradh Defer cprng_fast_init until CPUs are detected.

/src/sys/arch/amd64/conf/
H A DGENERIC1.459 Sat May 27 22:53:29 GMT 2017 bouyer branches: 1.459.2;
Add options CAN and pseudo-device canloop to ALL kernel configs.
Add the same commented out to i386/amd64 GENERIC and OLIMEXLIME2 (A20-based).
Also add commented out awincan0 in OLIMEXLIME2.
1.459 Sat May 27 22:53:29 GMT 2017 bouyer branches: 1.459.2;
Add options CAN and pseudo-device canloop to ALL kernel configs.
Add the same commented out to i386/amd64 GENERIC and OLIMEXLIME2 (A20-based).
Also add commented out awincan0 in OLIMEXLIME2.
/src/sys/sys/
H A Dparam.h1.459 Fri Jul 25 08:35:40 GMT 2014 dholland branches: 1.459.2;
6.99.49: new discard dev ops and new fallocate/fdiscard vops

1.459 Fri Jul 25 08:35:40 GMT 2014 dholland branches: 1.459.2;
6.99.49: new discard dev ops and new fallocate/fdiscard vops

/src/sys/dev/ata/
H A Dwd.c1.459 Mon Mar 02 16:01:56 GMT 2020 riastradh New ioctl DIOCGSECTORALIGN returns sector alignment parameters.

struct disk_sectoralign {
/* First aligned sector number. */
uint32_t dsa_firstaligned;

/* Number of sectors per aligned unit. */
uint32_t dsa_alignment;
};

- Teach wd(4) to get it from ATA.
- Teach cgd(4) to pass it through from the underlying disk.
- Teach dk(4) to pass it through with adjustments.
- Teach zpool (zfs) to take advantage of it.
=> XXX zpool doesn't seem to understand when the vdev's starting
sector is misaligned.

Missing:

- ccd(4) and raidframe(4) support -- these should support _using_
DIOCGSECTORALIGN to decide where to start putting ccd or raid
stripes on disk, and these should perhaps _implement_
DIOCGSECTORALIGN by reporting the stripe/interleave factor.

- sd(4) support -- I don't know any obvious way to get it from SCSI,
but if any SCSI wizards know better than I, please feel free to
teach sd(4) about it!

- any ld(4) attachments -- might be worth teaching the ld drivers for
nvme and various raid controllers to get the aligned sector size

There's some duplicate logic here for now. I'm doing it this way,
rather than gathering the logic into a new disklabel_sectoralign
function or something, so that this change is limited to adding a new
ioctl, without any new kernel symbols, in order to make it easy to
pull up to netbsd-9 without worrying about the module ABI.

/src/sys/arch/i386/conf/
H A DALL1.459 Wed Dec 12 06:29:37 GMT 2018 maxv Remove references to "lmc" in the kernel configurations.

/src/distrib/notes/common/
H A Dmain1.459 Fri Feb 26 21:52:22 GMT 2010 morr Add myself
/src/distrib/sets/lists/debug/
H A Dmi1.459 Thu Jan 02 01:45:18 GMT 2025 kre Fix build after recent regex tests addition (make it be an addition, and
don't forget tests/libtre)
/src/etc/
H A DMakefile1.459 Wed May 25 10:18:29 GMT 2022 nia mk: Allow building base without the MBONE applications by setting
MKMBONE=no in mk.conf

/src/share/man/man9/
H A DMakefile1.459 Tue Dec 21 18:59:22 GMT 2021 thorpej Add pool_cache_setpredestruct(), which allows a pool cache to specify
a function to be called before the destructor for a batch of one or more
objects is called. This can be used as a synchronization point by
subsystems that rely on the type-stable nature of pool cache objects or
subsystems that use other forms of passive serialization.

/src/share/man/man4/
H A Doptions.41.459 Tue Dec 27 10:30:24 GMT 2016 pgoyette Give the reader a clue as to what information BIOHIST can provide.
H A DMakefile1.459 Tue Mar 25 20:04:33 GMT 2008 reed Add some MLINKS for man pages (no new content).

lpa(4) (Man page was removed about 14 years ago. Now link to lpt.4
on acorn32, i386, and mvme68k.)

audioctl(4)

random(4)
urandom(4)

tuner(4)
vbi(4)

wsmuxctl(4)

As mentioned on netbsd-docs list. (Many, many more man pages to do.)

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.459 Thu Jul 13 07:19:24 GMT 2023 rillig lint: reduce code size for handling lint comments

H A Dtree.c1.459 Wed Jun 22 19:23:18 GMT 2022 rillig lint: add quotes around placeholders for the remaining messages

Reword some of the messages slightly, exchanging brevity for clarity.

Message 138 is kept as-is, as it is not yet covered by any tests.

Message 240 is kep as-is, as it is unreachable.

/src/sys/net/
H A Dif.c1.459 Tue Aug 20 10:59:00 GMT 2019 roy if: announce flag changes other than up or down

For example toggling promiscuous mode or disabling ARP.

XXX Pullup -9

/src/sys/dev/pci/
H A Dpcidevs.h1.459 Fri Jul 26 10:17:21 GMT 2002 onoe regen: Add Silicon Image (CMDTECH) 0680
H A Dpcidevs_data.h1.459 Tue Jul 30 20:43:57 GMT 2002 bouyer Regen: Add Intel 845G PCI IDs
/src/usr.bin/make/
H A Djob.c1.459 Wed Feb 15 06:52:58 GMT 2023 rillig make: inline macros for variable names

The variable name '.MAKEOVERRIDES' was already used in the non-macro
form.

No binary change.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.459 Wed Oct 31 20:35:21 GMT 2001 jdolecek use right number of zeroes for Cyrix i386_cpuid_cpus[] entries
reformat the entries with all zeroes to be more easier to verify
/src/distrib/sets/lists/base/
H A Dshl.mi1.459 Thu Feb 05 19:29:48 GMT 2009 dyoung Move the RUMP libraries to a syspkg called base-rump-shlib.
/src/doc/
H A D3RDPARTY1.459 Tue Aug 01 02:37:59 GMT 2006 rpaulo postfix 2.3.2 in.

Completed in 822 milliseconds

12