summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-04-06- change to two clause bsd licenseMathieu Sauve-Frankel
2005-04-06add licenseHans-Joerg Hoexer
2005-04-06Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@Darren Tucker
2005-04-06avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@Damien Miller
2005-04-06When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if theClaudio Jeker
current LSA in the database was updated while max age LSA was flooded out. This solves a reace condition where self originated LSA got removed because an other server sent an update with age set to MAXAGE. OK norby@
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work...
2005-04-06make sure we don't try and return csp->cs_str whenJoris Vink
cvs_strtab_insert() fails. ok jfb@
2005-04-06De-register scsi.Kenneth R Westerback