Commit Graph

219836 Commits

Author SHA1 Message Date
matt f0b769f0ae If using mdsetimage to install a ramdisk install, add the ramdisk to SYSTEM_DEP
so the kernel will be relinked and the new ramdisk installed.
2013-07-10 20:25:21 +00:00
reinoud c689e7fed3 Remove the dirent checks and references. UDF doesn't need/use them on rename
so just to make sure, we remove all references/checks to not trigger bugs
thats are not really ours.
2013-07-10 19:14:07 +00:00
reinoud 70ad4376ce Add udf_rename.c to the UDF module make 2013-07-10 19:07:20 +00:00
reinoud ef76be89bb Update test cases for UDF now udf_rename() uses the genfs_rename framework 2013-07-10 18:55:00 +00:00
reinoud 5bf2bdc26b Oops forgot the rump addition of udf_rename.c 2013-07-10 16:47:17 +00:00
tcort 998a133bbf i2cscan: support scans using only 1 byte reads
Add the '-r' option to scan using only 1 byte reads. This enhances
usability on i2c controllers, such as the am335x and dm37xx, that
don't support quick writes (0 byte writes). The default behaviour
remains unchanged.

Review and OK by jmcneill@
2013-07-10 15:18:54 +00:00
reinoud a7795a09e4 Implement udf_rename() using the new genfs_rename() framework.
Fixes PR kern/47986
2013-07-10 15:10:56 +00:00
matt d28e4d0aac Simplify ELFSIZE by using _MIPS_SZPTR 2013-07-10 15:08:38 +00:00
matt b32e808ac8 Add a ELFSIZE define 2013-07-10 15:05:46 +00:00
matt cf0e8a20c0 Fix logic inversion. 2013-07-10 14:27:01 +00:00
martin 14d55ae518 Try to also document the variant using common C code - Matt, please review! 2013-07-10 09:41:16 +00:00
martin 36d44ff56f Fix typo 2013-07-10 09:32:49 +00:00
joerg ad436ff631 Fix stack overflow. 2013-07-10 08:00:29 +00:00
matt b89cdb0e53 Fix typo (pa instead of va). 2013-07-09 20:33:03 +00:00
martin 03c1f052c8 Make dubious code that skips a few interrupts hardcoded print a verbose
message asking the user to mail us details. This will also alarm us
should the strange test sometimes in the future trigger eroneously
on newer hardware.
2013-07-09 20:32:11 +00:00
sjg 3eb72d30de For .MAKE.LEVEL.ENV use VAR_CMD so updates are ignored 2013-07-09 18:44:41 +00:00
sjg b834173368 Set .MAKE.LEVEL.ENV to the name of the env variable used to communicate
the recursion level to sub-makes.
2013-07-09 18:13:14 +00:00
pooka 5fcb2ebcb0 Fix pasto: BUILDRUMP_CPPFLAGS was used twice. 2013-07-09 17:49:37 +00:00
njoly 30a391c1c3 +./usr/libdata/debug/usr/libexec/ld.elf_so-sparc.debug
and restrict ld.elf_so-sparc.debug to compat builds.
2013-07-09 17:14:37 +00:00
uwe d399d324be Use "unsigned int" instead of "u_int" to make it easier to steal.
u_int is out of fashion anyway...
2013-07-09 16:10:17 +00:00
joerg f48ee015ba Don't depend on libz.a for the tools build, /usr/lib/libz.a might not
exist.
2013-07-09 13:10:55 +00:00
joerg bd970e74fe Fix format string. 2013-07-09 13:10:33 +00:00
njoly 84e9c4d0dc Fix sendmail section (8 -> 1) in xrefs. 2013-07-09 09:41:30 +00:00
roy d87d6793f0 Add _rtadvd user and group.
Add a chroot dir for the _rtadvd user.
Drop privs to the user _rtadvd after acquiring our socket.
When rc.d/rtadvd starts or reloads, the rtadvd config file is copied
into the chroot before starting or reloading rtadvd itself.
Create a symlink from /var/run/rtadvd.dump to the chroot

Inital idea from OpenBSD patch rtadvd.c r1.36
2013-07-09 09:34:58 +00:00
wiz e78575e451 libcap-1.4.0 and tcpdump-4.4.0 out. 2013-07-09 08:57:16 +00:00
njoly 55cfcd144b ld.elf_so-i386.debug entries are only needed for MKCOMPAT=yes builds. 2013-07-08 18:10:16 +00:00
mhitch 7e92c596b1 Changes from OpenBSD to OF_mapintr(). Adds support for PCIe. My Ultra 45
now can install from the CD, I can access USB flash drives, and the onboard
bge interfaces now work.  Tested on some other machines by jdc.
2013-07-08 17:01:05 +00:00
jakllsch 767644da8b Use symbolic constants EXIT_SUCCESS, EXIT_FAILURE, and NULL where appropriate. 2013-07-08 14:47:18 +00:00
reinoud 1cabaf0e68 Clarify the sticky-bit check 2013-07-08 08:21:12 +00:00
reinoud f3954b9d18 Cover the last failing UDF test cases with a reference to PR kern/47986, i.e.
all rename's fail until UDF switches over to the new rename framework solving
the locking mechanism.
2013-07-08 06:44:51 +00:00
msaitoh 550f342e08 - Set the TX DMA segment size based on the MTU size.
- Change the TX ring size for 5717 series and 57764 series.
- For 57766, set BGE_RDMAMODE_JMB_2K_MMRR for non-jumbo frame.
  Same as Linux tg3.
