summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-08make distrib-dirs, ok ottoHenning Brauer
2005-04-08recognize Dell OEM 2312 card.Brad Smith
From FreeBSD
2005-04-08Correct comment about using m in blocksize (multiplies by 1048576 not 512).Jonathan Gray
2005-04-08regenBrad Smith
2005-04-08add QLogic 2312 and 6312 cardsBrad Smith
2005-04-08don't whine when we can't find interface with index 0Henning Brauer
(that is a rare corner case in that context, but still)
2005-04-07nicer outputHenning Brauer
2005-04-07* reverse symbol list orderJean-Francois Brousseau
* allow retrieval and setting of the head revision number
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau
writing the output to the file. ok joris@
2005-04-07If a UDF 'c' partition is found on a CD, just mount it without askingKenneth R Westerback
questions. Just as ISO9660 'c' partitions are mounted w/o questions. ok deraadt@
2005-04-07small cleanup, no binary changeHans-Joerg Hoexer
2005-04-07Remove spurious -L for /usr/include in INCLUDES defn. ok miod@Ian Darwin
2005-04-07Plug memleak.Hans-Joerg Hoexer
ok cloder ho markus
2005-04-07remove unnecessary typecasts.Hans-Joerg Hoexer
ok ho@
2005-04-07Fix RCS parsing for keywords that expect and ID and use cvs_strfree()Jean-Francois Brousseau
instead of free() on the duplicated token string to fix a double-free ok xsa@
2005-04-07on some machines it's possible to limit the amount of physmem initialised ↵Michael Shalayeff
dring post so having msgbuf at the end of memory shall work
2005-04-07Remove birth time from the default formats, we do not support it (yet), butOtto Moerbeek
leave the B format available for the future. ok tedu@ tdeval@ henning@
2005-04-07Enable basename and dirname and sort subdirs.Otto Moerbeek
2005-04-07Tests for dirname(1). From NetBSD with some local changes.Otto Moerbeek
2005-04-07Tests for basename(1). From NetbSD with some local changes.Otto Moerbeek
2005-04-07- Reintroduce getopt(3) for option processing. POSIX requires tools thatOtto Moerbeek
take no options to recognize --. - Use basename(3) to do the groundwork, instead of a rolling our own. Visible changes in behaviour: basename "" now returns a dot instead of an empty line; pathnames longer than PATH_MAX will produce an error message. ok deraadt@ jaredy@ millert@
2005-04-07Reintroduce getopt(3) for option processing. POSIX requires tools thatOtto Moerbeek
take no options to recognize --. ok deraadt@ jaredy@ millert@
2005-04-07syncTheo de Raadt
2005-04-07regenMichael Shalayeff
2005-04-07fix a few board idsMichael Shalayeff
2005-04-07duh. space vs tabMichael Shalayeff
2005-04-07simpler logic for trap exitMichael Shalayeff
2005-04-07dig lpaMichael Shalayeff
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewhereMichael Shalayeff
2005-04-07put a memmory barrier onto the sync_caches()Michael Shalayeff
2005-04-07fix debug printfMichael Shalayeff
2005-04-06more unused codeJean-Francois Brousseau
2005-04-06remove dead and unused codeJoris Vink
ok jfb@
2005-04-06unbreakJean-Francois Brousseau
2005-04-06syncTheo de Raadt
2005-04-06document tigon firmware no longer included, so sadTheo de Raadt
2005-04-06no more tigon firmware hereTheo de Raadt
2005-04-06Use scsi_ses.hMarco Peereboom
2005-04-06Remove ses crud.Marco Peereboom
Requested and ok mickey@
2005-04-06Move ses crud into its own file.Marco Peereboom
Requested mickey@
2005-04-06Add check for key lengths. Based on diff from Jason Ackley.Esben Norby
Reworked by me. ok claudio@
2005-04-06no longer install the tigon firmware. Bill Paul, who built these firmwaresTheo de Raadt
for the various *BSD projects, has not replied to various emails from me trying to find out what the licensing status of these files are. In a few weeks this firmware will be deleted from the tree. It's a real shame. One again, people have played fast and loose with licensing and the law.
2005-04-06* allow for creation and removal of RCS locksJean-Francois Brousseau
* add rcs_tag_resolve() to resolve a branch, tag or revision easily
2005-04-06start using strtab stuff in RCS code.Joris Vink
ok jfb@, xsa@
2005-04-06make cvs_printf() work as advertised when running as serverJean-Francois Brousseau
2005-04-06plug memleak in rcs_splitlines()Joris Vink
ok jfb@
2005-04-06Make __syscall prototypes more consistent. Use register_t as theTodd C. Miller
return value for system calls that return size_t or ssize_t and quad_t for those that return off_t.
2005-04-06make cvs_findcmd() available to the rest of the programJean-Francois Brousseau
ok joris@
2005-04-06Add status/receive ses structures and #defines.Marco Peereboom
2005-04-06knf, ok cloderTheo de Raadt