| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-15 | put more info about the sierra modem | christos | |
| 2014-02-08 | Sync some NPF config examples with the reality. | rmind | |
| 2014-01-23 | - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant | spz | |
| 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-20 | track syntax change in npf.conf regarding group | spz | |
| 2013-07-20 | Use Mt for email addresses. | wiz | |
| 2013-06-27 | remove file that did not go before. | christos | |
| 2013-06-26 | rename to follow suit. | christos | |
| 2013-06-26 | add an L2TP Gateway example. | christos | |
| 2013-04-22 | fix user-after-free bug | yamt | |
| 2013-04-22 | do setlocale so that we can print localized messages from libpq correctly. | yamt | |
| 2013-04-22 | make pg_config overridable | yamt | |
| 2012-12-09 | Fix syntax error in the example, fix one rule and G/C "rid" procedure. | rmind | |
| 2012-12-04 | adjust to current npf.conf syntax | spz | |
| 2012-11-01 | add configurations to connect to Sprint's 3G network. | christos | |
| 2012-08-22 | actually install the new npf examples | spz | |
| add examples for a hash table file and a tree table file add an ID string to host-npf.conf | |||
| 2012-08-21 | add id string, fix comments | spz | |
| 2012-08-21 | the example from the man page, with a few extra comments | spz | |
| 2012-08-20 | add an example for a npf.conf | spz | |
| It probably could do with polishing of both rules and comments, but meh, better than nothing | |||
| 2012-04-11 | comment | yamt | |
| 2012-04-11 | don'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-11 | setlabel: save SQL statements by caching the last label | yamt | |
| 2012-04-11 | remove 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-11 | abuse application_name to show the last puffs activity for the connection. | yamt | |
| 2012-04-11 | reduce number of SQL statements for inactivate | yamt | |
| 2012-04-11 | - enable writeback cache and namecache. | yamt | |
| - use setback hack to reduce number of puffs OPs. | |||
| 2012-02-25 | GPIO pins are 0 based when accessed from Lua, not 1 based like Lua usually | mbalmer | |
| is. The pulse() has been removed, use gpiopwm(4) for that. | |||
| 2011-12-04 | Update secmodel_examples to better describe the secmodel(9) API. | jym | |
| 2011-11-27 | Typo | skrll | |
| 2011-11-12 | Add 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-15 | Install, and add to the set lists, example code to illustrate Lua module use. | mbalmer | |
| 2011-10-15 | Example files showing Lua module usage. | mbalmer | |
| 2011-10-13 | isempty: fix a query result type. | yamt | |
| 2011-10-12 | tweak some sql statements to improve chances to use the index. | yamt | |
| 2011-10-12 | puffs file system server backed by postgresql | yamt | |
| 2010-12-05 | mirror change of -lrumpcrypto ==> -lrumpkern_crypto | pooka | |
| 2010-11-11 | Add readme explaining which grue has ok'd the eating of some code | pooka | |
| until recently located here. | |||
| 2010-11-11 | Remove some programs which live as atf tests now. | pooka | |
| 2010-08-23 | update component lists: scsipi is independent of umass now | pooka | |
| 2010-08-07 | Add cosmote examples. | christos | |
| 2010-07-06 | Move the Delectable Test File System from share/examples/puffs/dtfs | pooka | |
| to tests/fs/puffs/h_dtfs. No functional change (apart from adjusting the Makefile for test builds). | |||
| 2010-07-06 | Reinstate the inactive operation (mostly dummy). This makes -i | pooka | |
| work again and henceforth makes it possible to test inactive. | |||
| 2010-07-04 | send routing messages via routing sucket -- works better than via inet sucket | pooka | |
| 2010-07-04 | Fix pointer assignment in previous commit (test compile works better | pooka | |
| when you do it with the #defines which actually compile the code in question). | |||
| 2010-07-04 | Use a bit more than 1 byte of space for routing messages. | pooka | |
| 2010-06-24 | Clean 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-14 | tty support is in rumpkern_tty now | pooka | |
| 2010-05-01 | Add 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-29 | fix typo in, um, copyright. | pooka | |
| spotted by a keen-eyed enthusiast ;) | |||
| 2010-03-29 | amazing grep, how sweet the find | pooka | |
| that saved a hack like me script once was lost but now it's found was -x, but now I sh | |||
| 2010-03-29 | Add an example for a rump router cluster setup along with a README. | pooka | |
| some contributions to the code from Martti Kuparinen | |||
