plunky
bd99595db9
Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version
2010-02-03 22:03:56 +00:00
joerg
3185176d24
Merge
2010-02-03 19:31:49 +00:00
joerg
6ab7422234
Fix enum to prevent crash (PR 42734)
2010-02-03 19:27:01 +00:00
roy
98eb889579
Userland now builds and uses terminfo instead of termcap.
...
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
joerg
e8182c96d5
pkg_install-20100203:
...
- Restore PKG_PREFIX in pkg_delete (PR 42731)
- Ensure that the current pkg_install version is at least as new as
the version used to build the package
2010-02-03 14:23:39 +00:00
tls
529d2eb4cb
Plug liblzf into build. Liblzf is a small (3504 byte shared library on i386),
...
very very fast, 2-clause BSD-licensed compressor. We provide the LZF_STATE
version of the API, which is not the default for generic liblzf.
2010-02-03 06:25:54 +00:00
tls
55a82c0a98
Adjust liblzf to offer the LZF_STATE_ARG API, which is better for small-stack
...
environments (think bootblocks etc) and no worse elsewise (you can always
just pass the same state argument...) and have correct prototypes when doing
so.
2010-02-03 03:55:38 +00:00
tls
05206c0677
Import liblzf version 3.5 (2-clause BSD licensed by Marc Lehmann)
2010-02-03 03:50:40 +00:00
roy
afee245092
sync
2010-01-31 20:53:05 +00:00
roy
a7622e5331
Import dhcpcd-5.1.5 with the following changes:
...
* -H, --xidhwaddr uses the last 4 bytes of the hardware address as
the DHCP xid
* -J, --broadcast tells the DHCP server to broadcast replies
* no longer warn about InfiniBand being an unsupported family
* infinite lease times are valid when reading old leases
* discard address correctly if lease is invalid
2010-01-31 20:50:16 +00:00
joerg
5ac0fc9ca9
pkg_install-20100130:
...
- pkg_add -U to rplace an installed version
- refactored man pages
- PKG_DBDIR / PKG_REFCOUNT_DBDIR as pkg_install.conf options
- synced license list
- use connection cache from libfetch
2010-01-30 21:33:08 +00:00
joerg
70160d7000
libfetch-2.30:
...
- Revamped connection cache, allowing more than one active session
- HTTP keep-alive support
2010-01-30 21:26:09 +00:00
wiz
c37f3f8b3c
Mark up NULL. Join two sections describing same error. Remove trailing
...
whitespace.
2010-01-29 10:49:07 +00:00
matt
dfcdd41b29
Add a _is_local_label_name routine (taken from elf64-mips.c).
2010-01-29 06:09:36 +00:00
matt
07b94adbab
Use bfd_ntrad{little,big}_vec and drop all non-trad vectors since they
...
make target matching ambiguous.
2010-01-29 06:08:01 +00:00
matt
335a046fbd
Remove merge workaround - not needed.
2010-01-29 06:05:53 +00:00
matt
fade670606
Remove redundant mips*-*-netbsd* clause
2010-01-29 06:05:32 +00:00
darran
e8ef955492
Fix a problem with the handling of NOBITS sections (i.e. bss), where the
...
elf_getdata() function would return an invalid section error if the size
of the section was bigger than the raw size of the elf binary.
This is basically a sync with changeset 10 of the sourceforge repository
for this library (elftoolchain).
2010-01-28 21:38:29 +00:00
yamt
6ddbd5a7dd
scsi_command_t: rather than putting cleanup code before every
...
return statememts, use goto to a single copy of the cleanup code.
no functional changes.
2010-01-25 13:45:16 +00:00
plunky
567387c17c
execute lists of commands in sub-shells so that the cwd doesn't get
...
not changed between commands
(nbmake will execute all commands in the same context when given -j)
this allows HAVE_PCC=yes tools build to install the pcc files
2010-01-22 11:08:40 +00:00
yamt
44972f323c
- remove unnecessary and confusing initialization of sess->d.
...
- add an assertion.
2010-01-20 11:50:28 +00:00
plunky
7d4f77f20f
Clean up the build framework for pcc
...
- use <bsd.init.mk> to include <../Makefile.inc> files
- add Makefile.inc files that pull in appropriate build settings
- fix the LIBEXECDIR definition (should have trailing /)
- make cc.1 install as pcc.1 to match the binary
- use YHEADER= to build the yacc headers
- general consistency tidy up
2010-01-20 11:45:54 +00:00
yamt
6b4ef1c2b1
implement REPORT LUNS for non-zero LUNs correctly.
2010-01-20 10:33:08 +00:00
yamt
fdeb814270
add missing trailing newline chars to some of iscsi_err messages.
2010-01-20 00:58:49 +00:00
yamt
a33cb43688
target_transfer_data: fix an incorrect flattening of RETURN_NOT_EQUAL
...
in rev.1.2.
2010-01-20 00:51:51 +00:00
yamt
ddd2fd462c
disk_write: report an error from target_transfer_data instead of
...
silently write garbage to the storage.
2010-01-20 00:50:09 +00:00
mrg
ff65ddb460
link in libOSMesa as well.
2010-01-12 03:56:17 +00:00
mrg
9f817fe79f
replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.
...
should fix a problem reported by snj@.
2010-01-12 00:57:45 +00:00
joerg
85dea109fa
libfetch-2.27:
...
Fix a bug in the connection caching for FTP.
2010-01-11 19:40:01 +00:00
tron
9ee09dfd6f
Replace VATTR_NULL() with vattr_null(). The ZFS module can be loaded
...
again now.
2010-01-11 12:10:18 +00:00
mrg
1834ad25e5
fix a problem reported by jmorse:
...
- fix a line continuation that stopped SRCS= from working
- don't include intel_dri.c here
2010-01-10 17:35:33 +00:00
haad
f1a671f674
Fix problem in ZFS ZIL layer where unclean shutdown of filesystem can change
...
replayed file permissions to 777. Patch from FreeBSD. Original commit message:
Be careful which vattr fields are set during setattr replay.
Without this fix strange things can appear after unclean shutdown like
files with mode set to 07777.
2010-01-10 01:35:39 +00:00
joerg
f382d79a9f
Fix markup.
2010-01-08 16:32:47 +00:00
joerg
1e94bcdda0
Fix the markup.
2010-01-08 16:32:23 +00:00
joerg
6738b10249
Use \(-> for the arrows and put them on a separate line because they are
...
not special symbols that .Xr handles.
2010-01-08 16:31:51 +00:00
ober
9067e90d8c
Fix comment to meet style guidelines.
2010-01-08 03:41:58 +00:00
ober
c56ace41b0
Make sure the comment is specific to being a hack and that it needs to be pulled before production release and the real issues with UVM and ZFS need to be resolved.
2010-01-03 11:33:13 +00:00
ober
9bfbda61ad
Set KM_PUSHPAGE to KM_SLEEP to prevent the arc_buf_alloc panics in ZFS.
...
ok haad@
2010-01-03 10:50:06 +00:00
matt
e34524fa00
Don't allow a symbol + offset in a merge section to translated to a
...
.section + offset reference if offset is negative.
2010-01-01 06:12:55 +00:00
joerg
abada83399
Do not use .Xo/.Xc to work around ancient roff limits.
...
Remove .TE without matching .TS.
2009-12-29 18:07:28 +00:00
thorpej
69ceabfc59
Include nbtool_config.h as needed. Should fix missing defn of __unused in
...
some host tool environments.
2009-12-29 17:32:18 +00:00
thorpej
4d886fcd1a
Merge FreeBSD-8-0-RELEASE. All this does is remove the __RCSID() tags
...
due to the modified prepare-import.sh.
2009-12-29 17:05:58 +00:00
thorpej
8a81f35236
Import libelf from FreeBSD 8.0-RELEASE. The main purpose of this is to
...
get a new import after prepare-import.sh was changed to not insert NetBSD
__RCSID() macros (which are problematic for host tool builds).
2009-12-29 16:58:08 +00:00
thorpej
7c6f9e4c11
We don't really need __RCSID() tags in these files, so just get rid of them.
2009-12-29 16:56:25 +00:00
snj
875f862227
Properly replace @MKTEMP_SH_FUNCTION@, @MKTEMP@, and @SENDMAIL@.
...
Fixes PR bin/39629.
2009-12-29 06:00:35 +00:00
christos
ded3e18dc8
adjust entropy_add signature. (From Kurt Schreiner)
2009-12-27 17:27:29 +00:00
christos
e1523714f8
merge 9.7.0rc1
2009-12-26 23:08:21 +00:00
christos
d12c9ec32b
Import bind 9.7.0rc1
2009-12-26 22:18:13 +00:00
wiz
dbb0a194be
Make HTML-ready.
2009-12-23 09:54:22 +00:00
mbalmer
43a53fa2dc
Fix typo in a comment, no code change.
2009-12-23 09:22:16 +00:00