des
a9a2f810d6
Add locales for nb_NO and nn_NO.
...
Reviewed by: philip
2006-11-09 18:10:34 +00:00
jhb
417d61baef
Don't try to print a NULL string during boot. If a device doesn't have a
...
valid name yet, just omit the name during the bootverbose printfs.
MFC after: 1 week
2006-11-09 18:04:53 +00:00
jhb
fe20b44cca
Don't dump the $PIR table under bootverbose. The pirtool program in
...
src/tools/tools works fine, and dumping this table can add a lot of noise.
MFC after: 1 week
2006-11-09 18:03:36 +00:00
jhb
116da0e93f
Reformat the bootverbose messages that dump out the status of pci_link
...
devices during attach to be more compact.
MFC after: 1 week
2006-11-09 18:01:20 +00:00
glebius
c49e0d6935
Instead of using the legacy if_timer/if_watchdog interface create
...
our own watchdog that piggybacks on the em_local_timer() routine.
We suppose that the if_timer/if_watchdog interface should be
obsoleted, since it doesn't fit the modern SMP network stack.
NIC drivers should create their own watchdogs, that check and
clear the timers always holding driver's lock.
In collaboration with: jfv, scottl
2006-11-09 16:00:18 +00:00
marius
3fd21f0a5b
Add Allied Telesyn AT-1500 (logical ID ATK1500, compat ID PNP828C)
...
to the list of known working ISA PnP cards.
Reported by: Gheorghe Ardelean
2006-11-09 14:11:33 +00:00
bms
ed19ab972b
Update copyright date.
...
MFC after: 3 weeks
2006-11-09 11:45:44 +00:00
bms
67a51422fc
Use C99 types.
...
MFC after: 3 weeks
2006-11-09 11:42:38 +00:00
bms
8d49d67d0a
Rewrite the format of pirtool output to match what the kernel currently
...
prints out if bootverbose is set. This is to facilitate the code being
removed from the kernel at a later date.
While we're here, fix the __packed structures, and add some other
PCI interrupt router IDs.
Submitted by: jhb (with some tweaks)
MFC after: 3 weeks
2006-11-09 11:39:34 +00:00
trhodes
a5378c36b6
Add an entry for PT_GETLWPLIST.
...
Nudged by: jhb
Reviewed by: davidxu
2006-11-09 11:27:18 +00:00
jb
0951c3f7a8
Enable ata and atapicd now those work on sun4v.
2006-11-09 08:49:13 +00:00
nyan
0b828fe851
Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP.
2006-11-09 08:28:02 +00:00
nyan
44544562fa
MFi386: revisions from 1.39 to 1.43.
2006-11-09 08:05:51 +00:00
nyan
091e2b76f9
MFi386: revisions 1.634 and 1.639.
2006-11-09 08:03:37 +00:00
thompsa
e6cf955ad4
Add a new address cache type called sticky. On an interface marked sticky any
...
address learned by the bridge is made permanent, the address will not age out
and most importantly will not migrate to another interface.
This can be used to stop mac address poisoning or clients roaming in much the
same way as static entries without the hassle of preloading the table.
2006-11-09 06:32:38 +00:00
kevlo
2294e5e2a9
Remove unused structures.
...
Reviewed by: cognet and imp
Approved by: cognet and imp
2006-11-09 02:19:30 +00:00
cognet
93ee84a578
Cleanup: we always have to use __error() now, and we shouldn't provide a
...
errno symbol, so completely remove the !_REENTRANT case.
Spotted out by: ru
2006-11-09 01:28:16 +00:00
kmacy
6a11c108bf
move panic_bad_hcall to its use site in support.S in attempt to un-break the
...
tinderbox
2006-11-08 22:16:05 +00:00
kmacy
1fb9f2a34b
Fix for ithread interrupt handling. Don't reset the interrupt vector until
...
after the interrupt has been handled. Also move panic_bad_hcall to local to
avoid complaints from the linker on the tinderbox.
Approved by: scottl (substituting for mentor rwatson)
2006-11-08 22:09:58 +00:00
ru
e0d1fbb7a1
The NETSMBCRYPTO option has long gone.
2006-11-08 21:45:45 +00:00
ru
adde7c231a
Remove a forgotten file.
2006-11-08 21:29:20 +00:00
sam
e8f6ff50d8
add missing bits for crypto support
...
MFC after: 1 week
2006-11-08 20:51:01 +00:00
alc
375373276d
I misplaced the assertion that was added to vm_page_startup() in the
...
previous change. Correct its placement.
2006-11-08 19:11:54 +00:00
alc
763826feff
Simplify the construction of the free queues in vm_page_startup(). Add
...
an assertion to test a hypothesis concerning other redundant computation
in vm_page_startup().
2006-11-08 18:43:47 +00:00
bmah
0b51436539
New release note: SA-06:24.libarchive (+MFC).
2006-11-08 17:22:55 +00:00
bde
4df7030ad9
Don't always print a space character in show_stat(), since a space
...
shouldn't be printed after the last column. This restores the
formatting to 79 columns.
2006-11-08 15:15:05 +00:00
simon
bee45f8f12
Fix infinite loop in corrupt archives handling in libarchive(3).
...
Reported by: rink
Submitted by: kientzle
Security: FreeBSD-SA-06:24.libarchive
2006-11-08 14:03:50 +00:00
harti
d893a05647
Make the generated oid.h dependend on the Makefile. The Makefile defines
...
the symbols to be extracted from the MIB and if that list of symbols is
changed, oid.h should be re-generated.
2006-11-08 10:36:57 +00:00
maxim
75bc36366a
o Fix a couple of obvious typos.
2006-11-08 09:09:07 +00:00
alc
917d191eab
MFamd64/ia64/i386/sun4v
...
Use cnt.v_page_count, the actual count of available physical pages,
instead of vm_page_array_size to compute the maximum number of pv
entries.
2006-11-08 06:31:28 +00:00
alc
1f317d8152
Ensure that the page's oflags field is initialized by contigmalloc().
2006-11-08 06:23:29 +00:00
marcel
4d275bbe24
/boot/skiload.help has been eliminated on ia64.
2006-11-08 03:23:49 +00:00
cognet
d64324b021
Increate cnt.v_intr on interrupt.
2006-11-08 01:32:24 +00:00
rrs
1bedc49b68
-Fixes first of all the getcred on IPv6 and V4. The
...
copy's were incorrect and so was the locking.
-A bug was also found that would create a race and
panic when an abort arrived on a socket being read
from.
-Also fix the reader to get MSG_TRUNC when a partial
delivery is aborted.
-Also addresses a couple of coverity caught error path
memory leaks and a couple of other valid complaints
Approved by: gnn
2006-11-08 00:21:13 +00:00
ceri
0c2fa6c52c
Fix typos in comments.
2006-11-07 23:54:14 +00:00
jkim
883def490b
Use z modifier for size_t and ssize_t.
2006-11-07 23:28:30 +00:00
mjacob
41f89c348b
XPT_GET_TRAN_SETTINGS can fail- so check for an error and
...
don't blindly assume it succeeded.
2006-11-07 23:06:00 +00:00
stefanf
085fc40080
Fix expanding of quoted positional parameters in case patterns.
...
Obtained from: NetBSD (expand.c 1.58 and 1.59)
Submitted by: Paul Jarc
PR: 56147
2006-11-07 22:46:13 +00:00
cognet
6c634eded7
Identify the xscale 81342.
2006-11-07 22:36:57 +00:00
cognet
d086fc78af
In the ARM_USE_SMALL_ALLOC case, vm_page_t may have an address < KERNBASE,
...
so adjust the KASSERT to reflect this.
2006-11-07 22:35:30 +00:00
ru
794ab15a99
Spelling.
2006-11-07 21:57:18 +00:00
ru
8e2a843416
Line up memory amount reporting that got broken when s/real/usable/.
2006-11-07 21:55:39 +00:00
andre
aa817971d1
Style cleanups to the sctp_* syscall functions.
2006-11-07 21:28:12 +00:00
marcus
42daf70603
Fix TFTP NAT support by making sure the appropriate fingerprinting checks
...
are done.
Reviewed by: piso
2006-11-07 21:06:48 +00:00
jhb
25a000d49f
Simplify operations with sync_mtx in sched_sync():
...
- Don't drop the lock just to reacquire it again to check rushjob, this
only wastes time.
- Use msleep() to drop the mutex while sleeping instead of explicitly
unlocking around tsleep.
Reviewed by: pjd
2006-11-07 19:45:05 +00:00
marius
ad2fcce00e
- Don't bother to include IDs of PCnet chips which are not supported
...
by this driver and largely are not even PCI devices in pcn_chipid.
- Use device_printf(9)/if_printf(9) rather than implementing their
functionality with printf(9).
- Sprinkle some const.
2006-11-07 19:44:41 +00:00
ceri
1e65ce591f
Document the -l option.
...
Reviewed by: brd
Approved by: ru (mentor)
2006-11-07 19:07:52 +00:00
jhb
f4782279b7
Fix comment typo and function declaration.
2006-11-07 19:07:33 +00:00
jhb
7b35dc71a3
Fix some edge cases in detach (including attach failures):
...
- Only call iwi_stop() if we got far enough along in iwi_attach() to
alloc an ifnet.
- Release the firmware after stopping the interface and detaching the
ifnet.
MFC after: 1 month
Reviewed by: sam
2006-11-07 19:03:42 +00:00
jhb
fa55300f19
Remove extra forward declare of 'struct sem'.
...
Requested by: bde
2006-11-07 18:56:48 +00:00