Searched hist:1.633 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.633 Sat Jan 12 20:04:02 GMT 2013 jakllsch Rename vendor SMC2 to SMSC to better match the reality that SMC Networks makes
assembled networking products, where as SMSC designs silicon.
H A Dusbdevs.h1.633 Sun Mar 24 23:00:48 GMT 2013 cheusov New device Id for Beagle Bone, reviewed by bouyer@ and Lloyd Parker
H A Dusbdevs_data.h1.633 Wed Mar 20 15:38:34 GMT 2013 garbled Regen
/src/share/man/man4/
H A DMakefile1.633 Thu Feb 16 08:32:21 GMT 2017 knakahara add man for l2tp(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.633 Sat Jul 17 20:05:02 GMT 2004 mycroft Regen.
H A Dpcidevs_data.h1.633 Sun Jul 25 16:05:05 GMT 2004 christos regen
H A Dpcidevs1.633 Wed Jul 21 16:39:38 GMT 2004 mycroft Add SIS 741.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.633 Sat Mar 30 19:12:37 GMT 2024 rillig lint: in the query about implicit conversions, ignore casts
/src/sys/arch/i386/i386/
H A Dmachdep.c1.633 Fri May 02 15:26:38 GMT 2008 ad - Give x86 BIOS boot the ability to load new style modules and pass them
into the kernel. Based on a patch by jmcneill@, with many fixes and
improvements by me.

- Put MEMORY_DISK_DYNAMIC and MODULAR into the GENERIC kernels, so that
you can load miniroot.kmod from the boot blocks and boot into the
installer!
/src/distrib/sets/lists/base/
H A Dshl.mi1.633 Sat Jul 14 22:37:42 GMT 2012 mlelstv update lists after version bump of libc.
H A Dmi1.633 Sat Jun 24 05:11:40 GMT 2006 mrg add support for MKISCSI=no.
/src/doc/
H A D3RDPARTY1.633 Sun Aug 31 09:51:57 GMT 2008 mrg update gcc info
H A DCHANGES1.633 Sun Jun 11 19:34:22 GMT 2006 kardel import and integrate NTP 4.2.2
/src/usr.bin/make/
H A Dmain.c1.633 Sun Aug 25 20:44:31 GMT 2024 rillig make: add more context to error message about recursive variables
H A Dparse.c1.633 Fri Jan 07 21:00:49 GMT 2022 rillig make: have as few statements as possible between va_start and va_end

No functional change.
H A Dvar.c1.633 Sun Nov 01 00:34:45 GMT 2020 rillig make(1): clean up comments in ApplyModifier_Words
/src/sys/sys/
H A Dparam.h1.633 Tue Dec 31 21:35:25 GMT 2019 ad NetBSD 9.99.32 - struct vm_page changed
/src/sys/arch/i386/conf/
H A DGENERIC1.633 Tue Oct 19 05:44:25 GMT 2004 lukem enable ipw* (Intel PRO/Wireless 2100). (requested by hubertf)
/src/distrib/sets/lists/man/
H A Dmi1.633 Thu Dec 11 09:46:27 GMT 2003 dyoung Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
9 out of 10 experts agree that it is ludicrous to build w/
KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly. That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles. While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)
/src/distrib/sets/lists/tests/
H A Dmi1.633 Tue Jul 28 18:08:37 GMT 2015 christos new test
/src/share/mk/
H A Dbsd.own.mk1.633 Tue Jul 06 05:59:56 GMT 2010 mrg remove almost all the ability to build netbsd with an a.out target.
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new ones
we need but for now it's just clutter.

this doesn't remove any of the support for exec_aout or any actually
required-for-boot a.out support, only the ability to build a netbsd
release in a.out format. ie, most of this code has been dead for
over a decade.

i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,
amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers
the 5 MACHINE_ARCH's affected, and all the other arch code touched.
it also includes some actual run-time testing of sparc, i386 and
shark, and i performed binary comparison upon amiga and x68k as well.


some minor details relevant:
- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them
down to only the parts ldconfig needs
- remove various unused source files
- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
/src/sys/conf/
H A Dfiles1.633 Mon Sep 22 17:26:14 GMT 2003 matt Make COMPAT_xx imply all later COMPAT_yy. (COMPAT_09 implies all whereas
COMPAT_14 just implies COMPAT_1[56]). This means COMPAT_xy implies NetBSD
compatibility for NetBSD x.y OR LATER.
/src/distrib/sets/lists/comp/
H A Dmi1.633 Tue Oct 14 14:59:03 GMT 2003 wiz Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.

Completed in 1722 milliseconds