Searched hist:1.586 (Results 1 - 24 of 24) sorted by relevance

/src/sys/arch/i386/i386/
H A Dmachdep.c1.586 Thu Nov 16 01:32:38 GMT 2006 christos branches: 1.586.2;
__unused removal on arguments; approved by core.
1.586 Thu Nov 16 01:32:38 GMT 2006 christos branches: 1.586.2;
__unused removal on arguments; approved by core.
/src/sys/dev/usb/
H A Dusbdevs1.586 Wed Jul 20 14:38:04 GMT 2011 apb Add Huawei E1820 "Mobile Broadband" USB cellular data adapter
H A Dusbdevs.h1.586 Sat Sep 03 01:53:01 GMT 2011 asau Regenerate for Kingston Data Travel 101.
H A Dusbdevs_data.h1.586 Wed Aug 24 19:40:23 GMT 2011 veego Regen for the Huawei 1750 id
/src/sys/arch/amd64/conf/
H A DGENERIC1.586 Fri Mar 05 20:18:39 GMT 2021 gdt GENERIC: comment typo fix (spacing)
/src/share/man/man4/
H A DMakefile1.586 Wed May 30 20:13:10 GMT 2012 wiz Install urtw(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.586 Thu Oct 23 00:47:45 GMT 2003 briggs Regenerate for ENE Cardbus product IDs.
H A Dpcidevs_data.h1.586 Sat Oct 25 16:22:25 GMT 2003 chs regen
H A Dpcidevs1.586 Sat Oct 18 18:51:29 GMT 2003 matt Add Philips SAA7146AH
/src/usr.bin/xlint/lint1/
H A Dtree.c1.586 Sun Dec 03 13:12:40 GMT 2023 rillig lint: re-wrap comments

No functional change.
/src/distrib/sets/lists/base/
H A Dshl.mi1.586 Sun Jun 05 23:09:51 GMT 2011 spz merge
It builds, which is an improvement to before. It may not work.
AES-NI is disabled and needs to be retrofitted yet
H A Dmi1.586 Tue Jan 17 06:58:28 GMT 2006 thorpej Add /libdata, /libdata/firmware, and /usr/libdata/firmware directories.
/src/doc/
H A D3RDPARTY1.586 Tue Mar 18 15:02:00 GMT 2008 christos mention bzip2-1.0.5
H A DCHANGES1.586 Sat Feb 18 19:34:13 GMT 2006 apb etcupdate can now use a binary set file.
/src/usr.bin/make/
H A Dmain.c1.586 Sun Jan 01 16:46:26 GMT 2023 rillig make: don't assemble identifiers from smaller tokens

No binary change.
H A Dparse.c1.586 Mon Dec 27 19:06:07 GMT 2021 rillig make: replace __func__ with actual strings

Make is supposed to be C90-compatible, and __func__ is from C99.

No functional change.
H A Dvar.c1.586 Sun Oct 25 17:01:05 GMT 2020 rillig make(1): reduce amount of string hashing

In pkgsrc, running "bmake show-all" in pkgtools/pkglint called the hash
function 249130 times before, and only 115502 times after.

Still, a single call to Var_Set hashes the same string 3 times.
/src/sys/sys/
H A Dparam.h1.586 Mon May 06 08:07:41 GMT 2019 kamil Welcome to NetBSD 8.99.38!

Signal code struct and API changes.
/src/sys/arch/i386/conf/
H A DGENERIC1.586 Sun Dec 14 09:54:01 GMT 2003 dyoung Add ath(4) for Atheros 802.11a/b/g cards.
/src/distrib/sets/lists/man/
H A Dmi1.586 Thu Jun 05 15:59:41 GMT 2003 jwise Two kerberos admin-related man pages got put in comp. move them.
/src/distrib/sets/lists/tests/
H A Dmi1.586 Fri Aug 22 16:45:32 GMT 2014 apb Test make(1) by running the maintained tests, not unmaintained
copies of them.

* Remove all old tests from src/tests/usr.bin/make/d_*. These tests
were unmaintained old copies of the actual tests which are maintained
under src/usr.bin/make/unit-tests. One exception is the test in
d_unmatchedvarparen.mk, which was new, but has nw been added to
src/usr.bin/make/unit-tests/varmisc.mk.
* In src/tests/usr.bin/make/Makefile, copy all
the tests from src/usr.bin/make/unit-tests to
${DESTDIR}/usr/tests/usr.bin/make/unit-tests.
* In src/tests/usr.bin/make/t_make.sh, run the tests installed above,
instead of the old tests.
* In etc/mtree/NetBSD.dist.tests, create the
usr/tests/usr.bin/make/unit-tests diectory.
* Update the set lists for all the above.
/src/share/mk/
H A Dbsd.own.mk1.586 Fri Oct 09 00:26:53 GMT 2009 haad Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in
a daily builds and anyone can test zfs for NetBSD easier.
/src/sys/conf/
H A Dfiles1.586 Mon Dec 23 17:52:03 GMT 2002 jdolecek move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660
/src/distrib/sets/lists/comp/
H A Dmi1.586 Fri Jun 27 05:21:51 GMT 2003 tshiozak Citrus iconv support(4)
add iconv external I/F (iconv.h - iconv_open()/iconv()/iconv_close()) and
iconv(1) utility.
TODO:
- bump libc minor.
- add iconv data files.
- create manpages: iconv_open(3)/iconv(3)/iconv_close(3)/iconv(1)/
mkesdb(1)/mkcsmapper(1).

Completed in 1832 milliseconds