gavin
3191fb252e
Implement the rename query, for when a file with the same name as the one
...
about to be extracted already exists. The question, and interpretation
of the response is deliberately compatible with Info-Zip.
This change was originally obtained from NetBSD, but has three changes:
- better compatibility with Info-Zip in the handling of ^D
- Use getdelim() rather than getline()
- bug fix: != changed to == in the "file rename" code
I suspect the latter is also a bug in NetBSD, but I can't easily confirm
this.
PR: bin/143307
Reviewed by: rdivacky (change to unzip.c only)
Obtained from: NetBSD src/usr.bin/unzip/unzip.c 1.8
MFC after: 1 month
2010-02-16 22:53:18 +00:00
imp
b9e425b3c9
The NetBSD Foundation has granted permission to remove clauses 3 and 4.
...
Obtained from: NetBSD
2010-02-16 21:59:17 +00:00
imp
58afe79515
The NetBSD Foundation has granted permission to remove clauses 3 and 4.
...
Obtained from: NetBSD
2010-02-16 21:49:36 +00:00
imp
79251c9c52
The NetBSD Foundation has given permission to remove clause 3 and 4
...
from their liceense.
Obtained from: NetBSD
2010-02-16 21:47:05 +00:00
imp
51a4095a03
The NetBSD Foundation has granted permission to remove clause 3 and 4
...
from their software.
Obtained from: NetBSD
2010-02-16 21:43:57 +00:00
imp
a10ce61d97
The NetBSD Foundation has granted permission for people to remove
...
clause 3 and 4 from their software.
2010-02-16 21:39:20 +00:00
marcel
bf1afdcf61
Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,
...
like ia64, leave it empty (default model).
2010-02-16 20:46:22 +00:00
marius
e51e443f9c
Factor out the code shared between NFS client and server into its own
...
module. With r203732 it became apparent that creating the sysctl nodes
twice causes at least a warning, however the whole code shouldn't be
present twice in the first place.
Discussed with: rmacklem
2010-02-16 20:00:21 +00:00
jh
ceb3f1544b
Xref mdmfs(8).
2010-02-16 20:00:20 +00:00
jh
5e778d8cbc
Improve descriptions for tmpfs mount options. The descriptions have
...
been mostly obtained from NetBSD mount_tmpfs(8) manual page.
Obtained from: NetBSD
Discussed with: delphij
2010-02-16 19:59:10 +00:00
imp
05a1bb0a4a
Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.
2010-02-16 19:46:46 +00:00
imp
7d79e30fb2
Remove the Berkeley clause 3's.
...
Add a few $FreeBSD$
2010-02-16 19:39:50 +00:00
imp
7add613fad
Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses
...
last year.
2010-02-16 19:28:10 +00:00
marcel
17a0352c44
Compile fbsd-threads.c. Threading & TLS support is working just fine.
2010-02-16 16:38:57 +00:00
rpaulo
78a882d58e
Fix Kite and Merlin version check.
2010-02-16 12:43:55 +00:00
ru
35a8cfd727
%U was macroized in mdoc(7), escape.
2010-02-16 12:29:02 +00:00
uqs
0d3aa43814
Document co-mentorship by ed.
...
Approved by: ed (co-mentor)
2010-02-16 09:10:48 +00:00
uqs
89a7a155da
Add missing newline in last line of file.
...
Uncovered via: fromcvs vs. svn
Approved by: ed (co-mentor)
2010-02-16 09:10:21 +00:00
delphij
27ac799cb4
Remove clause 3 from my license.
2010-02-16 08:19:28 +00:00
marcel
b3a749c0d1
Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes
...
the static TLS model, which is fundamentally different from the dynamic
TLS model. The consequence was data corruption. Limit the attribute to
i386 and amd64.
2010-02-16 06:47:00 +00:00
marcel
b72bfb8c31
Improve TLS variant I:
...
o Use obj->tlsinitsize to determine whether there's initialized data.
o If obj->tlssize > obj->tlsinitsize, then bzero uninitialized data.
o Don't exclude variant I from the work-around in free_tls_offset().
2010-02-16 02:48:11 +00:00
marcel
56cf56f59d
The static TLS size as given by tls_static_space includes TLS_TCB_SIZE
...
bytes of TCB in variant I.
2010-02-16 02:22:59 +00:00
weongyo
2eef358f95
adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.
...
o uses v4 firmware instead of v3. A port will be committed to create
the bwn firmware module.
o supports B/G and LP(low power) PHYs.
o supports 32 / 64 bits DMA operations.
o tested on big / little endian machines so should work on all
architectures.
It'd not connected to the build until the firmware port is committed.
2010-02-16 01:44:14 +00:00
weongyo
2a614014a2
supports SPROM rev8 informations properly which are used to support
...
low-power PHY of bwn(4) and LDO voltage adjustments.
2010-02-16 01:22:33 +00:00
jkim
a384f1d48a
Remove COMPILATIONDATE from the default section. This string is no longer
...
being substituted since r162063.
PR: bin/143976
MFC after: 1 month
2010-02-16 01:07:06 +00:00
gonzo
33dc2d8ede
- Clean-up output of memory banks info
2010-02-16 00:08:42 +00:00
attilio
b9f41eb470
Adjust style (following the already existing rules) for the newly
...
introduced option DEADLKRES.
Reported by: danfe, julian, avg
2010-02-15 23:44:48 +00:00
jkim
41e9684047
Rename some macros to clarify their intentions and fix style nits.
2010-02-15 20:46:01 +00:00
jkim
d7de04b749
Add support for cycle' and
zero' events for LCD brightness control.
...
Submitted by: Daniel Walter (d dot walter at 0x90 dot at) (intial version)
2010-02-15 19:30:28 +00:00
bschmidt
5640f10b9c
Fix for the Intel WiFi Link 1000. The EEPROM image is in the OTPROM block
...
before the last block, not in the last block itself.
Approved by: rpaulo (mentor)
Obtained from: OpenBSD
MFC after: 3 weeks
2010-02-15 19:18:46 +00:00
rpaulo
f41f7b8afc
Fix KITE version check.
...
Obtained from: //depot/user/rpaulo/80211n/...
2010-02-15 18:47:42 +00:00
imp
7c458552b0
Remove the third clause for the Berkeley parts of games, per the
...
letter in /COPYRIGHT.
2010-02-15 18:46:02 +00:00
mav
6be9a30d07
Make CD driver a bit more robust and predictable to unreported errors.
2010-02-15 18:14:51 +00:00
rpaulo
8a329860ec
Bring back AR9285 support. This fixes most of the issues and should be
...
pretty usable.
MFC after: 1 month
2010-02-15 17:49:49 +00:00
trasz
5bd435ea19
Some rewording and language fixes.
...
PR: docs/136918, docs/134074
Submitted by: Ben Kaduk <kaduk at mit dot edu>, Haven Hash <havenster at gmail dot com>
2010-02-15 17:41:59 +00:00
uqs
6dbf26d197
fortune(6) switch to 3-clause BSDL; style(9)
...
This reduces the diff to other *BSD and makes it possible to actually
see the code differences.
Approved by: ed (Co-mentor)
2010-02-15 15:10:21 +00:00
raj
cea5b4c8de
Call the proper linkup routine in PowerPC Book-E machdep.
...
Submitted by: attilio
MFC after: 1 week
2010-02-15 14:38:30 +00:00
uqs
23cb4f332d
games: make WARNS=6 the default, remove overrides
...
This also bumps factor, fortune, primes, and random to WARNS=6.
Approved by: ed (Co-mentor)
2010-02-15 14:32:00 +00:00
uqs
9dc5fb429a
fortune(6) make WARNS=6 clean
...
Fixes taken mostly from DragonflyBSD.
Approved by: ed (Co-mentor)
2010-02-15 14:31:30 +00:00
uqs
925af540e5
morse(6) make WARNS=6 clean
...
Approved by: ed (Co-mentor)
2010-02-15 14:31:05 +00:00
uqs
a3f626e47d
grdc(6) make WARNS=6 clean and bump accordingly
...
Approved by: ed (Co-mentor)
2010-02-15 14:30:37 +00:00
ru
7303437c35
Show when an ARP entry expires.
...
MFC after: 1 week
2010-02-15 14:29:17 +00:00
ru
b751509fec
Though these libraries are disconnected from the build and don't
...
currently build, they should be kept. [1]
Unbreak their makefiles by removing the support for the long gone
DEFAULT_THREAD_LIB knob. (Allows the tools/make_libdeps.sh script
to succeed.)
According to: davidxu and deischen [1]
MFC after: 3 days
2010-02-15 14:14:13 +00:00
uqs
d3c54ed654
sysctl(8): make WARNS=3 clean
...
Fixes inspired by work done in DragonflyBSD.
PR: bin/140016
Approved by: ed (Co-mentor)
2010-02-15 14:08:06 +00:00
uqs
764da0e641
Bump WARNS where possible.
...
Checked by: make universe
Approved by: ed (co-mentor)
2010-02-15 14:07:40 +00:00
pjd
12d96a648c
Mark various sysctls also as tunables.
...
Reviewed by: rwatson
MFC after: 1 week
2010-02-15 09:19:07 +00:00
thompsa
26efa77f97
Add device ID for the FTDI 4232H.
...
PR: usb/143832
Submitted by: UEMURA Tetsuya
2010-02-14 20:10:41 +00:00
thompsa
d8c073ca3a
Add support for the E1752 3G modem and the required eject command.
...
Submitted by: Milan Obuch
2010-02-14 20:05:12 +00:00
thompsa
adc6a97b0a
Make umodem more tolerant for devices which modem descriptors are misplaced.
...
Reported by: Erick Wales
Submitted by: Hans Petter Selasky
2010-02-14 19:59:19 +00:00
thompsa
446bd534e9
Add UQ_KBD_BOOTPROTO quirk needed in r203896
2010-02-14 19:56:05 +00:00