summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix typocracauer1998-01-151-1/+1
|
* Add code to the example 'driver-o-matic' to support being an LKMjulian1998-01-121-6/+101
| | | | | This may not quite work yet but should head the user in the right direction.
* Sample program using the ppi(4) interface to control LCD modules.msmith1998-01-022-0/+447
| | | | | Currently supports the (very common) Hitachi HD44780, but can be easily modified to add other chipsets.
* Remove `retval' from syscall functions here too.bde1997-12-304-8/+6
|
* The example drivers should use 'poll' now that it has replaced select.julian1997-12-302-10/+10
|
* Add a little example on libvgl usage.sos1997-10-162-0/+122
|
* Back out my last commit - the trailing / should stay and fetch(1) shouldjkh1997-10-081-2/+2
| | | | stop puking on null directory components.
* Remove trailing slash from MASTER_SITE_BACKUP example since itjkh1997-10-081-2/+2
| | | | | can lead to two trailing /'s, which is in turn an invalid URL (just bit me :-).
* Correct typo.jkh1997-10-031-1/+1
| | | | | PR: 4681 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* src-contrib-crypto is now just src-crypto (unless the user wants to seejkh1997-10-026-15/+15
| | | | tons of stuff in an Attic).
* Document the ever decreasingly popular USA_RESIDENT variable.jkh1997-09-281-1/+8
|
* Final commit for KTH KerberosIV.markm1997-09-281-3/+3
| | | | -DMAKE_EBONES -> -DMAKE_KERBEROS4
* Add the "src-kerberosIV" collection.jdp1997-09-243-3/+6
|
* By popular request, change the default suggested value for CFLAGSjkh1997-09-101-3/+4
| | | | | and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just for userland.
* src/share/doc -> docjoerg1997-09-071-3/+3
|
* Add cvsup.ca.FreeBSD.org.jdp1997-09-051-1/+4
|
* "Stable" now means RELENG_2_2.jdp1997-09-032-8/+8
|
* Agnus Dei, qui tollis peccata mundi, dona eis requiem sempiternam.jdp1997-08-187-373/+0
|
* Add new CVSup mirror sites.jdp1997-08-171-1/+10
|
* Add cvsup2.ua.freebsd.org.jdp1997-08-071-2/+5
| | | | Rename the MIT mirror to cvsup3.freebsd.org.
* Add new ports-german collection.asami1997-07-314-4/+8
|
* Add cvsup.uk.freebsd.org.jdp1997-07-311-1/+4
|
* Update the list of CVSup mirror sites.jdp1997-07-301-8/+16
|
* Add a warning about how to add ports collections to this cvsupfilejdp1997-07-221-1/+17
| | | | (and how NOT to add them).
* Implemented `-c command'.bde1997-06-291-7/+15
| | | | | | | | | | | Fixed bitrot (__dead went away; EOF is now wrong for the getopt failure value). Moved sleep command to the end of the main loop to avoid mismatch between main loop and the report loop. There is an extra iteration that could be used to calibrate the loop overhead, but was used to report wrong results. Fixed usage message.
* Typo police.alex1997-06-181-1/+1
|
* Updated serial console options.bde1997-06-091-15/+6
|
* The 'wormcontrol select' command no more exists.jmz1997-05-192-4/+2
|
* Include the new "src-contrib-crypto" collection.jdp1997-05-196-9/+19
|
* mkisofs.new -> mkisofs (whoops! just noticed this)jkh1997-05-141-2/+1
|
* synchronize with bsd.doc.mk (long outstanding fix)andreas1997-05-031-2/+2
| | | | PR: closes docs/3479
* Add ports-converters and ports-textproc targets.asami1997-04-274-4/+12
|
* Suggested by: David Nugentdanny1997-04-161-0/+15
| | | | | Change the name of ppp.disabled to ppp.deny for consistency with at.deny and friends.
* Add comments about overridable MASTER_SITE_* variables.asami1997-04-151-1/+34
| | | | Suggested by: Narvi <narvi@haldjas.folklore.ee>
* List of users who may not use pppd in system password logins, and adanny1997-04-151-0/+11
| | | | sample list of acceptable shells.
* Removed bogus unused #include.bde1997-04-131-1/+0
|
* Removed bogus unused #include.bde1997-04-131-1/+0
|
* Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros.bde1997-04-131-12/+7
| | | | Removed bogus unused #include and unused #includes.
* Add a -b option to make the resulting CDROM image bootablejkh1997-04-131-1/+9
| | | | (requires new mkisofs 1.10 port).
* Make MOD_* macros almost consistent:dufault1997-04-061-8/+2
| | | | | | | | | | | | | | | | | | | | Use the name argument almost the same in all LKM types. Maintain the current behavior for the external (e.g., modstat) name for DEV, EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only #name. This is a candidate for change and I vote just the name without the "_mod". Change the DISPATCH macro to MOD_DISPATCH for consistency with the other macros. Add an LKM_ANON #define to eliminate the magic -1 and associated signed/unsigned warnings. Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure. Change source in tree to use the new interface. Reviewed by: Bruce Evans
* arg... add back the "stray" `-' (it is used by indent)jmg1997-04-031-1/+1
|
* remove a stray `-'jmg1997-04-021-1/+1
|
* Remove some garbage text.mpp1997-04-021-1/+0
|
* Remove MAKEFLAGS example from /etc/make.conf...scrappy1997-03-311-6/+1
| | | | | Bruce points out that it breaks things if someone doesn't do a 'make depend', but I just found out that it breaks 'make depend' itself :(
* Add/document MAKEFLAGS into /etc/make.conf, using -j3 as examplescrappy1997-03-301-1/+5
|
* top(1) has a tunable parameter for the hash size to hash the userjoerg1997-03-251-1/+9
| | | | entries. Mention it in make.conf.
* Use the .An macro in the AUTHOR section.mpp1997-03-203-6/+6
|
* Update to use the .Rv macro now that I know it exists :-).mpp1997-03-191-6/+1
|
* Add ports-korean.asami1997-03-062-2/+4
|
* Add ports-korean.asami1997-03-062-2/+4
|
OpenPOWER on IntegriCloud