| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
during kernel startup before syslogd(8) can receive it. Increase
message buffer size from 94k to 128k on amd64.
reported by Hrvoje Popovski; OK deraadt@
|
|
|
|
| |
parts on the fly.
|
|
|
|
| |
ok deraadt@, krw@, jca@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
deraadt@s stack base randomisation may take away up to a whole page
in space, and it is possible that i will take another whole page
away in the future as a guard page. this means we continue to provide
roughtly the same amount of stack space that has previously been
in effect.
ok deraadt@
|
|
|
|
|
|
|
| |
on a guess how much memory a typical machine has. If the value is
too high, users may run out of kernel memory. Then we will have
to adjust this again.
OK claudio@ deraadt@
|
| |
|
| |
|
|
|
|
|
|
|
| |
to keep definitions our of user space. The MD files now follow a consistant
order -- all namespace intrusion is at the tail can be cleaned up
independently. locore, bootblocks, and libkvm still see enough visibility to
build. Checked on 90% of platforms...
|
|
|
|
|
| |
little while...
diff from martynas who is not around now
|
|
|
|
|
|
|
|
| |
compat names kept in <machine/param.h>. In <sys/socket.h>, pull
in <sys/_types.h> instead of the namespace polluting <machine/param.h>
and completely eliminate __CMSG_ALIGN, replaced by _ALIGN
ok deraadt@
|
|
|
|
| |
requested by deraadt@
|
|
|
|
|
|
| |
boot messages can be too big to fit.
sure deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
mbuf constants from MD param.h to MI param.h.
Besides being the same on every arch, things will
most probly break if any arch has different values
then the others.
The NMBCLUSTERS constants needs to be MD though;
ok miod@,krw@,claudio@
|
|
|
|
| |
found by drahn@
|
| |
|
|
|
|
| |
pointed out by miod@
|
|
|
|
|
| |
rescinded 22 July 1999.
Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@
|
|
|
|
|
| |
round_pdr() macro
- while there remove two more unused Mach macros
|
|
|
|
| |
help toby, ok deraadt@
|
|
|
|
| |
ok weingart@ deraadt@
|
| |
|
| |
|
| |
|
|
|
|
| |
cluster value that noone will really need to crank.
|
| |
|
|
hacked by art@ from netbsd sources and then later debugged
by me into the shape where it can host itself.
no bootloader yet as needs redoing from the
recent advanced i386 sources (anyone? ;)
|