# The Microcode for the Eicon.Diehl active ISDN cards comes in two parts. # A tiny bootstrap loader delivered by Diehl as "dnload.bin" and a # D-channel protocol specific file, e.g. "te_etsi.sx" for the SX card # running E-DSS1. # We can not deliver either of these files. The user is assumed to use # the ones distributed with his card or download the newest version from # http://www.diehl.de. # The bootstrap loader is compiled into the kernel, as it is needed to # identify the card. The protocol specific part is later downloaded by # the ISDN management daemon. .NOPATH: dnload.bin .if exists(dnload.bin) # Real part - the bootstrap image is available. We convert it into a # static byte array via the "gendnloadh" shell script. dnload.h: dnload.bin @rm -f dnload.h @${HOST_SH} ./gendnloadh .else # Fake part - user did not copy the necessary file here. Compilation will # fail with an error explaining his fault. dnload.h: dnload.h-dist cp dnload.h-dist dnload.h .endif clean: rm -f dnload.h cleandir: clean all: includes includes: dnload.h .include d> summaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
AgeCommit message (Expand)Author
2017-05-14file system police.wiz
2010-05-31Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAXnjoly
2009-05-18Sort errors.wiz
2009-03-23Remove/convert physical markup.joerg
2008-02-24doecument that we now can return eagain.christos
2007-12-02ENOENT is also returned when the script interpreter does not exist.rillig
2005-05-07Change HISTORY. It traces execve only back to 4.2BSD, and it is aperry
2005-05-07cross reference script(7)perry
2004-05-13\- is a minus, not -.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16Usewiz
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-01New sentence, new line.wiz
2002-10-01Remove some \f* cruft.wiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-09-26Revise wording to say that setting the argument vector is not mandatory.christos
2002-08-11bump .Dd .yamt
2002-08-11document a hack about setuid programs and fd 0, 1 and 2.yamt
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-09-16Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.wiz
2001-09-16Boring whitespace fixes.wiz
2000-07-05Add text that says that an interpreter cannot itself be an interpreterhe
2000-06-17Merge duplicate mentions of EPERM, EACCESS, ... into one entryhubertf
2000-05-08ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/...soda
1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink