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

/src/sys/dev/pci/
H A Dpcidevs.h1.872 Sat Mar 10 21:08:47 GMT 2007 christos branches: 1.872.2; 1.872.4;
regen
1.872 Sat Mar 10 21:08:47 GMT 2007 christos branches: 1.872.2; 1.872.4;
regen
1.872 Sat Mar 10 21:08:47 GMT 2007 christos branches: 1.872.2; 1.872.4;
regen
H A Dpcidevs1.872 Sat Mar 10 21:08:16 GMT 2007 christos branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA
1.872 Sat Mar 10 21:08:16 GMT 2007 christos branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA
1.872 Sat Mar 10 21:08:16 GMT 2007 christos branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA
H A Dpcidevs_data.h1.872 Sat Mar 17 06:44:32 GMT 2007 dyoung Regen.
/src/distrib/sets/lists/base/
H A Dshl.mi1.872 Sun Sep 22 22:59:37 GMT 2019 christos Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=
H A Dmi1.872 Thu Jul 01 17:35:14 GMT 2010 christos sets for new iwl1000 firmware
/src/doc/
H A D3RDPARTY1.872 Fri Sep 16 21:08:32 GMT 2011 christos new file(1)
H A DCHANGES1.872 Mon Jun 11 13:13:19 GMT 2007 joerg Add an entry that OSS emulation is now faster.
/src/distrib/sets/lists/comp/
H A Dmi1.872 Mon Apr 17 23:31:24 GMT 2006 salo branches: 1.872.2;
Add setttyentpath() manual page and bump libc minor.
1.872 Mon Apr 17 23:31:24 GMT 2006 salo branches: 1.872.2;
Add setttyentpath() manual page and bump libc minor.
/src/sys/arch/i386/conf/
H A DGENERIC1.872 Wed Dec 26 23:00:51 GMT 2007 elad Compile in by default (disabled) PaX ASLR for amd64 and i386.
/src/distrib/sets/lists/man/
H A Dmi1.872 Tue Mar 28 20:54:13 GMT 2006 riz Add swcrypto(4) to set lists.
/src/distrib/sets/lists/tests/
H A Dmi1.872 Fri Jul 03 04:25:28 GMT 2020 jruoho Add a check for PR bin/54692.
/src/share/mk/
H A Dbsd.own.mk1.872 Mon Aug 17 17:36:06 GMT 2015 christos switch everyone to gdb 7.9.1
/src/usr.bin/make/
H A Dvar.c1.872 Sun Mar 14 18:10:57 GMT 2021 rillig make: skip strdup when parsing an irrelevant ':L' modifier

No functional change.
/src/sys/conf/
H A Dfiles1.872 Sun Nov 11 17:37:45 GMT 2007 jmcneill Add pseudo audio device driver. With this pseudo-device, audio played back
via the standard audio interfaces is redirected back to userland as raw
PCM data on /dev/padN.

One example usage is to stream audio to an AirTunes compatible device using
rtunes (http://www.nazgul.ch/dev_rtunes.html), ie:

$ rtunes - < /dev/pad0
$ mpg123 -a /dev/sound1 blah.mp3

Another option is to capture audio output from eg. Real Player, by simply
instructing Real Player to output to /dev/sound1, and running:

$ cat /dev/pad0 > blah.pcm

Completed in 1232 milliseconds