summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-29Sync dirty data when going from read-write to read-only.Pedro Martelletto
Verified against FreeBSD, closes PR 4526, okay deraadt@.
2005-09-29Clean up ht_intr_map() a bit.Mark Kettenis
2005-09-29hrmz..better.Xavier Santolaria
2005-09-29minor knfXavier Santolaria
2005-09-29Execute operations in the correct order. From jason@Marco Peereboom
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29Add HyperTransport here too.Mark Kettenis
2005-09-29free the access list when rcs file is closed. ok joris@Moritz Jodeit
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
ok drahn@
2005-09-29set RCS_SYNCED to off in some more functions whichMoritz Jodeit
change rcs file content. ok joris@
2005-09-29return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@Moritz Jodeit
2005-09-29don't forget to put the revision into the rcs_lockMoritz Jodeit
struct in rcs_lock_add(). ok niallo@ joris@
2005-09-29bounded string handlings; ok ottoTheo de Raadt
2005-09-29Improve PowerPC 7447A support.Mark Kettenis
ok drahn@
2005-09-29Add support for Shasta GMAC.Mark Kettenis
ok drahn@
2005-09-29Configure ht if found.Mark Kettenis
"there is some stuff here that needs no ok's!" deraadt@
2005-09-29Add Shasta HyperTransport.Mark Kettenis
ok deraadt@
2005-09-29Xr viasio(4)Alexander Yurchenko
2005-09-29Add support for the VIA VT1211 watchdog timer, not tested.Alexander Yurchenko
If you have a board that really uses this watchdog please give it a try.
2005-09-29Rework of multicast deletion code.Marco Pfatschbacher
The previous code could wrongly delete multicast groups on the parent interface. Now we forward only remembered delete requests to the carpdev. OK mcbride, mickey. "Get it in" deraadt.
2005-09-29Change DLT earlier. Fixes the loss of promisc mode when a non-defaultCan Erkin Acar
DLT is specified. looks sane deraadt@
2005-09-29the on/off argument to .Sm is not a flag; ok jmcJared Yanovich
2005-09-29.An only splits lines in AUTHORS; ok jmcJared Yanovich
2005-09-29implement RCS_HEAD_REV in rcs_rev_add()Niall O'Higgins
ok joris@
2005-09-29allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision;Joris Vink
2005-09-29fix usageJoris Vink
2005-09-29stuff needed for 'co'Joris Vink
2005-09-29put it basic checkout codeJoris Vink
2005-09-29Show the time a neighbor was DOWN instead of counting down fromClaudio Jeker
DEFAULT_NBR_TMOUT. Makes it easy to see since when a peer is dead. OK norby@ some time ago
2005-09-29zap unused varsJoris Vink
2005-09-29- prototypes for the RCS commands go in rcsprog.hJoris Vink
- use rcs_statfile() to obtain the correct path to the RCS file
2005-09-29use tabs instead of spaces in tags fileUwe Stuehler
2005-09-29-bullet lists require a different format to -tag...Jason McIntyre
2005-09-29fix the check for the type of enclosureDavid Gwynne
2005-09-29char end[] vs long end, bad; pr 4288Theo de Raadt
2005-09-29syncTheo de Raadt
2005-09-29Clear SDEV_MEDIA_LOADED for cd media on the last close of a device, asKenneth R Westerback
sd does. Prevents spurious label information from being seen on devices that return NOT READY/UNABLE TO RECOVER TABLE-OF-CONTENTS error (or other sense errors) for blank media. Burning cd's still works. ok marco@ dlg@ fgsch@ deraadt@
2005-09-29syncTheo de Raadt
2005-09-292 more cdce devicesTheo de Raadt
2005-09-29toast cast of lvalue; pr 4289Theo de Raadt
2005-09-29place iso3166.tab into /usr/share/misc; pr 4260 has the discussion..Theo de Raadt
2005-09-29ok, add uptime after kernel versionTheo de Raadt
2005-09-29for RCS files look in RCSDIR, if there is no path prefix specified.Joris Vink
if RCSDIR does not exist, look in the parent directory.
2005-09-29syncTheo de Raadt
2005-09-28enter rtld, to install the man page at leastTheo de Raadt
2005-09-28sync to ELF version of this man pageTheo de Raadt
2005-09-28correct last commit, in both files.Dale Rahn
2005-09-28syncTheo de Raadt
2005-09-28No part of the code defines UNALIGNED_ACCESS, use reverted tests forMiod Vallat
__STRICT_ALIGNMENT instead. Help pedro@ deraadt@, ok deraadt@
2005-09-28fix a use after free and let exit clean up instead. ok drahn@Kurt Miller