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

/src/distrib/notes/common/
H A Dmain1.551 Fri May 31 13:38:57 GMT 2019 maya branches: 1.551.2;
Omit mention of the boot prompt having an ACPI off option, as it was removed
1.551 Fri May 31 13:38:57 GMT 2019 maya branches: 1.551.2;
Omit mention of the boot prompt having an ACPI off option, as it was removed
/src/sys/dev/usb/
H A Dusbdevs1.551 Sun Jun 06 22:56:48 GMT 2010 jakllsch Sort Sigmatel products.
H A Dusbdevs.h1.551 Thu Jun 17 23:22:50 GMT 2010 riz Regen.
H A Dusbdevs_data.h1.551 Mon Jun 14 19:02:06 GMT 2010 riz Regen for Sierra Wireless USB 305 and sorting change.
/src/sys/kern/
H A Dinit_main.c1.551 Tue May 06 04:34:59 GMT 2025 imil Add BOOTCYCLETIME option to print kernel boot time

Introduce a new kernel option, BOOTCYCLETIME, which will print
the time taken for the kernel to boot on (for now) amd64 and i386
architectures.
/src/sys/arch/amd64/conf/
H A DGENERIC1.551 Sat Dec 14 07:45:20 GMT 2019 maxv Disable multiboot for now, too much breakage.
/src/share/man/man4/
H A DMakefile1.551 Wed Feb 16 07:30:26 GMT 2011 jruoho Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.
/src/sys/dev/pci/
H A Dpcidevs.h1.551 Sat Jul 12 06:00:37 GMT 2003 hubertf Regen for Toshiba SD and SM cards
H A Dpcidevs_data.h1.551 Mon Jul 14 08:01:47 GMT 2003 jmmv Regen (+ ATI Radeon 9200)
H A Dpcidevs1.551 Mon Jul 14 06:51:57 GMT 2003 wiz Add MGA G550, from Kouichirou Hiratsuka in PR 22133.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.551 Sat Jul 08 00:07:21 GMT 2023 rillig lint: clean up

PUSH nodes are not marked as binary, yet they have a left and a right
operand.

If none of the queries is enabled, omit the query from the debug log.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.551 Sun Mar 21 15:37:02 GMT 2004 junyoung ANSIfy.
/src/distrib/sets/lists/base/
H A Dshl.mi1.551 Fri Sep 24 18:01:39 GMT 2010 skrll libc minor was bumped.
H A Dmi1.551 Sun May 01 07:28:13 GMT 2005 lukem Update for various USE_* options.
Rest of PR 30092 from Jukka Salmi.
/src/doc/
H A D3RDPARTY1.551 Fri Sep 07 15:43:44 GMT 2007 wiz XFree86-4.7.0 has been out for about a month.
/src/usr.bin/make/
H A Dmain.c1.551 Mon Dec 27 20:59:59 GMT 2021 rillig make: clean up 'explode'

Breaking out of the first 'for' loop was unnecessarily complicated. The
call to strlen was not necessary since f already pointed at the end of
the string.

No functional change.
H A Dparse.c1.551 Mon Mar 15 11:41:07 GMT 2021 rillig make: rename VARE_NONE to VARE_PARSE_ONLY

The name 'NONE' described the bit pattern, which was not useful to
understand its meaning. Omitting VARE_WANTRES only parses the
expression, without evaluating any part of it.

No functional change, not even in debug mode since Enum_FlagsToString
always returns "none" for all-bits-unset.
H A Dvar.c1.551 Tue Sep 29 18:31:39 GMT 2020 rillig make(1): extract ApplyModifier from ApplyModifiers

This allows a return, instead of a variable assignment followed by a
break, saving a few lines of source code.

The size of the resulting binary shrinks as well, even though the code
is essentially the same as before.
/src/sys/sys/
H A Dparam.h1.551 Sun Nov 12 19:46:06 GMT 2017 riastradh Define hz2bintime = ms2bintime o hztoms.
/src/sys/arch/i386/conf/
H A DGENERIC1.551 Tue Mar 25 19:37:12 GMT 2003 jmmv Implement the beep on halt feature. When enabled, it makes the kernel beep
the computer speaker when it's completely safe to power down the machine
(after the "The operating system has halted." message). This is useful for
headless machines.

The feature is only enabled if the BEEP_ONHALT option is defined (disabled by default). It can be tuned through the BEEP_ONHALT_{COUNT,PERIOD,PITCH} options.

Closes my own PR kern/18792.
/src/distrib/sets/lists/man/
H A Dmi1.551 Tue Mar 04 14:51:52 GMT 2003 jmmv Add the wsmoused.conf(5) manpage.
/src/distrib/sets/lists/tests/
H A Dmi1.551 Tue Nov 12 18:28:36 GMT 2013 kefren mark t_ldp_static obsolete (this time correctly)
/src/share/mk/
H A Dbsd.own.mk1.551 Fri Dec 19 15:24:18 GMT 2008 haad Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).

The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.

Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.

Oked by agc@ and cube@.
/src/sys/conf/
H A Dfiles1.551 Tue Sep 24 18:17:24 GMT 2002 uwe Add some preliminary support for setting up the CyberPro in Netwinder.
Setup sequence obtained from Krups OFW with some CyberPro-specific
magic from Linux driver. The driver still has a lot of hardcoded
stuff, but it is useful enough to bring up wscons on netwinder.

XXX: Proper console attachment needs to be written (the driver was
originally developed on sparc, where our approach to attaching console
is totally different).

Caveat emptor!
/src/distrib/sets/lists/comp/
H A Dmi1.551 Sun Mar 30 13:15:03 GMT 2003 he Update to track the addition of the attr_set() set of functions
and man pages to the curses library.

Completed in 1624 milliseconds