summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-06sgi going in.Per Fogelstrom
2004-08-06sgi goes inPer Fogelstrom
2004-08-06sgi support; from pefo@Michael Shalayeff
2004-08-06md lists for sgiPer Fogelstrom
2004-08-06sgi added.Per Fogelstrom
ok deraadt@
2004-08-06syncTheo de Raadt
2004-08-06need thisMichael Shalayeff
2004-08-06do not be quiet about this operationTheo de Raadt
2004-08-06Makefile changes to enter deep down thereTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom
2004-08-06one more mips64Per Fogelstrom
2004-08-06initial mips64Per Fogelstrom
2004-08-06regenMichael Shalayeff
2004-08-06add wdMichael Shalayeff
2004-08-06build on hppaMichael Shalayeff
2004-08-06support cardbus bridges and a few pcmcia devices i have workingMichael Shalayeff
2004-08-06Cleanup and fix a call to cvs_splitpath()Jean-Francois Brousseau
2004-08-06* add a flag CF_NOSYMS to avoid loading information about symbolic linksJean-Francois Brousseau
and fix 2 calls to cvs_splitpath() * unbreak cvs_file_find()
2004-08-06Fix usage of cvs_splitpath()Jean-Francois Brousseau
2004-08-06Fix the SIGINT handlerJean-Francois Brousseau
2004-08-06Simplify cvs_splitpath() by requiring only one buffer to copy the resultJean-Francois Brousseau
into
2004-08-06Initial support for arm interrupt counters, more fixes to come. ok miod@Dale Rahn
2004-08-06No need to look for disk drives and cd-rom drives in a specific way nowMiod Vallat
that we use MI scsi; found out the hard way by deraadt@
2004-08-06conditional use of RLIMIT_VMEM (like ksh)Michael Shalayeff
2004-08-06Misc cleaning and KNF in order to sync this to hp300 soon; no functionalMiod Vallat
change. Tested by aoyama@
2004-08-06in pclose(), only fclose() a stream if it has been opened by popen(), soPedro Martelletto
that applications doing: 'ok = (pclose(f) != -1) || (fclose(f) == 0)' can work safely and avoid a double-close of a stream. ok millert@
2004-08-06Use .Dl instead of a literal block when we only have a single line. HasTodd C. Miller
the side effect of fixing some ugly indentation (or the lack thereof).
2004-08-06Fix typo (.Bd that should be .Ed)Todd C. Miller
2004-08-06not an error when merging in a directory without whatis.db.Marc Espie
2004-08-06Handle case insensitivity for realJean-Francois Brousseau
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
and add support for case insensitivity
2004-08-06protect makewhatis calls inside eval.Marc Espie
failing makewhatis should be a warning at best.
2004-08-06Print cpu/cmmu details during boot, like mvme88k.Kenji Aoyama
ok miod@
2004-08-06Add fields to keep track of the file's mode and last modification timeJean-Francois Brousseau
2004-08-06creeping chdir. Not used at all these days, but would bug other clients,Marc Espie
such as pkg_ad....
2004-08-06Unused variableJean-Francois Brousseau
2004-08-06Easy one! Remove two redundant assignments.Per Fogelstrom
OK from miod@, millert@, henning@, marcus@ .... :)
2004-08-06Merge Luna88k and mvme88k M88200 management code. Features:Miod Vallat
- simpler structures (no more redundant or easily computable information). - split scheme configuration (for 4:1 and 8:1 designs) is only compiled in if necessary (read: only on a mvme88k kernel configured for MVME188 support), which speeds up CMMU operations on the Luna88k. - will not enable bus snopping on a monoprocessor system. Tested on Luna88k-2, MVME187 and various MVME188 by aoyama@ and I.
2004-08-06Start using the global files listJean-Francois Brousseau
2004-08-06Have one global hierarchy of files that are being affected. This willJean-Francois Brousseau
allow us to build the tree in memory as well as on disk for operations such as checkout and update. It will also allow us to write all Entries in a single disk write and to avoid creating empty directories on updates when pruning is requested
2004-08-06use OpenBSD::Makewhatis, avoid forking extra makewhatis.Marc Espie
Note: requires you to update makewhatis to work.
2004-08-06the CF_STAT flag is useless now, all we have to do is extract the requiredJean-Francois Brousseau
information and keep it in the file structure
2004-08-06Reorganize makewhatis in smaller modules.Marc Espie
Avoid pulling unneeded code: for instance, if you have only formated manpages in your system, Unformated will never be used; Check put aside and only used in -p mode. -t mode won't pull Whatis. Find; File::Compare and File::Copy and File::Temp likewise. okay millert@
2004-08-06Monster diff to get one step closer to IPv6 support.Claudio Jeker
Cleanup path attribute handling. First of all kill struct attr_flags, all those infos are now in struct rde_aspath. Second move attribute parser functions into rde.c, rde_attr.c is shared between bgpd and bgpctl. Third reimplementation of the nexthop handling. Make it IPv6 ready and fix some major bug relating to "set nexthop". henning@ OK if it breaks nothing
2004-08-06In bgpctl show summary report the current and max prefix count if state isClaudio Jeker
established. OK henning@
2004-08-06Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can reportClaudio Jeker
the current and max prefix count back to bgpctl. OK henning@
2004-08-06fix one of the most bizarre bugs in a while...Marc Espie
found by henning@.
2004-08-06@lib shared library marker.Marc Espie
- runs ldconfig to find out search library path. - if library is in path, mark directory for updating cache. - run ldconfig when needed, e.g., right before executing something that might depend on the library. Doesn't handle destdir case yet.
2004-08-06add MII_MODEL_AMD_79C875phyPer Fogelstrom
2004-08-06Add support for Am79C875 quad phy.Per Fogelstrom
ok deraadt@