summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
ok grange@
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
ok grange@
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
ok grange@
2005-04-20regenJonathan Gray
2005-04-20A bunch of PCI/SATA SIS devices.Jonathan Gray
2005-04-20knfTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-19describe zaurus bootstrap procedures; review/suggestions by jmc@Uwe Stuehler
2005-04-19Same vm_machdep.c on solbourne.Miod Vallat
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-19As a late birthday present, a preliminary port to the Solbourne IDT systemsMiod Vallat
(S3000, S4000 and S4000DX). Currently limited to diskless and serial console, and userland has issues. Things will get better in the near future.
2005-04-19add error messages for the new RCS error codesJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
sprinkle some in the other symbol functions
2005-04-19big spring cleanup and make tag work again when dealing with multipleJean-Francois Brousseau
directories by specifying CVS_CMD_SENDDIR, and first stab at the local version, needs tweaking
2005-04-19fix commentMichael Shalayeff
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
ok claudio@
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
2005-04-19correctly handle the "Removed" response, so that the correctJoris Vink
file and entry are removed. ok jfb@, xsa@
2005-04-19document the syntax of the route(8) command to open a PVC.Damien Bergamini
with help and ok from jmc@
2005-04-19handle snprintf() returning -1. ok henning@Moritz Jodeit
2005-04-19missing endpwent(), change more carefully to _isakmpd privsep userHans-Joerg Hoexer
ok moritz@
2005-04-19syncTheo de Raadt
2005-04-19- remove unused headerXavier Santolaria
- add -l and -R flags - add check on cvs_sendentry() return value joris@ ok
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Do not bother looking for symbols if either esym is zero or the computedMiod Vallat
symbol table length is zero.
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
DB_AOUT_SYMBOLS.
2005-04-19No more a.out symbols support in ddb.Miod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-19move the "reply from ... " log msg in -d mdoe uop a bit so it actuallyHenning Brauer
comes before the "adjusting local clock by..." one, joerg
2005-04-19document REPORT_PROBLEM_LOGFILE, nitpick jmc@Marc Espie
2005-04-19fix for isochronous pipes:Damien Bergamini
xfer's busy_free status can be XFER_ONQU when uhci_device_isoc_done() is called. this happens when the xfer is queued in the driver supplied callback function that is called before uhci_device_isoc_done(). ok dlg@
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
drop every CMV reply that is not a CR or CW ack.
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19do not attempt to list which archs are relevant to which machdepJason McIntyre
sysctls; just note that not all sysctls apply to all archs; started by a diff from fgsch@
2005-04-19Don't call event_set() before event_init().Claudio Jeker
OK norby@
2005-04-19- some sysctls may not be lowered eitherJason McIntyre
- document machdep.kbdreset diff from fgsch@ ok deraadt@
2005-04-19Use snprintf, not sprintf for floating point conversion. While the actualTodd C. Miller
usage of sprintf here is safe, we'd rather not have the linker warnings.
2005-04-19Goodbye goodbye, parting is such sweet sorrow. Away and to the attic with you.Bob Beck
ok biorn@, deraadt@
2005-04-19handle removed files as well when checking files to commitJean-Francois Brousseau
ok joris
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2005-04-19send the correct argument, -A not -aJoris Vink
2005-04-19There is no reliable way to detect a working network interface. SoKenneth R Westerback
always offer ftp and http as set sources. Problem noted by uwe@, ok deraadt@
2005-04-19support -P -A -d flagsJoris Vink
2005-04-19remove debug codeJoris Vink
2005-04-19make sure we pick up newly added files.Joris Vink
2005-04-19update cf_type to the correct type if we cannot stat(2) theJoris Vink
requested file or directory in cvs_file_lget(). should fix those "attempt to send Entry for non-regular file" errors. reported by brad@
2005-04-18restore tab before [X] list; krw okTheo de Raadt
2005-04-18don't send an Entry reply to the server for unknown files,Joris Vink
fixes "foo is not (any longer) pertinent" errors