Commit Graph

219217 Commits

Author SHA1 Message Date
mrg
6eb87fc2ee s/DIRBLKSIZE/UFS_&/.
HI DH!  :-)
2013-06-10 02:21:10 +00:00
jmmv
4aa7c4b88e Fix LINKS spec. 2013-06-09 22:00:50 +00:00
christos
b9d62bd6aa no need for the local defs of he enc functions; compat_defs.h provides them. 2013-06-09 19:46:56 +00:00
christos
235c567362 the speed limit is 80 2013-06-09 18:54:05 +00:00
christos
fe82a8aa8a alias vnconfig -> vndconfig 2013-06-09 18:40:50 +00:00
christos
515c2000f1 bump date. 2013-06-09 18:39:31 +00:00
christos
ce446494c4 Alias this to vndconfig for symmetry. 2013-06-09 18:39:05 +00:00
christos
2882a9c896 List all cgd's no matter if they are not contiguously allocated 2013-06-09 18:37:40 +00:00
dholland
9daf003ef2 Stick UFS_ in front of these symbols:
DIRBLKSIZ
   DIRECTSIZ
   DIRSIZ
   OLDDIRFMT
   NEWDIRFMT

Part of PR 47909.

(two stragglers in this commit; oops)
2013-06-09 18:29:25 +00:00
dholland
5a420c1b9a Stick UFS_ in front of these symbols:
DIRBLKSIZ
   DIRECTSIZ
   DIRSIZ
   OLDDIRFMT
   NEWDIRFMT

Part of PR 47909.
2013-06-09 17:57:08 +00:00
dholland
2fd49050f5 Remove lfs-only inumber field (and its supporting union) from struct
ufs1_dinode.
2013-06-09 17:55:46 +00:00
wiz
7f3bb73875 Describe another use for .Cm. Bump date. 2013-06-09 16:32:43 +00:00
christos
a6933efe77 Never return ENXIO in ioctl anymore. We don't have a fixed number of vnd's
configured.
2013-06-09 13:26:25 +00:00
christos
1b081a707c Now that we grow vnd's dynamically we cannot depend on the kernel returning
ENXIO when we exceed the number of configured vnds, so in the -l case, print
info for all vnds we can find device nodes for in /dev.
2013-06-09 13:25:40 +00:00
kiyohara
e3971f83fc Call kmem_intr_free() with kmem_intr_alloc-ed memory instead of free(). 2013-06-09 12:52:33 +00:00
msaitoh
d060f6e507 Fix a bug in last commit that mii_ticks isn't inclemented. 2013-06-09 09:56:17 +00:00
njoly
5244c50dc0 Add missing parenthesis. 2013-06-09 09:44:51 +00:00
msaitoh
307e621cc0 Update link status quickly. This change is a part of FreeBSD's mii_physubr.c
r158649.
2013-06-09 09:31:32 +00:00
msaitoh
23515adb99 Tabify. No functional change. 2013-06-09 09:24:29 +00:00
msaitoh
d2c936ef4d Don't "return" but "break" in MII_TICK when the interface isn't doing
autonegotiaton or the link is up to update the status.
2013-06-09 09:15:51 +00:00
msaitoh
5102301e34 ciphy is gigabit PHY, so use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. 2013-06-09 08:45:32 +00:00
msaitoh
a2fa750028 atphy, ciphy, ihphy and rgephy are gigabit PHY, so not only check IFM_AUTO
for autonegotiation but also check IFM_1000_T, too.
2013-06-09 08:42:16 +00:00
kiyohara
c3ad7b0ef5 Comment-out options IPSEC*. 2013-06-09 06:29:01 +00:00
kiyohara
c51e524d36 Add omapdma.
Fix typo.  s/expantion/expansion/.
2013-06-09 06:28:16 +00:00
kiyohara
69a6de97d9 s/[ \t]$//g.
Indent.
2013-06-09 05:52:04 +00:00
christos
af7cd4f35f Use be{32,64}enc, suggested by joerg. 2013-06-09 02:58:58 +00:00
riz
c02fb3c915 Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes
can named the same as those on other platforms.

