| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
and installing USD/SMM/PSD docs.
jmc@ agrees with the direction, ok millert@ on an earlier diff
|
|
|
|
|
|
| |
indent_globs.h to indent.c, and (2) changing all the same decls in
indent_globs.h to be extern
ok mortimer
|
| |
|
|
|
|
|
| |
become different or the #define's for the slots could diverge. To avoid
this, make one a copy of the other at runtime.
|
|
|
|
|
| |
and leftovers from past commands shmseg/shmmaxpg/nmbclusters
ok kettenis
|
|
|
|
|
|
| |
This also makes it easier to find the crucial difference between the
two synopses, which is the "-e".
Suggested by kn@; OK jmc@.
|
| |
|
|
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
|
|
|
| |
ok deraadt
|
|
|
|
| |
CTF) is not needed and can be removed.
|
|
|
|
|
|
| |
decomposition into major and minor is unsigned, so we should print them
with %u instead of %d.
ok guenther
|
|
|
|
|
|
|
|
|
| |
building: more accurate information can be found elsewhere;
while here, replace Gt sequences;
prompted by a diff from il ka;
ok deraadt guenther
|
|
|
|
|
|
|
|
|
|
| |
one location under /usr/share/relink.
Be more specific in src/etc/rc reorder_libs() what filesystems
need r/w remount and ensure that their mount state is restored.
Idea and positive feedback from deraadt@
OK aja@ tb@
|
|
|
|
| |
ok jca@, deraadt@
|
|
|
|
| |
ok deraadt@ jmc@
|
|
|
|
|
|
|
| |
using a variable which started at 0 and hence got planted in .bss.
Refactor that variable to begin at the maximum and decrease, such that it
lands in .data instead.
ok jsg
|
|
|
|
|
|
|
|
|
|
| |
whenever make is issued. Only do this when there are actual source changes
below /sys. This restores the behavior prior to the KARL implementation.
Problem noticed and patiently explained by mpi
implementation with a lot of help from espie
ok mpi, espie, deraadt
|
|
|
|
|
|
|
| |
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.
okay millert@
|
|
|
|
|
| |
in the source Makefile.* files.
ok tb rpe mlarkin
|
| |
|
|
|
|
| |
pointed out by brynet
|
|
|
|
|
|
| |
Problem reported by jdd () cs ! toronto ! edu on bugs.
ok brynet deraadt jmc
|
|
|
|
| |
Pointed by jmc@
|
| |
|
|
|
|
|
|
| |
20 years ago. While there, eliminate two dead assignments.
ok natano
|
|
|
|
| |
ok natano
|
|
|
|
|
|
|
| |
terminal size. That code was removed a while ago, and now there is
no longer any reason to open /dev/tty right before exiting init().
ok natano
|
| |
|
|
|
|
| |
ok jca, improvements and ok millert, natano
|
|
|
|
|
|
| |
import from NetBSD in '95 and does nothing except print an error.
ok tb
|
|
|
|
| |
ok natano
|
|
|
|
| |
ok tb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory. With the new kernel obj mechanism config always prints
Kernel options have changed -- you must run "make clean"
on the first run. The message is suppressed when the compile directory
didn't exist before, but now the directory always exists when config is
run, so we have to use something else to detect if this is a "fresh" run
or an update of an existing directory. Use the options file instead,
which is used to track the kernel options of the last config run. If the
file doesn't exist, it is safe to assume, that this is a "fresh"
directory.
ok tb deraadt
|
|
|
|
|
|
|
|
|
|
|
|
| |
new compile behaviour:
- create a Makefile including ../Makefile.inc
- run "make obj" to create the obj directory
- run "make config", to use logic in ../Makefile.inc to re-run config
with the correct -b options, thereby creating a layout in obj/
- exit 0.
As a result, the old patterns our fingers are used to continue to work
and there will be fewer curses.
ok natano tb
|
|
|
|
| |
ok deraadt@ tb@
|
|
|
|
| |
Written with and ok tb@
|
|
|
|
| |
Written with and ok tb@
|
|
|
|
| |
Xr fix while here...
|
| |
|
| |
|
|
|
|
| |
use pledge and file locking. OK deraadt@
|
|
|
|
| |
until the bitter end.
|
| |
|
| |
|
|
|
|
| |
ok miod@
|
|
|
|
|
|
|
|
|
| |
without proper device trees.
Be sure to build and install config(8) and rerun it before attempting to build
a kernel.
ok kettenis@ deraadt@ jasper@ visa@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Which makes this code go all wrong depending on where a system has put
their things like ALIGNBYTES.
Delete with prejudice. When someone needs to compile this in another
environment, they need to face this hurdle, and maybe change the
embedded memory allocator...
|
|
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|