augustss
8666d19603
Make INSTALL kernel a little slimmer.
2004-02-21 11:38:28 +00:00
jdolecek
10677fb827
switch nb_resolvehost_in() to getaddrinfo()
...
g/c commented out nbns_*() functions, they are implemented elsewhere
2004-02-21 10:09:01 +00:00
jdolecek
b142758840
sort iconv -l output
2004-02-21 09:16:25 +00:00
rtr
39401ac035
SRCS+= GetTimeInMillis.c for special combinations of XFree86 server is
...
being built with other servers.
2004-02-21 08:35:28 +00:00
rtr
36f1e88d93
MKMAN=no was there ever a Xmacppc.man?
2004-02-21 08:33:23 +00:00
rtr
12cdb6c3cf
move libos.a down in the link line so its version of GetTimeInMillis() is
...
not the one linked (instead we get the version from libxnest.a and libxvfb.a)
appropriately.
2004-02-21 08:32:34 +00:00
junyoung
2402a07435
- Locate comment in right place.
...
- Fix wrt protection against multiple inclusion.
2004-02-21 04:31:40 +00:00
atatat
56392ab40b
Use KERN_PROCSLOP for struct kinfo_proc and KERN_LWPSLOP for
...
struct kinfo_lwp, and not vice versa.
Should solve the issue with top dying because it's unable to "allocate
memory".
2004-02-21 03:27:57 +00:00
sekiya
6b0d2196d3
Add sgimips as a valid XFree86 server target.
2004-02-21 01:51:43 +00:00
skrll
151426159b
Whitespace.
2004-02-20 20:58:24 +00:00
jkunz
7006f1c550
Import ipmlementations for _bus_dmamap_load_buffer(), mbus_dmamap_load(), mbus_dmamap_load_mbuf(), mbus_dmamap_load_uio() and mbus_dmamem_mmap(), from sys/arc/vax/vax/bus_dma.c and rework mbus_dmamap_sync() based on sys/arc/arm/arm32/bus_dma.c.
2004-02-20 20:22:10 +00:00
jkunz
c43db93399
hp700 has no PCI support yet. Enabling PCI devices breaks compilation, so disable all PCI devices for the moment.
2004-02-20 20:18:37 +00:00
drochner
972fe86c42
Provide a dummy cpu_exec_aout_makecmds() to make a kernel
...
with COMPAT_NETBSD32+COMPAT_AOUT link.
netbsd-1.3/i386 binaries are running now.
2004-02-20 18:11:16 +00:00
yamt
2becafcd79
don't assume that bus on intr_extra_buses has non-null pci_bridge_tag.
...
pchb's second bus doesn't have it.
ok'ed by Frank van der Linden.
2004-02-20 18:04:06 +00:00
yamt
d749a2d0b4
defer pmap switching until it's really needed
...
to avoid frequent loading of cr3 register, which involves tlb flush.
with some fixes/improvements from Stephan Uphoff and Bang Jun-Young.
2004-02-20 17:35:01 +00:00
drochner
b07c616019
did this ever work? The EXEC_32 flag must be set _before_
...
exec_aout_prep_*magic(), otherwise setup_stack() fails.
2004-02-20 17:04:27 +00:00
fvdl
a043ba6b66
Actually match the nforce3 as well..
2004-02-20 16:36:29 +00:00
drochner
f0423dfad5
-MID_SPARC->NETBSD32_MID_MACHINE
...
-check for zero BSS size, as in kern/exec_aout.c rev. 1.23
2004-02-20 16:14:38 +00:00
drochner
289fa68010
provide a definition NETBSD32_MID_MACHINE which tells for the a.out MID
...
to look for in 32-bit emulation
2004-02-20 16:11:44 +00:00
sjg
a3cc11808b
Fix :M so that modifiers in nested variables don't terminate parsing
...
early. Add a unit-test to verify it works and keeps working.
Re-jig the unit-tests so that all are sub makefiles.
2004-02-20 09:03:26 +00:00
atatat
f99654532c
Make this:
...
% sysctl -A kern.cp_time
(and also "sysctl -A" without the kern.cp_time argument) print this:
kern.cp_time: user = 851648, nice = 683496, sys = 69383, ...
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
instead of just:
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
2004-02-20 05:27:39 +00:00
uebayasi
d59e9104ff
Tar(1)'s -s option needs an argument. Correct option string (s -> s:).
...
Reported and tested by Tomoaki Imamura.
2004-02-20 05:16:54 +00:00
fvdl
e27e92d426
Bump libc minor.
2004-02-19 21:30:22 +00:00
christos
dfc0794d60
-D_REENTRANT not needed anymore.
2004-02-19 19:51:05 +00:00
christos
b6b464bd1b
-D_REENTRANT is not needed
2004-02-19 19:39:13 +00:00
christos
270cd4e394
Add servent and protoent tests
2004-02-19 19:38:51 +00:00
christos
2b03200f1f
servent_r/protoent_r additions
2004-02-19 19:31:06 +00:00
christos
885e0fc7f3
protoent_r/servent_r
2004-02-19 19:30:30 +00:00
christos
d68ecdf1c9
getservent_r/getprotoent_r
2004-02-19 19:27:53 +00:00
christos
ec210d4a19
Implement the non-reentrant ones using the reentrant ones.
...
Name files by function name.
2004-02-19 19:27:26 +00:00
christos
7782337bb7
_r functions for services and protocols; also add the inet_cidr_* function
...
which will come next.
2004-02-19 19:22:51 +00:00
christos
8059eed1bc
Re-entrant versions of services and prorocols functions.
2004-02-19 19:21:44 +00:00
christos
96401843e9
Adjust the compare script so that it can be used for both servent and protoent.
2004-02-19 19:19:29 +00:00
christos
6e311ad824
{get,set,end}protoent_r regressions.
2004-02-19 19:18:48 +00:00
christos
7fc50c9d78
{get,set,end}servent_r regression test.
2004-02-19 19:06:52 +00:00
drochner
40bcd2aa76
MACHINE_ARCH is x86_64 for amd64; noticed by Nicolas Joly
2004-02-19 18:25:56 +00:00
drochner
2982fa170d
use no-execute page permissions if supported
2004-02-19 17:18:38 +00:00
drochner
fdeec1f029
define AMD64's CPUID_NOX bit (I'm curious where Intel puts this bit in the
...
ia32 extension just announced)
XXX there should be a better separation between generic and vendor
specific feature flags
2004-02-19 17:09:39 +00:00
drochner
d2414542a3
-on instruction fetch fault from non-executable pages, signal
...
SIGSEGV/SEGV_ACCERR
-whitespace cleanup
2004-02-19 17:06:06 +00:00
drochner
893de0a21e
signal SIGSEGV/SEGV_ACCERR if non-executable stack is jumped to
2004-02-19 17:02:44 +00:00
drochner
8f89c664eb
enable stack_noexec where a non-executable stack is supported
2004-02-19 16:56:52 +00:00
drochner
8d4559c4ee
Use tramptest.c on GNU_ARCHs where stack trampolines are emitted
...
(based on grep'ing gcc /config), and a dummy otherwise.
2004-02-19 16:55:30 +00:00
drochner
9b4a0e83fc
After reading manpages, and feedback by Chuck Silvers, change this
...
test to expect SIGSEGV if code execution on the stack is attempted.
Also use SA_SIGINFO and check si_code for SEGV_ACCERR.
2004-02-19 16:49:43 +00:00
yamt
635ee237b0
support h/w assisted vlan tag insertion.
2004-02-19 14:21:40 +00:00
yamt
9324f158e1
support h/w assisted vlan tag removal.
2004-02-19 13:34:51 +00:00
lukem
4b7a7b777e
veriexec can't be changed at securelevel 1
2004-02-19 13:24:31 +00:00
uebayasi
5d41e06074
Update some URLs.
2004-02-19 12:23:47 +00:00
ragge
9a3ec25f87
Add media type 10GbaseLR. Change ifmb_baudrate and ifmedia_baudrate()
...
to u_quad_t instead of int (common speed today exceeds 2Gbit).
2004-02-19 11:58:30 +00:00
skrll
f8314ad5e5
mknative sweep. mainly version string differences and STDC_HEADERs.
...
no need for the signbit stuff on sparc as libc got fixed.
2004-02-19 08:11:31 +00:00
atatat
589a080332
More better display of kern.cp_time for MP machines. Now we use one
...
sysctl() call to query for each of three different display modes:
(1) sum across all cpus
% sysctl kern.cp_time
kern.cp_time: user = 93240, nice = 1507, sys = 17252, ...
(2) data for just cpu 0
% sysctl kern.cp_time.0
kern.cp_time.0: user = 93282, nice = 1507, sys = 17264, ...
(3) each cpu individually up to hw.ncpu
% sysctl -A kern.cp_time
kern.cp_time.0: user = 93349, nice = 1507, sys = 17280, ...
kern.cp_time.1: user = 93403, nice = 1507, sys = 17291, ...
...
2004-02-19 06:51:11 +00:00