Searched hist:1.870 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs_data.h1.870 Fri Mar 09 22:11:07 GMT 2007 xtraeme branches: 1.870.2;
regen
1.870 Fri Mar 09 22:11:07 GMT 2007 xtraeme branches: 1.870.2;
regen
H A Dpcidevs.h1.870 Sat Mar 03 23:50:40 GMT 2007 jmcneill Regen.
H A Dpcidevs1.870 Sat Mar 03 23:49:49 GMT 2007 jmcneill Add pcHDTV HD-5500 HDTV video capture
/src/distrib/sets/lists/base/
H A Dshl.mi1.870 Fri Sep 06 11:12:06 GMT 2019 christos fix more bind bump.
H A Dmi1.870 Sat Jun 19 03:50:30 GMT 2010 mrg - always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.

in all cases, the z* scripts.


i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
/src/doc/
H A D3RDPARTY1.870 Sun Sep 11 19:18:27 GMT 2011 christos new bind
H A DCHANGES1.870 Sun Jun 10 21:00:45 GMT 2007 bouyer Move Xen timecouter entrie which has been pulled up to netbsd-4
/src/sys/arch/i386/conf/
H A DGENERIC1.870 Tue Dec 25 01:03:32 GMT 2007 ad Make SMP the default on i386. For the time being the noacpi kernel does
not have it enabled.
/src/distrib/sets/lists/man/
H A Dmi1.870 Thu Mar 23 20:51:18 GMT 2006 xtraeme Enable ciss(4) manpage.
/src/distrib/sets/lists/tests/
H A Dmi1.870 Wed Jul 01 13:49:26 GMT 2020 jruoho Add basic checks for magic symlink(7)'s. These include a case for PR lib/55361,
although it seems that realpath(3) has bigger problems with these symlinks.
/src/share/mk/
H A Dbsd.own.mk1.870 Mon Aug 17 10:16:47 GMT 2015 christos switch vax to gdb-7.9.1
/src/usr.bin/make/
H A Dvar.c1.870 Sun Mar 14 18:02:44 GMT 2021 rillig make: only evaluate the ':@' modifier if the result is actually used

The test 'var-eval-short' had produced the output 'unexpected' before,
on stderr. It had been generated by '${:Uword:@${FAIL}@expr@}' by
combining the following obscure "features" of make:

1. the ':@' modifier loops over the words of the variable. This
modifier is not really obscure, it still takes some time to get used
to it.

2. the ':@' modifier allows a '$' sign in the variable name, which is
useless in practice.

3. the ':@' modifier creates a temporary loop variable in the global
namespace. Luckily there are only few collisions with other
variable names since their naming conventions differ.

4. after looping over the words of the expression, the temporary global
loop variable is deleted, and at that point the '$' is expanded,
being interpreted as the start of a variable expression.

5. The ':@' modifier deleted the global variable even when it was
called in parse-only mode (without VARE_WANTRES).

When the modifier ':@' was initially added to make in var.c 1.40 from
2000-04-29, Var_Delete didn't expand the variable name. That feature
was added in var.c 1.174 from 2013-05-18, probably without thinking of
this very edge-casey combination of features.

This commit fixes item 5 from the above list. The other obscurities
remain for now.
/src/sys/conf/
H A Dfiles1.870 Sat Nov 10 21:45:05 GMT 2007 pooka Part 2/n of extensive changes to request transport to/from userspace:

Rip the transport code completely out of puffs and generalize it
into an independent module which will be used for multiple purposes
in the future. This module is called the Pass-to-Userspace
Transporter (known as "putter" among friends).

This is very much work-in-progress and one dependency with puffs
remains: the request framing format.

The device name is still /dev/puffs, but that will change soon.

Users of puffs need the following in their kernel configs now:
pseudo-device putter
/src/distrib/sets/lists/comp/
H A Dmi1.870 Fri Apr 14 13:21:49 GMT 2006 blymn Add header file for new io statistics collection.

Completed in 1280 milliseconds