simonb
c8ee7b6dd7
Add a WEAK_ALIAS macro.
...
While here, use #if instead of #ifdef for __STDC__ check.
2003-12-06 14:06:28 +00:00
simonb
5fc19197d5
Use crosscompile-friendly ${BINUTILSPROGRAMNAMES}.
...
Enable WARNS=2.
Don't use -z and update start address for binutils 2.14 ld.
2003-12-06 14:04:33 +00:00
simonb
b3d9f58082
Make WARNS=2 friendly.
2003-12-06 14:02:40 +00:00
simonb
717bd17cec
KNF, ANSIfy, de-__P.
2003-12-06 13:09:01 +00:00
manu
8019168c34
Remove a useless debug printf
2003-12-06 11:43:56 +00:00
yamt
3b65e1745b
- disable ipv4 checksum offloading as it seems to have a problem.
...
- add comments to describe it.
2003-12-06 11:27:28 +00:00
jdolecek
d9c37aa325
regen:
...
add NetMos NM9805 and NM9815
2003-12-06 11:20:55 +00:00
jdolecek
89d301d92d
add NetMos NM9805 and NM9815
2003-12-06 11:19:17 +00:00
jdolecek
d8065a9e15
add entry for another NetMos card - NetMos NM9815 Dual 1284 Printer port
2003-12-06 11:18:08 +00:00
martin
fb5bbc3d78
We can not count CPUs at sysctl initialization time - so don't make
...
hw.ncpu an immediate value.
2003-12-06 09:36:34 +00:00
itohy
315a88c214
Back out the following commit and apply the real fix.
...
A variable was actually used in a wrong way.
> revision 1.20
> date: 2003/10/25 21:31:43; author: christos; state: Exp; lines: +3 -3
> Fix uninitialized variable warnings.
2003-12-06 09:32:22 +00:00
wiz
2872df37e8
Fix typo, reported by Soren Jacobsen in PR 23667.
2003-12-06 08:26:42 +00:00
wiz
0b46b8198f
Fix typo, reported by Soren Jacobsen in PR 23666.
2003-12-06 08:25:39 +00:00
dmcmahill
ef962b8e93
include arpa/inet.h for htonl/htons. Needed for building on solaris as
...
a host tool. Change ok'ed by Matt Green.
2003-12-06 05:15:29 +00:00
atatat
936b72608c
Don't need those any more
2003-12-06 04:25:57 +00:00
atatat
44f5f6b89b
The missing pieces of PROC_PID_STOPEXIT/P_STOPEXIT, a sysctl tweakable
...
flag that makes a process stop as it exits.
2003-12-06 04:16:33 +00:00
atatat
23293f9bae
Pick off a couple of cpu_sysctl() stragglers.
2003-12-06 03:16:48 +00:00
jonathan
52315e5149
Increase userspace (/usr/sbin/nfsd) limit on nfsd count from 20 to 1024.
...
Jason Thorpe suggests removing the limit altogether; anyone who needs
more than 1024 nfsds can still do "nfsd -n 1024" multiple times, and
this provides _some_ saftey-net against nfsd (issued by root) from
eating all the avaiable process slots.
2003-12-06 03:01:16 +00:00
atatat
4673a65de6
#include "opt_multiprocessor.h"
...
This makes hw.ncpu and kern.cp_time work better on those platforms.
2003-12-06 02:52:29 +00:00
jonathan
47eb5abfab
Commit message for previous revision to sys/nfs/nfs.h:
...
Increase NFS_MAXRAHEAD to 32. With 32k read or write requests, that
amounts to 1 Mbyte of read-ahead, enough to cover about 10 ms latency
at gigabit Ethernet speeds. Increase the table of nfsiod kthreads
(NFS_MAXASYNCDAEMON) from 20 to 128, to match the raised value of
NFS_MAXRAHEAD. (Making the limit dynamic requires replacing the
compile-time array with a dynamic structure.)
Add a comment explaining that each read-ahead requires an I/O thread.
Wrap both parameters with an #ifdef <parameter>/#endif, to allow
hand-tuned values or (later) a kernel config-file option override.
2003-12-06 02:48:35 +00:00
jonathan
8f814572a8
*** empty log message ***
2003-12-06 02:43:17 +00:00
simonb
efee714557
Wrap long line.
2003-12-06 01:53:14 +00:00
he
b2518d1259
Make sure buf_inorder() returns a value under all conditions.
2003-12-06 01:21:23 +00:00
he
b4d0601326
Follow through with the removal of cpu_sysctl() here as well,
...
on the tail of the dynamic sysctl reorganization.
2003-12-05 23:56:20 +00:00
jmc
b397aad192
Force make -B to avoid parsing problems if -j was in MAKEFLAGS. Otherwise the
...
eval loses on the ---<target>--- lines
2003-12-05 23:32:42 +00:00
schmonz
98429d2db1
Remove me from Darwin pkgsrc as I no longer have a Darwin system.
2003-12-05 23:27:20 +00:00
bouyer
b42d959140
Add support for the Intel 82801ER Serial ATA/Raid Controller.
...
From Simas Mockevicius on current-users@.
2003-12-05 23:12:41 +00:00
cjep
a2f656e637
Remove me from OpenBSD pkgsrc as I no longer have an OpenBSD box
2003-12-05 22:49:11 +00:00
cube
d8aa4bc899
Remove bitbang code that was taken from FreeBSD to support recent SiS
...
chipsets and use mii_bitbang interface instead. Reflect sip dependency in
the config file.
Support for SiS96x needs broader testing.
2003-12-05 22:34:44 +00:00
lukem
ef51feb33d
fix some comments
2003-12-05 22:33:01 +00:00
mycroft
8ee74ae180
Recognize reciprocal conversions and generate output like GNU units(1).
2003-12-05 22:26:43 +00:00
lukem
ad980f2f9e
obsolete usr/share/doc/html/ntp{,/hints}
2003-12-05 22:24:58 +00:00
christos
0cc29b2a89
darwin_sysctl is no more.
2003-12-05 22:17:47 +00:00
jdolecek
43dfb7e7a8
add #ifdef DEBUG segnum sanity check in shm_delete_mapping()
2003-12-05 22:09:56 +00:00
petrov
bd2319422e
Don't convert syscall args for tracing 32bit binaries on 64bit
...
kernel. Found and suggested by David Light. Fixes port-sparc64/23473.
2003-12-05 21:49:00 +00:00
jdolecek
cbff3c76c3
fix IPRINTF() code to compile if the printf()s are enabled; also print
...
lwp pointers rather than proc pointer
2003-12-05 21:24:57 +00:00
fredb
fd7b604de5
Fix my email address.
2003-12-05 21:24:10 +00:00
jdolecek
0e253cf5f5
back the sigfilter emulation hook change off
2003-12-05 21:12:42 +00:00
christos
f7e4c22afc
Add a dummy darwin_slock
2003-12-05 20:34:45 +00:00
manu
c79cdf6650
struct darwin_slock is not undefined, it's just machine dependent.
2003-12-05 19:57:44 +00:00
scw
a9760a89e4
To cater for VLAN-aware layer 2 ethernet switches which may need to strip
...
the tag before forwarding the packet, make sure the packet+tag is at least
68 bytes long.
This is necessary because our parent will only pad to 64 bytes (ETHER_MIN_LEN)
and some switches will not pad by themselves after deleting a tag.
2003-12-05 19:35:43 +00:00
christos
6b364b0d7f
Do the song and dance for the new indirect register mappings.
...
XXX: This driver's attach routine does not free resources on allocation
failure.
2003-12-05 19:00:07 +00:00
matt
521d93bc3d
Add MMX/SSE (i386,amd64) and Altivec (powerpc) include files.
2003-12-05 18:57:40 +00:00
matt
ed5964b611
Install the MMX/SSE/Altivec include files that gcc provides.
2003-12-05 18:56:11 +00:00
christos
91fec5ebba
Make this compile.
...
- does darwin_sysctl() need to be gc'ed?
- does the darwin root node need to be in struct emul?
- does struct emul need a root sysctl node?
2003-12-05 17:34:56 +00:00
fvdl
9038f863f4
Resurrect include of opt_insecure.h to get the INSECURE definition.
...
From Kouichirou Hiratsuka on current-users.
2003-12-05 16:19:09 +00:00
atatat
7213f3d958
forgot to mention sysctl yesterday
2003-12-05 14:07:23 +00:00
lukem
db2f9ed1de
editline(3) tokenization stuff
2003-12-05 13:57:47 +00:00
lukem
d993f3815c
update for editline(3) tok_*() function addition
2003-12-05 13:49:16 +00:00
wiz
312a9703d5
Use Aq instead of <>, quote a minus, drop trailing space.
2003-12-05 13:46:39 +00:00