Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-19 | sync | Theo de Raadt | |
2002-04-19 | Do not depend upon <ansidecl.h> to compile. | Miod Vallat | |
Conforming to espie's evil plans, and ok espie@ tdeval@ | |||
2002-04-19 | Do not commit kbd for arches where it provides no real support. | Miod Vallat | |
While there, remove dead parts. | |||
2002-04-18 | sync | Theo de Raadt | |
2002-04-18 | oops, there is no cd0 on hp300 | Theo de Raadt | |
2002-04-18 | Regen. | Miod Vallat | |
2002-04-18 | /dev/reload does not exist for mac68k. | Miod Vallat | |
2002-04-18 | no chroot | Theo de Raadt | |
2002-04-18 | no chroot, and avoid SYMLINK to instbin | Theo de Raadt | |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie | |
(who knows ? scripts might use it). ok fgs@, pval@ | |||
2002-04-18 | no chroot | Theo de Raadt | |
2002-04-18 | Regen. | Miod Vallat | |
2002-04-18 | Block devices have 16 partitions per disklabel now. | Miod Vallat | |
2002-04-18 | Make the Mac68k disklabel 16 partitions long, to cope with | Miod Vallat | |
partition-{convoluted,challenged} disks. | |||
2002-04-18 | Install both kerb directories with install -d (suggested by millert@) | Marc Espie | |
2002-04-18 | Report explicit failure instead of success and no operation when asked to | Miod 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-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie | |
2002-04-18 | for real this time | Theo de Raadt | |
2002-04-18 | not needed | Theo de Raadt | |
2002-04-18 | the chroot in the install is used, no need in instbin | Theo de Raadt | |
2002-04-18 | KNF | Theo de Raadt | |
2002-04-18 | - use a define instead of a hardcoded value for 68040 cache control | Miod Vallat | |
- 68060 FPU operations should test fputype, not mmutype, for 060 land, if only for consistency reasons. Tested by deraadt@ | |||
2002-04-18 | Use FPU_FOO constants everywhere, and do not print the 68060 as having both | Miod Vallat | |
a built-in and an unknown FPU. | |||
2002-04-18 | There 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-18 | Add cddb support. | Marc Espie | |
2002-04-18 | add conexant lanfinity | Jason Wright | |
2002-04-18 | add 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-18 | correct description of undefine, both according to the code, and to | Marc Espie | |
single unix. | |||
2002-04-18 | sync | Jason Wright | |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵ | Jason Wright | |
<maurice@amaze.nl> | |||
2002-04-18 | Add amphy | Jason Wright | |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat | |
of an uninitialized variable. millert@ ok | |||
2002-04-18 | remove garbage | Theo de Raadt | |
2002-04-18 | use strlcpy | Theo de Raadt | |
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt | |
will work in contexts with curproc is NULL. from art. going into 3.1 | |||
2002-04-18 | update to sendmail 8.12.3 | Todd C. Miller | |
2002-04-17 | Our m4 generated MAKEDEV will eventually be less SunOS-friendly than they | Miod 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-17 | Add Quadra 950 as supported (via serial console) hardware; sync with web page. | Miod Vallat | |
2002-04-17 | Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches. | Miod Vallat | |
2002-04-17 | Switch 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-17 | Remove duplicate device list for "MAKEDEV all". | Miod Vallat | |
No change in the generated output, so no regen needed. ok todd@ | |||
2002-04-17 | Fix a macro usage buglet. | Miod Vallat | |
No changes in the generated output, so no regen needed. ok todd@ | |||
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an ↵ | Jason Wright | |
amphy-alike. | |||
2002-04-17 | Reset lineno for each file, so pfctl -R ... -N ... reports the right | Daniel Hartmeier | |
line number for non-first files. Reported by aaron@ | |||
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt | |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd 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-17 | 50'000 -> 50000 (50,000 is equally wrong ;), from David Krause | Daniel Hartmeier | |
2002-04-17 | Document bulk package building. | Marc Espie | |
Stress important conditions that should be met for bugs to be avoided. | |||
2002-04-17 | Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18. | Marc Espie | |
ok millert@ | |||
2002-04-17 | Use __func__ in assert. | Marc Espie | |
ok millert@ |