ume
2647a2ffc5
Remove trailing dot from the servername in the serverlist to be able
...
to use portsnap from behind a http proxy. Some HTTP proxy don't like
trailing dot in the servername.
Approved by: cperciva
MFC after: 2 days
2006-03-07 19:13:00 +00:00
ume
cf60b0b3b1
Correct handling of HTTP_PROXY_AUTH. A password may have `:'.
...
Approved by: cperciva
MFC after: 2 days
2006-03-07 19:04:16 +00:00
hrs
6223247e90
Fix version number when the feature was added.
...
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/93801 and docs/93803
MFC after: 2 days
2006-03-07 18:25:03 +00:00
sam
ccaf726b20
update for v0.4.8 import of wpa_supplicant and hostapd
...
MFC after: 2 weeks
2006-03-07 05:54:20 +00:00
pjd
96923c291c
By default (for security reasons) syslogd(8) doesn't create log files
...
when they don't exist, but sometimes its quite useful (eg. we use
non-standard log files and memory backed /var/, which is populated on
boot).
Add -C option which tells syslogd(8) to create log files if they don't
exist.
Glanced at by: phk
MFC after: 3 days
2006-03-06 10:36:33 +00:00
matteo
fd9a2ba943
Don't build IPv6 support if NO_INET6 was defined
...
PR: kern/73865
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
MFC after: 3 days
2006-03-06 10:07:52 +00:00
phk
00fe269292
Fix usage().
...
Submitted by: Adrian Steinmann <ast@marabu.ch>
2006-03-06 07:42:52 +00:00
ceri
1206eaa789
Add new NTP servers for Taiwan.
...
PR: bin/92160
Submitted by: Jose Liang <jose at jose dot idv pinkt tw>
Approved by: jhb
MFC After: 2 days
2006-03-01 18:37:41 +00:00
jhb
9496d6d3d4
Wrap keymap menu helper functions in #ifdef WITH_SYSCONS to unbreak the
...
build on archs that don't include syscons support in sysinstall.
Reported by: sparc64 tinderbox
2006-03-01 16:37:09 +00:00
jhb
1ec49d602a
Fix numerous warnings. Aside from menu items in system.c and menu.c
...
this now compiles on i386 with WARNS?= 3. Most of the fixes included
adding missing 'static' keywords to internal functions, using fully-defined
terminators in statically defined arrays of structs, and various
signed vs unsigned mismatches. Also G/C'd unused configSecurity()
function.
2006-02-28 21:49:33 +00:00
jhb
ea13fb1a9c
Use some helper macros for the device table so it can fit in 80 columns and
...
to allow us to use default values in some entries to quiet warnings. This
table is actually readable again now.
2006-02-28 21:12:16 +00:00
jhb
ce138ec14d
Drop unused major, minor, and delta values from device table.
2006-02-28 20:56:58 +00:00
jhb
d96acf1070
G/C some cruft.
2006-02-28 20:34:50 +00:00
jhb
0aeeea8f00
- Autogenerate a menu containing a list of countries and keymaps supported
...
by syscons.
- If we are running as init, popup the country menu before the main menu.
If a non-default country is chosen, then a second menu is brought up
to let the user choose a keymap. By default the default keymap for
the country that was selected is highlighted. If the user chooses the
default country, then the default keymap is just assumed and the user
is not presented with the keymap menu. Currently the default country
is set to "United States" except for PC98 which assumes "Japan".
PR: bin/93853
Submitted by: Seth Kingsley sethk at magnesium dot net
MFC after: 3 days
2006-02-28 20:29:43 +00:00
ru
966af754db
A bandaid to unbreak world.
2006-02-27 20:46:34 +00:00
harti
b8eec2340b
Reconnect bsnmpd to the build. It was temporarily disable because of a
...
mis-import. Thanks for fixing this to markm@.
2006-02-27 16:17:25 +00:00
jkoshy
38bcf38e8e
Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode.
...
PR: kern/93773
2006-02-27 14:25:32 +00:00
wkoszek
b17521a067
Reference sha256(1) instead of sha256(8), which doesn't exist.
...
Approved by: cognet (mentor)
MFC after: 3 days
2006-02-26 22:59:40 +00:00
dwmalone
7c9e42abb8
The quot command expected all inodes contents to be valid, however
...
on UFS2 inodes are initialised as they are needed, rather than at
newfs time. When quot encountered these inodes it could produce
crazy results.
Now, on UFS2 filesystems, quot's get_inode function will bzero
unallicated inodes before passing them back to a caller. This is
how UFS2 initialises new inodes, so this should work OK.
Also, while I'm here, make quot exit with an error if it finds
inodes of an unknown type. This should help catch future problems
of this type.
Reviewed by: iedowse
MFC after: 1 week
2006-02-25 23:50:15 +00:00
jkim
9565d5143f
- Back out 1.155. I mismerged my ancient local patch. Luckily it was
...
completely noop.
- Geometry sanitization for non-interactive mode is moved to correct place.
Reported by: Anton Yuzhaninov <citrin at citrin dot ru>
Pointyhat: me
2006-02-23 23:41:42 +00:00
markus
fe431c554b
- Use official version strings for LMP and HCI version reporting and add
...
version strings up to Bluetooth 2.0
- Update manufacturer list
Approved by: emax
MFC after: 3 days
2006-02-23 23:19:12 +00:00
julian
dc87a24886
Fix typo
2006-02-23 18:51:02 +00:00
sam
129e00e81f
use the specified key index for non-group keys; this fixes static
...
wep key configure at key indices > 0 and 802.1x/EAPOL operation
with ap's that want the station to install a key at indices > 0.
Hard work by: Joe Love
Reviewed by: avatar
MFC after: 1 week
2006-02-21 23:55:38 +00:00
markus
9ddbaff9a6
Fix scancode translation table
...
Approved by: emax
MFC after: 3 days
2006-02-20 10:07:40 +00:00
des
2c73974f3f
Back out revs 1.18 and 1.19; they were based on incorrect assumptions.
...
Requested by: nate
2006-02-19 00:40:28 +00:00
rwatson
f2c869d6eb
Build audit command line tools only if NO_AUDIT isn't defined.
...
Submitted by: brueffer
Obtained from: TrustedBSD Project
2006-02-18 16:40:31 +00:00
des
733ad39b75
Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.
2006-02-18 16:01:07 +00:00
des
8fe6e13e40
Load cpufreq at startup if it isn't there already.
2006-02-18 11:35:12 +00:00
des
2c7a1f6f05
Replace the guts of usbmodule() with calls to the new kld(3) functions.
2006-02-18 11:26:36 +00:00
sam
ff95a0e1eb
Change default build of wpa_supplicant to include EAPOL support;
...
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL
to build with only WPA-PSK support.
Reviewed by: ru, bsdimp (basic approach)
MFC after: 1 week
2006-02-14 23:51:21 +00:00
harti
28ce501630
Disconnect bsnmp from the build until the breakage is sorted out.
2006-02-14 08:34:26 +00:00
ceri
eb96e9859d
s/lp/plip/ for PLIP interfaces.
...
Approved by: jhb
MFC after: 1 week
2006-02-13 20:49:32 +00:00
harti
f486c645c1
Link the new file from the vendor fix to the build and install
...
the new MIB files. Add a target to smilint the MIB files.
2006-02-13 14:12:15 +00:00
krion
0775d47dcc
Fix pkg_version with the -o argument to print the origin.
...
Submitted by: Sebastian Stach <sebsta AT t-online DOT de>
MFC after: 3 days
2006-02-12 16:09:33 +00:00
jkoshy
e17ecbb07c
Document the two argument form of the "machine" directive.
...
Reviewed by: imp
MFC After: 3 days
2006-02-12 07:56:11 +00:00
markus
a273d7838c
- Grammar fixes
...
- Reword one sentence
Approved by: brueffer
MFC after: 3 days
2006-02-11 15:36:37 +00:00
markus
0b9aa32c53
- Fix attribute id of HIDBatteryPower
...
- Fix two typos in comments
Approved by: emax
2006-02-10 19:54:17 +00:00
delphij
cc0235b246
Actually fix the DHCP handling, by using more robust detection of DHCP
...
setting. While there, add some more debug messages explaining what is
happening, and some comments to improve readability.
Submitted by: ceri
2006-02-09 14:43:42 +00:00
glebius
642125c198
Refuse to install invalid ARP entries.
...
Submitted by: Vitaliy Ovsyannikov <V.Ovsyannikov kr.ru>
2006-02-09 12:49:39 +00:00
ceri
fe31d8320d
Remove attempts to use mknod.
...
Approved by: jhb
2006-02-07 11:34:41 +00:00
delphij
fd420369b1
Attempt to fix DHCP address acquisition which was broken by rev. 1.133.
...
MFC After: 3 days
2006-02-06 06:49:57 +00:00
ceri
961deee05e
Another update for reality: "dangerously dedicated" mode is now
...
achieved by hitting 'F', which is no longer undocumented.
PR: bin/92533
Submitted by: Rudolf Cejka <cejkar at fit.vutbr dot cz>
2006-02-06 00:06:39 +00:00
ceri
697a8c4b0d
Correct a user-visible typo.
2006-02-05 18:57:01 +00:00
ceri
ddacd8231e
Gratuitous "typo in comment" fix.
2006-02-05 18:49:52 +00:00
ceri
3ee3d3c21a
Bring these files somewhat into the present.
...
Perform some rewording while here.
Remove register.hlp, since the code that deals with it was removed
nearly 7 years ago.
2006-02-05 18:46:46 +00:00
ceri
3f00bfdb42
Perform minor rewording and grammatical improvement. Add a missing Xr.
2006-02-04 22:17:38 +00:00
rwatson
f7eaf7f2fd
Add a -A argument to mergemaster to allow explicitly specifying an
...
architecture to pass through to the underlying makefiles. This is
quite useful when building on an i386 box to populate an amd64 NFS
root.
Head nod: dougb
MFC after: 1 week
2006-02-04 18:24:06 +00:00
imp
ea5c1281b0
Allow newer config versions to config older versions with the same
...
major number.
Reviewed by: ru@, jhb@, arch@ (a few months ago)
# this is subject to refinement based on experience.
2006-02-03 06:12:10 +00:00
rwatson
6eef132530
Remove reference to auditon(8), this tool has been superseded by
...
auditd(8), and was committed in error.
Obtained from: TrustedBSD Project
2006-02-02 11:14:35 +00:00
rwatson
eb02f34f2c
Enable building of OpenBSM command line tools:
...
- audit(8) - audit subsystem management tool
- auditd(8) - audit trail and subsystem management daemon
- auditreduce(1) - audit trail reduction tool
- praudit(1) - audit trail printing tool
Could probably use a NO_AUDIT make.conf flag.
Obtained from: TrustedBSD Project
2006-02-02 10:15:30 +00:00