Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-07 | Perform proper escaping of the @ character in all RCS strings when | Jean-Francois Brousseau | |
writing the output to the file. ok joris@ | |||
2005-04-07 | If a UDF 'c' partition is found on a CD, just mount it without asking | Kenneth R Westerback | |
questions. Just as ISO9660 'c' partitions are mounted w/o questions. ok deraadt@ | |||
2005-04-07 | small cleanup, no binary change | Hans-Joerg Hoexer | |
2005-04-07 | Remove spurious -L for /usr/include in INCLUDES defn. ok miod@ | Ian Darwin | |
2005-04-07 | Plug memleak. | Hans-Joerg Hoexer | |
ok cloder ho markus | |||
2005-04-07 | remove unnecessary typecasts. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-04-07 | Fix 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-07 | on 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-07 | Remove birth time from the default formats, we do not support it (yet), but | Otto Moerbeek | |
leave the B format available for the future. ok tedu@ tdeval@ henning@ | |||
2005-04-07 | Enable basename and dirname and sort subdirs. | Otto Moerbeek | |
2005-04-07 | Tests for dirname(1). From NetBSD with some local changes. | Otto Moerbeek | |
2005-04-07 | Tests for basename(1). From NetbSD with some local changes. | Otto Moerbeek | |
2005-04-07 | - Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto 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-07 | Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. ok deraadt@ jaredy@ millert@ | |||
2005-04-07 | sync | Theo de Raadt | |
2005-04-07 | regen | Michael Shalayeff | |
2005-04-07 | fix a few board ids | Michael Shalayeff | |
2005-04-07 | duh. space vs tab | Michael Shalayeff | |
2005-04-07 | simpler logic for trap exit | Michael Shalayeff | |
2005-04-07 | dig lpa | Michael Shalayeff | |
2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff | |
2005-04-07 | put a memmory barrier onto the sync_caches() | Michael Shalayeff | |
2005-04-07 | fix debug printf | Michael Shalayeff | |
2005-04-06 | more unused code | Jean-Francois Brousseau | |
2005-04-06 | remove dead and unused code | Joris Vink | |
ok jfb@ | |||
2005-04-06 | unbreak | Jean-Francois Brousseau | |
2005-04-06 | sync | Theo de Raadt | |
2005-04-06 | document tigon firmware no longer included, so sad | Theo de Raadt | |
2005-04-06 | no more tigon firmware here | Theo de Raadt | |
2005-04-06 | Use scsi_ses.h | Marco Peereboom | |
2005-04-06 | Remove ses crud. | Marco Peereboom | |
Requested and ok mickey@ | |||
2005-04-06 | Move ses crud into its own file. | Marco Peereboom | |
Requested mickey@ | |||
2005-04-06 | Add check for key lengths. Based on diff from Jason Ackley. | Esben Norby | |
Reworked by me. ok claudio@ | |||
2005-04-06 | no longer install the tigon firmware. Bill Paul, who built these firmwares | Theo 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 locks | Jean-Francois Brousseau | |
* add rcs_tag_resolve() to resolve a branch, tag or revision easily | |||
2005-04-06 | start using strtab stuff in RCS code. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-04-06 | make cvs_printf() work as advertised when running as server | Jean-Francois Brousseau | |
2005-04-06 | plug memleak in rcs_splitlines() | Joris Vink | |
ok jfb@ | |||
2005-04-06 | Make __syscall prototypes more consistent. Use register_t as the | Todd 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-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau | |
ok joris@ | |||
2005-04-06 | Add status/receive ses structures and #defines. | Marco Peereboom | |
2005-04-06 | knf, ok cloder | Theo de Raadt | |
2005-04-06 | - change to two clause bsd license | Mathieu Sauve-Frankel | |
2005-04-06 | add license | Hans-Joerg Hoexer | |
2005-04-06 | Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@ | Darren Tucker | |
2005-04-06 | avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@ | Damien Miller | |
2005-04-06 | When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if the | Claudio 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-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter | |
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work... | |||
2005-04-06 | make sure we don't try and return csp->cs_str when | Joris Vink | |
cvs_strtab_insert() fails. ok jfb@ | |||
2005-04-06 | De-register scsi. | Kenneth R Westerback | |