tsutsui
ee70a0c964
Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.
2008-11-24 17:30:12 +00:00
tsutsui
a43d077c5c
- unsigned -> unsigned int
...
- remove unnecessary casts from malloc(3) and free(3)
- fix a bogus indent
2008-11-24 17:19:53 +00:00
tsutsui
24ec9f1685
Remove an extra semicolon.
2008-11-24 17:11:43 +00:00
tsutsui
1f6333d7e3
<machine/bsd-aout.h> -> <mips/bsd-aout.h>, no MD bits in each port.
...
(who still has a.out for 4.4BSD pmax or news3400?)
2008-11-24 17:07:19 +00:00
martin
10b0d64e49
Remove __LIBC12_SOURCE__
2008-11-24 16:10:27 +00:00
joerg
6c45130eba
Move the specification of the on-disk journal format into a separate
...
header.
2008-11-24 16:05:21 +00:00
tsutsui
567491a4b3
Add Xref to new timecounter(9).
2008-11-24 14:36:40 +00:00
tsutsui
427495e3ff
Replace timecounter(9) man page with OpenBSD's tc_init(9)
...
since the previous one was derived from FreeBSD's time(9)
which was based on NetBSD's time_second(9), and
it didn't mention the timecounter framework itself.
2008-11-24 14:25:15 +00:00
tsutsui
e27e32c9d4
Add tvtohz(9) man page, which is Xref'ed from microtime(9) and microuptime(9),
...
from FreeBSD.
2008-11-24 14:08:12 +00:00
tsutsui
ad4de7f1e5
Merge description about bintime(9), getbintime(9), getmicrotime(9),
...
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
2008-11-24 13:50:07 +00:00
cegger
651359d330
build fix: include <sys/buf.h>
2008-11-24 13:45:37 +00:00
tsutsui
98a1d01177
Fix botch in previous.
2008-11-24 12:43:43 +00:00
ad
da7a34bfde
Back out previous for the moment.
2008-11-24 12:33:40 +00:00
tsutsui
f208f6681d
Add MLINKS to binuptime(9), getbinuptime(9), getmicrouptime(9), nanouptime(9),
...
and getnanouptime(9) from microuptime(9).
2008-11-24 12:09:54 +00:00
tsutsui
3c3eaa10e7
Put FreeBSD's RCS Id for reference.
2008-11-24 11:55:22 +00:00
ad
6ba528b5bc
Remove softdep, pass 1. We are focused on improving journalling.
...
Proposed on tech-kern@.
2008-11-24 11:41:07 +00:00
ad
2fcedf9ef1
Add some spare fields to struct vfsops. Available for use the next time the
...
kernel version is bumped.
2008-11-24 11:35:18 +00:00
dogcow
7f4a923348
add closing paren. (HI MATT!)
2008-11-24 11:29:52 +00:00
ad
5d7468ebd2
msdosfs -> msdos
2008-11-24 11:27:20 +00:00
ad
22a5f6ab5a
Rename some modules to match their vfs name.
2008-11-24 11:26:49 +00:00
ad
1a85128fea
COMPAT_ULTRIX does not work on vax because there are no hooks, but make
...
it compile anyway.
2008-11-24 11:19:53 +00:00
rtr
37a0c6d64c
* install only wsfb driver and manpages for netwinder
...
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
are no longer installed.
2008-11-24 07:51:51 +00:00
pooka
d0303b2f28
Return ENODEV instead of ENOENT if the file system is not available.
2008-11-24 05:54:39 +00:00
cube
33bcabe95b
Move cleanextra to the very ends in case another included file wants to add
...
to it even if it was initially empty.
2008-11-24 02:13:08 +00:00
cube
b305e4b184
Build a PIC-friendly libmesa.a and make the DRI modules link to it.
2008-11-24 02:04:48 +00:00
cube
f94a3fa0a5
Build a helper library containing all the code from MesaLib that DRI
...
modules need to function. Note that the list of -D differs slightly in
libOSMesa, which compiles a few of the same files.
2008-11-24 02:03:52 +00:00
cube
b25860850d
Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs
...
that are suitable to be linked into a shared lib.
2008-11-24 02:01:46 +00:00
perry
1ecd33df9d
update entry for flex. Vern Paxson turned over maintenance to
...
Will Estes years ago. The current version is a big win over what
NetBSD has in the tree -- it would probably be appropriate to update.
2008-11-24 01:44:11 +00:00
cube
af13e5cde6
Reference libm from the top of the source tree rather than relatively to
...
.CURDIR.
2008-11-24 01:31:57 +00:00
njoly
6d6fb02ffd
Regen for getpgid.
2008-11-24 00:26:34 +00:00
njoly
010c8bc9c7
Add getpgid, needed for Tru64 4.0g ksh.
2008-11-24 00:25:30 +00:00
jmcneill
42c69bb1ce
Add poll support for drvctl notification events
2008-11-23 23:59:41 +00:00
njoly
6709281d18
Move si_code definitions from MD to MI linux_siginfo.h, all archs
...
(except mips for 3 values) are identical.
While here, remove unused/unneeded LINUX__SI_CODE macro. Only the
lower 16-bits are used for userland si_code.
2008-11-23 23:48:48 +00:00
rmind
f2828c5040
ip_input: fix an IPQ "lock" leak. (hi <matt>!)
2008-11-23 19:52:38 +00:00
chris
57a007d98b
Stop attempts to boot a kernel that is bigger than the first DRAM block.
...
At the moment too much stuff assumes that the kernel is contiguous in
physical memory.
While this doesn't make an INSTALL kernel work for me it at least now
indicates what the fault is, and I can swap the memory sticks round.
2008-11-23 17:33:45 +00:00
martin
c0355a8c33
Move the exec_elf32 module into MD files.
2008-11-23 15:47:42 +00:00
martin
840e410768
exec_elf32 makes no sense on alpha
2008-11-23 15:29:42 +00:00
chris
e7516cd3f1
Fix EB7500ATX kernel to build again, mainly catching up on 6+ months of
...
changes elsewhere in the kernel:
* kernel_l1pt is now a global in pmap
* wdc no longer has dma/udma caps without the relevant options, however,
rside doesn't support dma/udma so don't set the options.
* also fix a device_t/softc split issue.
Perhaps I should add the kernel to the default build list for acorn32, to
avoid any other breakage. Although as the only person probably even
running NetBSD on an EB7500ATX system I'm not sure it's worthwhile.
2008-11-23 11:55:27 +00:00
dsl
19426b3536
Do a string compare if the rh argument doesn't completely convert to a number
...
(instead of silently ignoring the chars that failed to convert).
Use strtoul() instead of homebrew copy.
Only use strtod() if strtoul() fails because the value is too large or
contains '.', 'e' or 'E'.
Do a compare for strings that start '-' or '+' as well as digits.
2008-11-23 10:52:58 +00:00
mrg
ef028d2043
add support for 32 bit uid/gid fields in ext2, but only do so for
...
when the revision is > REV0.
2008-11-23 10:09:25 +00:00
dholland
afde5a17cd
Don't pass strings from argv[] to free(). Fixes PR 39992.
2008-11-23 10:08:50 +00:00
dholland
23ba00db99
"compatibility", not "compatability".
2008-11-23 09:51:10 +00:00
dholland
1b3d4050d6
Two robustness fixes:
...
(1) make ridiculously small filename buffer larger;
(2) don't accidentally try to generate files with names containing '/'.
2008-11-23 09:13:20 +00:00
mrg
d7d9597105
avoid noisy nfs_timer/nfs_reply DEBUG output that occurs when the
...
NFS server goes away. use ratelimit(9) and only print the console
error once every 10 seconds. PR#31562.
2008-11-23 08:22:07 +00:00
nakayama
5eb6089010
Wrap #include "opt_*.h" with #ifdef _KERNEL_OPT.
2008-11-23 01:10:00 +00:00
mrg
56585a9fd3
initialise a variable to avoid a GCC warning.
2008-11-23 00:15:13 +00:00
dsl
83146d79d6
Fix conversion of hex numerics in comparisons.
...
Broken by a fix from christos 14 years ago.
2008-11-22 23:42:16 +00:00
mrg
3b1d48844e
regenerate
2008-11-22 23:14:01 +00:00
mrg
672c98ee5a
implement netbsd32__sched_setparam(), netbsd32__sched_getparam(),
...
netbsd32__sched_setaffinity() and netbsd32__sched_getaffinity().
2008-11-22 23:13:38 +00:00
reed
501cda2f78
Mention the rc.d script.
...
Some users may thing that this config is used directly by a binary.
2008-11-22 23:08:31 +00:00