Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-14 | Set default ABI to "OpenBSD ELF" on amd64. | Mark Kettenis | |
ok tedu@ | |||
2004-08-14 | sync | Theo de Raadt | |
2004-08-14 | dhcpd doesn't have a -q flag now; ok henning@ deraadt@ | David Krause | |
2004-08-14 | Add example genericstable | Todd C. Miller | |
2004-08-14 | Add isa vga to amd64 install media kernels. This makes it possible to | Kenneth R Westerback | |
use a normal console to install on systems, such as my Tyan S2885, which find the in-built vga in isa land rather than pci land. Completes earlier work by Tom Cosgrove on GENERIC. ok deraadt@ | |||
2004-08-14 | When using -K (keynote disabled), check peers' proposal against isakmpd.conf. | Hans-Joerg Hoexer | |
ok ho@ henning@ | |||
2004-08-14 | i386-unknown-openbsd3.6, not 3.5; ok deraadt@ | David Krause | |
2004-08-14 | re-enable ahc on pci since mickey is missing | Theo de Raadt | |
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn | |
instead of assuming the region after the first mmap is available. Same change was made to ELF ld.so previously. ok deraadt miod pvalchev | |||
2004-08-14 | bad bad typo + thinko made ktrace broken in smp. ok deraadt@ | Niklas Hallqvist | |
2004-08-14 | gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition to | Todd C. Miller | |
-fno-strict-aliasing. Avoid the need for compiling some bits with -O1 on arm (and others). Problem debugged and OK miod@ | |||
2004-08-13 | Fix issue with auto request sense handling for both ahc and ahd. | Kenneth R Westerback | |
Restore hppa functionality, add sgi functionality for ahc. ok deraadt@, plus marco@, mickey@, pefo@ for various bits. | |||
2004-08-13 | sync | Theo de Raadt | |
2004-08-13 | LK204-24-USB LCD; adulau@foo.be | Theo de Raadt | |
2004-08-13 | Update for new gdb. | Mark Kettenis | |
ok deraadt@ | |||
2004-08-13 | Add sparc64 libkvm kernel memory image debugging support. | Mark Kettenis | |
2004-08-13 | Adjust sigtramp recognition for (not so recent) changes on sparc64. | Mark Kettenis | |
2004-08-13 | Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@ | Dale Rahn | |
2004-08-13 | When running regex regress build a private copy with REDEBUG enabled. | Todd C. Miller | |
That way we get the asserts enabled. | |||
2004-08-13 | Change an assert into a loop termination condition. Fixes a core | Todd C. Miller | |
dump found by jmc@. OK otto@ | |||
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker | |
protocol independent. This new dump format is not (yet) supported by the mrtd route_btoa tool. OK henning@ | |||
2004-08-13 | Cleanup the code, will need rework | Jean-Francois Brousseau | |
2004-08-13 | More unused variables | Jean-Francois Brousseau | |
2004-08-13 | Remove unused variables | Jean-Francois Brousseau | |
2004-08-13 | * add an entry for directories when we create them | Jean-Francois Brousseau | |
* when writing a directory entry, skip the revision and timestamp | |||
2004-08-13 | add missing copyright | Per Fogelstrom | |
2004-08-13 | Sample server config file | Jean-Francois Brousseau | |
2004-08-13 | Make add work in client mode | Jean-Francois Brousseau | |
2004-08-13 | When the mtime is (time_t)-1, print the dummy timestamp string instead | Jean-Francois Brousseau | |
of a bogus date | |||
2004-08-13 | Handle RFC822 and ctime(3) style timestamps | Jean-Francois Brousseau | |
2004-08-13 | Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keeps | Jean-Francois Brousseau | |
the timestamp in time_t instead of a string | |||
2004-08-13 | Assume the parent's Entries file is always opened when receiving a new | Jean-Francois Brousseau | |
entry to add, and move to using the `ce_mtime' field of the entry so we don't end up adding data from a local variable that was discarded | |||
2004-08-13 | When comparing a file's timestamp against the one found in the Entries | Jean-Francois Brousseau | |
file, do a straight compare between the time_t's instead of generating asctime()-style strings and doing strcmp(), and make sure that we have a repository string if we create the directory, so the file gets created when calling cvs_mkadmin() | |||
2004-08-13 | Reset deadline on failed transmit. Avoids a spinning process if | Otto Moerbeek | |
all sends fail. ok henning@ | |||
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker | |
ok markus@, djm@ | |||
2004-08-13 | More nasty cases involving back references. | Otto Moerbeek | |
2004-08-13 | Leave stderr alone for the moment | Jean-Francois Brousseau | |
2004-08-13 | Add a macro for dummy timestamp strings | Jean-Francois Brousseau | |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller | |
2004-08-13 | Add cvs_datesec() to calculate the time_t value corresponding to a | Jean-Francois Brousseau | |
ctime(3)-style date string | |||
2004-08-13 | kill whitespace at eol; | Jason McIntyre | |
2004-08-12 | new sentence, new line; | Jason McIntyre | |
2004-08-12 | Add ability to specify default serial console just like i386. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-08-12 | sync | Theo de Raadt | |
2004-08-12 | more sync | Theo de Raadt | |
2004-08-12 | partial sync | Theo de Raadt | |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter | |
2004-08-12 | If we create a directory with cvs_file_create(), keep a pointer to the | Jean-Francois Brousseau | |
newly created Entries file in the directory data | |||
2004-08-12 | Add error checking and move the protocol calls so we only send them if | Jean-Francois Brousseau | |
the cvs server is remote | |||
2004-08-12 | Unused variable | Jean-Francois Brousseau | |