Commit Graph

220207 Commits

Author SHA1 Message Date
prlw1
71a1d1de35 Add support for Centrino Wireless-N 1030 and Centrino Advanced-N 6230
http://mail-index.netbsd.org/tech-net/2013/01/04/msg003802.html
2013-07-28 11:46:24 +00:00
njoly
dcea1bf790 Add renameat(2) specific errors. 2013-07-28 10:24:59 +00:00
wiz
d3cdb3f120 Fix punctuation formatting and sort errors. 2013-07-28 09:27:07 +00:00
njoly
53aa452fce Adjust EFAULT error description to use arguments name from synopsis. 2013-07-28 09:07:55 +00:00
njoly
1fe37e8eed Check that rename(2) with NULL arguments fail with EFAULT. 2013-07-28 09:03:43 +00:00
he
6a91dd3147 Two changes for the i386 boot loader related to the boot menu which
can be defined in boot.cfg:

 * Add a "menu" command which re-displays the menu and initiates
   the timed countdown
 * Use any default command defined in boot.cfg as default args
   if the user runs "boot" with no arguments

This is useful in circumstances where you e.g. need to interrupt
the normal boot process to switch to serial console, and where
simply "boot netbsd" is no longer sufficient (e.g. as with install
media which needs the miniroot kernel module loaded).
2013-07-28 08:50:09 +00:00
kiyohara
148f6d8534 Call iic_exec() with I2C_F_POLL. Don't sleep in probe/attach time. 2013-07-28 06:12:45 +00:00
pgoyette
3776d454bb Remove more unused variables to unbreak the build. 2013-07-28 04:49:03 +00:00
pgoyette
637c4ef150 Remove unused variable to fix the build. 2013-07-28 04:24:44 +00:00
dholland
ba91b8b1fa Merge the extattr VOPs from ffs.
As these do nothing besides dispatch to ulfs_extattr.c it wasn't
exactly hard.

This might just make extended attributes work on lfs...
2013-07-28 01:27:02 +00:00
dholland
1c11495e64 Merge in some of the stuff for supporting the extended attributes code. 2013-07-28 01:26:13 +00:00
dholland
26f16a77a6 Add more of the bits for supporting quotas. 2013-07-28 01:25:05 +00:00
dholland
8848af09e1 Bring in a copy of ffs_quota2_mount() for reference.
Add stuff to struct lfs that it needs to initialize.
Clear these fields in mount as there's no on-disk support for quota2;
but this increases the chances of being able to add it (or something
like it) in the future.
2013-07-28 01:22:55 +00:00
dholland
d3cfc0d3d4 Migrate the miscellaneous ulfs-level info from struct ulfsmount to
struct lfs.

Put them inside #ifdef _KERNEL there. They are not the only such
members, gross as that is. Unfortunately, moving struct lfs to
lfs_kernel.h does not work.
2013-07-28 01:10:49 +00:00
dholland
5bc8cc2b1c Add lfs_kernel.h for declarations that don't need to be exposed to userland.
lfs currently has the following headers:
   lfs.h - on-disk structures and stuff needed for userlevel tools
   lfs_inode.h - additional restricted materials for userlevel tools
                 that operate the fs (newfs_lfs, fsck_lfs, lfs_cleanerd)
   lfs_kernel.h - stuff needed only in the kernel

and the following legacy headers that are expected to be mopped up and
folded into one of the above:
   lfs_extern.h - function prototypes
   ulfs_bswap.h - endian-independent support
   ulfs_dinode.h - now contains very little
   ulfs_dirhash.h - dirhash support
   ulfs_extattr.h - extattr support
   ulfs_extern.h - more function prototypes
   ulfs_inode.h - assorted kernel-only declarations
   ulfs_quota.h - quota support
   ulfs_quota1.h - more quota support
   ulfs_quota2.h - more quota support
   ulfs_quotacommon.h - more quota support
   ulfsmount.h - legacy copy of ufsmount material
2013-07-28 01:05:52 +00:00
dholland
62ec15fbc5 Remove the now-pointless ulfs ops macros. 2013-07-28 00:37:07 +00:00
dholland
933722845b Remove ulfsspec_close and ulfsfifo_close as they're not used. 2013-07-28 00:31:54 +00:00
dholland
88d53bfd92 Get rid of the ulfs_ops table as we only have one fs in here now. 2013-07-28 00:29:18 +00:00
dholland
a0792c8328 Improve comments in struct ulfsmount.
Also rearrange it to group related items together.
2013-07-28 00:28:33 +00:00
dholland
5e4138d300 Prune unused stuff from struct ulfsmount. 2013-07-28 00:28:05 +00:00
christos
485bfa6f6a mention new bind. 2013-07-27 19:25:23 +00:00
christos
31e900e600 merge conflicts for bind-9.9.3-P2 2013-07-27 19:23:09 +00:00
christos
2cdb6d11c4 lists for new bind 9.9.3-P2 2013-07-27 19:22:10 +00:00
christos
e71be23a11 - conditionalize on mkcrypto
- add libraries
2013-07-27 18:16:26 +00:00
pooka
2eebe6e2de Extend #undef _FORTIFY_SOURCE to both files to avoid compiler
warning for -O0 and fortify combination.

