spz
a91c432416
closes PR bin/37644
...
did not meet violent opposition ( :) ) on ipsec-tools-devel
2008-02-10 12:11:08 +00:00
agc
fca43256ed
make sure we have an __UNCONST definition available, for portability reasons.
2008-02-10 11:02:05 +00:00
ichiro
8bc3916209
regen
2008-02-10 10:59:44 +00:00
ichiro
bc141ac1b8
add few devices
...
PM965 interface
2008-02-10 10:59:18 +00:00
jmmv
d902e11647
Let this build by using BUILDSYMLINKS to workaround a problem in bsd.kmod.mk
...
that prevents a source file to be named exactly as the final module. Thanks
to pooka@ and mrg@ for pointing out how to resolve this.
Also define NOMAN because there is no manual page here.
2008-02-10 10:51:18 +00:00
skrll
199fb5f423
Use PRIu64 in a DPRINTF.
2008-02-10 10:33:10 +00:00
jmmv
be1e5d770b
Always test MKMODULAR with != "no". Requested by mrg@.
2008-02-10 08:21:25 +00:00
junyoung
a81d5c256d
__attribute__((__packed__)) -> __packed.
2008-02-10 05:58:22 +00:00
jmmv
97f434a8b4
Reverse MKMODULAR checks.
2008-02-09 22:32:38 +00:00
jmmv
ecaa0bc39a
Support a GENERIC.local file.
2008-02-09 22:18:11 +00:00
jmmv
56716d112e
Note the addition of the MKMODULAR option.
2008-02-09 19:36:04 +00:00
jmmv
4c23a29a80
Add 'options MODULAR'. Does not seem to conflict with anything else
...
(aka ALL builds fine).
2008-02-09 19:34:58 +00:00
jmmv
a9ec381491
Adjust lists to work when MKMODULAR is set to yes.
2008-02-09 19:34:03 +00:00
jmmv
4e4a76c0c4
Do not descend into modstat if MKMODULAR is set.
2008-02-09 19:33:17 +00:00
jmmv
8983cf2933
Recognize MKMODULAR and build the appropriate tool.
2008-02-09 19:33:00 +00:00
jmmv
c2ae0da603
Descend into modstat if MKMODULAR is set.
2008-02-09 19:32:28 +00:00
jmmv
62b4c6bc5c
Add a MKMODULAR build-time option, defaulting to no, to enable the new
...
kernel modules framework.
2008-02-09 19:31:36 +00:00
jmmv
b0152a99f8
Support negated build-time options in the lists. I need this to disable
...
some files when the modular option (not yet committed) is enabled.
2008-02-09 19:30:11 +00:00
dholland
d7c7049a10
Fix typo in error message
2008-02-09 19:15:59 +00:00
skrll
5c7461ba78
More whitespace and RCSIds.
2008-02-09 19:14:53 +00:00
ober
0a7ceb2bfb
Clean up white space and KNF everything.
2008-02-09 18:19:33 +00:00
dholland
81117ea33b
Restore a fragment of a comment that apparently got lost in a merge slipup
...
in 1998.
2008-02-09 17:49:39 +00:00
yamt
8caf8b71e7
regen.
2008-02-09 17:09:13 +00:00
yamt
603e4b9abd
update for _sched_{get,set}param changes. from rmind@.
2008-02-09 17:01:51 +00:00
yamt
b0d55c1a61
4.99.54 - _sched_{get,set}param changes.
2008-02-09 16:59:48 +00:00
yamt
16b042cbdb
from rmind@,
...
- revert struct sched_param changes to restore ABI.
- instead, add 'policy' arguments to _sched_{get,set}param syscalls.
(this is an API/ABI change.)
- correct kauth_authorize_process arguments.
while i'm here,
- don't bother to kmem_alloc for 4-byte structure.
2008-02-09 16:58:01 +00:00
junyoung
f59892f81b
u_intXX_t -> uintXX_t.
2008-02-09 14:56:20 +00:00
ad
a180c2a1f7
membar_enter was doing the wrong thing. For x86 we can alias:
...
membar_enter -> membar_consumer
membar_exit -> membar_producer
2008-02-09 13:42:21 +00:00
ad
d418b9fe8b
Some glue for atomic ops in userspace.
2008-02-09 13:30:54 +00:00
chris
08a72f8b45
Further tweaks to Kinetic support. All memory in ths sytem is now used.
...
Non-Kinetic memory is placed into a seperate freelist so preference is
given to the kinetic memory.
2008-02-09 13:17:32 +00:00
jmmv
e9ac11d090
Beleatedly note the addition of the new modules framework (options MODULAR)
...
and the new versions of modload, modstat and modunload that was done by ad@
on January 16th.
2008-02-09 13:02:13 +00:00
yamt
67ab67abb3
if DEBUG, over-allocate 1 byte to detect overrun.
2008-02-09 12:56:20 +00:00
ober
5b57893f60
Intel PRO/Wireless LAN 4965AGN Mini-PCI Adapter Driver ported from OpenBSD
...
by deroote@. OK nick@ moof@
2008-02-09 12:25:43 +00:00
skrll
ba36d19a6b
Catch up with kernel frames on amd64.
2008-02-09 11:43:58 +00:00
mlelstv
5c1a4dd94c
Fix a segfault when doing 'stat -f %R' on the stdin file handle, instead
...
fake the filename '(stdin)' like the %N format.
2008-02-09 09:18:07 +00:00
jmmv
2630bb2c25
Document dehumanize_number(3).
2008-02-09 09:09:04 +00:00
mrg
04ac16e077
also add -pthread to LDFLAGS; now this actually passes.
2008-02-09 08:38:08 +00:00
dholland
c60100b138
Use STDIN_FILENO and friends instead of magic constants 0/1/2.
...
Suggested by the patches in PR bin/36551 from Greg A. Woods.
2008-02-09 05:07:26 +00:00
dholland
3ad5f9069e
Document the behavior of dup2 when oldfd == newfd: nothing happens.
...
Suggested by the patches in PR bin/36551 from Greg A. Woods.
2008-02-09 04:58:30 +00:00
dholland
2069154485
Mention utmpx/wtmpx as well as utmp/wtmp. Suggested by the patches in
...
PR bin/36551 by Greg A. Woods. Also, while I'm here, fix a miscapitalized
word.
2008-02-09 04:50:57 +00:00
dholland
322ddd589b
Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8).
...
From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.
2008-02-09 04:31:43 +00:00
dholland
317c569692
Add warn() in a couple places where it was missing, and clarify one of
...
the existing warnings slightly. Suggested by PR bin/36551 by Greg A. Woods.
2008-02-09 04:27:06 +00:00
dholland
311ef454d2
Improvements and clarifications to log messages and also to the man page.
...
Partially cherry-picked from or inspired by PR bin/36551 by Greg A. Woods,
plus some additional grammar/usage/clarity adjustments while I was passing
through. Any mistakes are mine.
2008-02-09 04:09:22 +00:00
mrg
5139f277b1
note gcc 4.1.3-20080802
2008-02-09 02:43:22 +00:00
mrg
d638eaddc1
m68k/Makefile.inc:
...
- add __mmap.S to SRCS.
- add _lwp_getprivate.S mremap.S to ASM.
sys/Makefile.inc:
- look for __glue.S as well as glue.S.
- introduce a new ASM_MD and set it to "_lwp_getprivate.S mremap.S".
this is used for assembler files that may have non-default
implementations.
now m68k and m68000 mostly build again.
2008-02-09 02:41:06 +00:00
mrg
ecc90aa046
make all sun2 use -O0 and move most of the hacks out into just 3 files.
2008-02-09 02:37:21 +00:00
mrg
b757a71702
only use -Wuninitialized with -O>0.
2008-02-09 02:36:12 +00:00
mrg
eff6f27b55
regenerate all mknative-gcc files after skrll@'s fix to grab the
...
objc config.h. use this config.h in libobjc4.
this should address PR 37966, for -current.
2008-02-09 01:03:38 +00:00
christos
c44d05fa14
add a unit-test for threaded libobjc.
2008-02-08 20:04:50 +00:00
ad
54cd701e44
breakpoint: set up a stack frame so not to confuse gdb.
2008-02-08 18:17:39 +00:00