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

/src/sys/arch/i386/i386/
H A Dmachdep.c1.627 Tue Feb 26 18:24:28 GMT 2008 xtraeme branches: 1.627.2;
Split off the Transmeta Crusoe Longrun code into its own file, that
way identcpu.c and machdep.c are not cluttered with foreign code.

The driver is built by default as before, but the sysctl subtree will
only be created if longrun is detected and not always as the old code
did. This matches what the FreeBSD code does.

Ok by christos@.
1.627 Tue Feb 26 18:24:28 GMT 2008 xtraeme branches: 1.627.2;
Split off the Transmeta Crusoe Longrun code into its own file, that
way identcpu.c and machdep.c are not cluttered with foreign code.

The driver is built by default as before, but the sysctl subtree will
only be created if longrun is detected and not always as the old code
did. This matches what the FreeBSD code does.

Ok by christos@.
/src/sys/dev/usb/
H A Dusbdevs1.627 Sun Sep 23 01:06:31 GMT 2012 chs add a bunch of devices. from openbsd.
H A Dusbdevs.h1.627 Sat Jan 12 21:35:34 GMT 2013 jakllsch regen
H A Dusbdevs_data.h1.627 Sat Jan 12 20:06:47 GMT 2013 jakllsch Regen usbdevs and catch up to VENDOR_SMC2 to VENDOR_SMSC change.
/src/share/man/man4/
H A DMakefile1.627 Mon Jan 18 00:34:43 GMT 2016 kamil Add full.4

/src/sys/dev/pci/
H A Dpcidevs.h1.627 Thu May 27 20:21:12 GMT 2004 christos Regen
H A Dpcidevs_data.h1.627 Sun Jul 04 05:51:58 GMT 2004 mycroft Update Serverworks chip IDs, per:
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.
H A Dpcidevs1.627 Thu May 27 20:20:53 GMT 2004 christos PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.627 Wed Mar 27 19:28:20 GMT 2024 rillig lint: don't use 'long' in diagnostics

The size of 'long' differs between 64-bit and 32-bit platforms.
Eliminate this possible platform-dependency.
/src/distrib/sets/lists/base/
H A Dshl.mi1.627 Tue Jun 05 00:37:50 GMT 2012 christos bump for bind-9.9.1-P1
H A Dmi1.627 Thu Jun 08 00:15:09 GMT 2006 rpaulo /libdata/firmware/ral/*
/src/doc/
H A D3RDPARTY1.627 Mon Aug 18 08:47:39 GMT 2008 wiz ntp-4.2.4p5 out.
H A DCHANGES1.627 Mon Jun 05 15:09:39 GMT 2006 skrll Note import of gcc 3.3.6
/src/usr.bin/make/
H A Dmain.c1.627 Fri Jul 05 05:11:25 GMT 2024 rillig make: reduce lint-specific comments about ARGSUSED
H A Dparse.c1.627 Fri Jan 07 13:56:09 GMT 2022 rillig make: rename IFile and its fields to match their actual content

For lines that use backslash continuation, the human-readable line
number does not equal the number of raw lines that have been read from
the file.

The big comment in PrintStackTrace has become outdated, it still
referred to first_lineno. Due to the bugs documented in
opt-debug-parse.mk, that function needs to be redone completely.

No functional change.
H A Dvar.c1.627 Sat Oct 31 18:05:16 GMT 2020 rillig make(1): fix local variable names in ParseModifierPart
/src/sys/sys/
H A Dparam.h1.627 Mon Dec 16 22:48:25 GMT 2019 ad NetBSD 9.99.26 - UVM counter changes
/src/sys/arch/i386/conf/
H A DGENERIC1.627 Sun Aug 08 08:57:09 GMT 2004 mycroft xi -> xirc,com,xi
/src/distrib/sets/lists/man/
H A Dmi1.627 Wed Nov 05 02:59:09 GMT 2003 uwe Descend into man4.hpcsh.
Install adc(4) and j6x0tp(4) manual pages.
/src/distrib/sets/lists/tests/
H A Dmi1.627 Wed May 27 18:13:14 GMT 2015 kefren Add another simple MPLS test but using this time a mixed IPv4/IPv6 LSR
This test encapsulates IPv6 packets, pass them over MPLS to an IPv6
neighbour that switches label and passes forward to an IPv4
neighbour. There, the IPv6 packet is decapsulated and passed to IPv6 stack
For the return path we test both implicit and explicit null encapsulations
/src/share/mk/
H A Dbsd.own.mk1.627 Tue Jun 01 23:29:10 GMT 2010 joerg Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.
/src/sys/conf/
H A Dfiles1.627 Sun Aug 24 19:21:11 GMT 2003 thorpej Move the opencrypto defpseudo into files.opencrypto.
/src/distrib/sets/lists/comp/
H A Dmi1.627 Wed Oct 08 04:25:43 GMT 2003 lukem Overhaul MBR handling (part 1):

<sys/bootblock.h>:
* Added definitions for the Master Boot Record (MBR) used by
a variety of systems (primarily i386), including the format
of the BIOS Parameter Block (BPB).
This information was cribbed from a variety of sources
including <sys/disklabel_mbr.h> which this is a superset of.

As part of this, some data structure elements and #defines
were renamed to be more "namespace friendly" and consistent
with other bootblocks and MBR documentation.
Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
* Deprecated in favor of <sys/bootblock.h> (the latter is more
"host tool" friendly).

amd64 & i386:
* Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
be consistent with the naming convention of the msdosfs tools.

* Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
and it's confusing to have two functionally equivalent bootblocks,
especially given that "ufs" has multiple meanings (it could be
a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

* Rework pbr.S (the first sector of bootxx_*):
+ Ensure that BPB (bytes 11..89) and the partition table
(bytes 446..509) do not contain code.
+ Add support for booting from FAT partitions if BOOT_FROM_FAT
is defined. (Only set for bootxx_msdos).
+ Remove "dummy" partition 3; if people want to installboot(8)
these to the start of the disk they can use fdisk(8) to
create a real MBR partition table...
+ Compile with TERSE_ERROR so it fits because of the above.
Whilst this is less user friendly, I feel it's important
to have a valid partition table and BPB in the MBR/PBR.

* Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
with other platforms.

* Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
we can boot off FAT partitions.

* Crank version of /usr/mdec/boot to 3.1, and fix some of the other
entries in the version file.

installboot(8) (i386):
* Read the existing MBR of the filesystem and retain the BIOS
Parameter Block (BPB) in bytes 11..89 and the MBR partition
table in bytes 446..509. (Previously installboot(8) would
trash those two sections of the MBR.)

mbrlabel(8):
* Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).

Completed in 1632 milliseconds