from Alessio Sergi via github
2013-07-27 17:37:29 +00:00
jklos
ddc0ac3bda Fix typo that kept SD card on BeagleBone from being configured. From
Dennis Ferguson.
2013-07-27 17:10:28 +00:00
christos
0448dd3b02 Import bind 9.9.3-P2 2013-07-27 15:22:38 +00:00
kefren
6ca68e7c50 Disable ip forwarding at penultimate hop
Raise the ping wait time a little bit in order for changes to propagate
over ldp
2013-07-27 14:39:24 +00:00
kefren
6ea87284a2 don't expect failure anymore 2013-07-27 14:36:39 +00:00
kefren
7eaad7a39f check route messages sizes more carefully
cache pid
treat every message at a time, even if there are more messages to read
interpret also cloning routes

The latter two should fix the ldp_regen test
2013-07-27 14:35:41 +00:00
martin
c5c422fa26 In .fini invoke destructors (fix copy & pasto) 2013-07-27 13:07:06 +00:00
skrll
283149fa94 Fix KASSERT to avoid assumptions about ipl order.
XXX Temporary measure?
2013-07-27 11:19:09 +00:00
skrll
c4b75127d1 Switch hppa to USE_COMPILERCRTSTUFF=no 2013-07-27 11:13:57 +00:00
kiyohara
bdd2f21f7e Add COM_16750 to opt_com.h. 2013-07-27 07:02:03 +00:00
kiyohara
157818c590 As for the console of ns16750, comintr() may be called before comopen().
If sc_lcr is not initialized at this time, console will be in an ugly state.
2013-07-27 06:54:35 +00:00
kiyohara
3950103e65 Remove white-spaces, null-line and new-line. 2013-07-27 06:43:56 +00:00
matt
fa03729f71 Use jbsr and add END(__start) 2013-07-26 19:49:19 +00:00
martin
6dae3ba8c7 Simplify to new ___start() signature.
Seems to fix PR port-m68k/48076.
2013-07-26 18:47:23 +00:00
njoly
17b707526d New testcase which checks that rump copyin/copyout/copyinstr/copyoutstr
version return EFAULT for special NULL "user" address.
ok pooka@.
2013-07-26 16:09:48 +00:00
njoly
c74676d01d Make copyinstr/copyoutstr return EFAULT for special NULL "user"
address.
Ok pooka@.
2013-07-26 16:07:51 +00:00
msaitoh
ad60ec6602 Style change. 2013-07-26 05:46:19 +00:00
matt
7c78a65eeb Fix some more CERROR inversions 2013-07-25 22:08:15 +00:00
wiz
c690a93593 Remove superfluous Pp. 2013-07-25 21:29:00 +00:00
msaitoh
b6ccf3bacb Add some new bit definitions of Structured Extended Feature Flags Enumeration
Leaf from the document (Intel 64 and IA-32 Architectures Software Developer's
Manual).
2013-07-25 16:34:29 +00:00
msaitoh
15389b84a6 Fix the bit positions in CPUID_SEF_FLAGS macro. On snprintb(), position 1
means LSB(bit0). The bit position from HLE to SMAP was 1 bit right shifted.
The bit position of BMI1 was completely wrong.
2013-07-25 16:31:33 +00:00
macallan
bc460f321e fix width vs height typo
from imre at vdsz.com
2013-07-25 15:09:27 +00:00
kefren
2276864e5a add a couple of tests for dynamic MPLS routes generation using ldpd 2013-07-25 14:28:29 +00:00
tcort
ce9722db69 edid.9: fixes for example code
- 'struct edid_info' in edidvar.h uses 'struct videomode' so
videomode.h needs to be included too.
- edid_print takes a pointer to 'struct edid_info' so add the & operator.

OK by wiz@
2013-07-25 14:10:30 +00:00
pgoyette
d96eb15780 fferentiate zegrep and zfgrep by their basename only, so they can be
invoked with a pathname (ie, /usr/bin/z{e,f}grep).

OK wiz@
2013-07-25 12:25:23 +00:00
kefren
7ecc7b7c66 * don't request explicitly for uid 0 as various system policies may make that
unnecessary
* correct the mplsif message. We don't need an IP address assigned on it
  anymore
2013-07-25 08:40:30 +00:00