gibbs
0e26efcc50
Sync perforce IDs for changes first committed to FreeBSD and then
...
to the Adaptec driver repository.
2002-09-26 21:48:17 +00:00
gibbs
2d71e77806
Use inttypes.h
...
Upgrade assembler to allow a move immediate of 0.
This is helpful in certain macros where we can't know the value of the
immediate in advance.
2002-09-26 21:46:19 +00:00
phk
b8492c6de7
Don't show disklabel in the examples, it is not necessary.
2002-09-26 21:29:10 +00:00
phk
ccb0271ad3
Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL().
2002-09-26 21:21:13 +00:00
rwatson
2fed42cd45
Apparently pxeboot passes in a mygateway of non-zero sin length
...
from DHCP in the event that no gateway is returned from DHCP, breaking
the assumption that we skip the routing insertion of the gateway
if the sin length is zero. Check also for s_addr of 0 to avoid the
"Oh no, adding my default route failed" panic, making it possible
to pxeboot machines on segments without default routes. Arguably
this could be a bug in pxeboot, or in the TUNABLE code, but this
makes my boxes boot.
2002-09-26 19:56:43 +00:00
jhb
e668d0b2f2
Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of
...
nexus(4) in the case of machines w/o equivalent bridges on a PCI bus.
Reported by: winter
Pointy hat to: jhb
2002-09-26 18:40:06 +00:00
scottl
0d4a968a49
Move the aac driver from MI to MD NOTES. It is a long way from being
...
64-bit clean.
2002-09-26 18:16:28 +00:00
phk
4755a3e8f4
I hate it when patch gives me .rej files.
...
Can't we make the pre-commit check refuse if there are .rej files in
the directory ?
2002-09-26 17:25:22 +00:00
ceri
3c0aff24cb
Add a note explaining /var/empty.
...
PR: docs/43364
Submitted by: Kim Scarborough <sluggo@unknown.nu>
MFC after: 14 days
2002-09-26 17:12:05 +00:00
mike
dcca44bfc7
Remove NBBY and howmany() macros.
2002-09-26 16:50:51 +00:00
phk
9eadc24323
Make biowait() check bio_error before the BIO_ERROR flag, to propery
...
catch internal GEOM use of bio_error.
Sponsored by: DARPA & NAI Labs.
2002-09-26 16:32:14 +00:00
phk
541992031a
Return ENOTTY on unhandled ioctls.
2002-09-26 14:11:49 +00:00
phk
e9e26cca9c
Document that ENOTTY is the correct "default" error return;
2002-09-26 14:10:21 +00:00
phk
bd3b8669b1
Return ENOTTY on unrecognized ioctls.
2002-09-26 14:08:37 +00:00
phk
f9dee9cb55
Return ENOTTY on incorrect ioctls.
2002-09-26 14:07:43 +00:00
phk
6d85f6994c
Return ENOTTY when we don't recognize an ioctl.
2002-09-26 14:05:36 +00:00
phk
517772259f
Be a bit more technical:
...
Technically junk may have low entropy.
2002-09-26 14:01:50 +00:00
tjr
18a73315b6
Back out previous, free the buffer when __vfprintf() fails and don't bother
...
trying to shrink the buffer with realloc() before returning it.
2002-09-26 13:11:24 +00:00
tjr
7733fef36f
Back out previous and solve the problems a different way: move va_start/
...
va_end closer to the __vfprintf() call, free the buffer when __vfprintf()
fails and don't bother trying to shrink the buffer with realloc() before
returning it.
Submitted by: bde
2002-09-26 13:09:48 +00:00
tjr
9228738b8c
Simplify by removing unneeded local variables and explicit null termination.
2002-09-26 09:28:55 +00:00
tjr
e0a783a538
Simplify by removing useless local variables and explicit null termination.
2002-09-26 09:23:07 +00:00
tjr
e9dc192372
Correctly handle the case where __vfwprintf() fails because it runs out
...
of memory.
2002-09-26 08:26:16 +00:00
tjr
aecdb4ddca
Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it
...
runs out of memory, always call va_end.
2002-09-26 07:55:18 +00:00
jeff
536752d481
- Export the alq daemon thread pointer.
...
- Don't log ktr events from the alq daemon.
2002-09-26 07:38:56 +00:00
sobomax
e06443596c
Revert 1.27, as it breaks IPv6 over IPv4 tunnels.
...
Submitted by: Mark Huizer <xaa@timewasters.nl>, ume
2002-09-26 07:22:29 +00:00
ru
85529a1287
Document DOC_LANG.
...
Reviewed by: murray
2002-09-26 07:08:48 +00:00
jmallett
ffb0656a90
Remove a semicolon that appears to be a lie.
...
Spotted by: SPARC64 make WARNS=3
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
2002-09-26 06:44:30 +00:00
jmallett
0da9497fc7
When formatting the time for a target, use %H instead of %k, which is mostly
...
the same, but uses a non-extension option.
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
2002-09-26 06:40:04 +00:00
njl
828f0ba684
Fix these warns where sizeof(int) != sizeof(void *)
...
/h/des/src/sys/coda/coda_venus.c: In function `venus_ioctl':
/h/des/src/sys/coda/coda_venus.c:277: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c:292: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c: In function `venus_readlink':
/h/des/src/sys/coda/coda_venus.c:380: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c: In function `venus_readdir':
/h/des/src/sys/coda/coda_venus.c:637: warning: cast from pointer to integer of
different size
Submitted by: des-alpha-tinderbox
2002-09-26 06:19:31 +00:00
imp
0202d7a244
Add cardbus, cbb, ep and pccard. These can likely be moved to the MI
...
section, but I've not had a chance to build them on other
architectures recently enough to add them.
2002-09-26 05:54:24 +00:00
peter
1a6bc64814
ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() are
...
not used anywhere anymore.
2002-09-26 05:07:41 +00:00
jeff
31b1ddae74
- Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c
...
- Make the VI asserts more orthogonal to the rest of the asserts by using a
new, common vfs_badlock() function and adding a 'str' arg.
- Adjust generated ASSERTS to match the new prototype.
- Adjust explicit ASSERTS to match the new prototype.
2002-09-26 04:48:44 +00:00
phk
58b4c8ef82
Add "make universe" target which:
...
for each arch i386 sparc64 alpha ia64
make buildworld TARGET_ARCH=$arch
if NOTES found
make LINT
foreach kern ${arch}/conf/[A-Z0-9]*
make buildkernel TARGET_ARCH=$arch KERNCONF=$kern
Errors from the individual steps are ignored and the stdout+stderr
are saved in distinct files in root of the source tree with names
like: _.${arch}.${target}
On my dual 1.6G Athlon it takes roughly four hours to run this target.
2002-09-26 04:40:54 +00:00
jeff
d6f7c28f2b
- Fix a botch in previous commit; oldvp should not be unconditionally
...
assigned.
2002-09-26 02:54:30 +00:00
jmallett
571ff8bdeb
Don't declare things as extern when they will be static.
...
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
2002-09-26 01:39:22 +00:00
jeff
3a58c4d63e
- We don't need any automated lock checking for vop_islocked.
2002-09-26 00:31:16 +00:00
semenu
6f77587af5
Fix the problem introduced by vop_stdbmap() usage. The NTFS does not
...
implement worthful VOP_BMAP() handler, so it expect the blkno not to be
changed by VOP_BMAP(). Otherwise, it'll have to find some tricky way to
determine if bp was VOP_BMAP()ed or not in VOP_STRATEGY().
PR: kern/42139
2002-09-25 23:55:06 +00:00
pst
91648a1554
Enhance TACACS+ library to fully support authorization requests in
...
addition to existing authentication. No change to the existing
APIs to preseve both binary and API compatibility, so I am not
inclined to bump the library version number unless someone thinks
this is necessary.
Submitted by: Paul Fraley <fraley@juniper.net>
MFC after: 2 weeks
2002-09-25 23:18:51 +00:00
jmallett
436cfa1983
Document at least one meaningful RELENG_5 feature, the ability to hide from
...
a user processes which run with an inequivalent class of UID credentials.
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
2002-09-25 22:17:18 +00:00
knu
0c21f59db2
Update compat3x libc and libc_r from RELENG_3. This fixes the buffer
...
overflow in resolver described in FreeBSD-SA-02:28.resolv.
Binaries built and contributed by; motoyuki
2002-09-25 19:47:54 +00:00
archie
83fa65053c
Adjust for KSE function name changes.
2002-09-25 18:14:38 +00:00
archie
904b65e85d
Make the following name changes to KSE related functions, etc., to better
...
represent their purpose and minimize namespace conflicts:
kse_fn_t -> kse_func_t
struct thread_mailbox -> struct kse_thr_mailbox
thread_interrupt() -> kse_thr_interrupt()
kse_yield() -> kse_release()
kse_new() -> kse_create()
Add missing declaration of kse_thr_interrupt() to <sys/kse.h>.
Regenerate the various generated syscall files. Minor style fixes.
Reviewed by: julian
2002-09-25 18:10:42 +00:00
mike
3df40ef438
<sys/types.h> is no longer needed.
2002-09-25 16:49:09 +00:00
scottl
c977071feb
Do away with AAC_COMPAT_LINUX option entirely. The functionality will
...
automatically be enabled if the kernel is compiled with COMPAT_LINUX.
Submitted by: jhb
MFC after: 3 days
2002-09-25 15:21:50 +00:00
markm
ada687e3c4
Try not to lint(1) contrib'ed sources. This Is Very Messy.
2002-09-25 14:19:51 +00:00
markm
6e3bf1cf9c
Fix a declaration that is actually supposed to be a macro definition.
...
Submitted by: marius@alchemy.franken.de
2002-09-25 13:46:23 +00:00
bde
23905c1c46
Round up instead of towards 0 in clock_getres() so that a resolution of
...
0 is never returned.
PR: 41781
MFC after: 3 days
2002-09-25 12:00:38 +00:00
maxim
1a47919de4
Do not dump core on 'ipfw add unreach': handling null strings in
...
fill_reject_code(). Please note ipfw/ipfw2.c is not affected.
PR: bin/42304
Submitted by: Andy@wantpackets.com
MFC after: 1 day
2002-09-25 11:22:36 +00:00
markm
84c5377d82
Don't lint contrib'ed sources, even if the builder gas asked for it.
...
Its Just Too Noisy.
2002-09-25 09:59:54 +00:00
markm
c62752bf39
Don't lint contrib'ed sources, enven if the builder has asked for it.
...
Its Just Too Noisy.
2002-09-25 09:59:01 +00:00