summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Synced with the C example copyright. Cosmetic except for removingbde1997-02-283-18/+12
| | | | clause 3, which was removed on 1996/08/03 in the C example.
* Show where the version control id should go.bde1997-02-281-0/+2
|
* Changed the example copyright to be closer to the ones that we actuallybde1997-02-281-6/+5
| | | | | | | use: - don't put [your name] on a a separate line. Most authors have shorter names than "The Regents of the University of California". - don't repeat [your name].
* Remove the -lrpclib, since it causes the build of these examplesmpp1997-02-261-1/+1
| | | | | | | | to fail. Closes PR# 2359 Submitted by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR>
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-2225-25/+25
|
* These will appear in 2.2, not 3.0.mpp1997-02-173-6/+6
| | | | Pointed out by: wosch
* Select between the generic math functions and the i387-specific onesbde1997-02-161-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime. etc/make.conf: Nuked HAVE_FPU option. lib/msun/Makefile: Always build the i387 objects. Copy the i387 source files at build time so that the i387 objects have different names. This is simpler than renaming the files in the cvs repository or repeating half of bsd.lib.mk to add explicit rules. lib/msun/src/*.c: Renamed all functions that have an i387-specific version by adding `__generic_' to their names. lib/msun/src/get_hw_float.c: New file for getting machdep.hw_float from the kernel. sys/i386/include/asmacros.h: Abuse the ENTRY() macro to generate jump vectors and associated code. This works much like PIC PLT dynamic initialization. The PIC case is messy. The old i387 entry points are renamed. Renaming is easier here because the names are given by macro expansions.
* some stylistic changes... "you name here" and "you name" to "your name"jmg1997-02-143-6/+6
| | | | 2.2 Candidate
* Document FTP_PASSIVE_MODE in the place where I usually set it.jkh1997-02-131-0/+6
|
* Description of what the files in this directory do..julian1997-02-021-0/+45
| | | | (create sample device drivers on request)
* These two shell scripts willjulian1997-02-022-0/+721
| | | | | | | | | | | | | | | | | | | | | | | create a skeleton device driver. one for a real device and the other for a pseudo device. they each take one argument which is the name (prefix) for the driver. they add the new file to the /sys tree and add appropriate config files etc for a build. hopefully others will build on this so that we get 1/ these drivers improved and the shell scripts improved in how/where that hook the new code in. 2/ similar tools for providing skeletons for other modules (I'm tempted to do a VFS filesystem skeleton :) please take a look and fix anything that maybe should be added. they compile and link fine, but I think I wouldn't trust them, as faar as RUNNING yet :) (well they really wouldn't do very much being skeletons.. we need to add PCI and EISA skeletons as well followed by a SCSI driver skeleton.
* Update the list of CVSup mirror sites.jdp1997-02-011-6/+27
|
OpenPOWER on IntegriCloud