summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-19syncTheo de Raadt
2002-04-19Do not depend upon <ansidecl.h> to compile.Miod Vallat
Conforming to espie's evil plans, and ok espie@ tdeval@
2002-04-19Do not commit kbd for arches where it provides no real support.Miod Vallat
While there, remove dead parts.
2002-04-18syncTheo de Raadt
2002-04-18oops, there is no cd0 on hp300Theo de Raadt
2002-04-18Regen.Miod Vallat
2002-04-18/dev/reload does not exist for mac68k.Miod Vallat
2002-04-18no chrootTheo de Raadt
2002-04-18no chroot, and avoid SYMLINK to instbinTheo de Raadt
2002-04-18Reuse cddb code to support FreeBSD new cdid command.Marc Espie
(who knows ? scripts might use it). ok fgs@, pval@
2002-04-18no chrootTheo de Raadt
2002-04-18Regen.Miod Vallat
2002-04-18Block devices have 16 partitions per disklabel now.Miod Vallat
2002-04-18Make the Mac68k disklabel 16 partitions long, to cope withMiod Vallat
partition-{convoluted,challenged} disks.
2002-04-18Install both kerb directories with install -d (suggested by millert@)Marc Espie
2002-04-18Report explicit failure instead of success and no operation when asked toMiod Vallat
write a disklabel. Disklabel on mac68k is virtual and constructed from the MacOS partition table, that should only be edited from MacOS for safety.
2002-04-18remove extra spaces, fix rcsid (noticed by millert)Marc Espie
2002-04-18for real this timeTheo de Raadt
2002-04-18not neededTheo de Raadt
2002-04-18the chroot in the install is used, no need in instbinTheo de Raadt
2002-04-18KNFTheo de Raadt
2002-04-18- use a define instead of a hardcoded value for 68040 cache controlMiod Vallat
- 68060 FPU operations should test fputype, not mmutype, for 060 land, if only for consistency reasons. Tested by deraadt@
2002-04-18Use FPU_FOO constants everywhere, and do not print the 68060 as having bothMiod Vallat
a built-in and an unknown FPU.
2002-04-18There is no point in embedding an out-of-date copy of <sys/disklabel.h>,Miod Vallat
especially since this manual page refers to said file. ok deraadt@ millert@
2002-04-18Add cddb support.Marc Espie
2002-04-18add conexant lanfinityJason Wright
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice ↵Jason Wright
Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary)
2002-04-18correct description of undefine, both according to the code, and toMarc Espie
single unix.
2002-04-18syncJason Wright
2002-04-18Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵Jason Wright
<maurice@amaze.nl>
2002-04-18Add amphyJason Wright
2002-04-18Provide the correct signal number to the ktrace PSIG information insteadMiod Vallat
of an uninitialized variable. millert@ ok
2002-04-18remove garbageTheo de Raadt
2002-04-18use strlcpyTheo de Raadt
2002-04-18call pool_get() with PR_NOWAIT. allocation can fail with low memory, butTheo de Raadt
will work in contexts with curproc is NULL. from art. going into 3.1
2002-04-18update to sendmail 8.12.3Todd C. Miller
2002-04-17Our m4 generated MAKEDEV will eventually be less SunOS-friendly than theyMiod Vallat
used to are, if at all; so warn people setting up diskless systems under SunOS or other operating systems that they might need to edit MAKEDEV for it to run properly on the host system.
2002-04-17Add Quadra 950 as supported (via serial console) hardware; sync with web page.Miod Vallat
2002-04-17Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches.Miod Vallat
2002-04-17Switch mvme68k to the m4 MAKEDEV scheme.Miod Vallat
As a bonus, we do not need awk(1) anymore to run MAKEDEV. ok deraadt@
2002-04-17Remove duplicate device list for "MAKEDEV all".Miod Vallat
No change in the generated output, so no regen needed. ok todd@
2002-04-17Fix a macro usage buglet.Miod Vallat
No changes in the generated output, so no regen needed. ok todd@
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an ↵Jason Wright
amphy-alike.
2002-04-17Reset lineno for each file, so pfctl -R ... -N ... reports the rightDaniel Hartmeier
line number for non-first files. Reported by aaron@
2002-04-17remove unneeded bytes; tested by nate, deraadt and nate ok.Federico G. Schwindt
2002-04-17Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
early as possible. Also the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself.
2002-04-1750'000 -> 50000 (50,000 is equally wrong ;), from David KrauseDaniel Hartmeier
2002-04-17Document bulk package building.Marc Espie
Stress important conditions that should be met for bugs to be avoided.
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.Marc Espie
ok millert@
2002-04-17Use __func__ in assert.Marc Espie
ok millert@