bz
c9dd2d5305
I4B header files were repo-copied from sys/i386/include/ to
...
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
We no longer need these "glue" files.
Reminded by: nyan
Approved by: re (kensmith)
2007-07-06 08:05:46 +00:00
bz
03521d8f81
Bump version after repo-copy of I4B headers.
...
The headers will now be installed to include/i4b/ and
no longer to include/machine/.
Approved by: re (kensmith)
2007-07-06 07:36:09 +00:00
bz
7f4b699953
I4B header files are now installed in include/i4b/ and no longer live
...
in include/machine/.
Approved by: re (kensmith)
2007-07-06 07:24:49 +00:00
bz
6da9611026
I4B header files were repo-copied from sys/i386/include/ to
...
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
Approved by: re (kensmith)
2007-07-06 07:23:39 +00:00
bz
88f7f9d4f1
I4B header files are now installed in include/i4b/ and no longer
...
in include/machine/.
Adapt #include paths.
Approved by: re (kensmith)
2007-07-06 07:21:56 +00:00
bz
5647bf0624
I4B header files were repo-copied from sys/i386/include to
...
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
I4B header files are now installed in include/i4b/ and no longer
in include/machine/.
For now we still install the headers for i386 only.
Approved by: re (kensmith)
2007-07-06 07:20:59 +00:00
bz
4f51f283a0
I4B header files were repo-copied from sys/i386/include/ to
...
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
Adapt #include paths.
Approved by: re (kensmith)
2007-07-06 07:17:22 +00:00
yongari
b235b2a9bc
Belately note default driver change for NVIDIA network adapters.
...
Requested by: Michael Plass < mfp49_freebsd at plass-family dot net>
Approved by: re (hrs)
2007-07-06 06:35:50 +00:00
scf
667a20c9f2
Take care that the input to setenv() may actually be a pointer straight
...
from environ; make a copy before manipulating it and passing it to
setenv().
Approved by: wes
Approved by: re (kensmith)
2007-07-06 04:04:58 +00:00
peter
7a16dbe954
I did not intend to turn -Werror on for pc98. Refine the test for
...
turning it on for i386.
Approved by: re (rwatson, followup)
2007-07-06 01:50:58 +00:00
peter
5543e9851e
Turn on -Werror for sparc64 and sun4v.
...
Approved by: re (rwatson)
2007-07-06 00:52:29 +00:00
peter
ba90a8eb4f
Fix warnings.
...
nxge: cast page size fragments down to (int). If the vm's demand paging
PAGE_SIZE is ever too big for that, we've got far bigger problems.
ofw: move va_start() a little earlier. gcc-4.2 doesn't like us modifying
the last arg before the va_start().
Approved by: re (rwatson)
2007-07-06 00:47:44 +00:00
peter
bb5d20cf2a
Fix warning - add missing #include
...
Submitted by: mjacob
Approved by: re (rwatson)
2007-07-06 00:41:53 +00:00
yongari
41a07d4d3e
re(4) devices requires an external EEPROM. Depending on models it
...
would be 93C46(1Kbit) or 93C56(2Kbit). One of differences between them
is number of address lines required to access the EEPROM. For example,
93C56 EEPROM needs 8 address lines to read/write data. If 93C56
recevied premature end of required number of serial clock(CLK) to set
OP code/address of EEPROM, the result would be unexpected behavior.
Previously it tried to detect 93C46, which requires 6 address lines,
and then assumed it would be 93C56 if read data was not expected
value. However, this approach didn't work in some models/situations
as 93C56 requries 8 address lines to access its data. In order to fix
it, change EEPROM probing order such that 93C56 is detected reliably.
While I'm here change hard-coded address line numbers with defined
constant to enhance readability.
PR: 112710
Approved by: re (mux)
2007-07-06 00:05:12 +00:00
bz
e42751c5a9
Forced commit to note a repo-copy of this file from
...
src/sys/i386/include/
so it will be available to all architectures once I4B compiles on those.
Approved by: re (kensmith)
2007-07-05 21:52:43 +00:00
peter
7ecf4e52e8
Fix remaining syntax errors (missing semicolons)
...
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Approved by: re (kensmith, followup commits)
2007-07-05 17:42:00 +00:00
delphij
42fe5e7f83
Space cleanup
...
Approved by: re (rwatson)
2007-07-05 16:29:40 +00:00
delphij
e6f8b0995d
ANSIfy[1] plus some style cleanup nearby.
...
Discussed with: gnn, rwatson
Submitted by: Karl Sj?dahl - dunceor <dunceor gmail com> [1]
Approved by: re (rwatson)
2007-07-05 16:23:49 +00:00
gnn
181b33ba1c
Added comments eplaining the requirement for device crypto with IPSEC
...
Approved by: re
2007-07-05 15:33:13 +00:00
mlaier
eb24a0114a
Remove unused variable from pf_subr.c to make it -Werror buildable.
...
Approved by: re (kensmith)
2007-07-05 15:28:59 +00:00
imp
16e7856388
Prefer device_printf to printf + device_get_nameunit. This saves
...
about 100 bytes.
Approved by: re (blanket)
2007-07-05 15:25:32 +00:00
avatar
c8a2920135
MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of
...
ic->ic_des_essid to ic->ic_des_ssid[0].
Reviewed by: sam
Approved by: re (kensmith)
2007-07-05 15:06:49 +00:00
dfr
7eef211762
If the mech_type argument to gss_display_status is null, use a default
...
mechanism.
Approved by: re (kensmith)
2007-07-05 13:40:07 +00:00
rwatson
f6b06699b2
In preparation for 7.0 privilege cleanup, clean up style:
...
- Sort copyrights by date.
- Re-wrap, and in some cases, fix comments.
- Fix tabbing, white space, remove extra blank lines.
- Remove commented out debugging printfs.
Approved by: re (kensmith)
2007-07-05 13:16:04 +00:00
kib
e851fb4014
Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()
...
to not call destroy_dev_sched().
Tested by: Peter Holm
Approved by: re (kensmith)
2007-07-05 13:07:12 +00:00
kib
81a0028ff2
Revert destroy_dev() to the state before destroy_dev_sched() was introduced.
...
Attempt to spawn destroy_dev_sched() from it causes inadmissible races.
Requested by: tegge
Approved by: re (kensmith)
2007-07-05 13:04:59 +00:00
ariff
1eb6805967
Properly unlock mutex before returning. There was a slight mishap
...
during last major locking cleanup.
Reported by: Thierry Herbelot <thierry@herbelot.com>
Approved by: re (mux)
2007-07-05 10:22:37 +00:00
delphij
6b02b0c4da
Remove reference to the old ftp-proxy implementation,
...
which was replaced during the pf 4.1 import.
Approved by: re (mux)
2007-07-05 09:46:53 +00:00
peter
9ea00cbb09
Turn on -Werror for i386 kernel builds.
...
Approved by: re (rwatson)
2007-07-05 09:30:34 +00:00
thompsa
f6d9fae726
Allow the LACP state to be queried from userland which at the moment is the
...
actor and partner peer info. Print out the active aggregator and per port data
in verbose mode from ifconfig.
Approved by: re (mux)
2007-07-05 09:18:57 +00:00
bz
6aeecf59e8
Remove the -DFAST_IPSEC from Makefiles again.
...
This was needed during the IPSEC->FAST_IPSEC->IPSEC transition
period to not break the build after picking up netipsec header
files. Now that the FAST_IPSEC kernel option is gone and the
default is IPSEC again those defines are superfluous.
Approved by: re (rwatson)
2007-07-05 08:56:46 +00:00
bz
908dadf8c3
Remove netkey directory from cscope/TAGs generation and replace
...
it with netipsec now that KAME IPsec is gone.
While here add missing netinet6 directories.
Add comments about the ports needed to be able to run those targets.
Reviewed by: philip
Approved by: re (rwatson)
2007-07-05 08:55:14 +00:00
bz
3c306604e5
Fix a build breakage as result of disabling parts of I4B.
...
Check for (temporary gone) kernel options to be defined before using
them.
Reported by: peter
Approved by: re (rwatson)
2007-07-05 08:53:21 +00:00
peter
650a9e6039
Quiet framelen uninitialized warning. I think it was a false alarm.
...
If check_fhdr() returns false, the frame_ok variable should protect any
meaningful evaluations of framelen.
Approved by: re (rwatson)
2007-07-05 07:46:33 +00:00
peter
a977642fca
Quiet warnings. I believe gcc is incorrect about these.
...
Approved by: re (rwatson)
2007-07-05 07:38:17 +00:00
peter
e71d436593
__packed has no effect on u_int8_t's except to cause a warning (and
...
never has had any effect).
Approved by: re (rwatson)
2007-07-05 07:28:38 +00:00
peter
ceb6191918
Turn -Werror back on for amd64 for kernel builds.
...
Approved by: re (rwatson)
2007-07-05 07:06:17 +00:00
peter
fc8ced3668
Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the time
...
being.
Approved by: re (rwatson)
2007-07-05 07:04:17 +00:00
peter
6a803636c5
Quiet warnings. These do not appear to be actually used uninitialized,
...
but gcc's optimizer isn't smart enough to see that. Pre-initializing
seems harmless enough.
Approved by: re (rwatson)
2007-07-05 06:59:14 +00:00
peter
c5afa8b483
Fix a stray splx() that caused a new warning.
...
Approved by: re (rwatson)
2007-07-05 06:54:03 +00:00
peter
970cf68862
Initialize DWBuf[3].
...
Approved by: re (rwatson, blanket)
2007-07-05 06:51:49 +00:00
peter
f84e4f38b6
Fix a bunch of warnings due to a missing forward declaration of a struct.
...
Approved by: re (rwatson)
2007-07-05 06:45:37 +00:00
imp
de171ef203
Prefer device_printf to printf("%s: ...", device_get_nameunit()). On
...
amd64, we save about 240 bytes (this is about 20 per instance).
Approved by: re (blanket)
2007-07-05 06:42:14 +00:00
imp
faf7f55ca4
Prefer device_printf to printf("%s:...", device_get_nameunit(),...);
...
This saves ~300 bytes for uvscom.c and ~100 for uvisor.c
Approved by: re (blanket)
2007-07-05 06:28:46 +00:00
peter
ac23a203e7
Fix 'assignment used as truth value' warning
...
Approved by: re (rwatson)
2007-07-05 06:27:15 +00:00
peter
d8244b4b8d
Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to study
...
exactly what effect the options cause to the code with gcc these days.
Approved by: re (rwatson)
2007-07-05 06:12:40 +00:00
peter
e680ae87c6
Fix a second warning, introduced by my last "fix". I committed the wrong
...
diff from the wrong machine.
Pointy hat to: peter
Approved by: re (rwatson - blanket, several days ago)
2007-07-05 06:04:46 +00:00
peter
c4233cd978
Fix cast-qualifiers warning when INET6 is not present
...
Approved by: re (rwatson)
2007-07-05 05:55:57 +00:00
peter
c23e287f99
Fix bad function type passed to destroy_dev_sched_cb().
...
Approved by: re (rwatson)
2007-07-05 05:54:47 +00:00
peter
48d7713b22
Remove pad argument from ftruncate wrapper. Oops.
...
Approved by: re (kensmith)
2007-07-05 05:32:44 +00:00