For example, proc:::exec-success, not proc:::exec_success.

Implementation follows the same basic principle as FreeBSD's; add
another field to the SDT_PROBE_DEFINE macro which is the name
as exposed to userland.
2013-06-09 01:13:47 +00:00
dholland
b27a9f36f3 Move struct lfs_inode_ext to lfs_inode.h; it doesn't need to be public. 2013-06-09 00:13:55 +00:00
dholland
834acd6648 Get rid of this copy of the accessor macro for di_u.inumber; it breaks
the build now.
2013-06-09 00:10:55 +00:00
dholland
89582ef58a Build properly against the lfs changes. 2013-06-09 00:02:33 +00:00
dholland
dc37d54c5e Add unsafe hacks to make this build going forward.
XXX: unsafe hacks are unsafe -- dump needs to be cleaned up to make
XXX: it more fs-independent.
2013-06-08 23:37:37 +00:00
dholland
6dc91806df Use struct ulfs1_dinode instead of struct ufs1_dinode. 2013-06-08 23:27:34 +00:00
dholland
36d33dd6ae G/C another unneeded union 2013-06-08 23:12:51 +00:00
dholland
602ba1f79c dp->di_u.inumber -> dp->di_inumber
Should have been part of the previous changeset that applied that
change to lfs.h. I'd quite like to know why the test build I ran
didn't trip on this.
2013-06-08 23:12:13 +00:00
dholland
d9177c356e Remove stale union and accessor macros. 2013-06-08 23:04:49 +00:00
dholland
430d02428a right, why does rump have to have its own copy of all the build information? 2013-06-08 22:45:28 +00:00
dholland
e981abf045 ulfs_dir.h has been emptied; remove it. 2013-06-08 22:23:52 +00:00
dholland
0497d48137 Move a comment to lfs.h that belongs better there. 2013-06-08 22:19:01 +00:00
dholland
8be3e7027b G/C 2013-06-08 22:07:24 +00:00
dholland
9416340bc0 There is no WAPBL in LFS. 2013-06-08 22:05:15 +00:00
dholland
15c1f6b300 mp->mnt_wapbl and mp->mnt_wapbl_replay are always NULL in here. 2013-06-08 21:40:27 +00:00
dholland
346c9baa29 Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now. 2013-06-08 21:15:29 +00:00
dholland
a65dc3fc86 Redo these changes properly:
-r1.12 libexec/lfs_cleanerd/Makefile
 -r1.15 sbin/fsck_lfs/Makefile
 -r1.6 sbin/newfs_lfs/Makefile

hi ad@
2013-06-08 21:13:19 +00:00
dholland
d347d0af43 Merge -r1.213 of ufs_vnops.c:
Committed By:   kardel
Date:           Sat Jun  8 05:47:02 UTC 2013

fix clearing of system-flags (schg, sappnd). clearing system flags is
possible again at securelevel < 1.
reviewed by christos@
2013-06-08 20:43:35 +00:00
htodd
92cba3584f Comment out IPSEC in GUMSTIX like the rest. 2013-06-08 19:40:07 +00:00
rmind
7cb08cfdd0 Split IPsec code in ip_input() and ip_forward() into the separate routines
ipsec4_input() and ipsec4_forward().  Tested by christos@.
2013-06-08 13:50:22 +00:00
christos
415d109c2c Revert previous. It is too aggressive and might pick the wrong interface
now.
2013-06-08 13:13:34 +00:00
stacktic
a69c3c1394 Typo 2013-06-08 12:50:32 +00:00
kardel
01ae5b4204 Bring description in sync with errors-section and implementation reality.
(changing super-user only flags is not silently ignored)
2013-06-08 06:05:03 +00:00
kardel
862ab1ea2e fix clearing of system-flags (schg, sappnd). clearing system flags is possible again
at securelevel < 1.
reviewed by christos@
2013-06-08 05:47:02 +00:00