Searched hist:1.810 (Results 1 - 18 of 18) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.810 Mon Dec 11 13:33:35 GMT 2023 mlelstv Add RTL8156
H A Dusbdevs.h1.810 Wed Nov 27 00:47:04 GMT 2024 brad Regen
H A Dusbdevs_data.h1.810 Wed Nov 27 00:47:04 GMT 2024 brad Regen
/src/sys/dev/pci/
H A Dpcidevs.h1.810 Sun Jul 30 21:09:54 GMT 2006 oster Regen
H A Dpcidevs_data.h1.810 Sun Jul 30 22:41:52 GMT 2006 jmcneill regen
H A Dpcidevs1.810 Sun Jul 30 21:09:00 GMT 2006 oster Recognize another Intel PRO/100 VM Network Controller.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.810 Sun Sep 23 15:28:48 GMT 2018 cherry Fix for i386, functionality intended in:
http://mail-index.netbsd.org/source-changes/2018/09/23/msg099357.html

This should fix the build for both GENERIC and XEN3PAE_DOM0

This has not been boot tested on native or xen3pae

Notes: pmap_changeprot_local() seems to be x86_64 only.
I was a bit surprised by this initially, but I suspect that the table
protections are enforced via ring0/ring1 fencing rather than page protections

the gdt registration code in i386 is still messy. I will leave it as is
for now - to avoid a rabbit hole.
/src/distrib/sets/lists/base/
H A Dshl.mi1.810 Tue Apr 18 18:43:11 GMT 2017 christos bump libssh
H A Dmi1.810 Tue May 26 21:58:31 GMT 2009 pooka Install agr ioctl header and stop putting our hand under the sys skirt
in ifconfig.
/src/doc/
H A D3RDPARTY1.810 Fri Feb 04 15:11:12 GMT 2011 roy Note import of dhcpcd-5.2.11
H A DCHANGES1.810 Wed Mar 14 01:44:48 GMT 2007 xtraeme Fix typo: envsys(9) -> envsys(4).
/src/sys/conf/
H A Dfiles1.810 Thu Sep 07 14:22:07 GMT 2006 itohy branches: 1.810.2;
Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)

This driver supports NinjaATA-32Bi and NPATA-32 chips,
which are used for CardBus ATA interface cards and
CardBus CompactFlash adapters.
1.810 Thu Sep 07 14:22:07 GMT 2006 itohy branches: 1.810.2;
Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)

This driver supports NinjaATA-32Bi and NPATA-32 chips,
which are used for CardBus ATA interface cards and
CardBus CompactFlash adapters.
/src/sys/arch/i386/conf/
H A DGENERIC1.810 Thu Mar 01 14:57:38 GMT 2007 kiyohara Add btuart(4).
/src/distrib/sets/lists/man/
H A Dmi1.810 Mon Jul 25 00:19:37 GMT 2005 hubertf Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs.
/src/distrib/sets/lists/tests/
H A Dmi1.810 Thu Apr 04 15:22:13 GMT 2019 kamil Upgrade indent(1)

Merge all the changes from the recent FreeBSD HEAD snapshot
into our local copy.

FreeBSD actively maintains this program in their sources and their
repository contains over 100 commits with changes.

Keep the delta between the FreeBSD and NetBSD versions to absolute
minimum, mostly RCS Id and compatiblity fixes.

Major chages in this import:

- Added an option -ldi<N> to control indentation of local variable names.
- Added option -P for loading user-provided files as profiles
- Added -tsn for setting tabsize
- Rename -nsac/-sac ("space after cast") to -ncs/-cs
- Added option -fbs Enables (disables) splitting the function declaration and opening brace across two lines.
- Respect SIMPLE_BACKUP_SUFFIX environment variable in indent(1)
- Group global option variables into an options structure
- Use bsearch() for looking up type keywords.
- Don't produce unneeded space character in function declarators
- Don't unnecessarily add a blank before a comment ends.
- Don't ignore newlines after comments that follow braces.

Merge the FreeBSD intend(1) tests with our ATF framework.
All tests pass.

Upgrade prepared by Manikishan Ghantasala.
Final polishing by myself.
/src/share/mk/
H A Dbsd.own.mk1.810 Fri May 30 18:30:32 GMT 2014 joerg Remove platform support list for libc unwinder, just keep comment about
ia64 state.
/src/usr.bin/make/
H A Dvar.c1.810 Sun Feb 14 00:24:53 GMT 2021 rillig make: rearrange some comments to make them easier to spot
/src/distrib/sets/lists/comp/
H A Dmi1.810 Sun Aug 28 20:58:14 GMT 2005 reinoud Create functions ioctl_copyin() and ioctl_copyout(). They are meant to be
used in ioctl routines to do the right thing when the FKIOCTL flag is
passed to the IOCTL routine indicating its a in-kernel VOP_IOCTL call and
indirect addresses provided in the arguments are to be seen as kernel
adresses rather than userland adresses.

A simple substitution and prepending of the `flags' passed on to the ioctl
handler is enough to DTRT.

Completed in 1451 milliseconds