- For 57765 and newer devices, set BGE_MAX_RX_FRAME_LOWAT to 1.
  This value is recommended by the document.
2013-07-08 05:36:23 +00:00
msaitoh 4e253d7893 57765 series is not based on 5717 series. 5717 series is based on 57765
series.
2013-07-08 05:24:34 +00:00
apb c40fe12b6e Use .Cm markup for the keywords "temp", "pub", and "proxy" (suggested
by wiz).  Also bump date.
2013-07-08 04:31:12 +00:00
joerg 25c7cbb1ed Update LLVM/Clang to snapshot r185778. This brings in a lot of work on
integrated-assembler support on PowerPC as well as support for
compressed DWARF sections in some tools.
2013-07-07 21:36:42 +00:00
reinoud a0054fd5a4 Pull forward the node creation returned from the lookup call. Its vnode is
used in the access determination on delete/rename of TXT files.

Thanks for joerg@ and clang for detecting this!
2013-07-07 20:16:22 +00:00
reinoud eb513d5160 Implement a real empty-directory checking for rmdir().
Should should fix the other part of PR kern/47987
Solves tests/vfs/t_vnops udf_dir_notempty
2013-07-07 19:49:44 +00:00
reinoud 8fd5b25064 Extend generic dirhash to include an empty directory checker based on
the knowledge the dirhash has. This is done by keeping a count of the current
hash entries.
2013-07-07 19:31:26 +00:00
apb 7716d8c63e tzcode2013d/tzdata2013d have been released. We have updated tzdata/ 2013-07-07 10:52:52 +00:00
apb afa012f242 zoneinfo: Import tzdata2013d. [apb 20130707] 2013-07-07 10:50:58 +00:00
apb 1a4f95b9ec Merge tzdata2013d. 2013-07-07 10:48:49 +00:00
apb 1ba4a87061 Import tzdata2013d from ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz
Summary of changes from tzdata2013c to tzdata2013d:

  Changes affecting current and future time stamps:

    Morocco's midsummer transitions this year are July 7 and August 10,
    not July 9 and August 8.  (Thanks to Andrew Paprocki.)

    Israel now falls back on the last Sunday of October.
    (Thanks to Ephraim Silverberg.)

  Changes affecting past time stamps:

    Specify Jerusalem's location more precisely; this changes the pre-1880
    times by 2 s.

  Changing affecting metadata only:

    Fix typos in the entries for country codes BQ and SX.

  Changes affecting documentation and commentary:

    Deemphasize the significance of national borders.

    Update the zdump man page.

    Remove obsolete NOID comment (thanks to Denis Excoffier).

    Update several URLs and comments in the web pages.

    Spelling fixes (thanks to Kevin Lyda and Jonathan Leffler).

    Update URL for CLDR Zone->Tzid table (thanks to Yoshito Umaoka).
2013-07-07 10:45:27 +00:00
sjg 58ba636624 If using gmake's MAKELEVEL; use it the same way 2013-07-06 18:19:17 +00:00
jakllsch 99fefbecd1 Use NULL instead of 0 when returning a NULL pointer.
Also, remedy minor whitespace issue.
2013-07-06 14:38:54 +00:00
gdt 36854f2e86 #endif comments 2013-07-06 12:11:54 +00:00
gdt 93707b9ab1 Add #endif comments. 2013-07-06 12:06:24 +00:00
gdt f8e5069c8e Add #endif comments (only). 2013-07-06 12:03:11 +00:00
sjg db7ba27731 If commandShell hasErrCtl is true, set shellErrFlag for use by
CompatRunCommand() so that behavior in jobs and compat mode
remains consistent.
2013-07-05 22:14:56 +00:00
reinoud d2126d9622 Fixes chflags. They were silently rejected before but the VFS standard demands
it complains with EOPNOTSUPP.

Fixes chflags test case.
2013-07-05 20:40:20 +00:00
reinoud 16cc237e7c Provide additional checks to udf_lookup and restructure it a bit.
Should fix PR 47988
2013-07-05 20:04:57 +00:00
matt 21ab2522a4 Keep both c: and d: paritions so this can work with systems that have
RAW_PART as 2 or 3.  Addresses PR/47688.
2013-07-05 15:45:17 +00:00