summaryrefslogtreecommitdiff
path: root/share/examples
AgeCommit message (Collapse)Author
2014-02-15put more info about the sierra modemchristos
2014-02-08Sync some NPF config examples with the reality.rmind
2014-01-23- make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicantspz
on startup - create share/examples/wpa_supplicant/wpa_supplicant.conf and make it known in the relevant places. Improvements welcome, my point was ctrl_interface and "you seriously want this"
2013-09-20track syntax change in npf.conf regarding groupspz
2013-07-20Use Mt for email addresses.wiz
2013-06-27remove file that did not go before.christos
2013-06-26rename to follow suit.christos
2013-06-26add an L2TP Gateway example.christos
2013-04-22fix user-after-free bugyamt
2013-04-22do setlocale so that we can print localized messages from libpq correctly.yamt
2013-04-22make pg_config overridableyamt
2012-12-09Fix syntax error in the example, fix one rule and G/C "rid" procedure.rmind
2012-12-04adjust to current npf.conf syntaxspz
2012-11-01add configurations to connect to Sprint's 3G network.christos
2012-08-22actually install the new npf examplesspz
add examples for a hash table file and a tree table file add an ID string to host-npf.conf
2012-08-21add id string, fix commentsspz
2012-08-21the example from the man page, with a few extra commentsspz
2012-08-20add an example for a npf.confspz
It probably could do with polishing of both rules and comments, but meh, better than nothing
2012-04-11commentyamt
2012-04-11don't bother to call lo_close.yamt
as we ever open a few LOs at most in a transaction, just let them be closed automatically at the end of the transaction.
2012-04-11setlabel: save SQL statements by caching the last labelyamt
2012-04-11remove FK references as it creates more problems than it solves.yamt
particularly, it involves shared lock on the referenced table and causes frequent deadlock.
2012-04-11abuse application_name to show the last puffs activity for the connection.yamt
2012-04-11reduce number of SQL statements for inactivateyamt
2012-04-11- enable writeback cache and namecache.yamt
- use setback hack to reduce number of puffs OPs.
2012-02-25GPIO pins are 0 based when accessed from Lua, not 1 based like Lua usuallymbalmer
is. The pulse() has been removed, use gpiopwm(4) for that.
2011-12-04Update secmodel_examples to better describe the secmodel(9) API.jym
2011-11-27Typoskrll
2011-11-12Add assembly language examples in a new 'asm' subdirectory.jmmv
At the moment this only provides an example for a "Hello world" program for powerpc. (Bear with me: this is my very first assembly program in powerpc; if you find anything stupid in the code, please fix it!)
2011-10-15Install, and add to the set lists, example code to illustrate Lua module use.mbalmer
2011-10-15Example files showing Lua module usage.mbalmer
2011-10-13isempty: fix a query result type.yamt
2011-10-12tweak some sql statements to improve chances to use the index.yamt
2011-10-12puffs file system server backed by postgresqlyamt
2010-12-05mirror change of -lrumpcrypto ==> -lrumpkern_cryptopooka
2010-11-11Add readme explaining which grue has ok'd the eating of some codepooka
until recently located here.
2010-11-11Remove some programs which live as atf tests now.pooka
2010-08-23update component lists: scsipi is independent of umass nowpooka
2010-08-07Add cosmote examples.christos
2010-07-06Move the Delectable Test File System from share/examples/puffs/dtfspooka
to tests/fs/puffs/h_dtfs. No functional change (apart from adjusting the Makefile for test builds).
2010-07-06Reinstate the inactive operation (mostly dummy). This makes -ipooka
work again and henceforth makes it possible to test inactive.
2010-07-04send routing messages via routing sucket -- works better than via inet sucketpooka
2010-07-04Fix pointer assignment in previous commit (test compile works betterpooka
when you do it with the #defines which actually compile the code in question).
2010-07-04Use a bit more than 1 byte of space for routing messages.pooka
2010-06-24Clean up vnode lock operations pass 2:hannken
VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern.
2010-06-14tty support is in rumpkern_tty nowpooka
2010-05-01Add a test/example program for using audio/pad in a rump kernel.pooka
It stuffs some nice sounds into the virtual kernel's /dev/audio, reads the PCM from /dev/pad, and writes the data to stdout from where it can be piped to audioplay to test that things actually work. If you want to know the secret message, you'll just have to run this program ;)
2010-03-29fix typo in, um, copyright.pooka
spotted by a keen-eyed enthusiast ;)
2010-03-29amazing grep, how sweet the findpooka
that saved a hack like me script once was lost but now it's found was -x, but now I sh
2010-03-29Add an example for a rump router cluster setup along with a README.pooka
some contributions to the code from Martti Kuparinen