Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | sgi going in. | Per Fogelstrom | |
2004-08-06 | sgi goes in | Per Fogelstrom | |
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff | |
2004-08-06 | md lists for sgi | Per Fogelstrom | |
2004-08-06 | sgi added. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | sync | Theo de Raadt | |
2004-08-06 | need this | Michael Shalayeff | |
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
2004-08-06 | Makefile changes to enter deep down there | Theo de Raadt | |
2004-08-06 | initial sgi import | Per Fogelstrom | |
2004-08-06 | one more mips64 | Per Fogelstrom | |
2004-08-06 | initial mips64 | Per Fogelstrom | |
2004-08-06 | regen | Michael Shalayeff | |
2004-08-06 | add wd | Michael Shalayeff | |
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-08-06 | support cardbus bridges and a few pcmcia devices i have working | Michael Shalayeff | |
2004-08-06 | Cleanup and fix a call to cvs_splitpath() | Jean-Francois Brousseau | |
2004-08-06 | * add a flag CF_NOSYMS to avoid loading information about symbolic links | Jean-Francois Brousseau | |
and fix 2 calls to cvs_splitpath() * unbreak cvs_file_find() | |||
2004-08-06 | Fix usage of cvs_splitpath() | Jean-Francois Brousseau | |
2004-08-06 | Fix the SIGINT handler | Jean-Francois Brousseau | |
2004-08-06 | Simplify cvs_splitpath() by requiring only one buffer to copy the result | Jean-Francois Brousseau | |
into | |||
2004-08-06 | Initial support for arm interrupt counters, more fixes to come. ok miod@ | Dale Rahn | |
2004-08-06 | No need to look for disk drives and cd-rom drives in a specific way now | Miod Vallat | |
that we use MI scsi; found out the hard way by deraadt@ | |||
2004-08-06 | conditional use of RLIMIT_VMEM (like ksh) | Michael Shalayeff | |
2004-08-06 | Misc cleaning and KNF in order to sync this to hp300 soon; no functional | Miod Vallat | |
change. Tested by aoyama@ | |||
2004-08-06 | in pclose(), only fclose() a stream if it has been opened by popen(), so | Pedro 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-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller | |
the side effect of fixing some ugly indentation (or the lack thereof). | |||
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller | |
2004-08-06 | not an error when merging in a directory without whatis.db. | Marc Espie | |
2004-08-06 | Handle case insensitivity for real | Jean-Francois Brousseau | |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau | |
and add support for case insensitivity | |||
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie | |
failing makewhatis should be a warning at best. | |||
2004-08-06 | Print cpu/cmmu details during boot, like mvme88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-06 | Add fields to keep track of the file's mode and last modification time | Jean-Francois Brousseau | |
2004-08-06 | creeping chdir. Not used at all these days, but would bug other clients, | Marc Espie | |
such as pkg_ad.... | |||
2004-08-06 | Unused variable | Jean-Francois Brousseau | |
2004-08-06 | Easy one! Remove two redundant assignments. | Per Fogelstrom | |
OK from miod@, millert@, henning@, marcus@ .... :) | |||
2004-08-06 | Merge 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-06 | Start using the global files list | Jean-Francois Brousseau | |
2004-08-06 | Have one global hierarchy of files that are being affected. This will | Jean-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-06 | use OpenBSD::Makewhatis, avoid forking extra makewhatis. | Marc Espie | |
Note: requires you to update makewhatis to work. | |||
2004-08-06 | the CF_STAT flag is useless now, all we have to do is extract the required | Jean-Francois Brousseau | |
information and keep it in the file structure | |||
2004-08-06 | Reorganize 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-06 | Monster 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-06 | In bgpctl show summary report the current and max prefix count if state is | Claudio Jeker | |
established. OK henning@ | |||
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker | |
the current and max prefix count back to bgpctl. OK henning@ | |||
2004-08-06 | fix 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-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ |