Doug Barton
0e41462ff3
Expand and refine a few sections for future reference
2005-03-17 08:40:41 +00:00
Doug Barton
e7639cc3cd
Delete all aix ports
2005-03-17 08:40:11 +00:00
Doug Barton
abc776e5fc
Regenerate for 9.3.1
2005-03-17 08:39:12 +00:00
Doug Barton
098df091f3
bmake changes to handle the move of dns/sec and related files
2005-03-17 08:35:21 +00:00
Doug Barton
0c3e8a73d1
This commit was generated by cvs2svn to compensate for changes in r143734,
...
which included commits to RCS files with non-trunk default branches.
2005-03-17 08:10:34 +00:00
Doug Barton
085ef8005f
This commit was generated by cvs2svn to compensate for changes in r143731,
...
which included commits to RCS files with non-trunk default branches.
2005-03-17 08:04:02 +00:00
Doug Barton
6bc6438a36
Vendor import of BIND 9.3.1
2005-03-17 08:04:02 +00:00
Olivier Houchard
641a67bed4
Bring back some of the ioctl junk that was removed in rev 1.59 as a
...
i386-only kernel option, ASR_COMPAT, and under BURN_BRIDGES.
It is really ugly, but raidutils depends on it.
Discussed with: scottl
2005-03-17 01:20:49 +00:00
Olivier Houchard
4290208c24
Use PCIR_BARS instead of PCIR_MAPS.
2005-03-17 00:43:57 +00:00
Olivier Houchard
2eeafe13a6
Introduce a new function, pmap_wb_page(), which check all userland mappings for
...
a given page and, if the pmap is the current pmap, write back the associated
cache line.
Use pmap_wb_page in pmap_qenter() instead of inconditionally
write back/invalidating the data cache.
2005-03-16 23:56:29 +00:00
Olivier Houchard
d32c3b7dce
Consumers of nfslockdans() seems to think it should return 0 on success, so
...
make it so.
2005-03-16 23:55:48 +00:00
David Schultz
56ad27535a
Spell 'fedisableexcept' correctly.
2005-03-16 22:34:14 +00:00
Warner Losh
bdb111b85c
Remove comments relevant only to pc98 as there are no amd64 pc98 machines.
2005-03-16 20:55:15 +00:00
Warner Losh
d564c8537d
Customize this for the alpha by removing pc98 defines (unused on alpha)
...
as well as saying that the alpha is wired up in a certain way.
2005-03-16 20:54:48 +00:00
Pawel Jakub Dawidek
42cfb5bada
Plug memory leak.
...
Submitted by: Ted Unangst
Found by: Coverity Prevent analysis tool
Approved by: phk
MFC after: 3 days
2005-03-16 20:48:13 +00:00
Warner Losh
402f124a2b
Eleminate 3 PC98 ifdefs:
...
o Use IP_NPX in preference to hard coded value to write 0 to clear busy#
o Use md macro for a full reset of the npx
o Use IRQ_NPX in preference to hard coded value for each platform.
# The other two ifdefs in this file are hard to remove
2005-03-16 20:46:16 +00:00
Warner Losh
8afd8dde0c
Define IRQ_NPX for the irq used for the npx. Define macro for a full
...
reset of of npx, as appropriate for the platform.
2005-03-16 20:44:19 +00:00
Sam Leffler
bd40429e3d
correct comparison for null ptr
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 20:42:00 +00:00
Sam Leffler
6edf09a6e9
avoid potential array index by -1
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 20:40:48 +00:00
Sam Leffler
20098591be
eliminate use after free in debug code
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 20:39:05 +00:00
Sam Leffler
0796482dd1
kill dead code
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 20:35:23 +00:00
Warner Losh
c276d9545b
bus_alloc_resource must obey the same rules as
...
rman_resource_resournce_bound wrt end parameter. The end parameter
here was the same as the start. However, it should be start + count -
1, so make it that instead.
2005-03-16 20:31:46 +00:00
David E. O'Brien
bf6fabdd60
Make it clear nve needs mii, and shorten long comment line.
2005-03-16 20:23:31 +00:00
David Schultz
565b7c794f
- Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and
...
fegetexcept().
- Add additional tests for the above.
- Output a separate success message for each of the 8 components of
this set of tests.
2005-03-16 19:04:45 +00:00
David Schultz
2e5fb44003
Document feenableexcept(), fedisableexcept(), and fegetexcept().
2005-03-16 19:04:28 +00:00
David Schultz
10b01832c3
Replace fegetmask() and fesetmask() with feenableexcept(),
...
fedisableexcept(), and fegetexcept(). These two sets of routines
provide the same functionality. I implemented the former as an
undocumented internal interface to make the regression test easier to
write. However, fe(enable|disable|get)except() is already part of
glibc, and I would like to avoid gratuitous differences. The only
major flaw in the glibc API is that there's no good way to report
errors on processors that don't support all the unmasked exceptions.
2005-03-16 19:03:46 +00:00
Maxime Henrion
c4bf1e9092
Unload and destroy the TX DMA maps before destroying the DMA tag
...
they're attached to, not after.
Spotted by: Coverity via sam
2005-03-16 16:39:04 +00:00
Hartmut Brandt
0ce37001aa
Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left
...
delete these two macros and all the associated stuff.
2005-03-16 16:11:11 +00:00
Hartmut Brandt
0bcbcabd26
Replace Lst_ForEach by LST_FOREACH.
2005-03-16 16:02:09 +00:00
Hartmut Brandt
a238417909
Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.
2005-03-16 12:22:15 +00:00
Poul-Henning Kamp
8b5505c013
Use vfs_hash.
2005-03-16 11:28:19 +00:00
Poul-Henning Kamp
51f5ce0c8c
Add two arguments to the vfs_hash() KPI so that filesystems which do
...
not have unique hashes (NFS) can also use it.
2005-03-16 11:20:51 +00:00
Poul-Henning Kamp
9ed94841d9
Remove unused file
2005-03-16 11:10:38 +00:00
Poul-Henning Kamp
9068e77689
Fix a memoryleak in case of failed root filesystem mount.
...
Spotted by: Coverity via sam
2005-03-16 11:06:49 +00:00
Poul-Henning Kamp
99d432b90c
Dike out another kvm indiscretion.
2005-03-16 10:24:16 +00:00
Ruslan Ermilov
3e1631ce0a
Start natd(8) before loading firewall rules, to give the
...
ipdivert.ko module a chance to load.
2005-03-16 08:47:48 +00:00
John-Mark Gurney
7f76b06b35
MFp4: use the function to fix the packet header length instead of rolling
...
our own...
2005-03-16 08:13:08 +00:00
Poul-Henning Kamp
fd475cc19d
Remove inode fields previously used for private inode hash tables.
2005-03-16 08:09:52 +00:00
Hartmut Brandt
363fa56a62
Fix a comment.
2005-03-16 08:06:28 +00:00
Hartmut Brandt
0bcd542606
Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH and
...
simplify code accordingly.
2005-03-16 08:04:45 +00:00
John-Mark Gurney
2a77000b75
MFp4: print a more useful error when we don't have a /dev to mount devfs
...
on..
2005-03-16 08:04:39 +00:00
John-Mark Gurney
98c8f18cf0
MFp4: add in making fiq's work by coping to the correct page incase we have
...
the vectors relocated high..
2005-03-16 07:56:21 +00:00
John-Mark Gurney
c28a40615d
fix up white space, I had a simple comment fix, but I might as well do the
...
rest while I'm here...
2005-03-16 07:53:02 +00:00
Poul-Henning Kamp
78bb3c21ed
Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use
...
it to get better hashing in vfs_hash.
In case of an insert collision in vfs_hash_insert(), put the loosing vnode
on a special list so that vfs_hash_remove() can just assume that it is on
a list.
Drop the VI_HASHED flag.
2005-03-16 07:35:06 +00:00
Poul-Henning Kamp
beddd41467
XXX: unnecessary pointer in inode.
2005-03-16 07:21:38 +00:00
Poul-Henning Kamp
7e1dd21ccf
Don't store the disk cdev in all inodes.
2005-03-16 07:17:39 +00:00
Poul-Henning Kamp
6992367999
Don't hold a reference to the disk vnode for each inode.
...
Don't store the disk cdev in all inodes, it's only used for debugging
printfs.
2005-03-16 07:13:09 +00:00
Sam Leffler
6a9909b5e6
plug resource leak
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 05:27:19 +00:00
Sam Leffler
6c011e4dc3
correct bounds check
...
Noticed by: Coverity Prevent analysis tool
2005-03-16 05:11:11 +00:00
Ian Dowse
7fe25a5726
Enable ehci by default on i386 and amd64. It had got to the stage
...
where having this disabled was actually hurting us, since so many
BIOSes include legacy USB emulation that takes control of all usb
ports and only the ehci driver knows how to disable it.
2005-03-16 02:34:50 +00:00