Commit Graph

203002 Commits

Author SHA1 Message Date
matt d897a1e969 Remove out-of-date KASSERT 2011-07-14 22:31:22 +00:00
wiz d738592f9d Fix typos, remove trailing whitespace. 2011-07-14 22:14:03 +00:00
wiz d66479d008 New sentence, new line. 2011-07-14 22:12:30 +00:00
joerg 63d609f274 Install cpp frontend link too 2011-07-14 21:38:56 +00:00
jruoho bce528f484 Complete prototypes, markup NULL, complete return values, more markup. 2011-07-14 21:25:42 +00:00
matt 82c39ee7c3 files.dtv is included by conf/files 2011-07-14 18:19:49 +00:00
matt dff840eccd VAX kernel modules need to be built with -fno-pic 2011-07-14 18:12:35 +00:00
apb a28cf61e18 Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile
targets, to ensure that the associated commands do not run.  This should
prevent source files from being overwritten at build time by autoconf
and friends.  Fixes PR 45132.
2011-07-14 17:29:43 +00:00
dholland 1e67a4f4c7 Clean up handling of ufs_lookup_results in rename. 2011-07-14 16:27:43 +00:00
dholland 6e7d5c61d5 Update comments on functions that take ufs_lookup_results. 2011-07-14 16:27:11 +00:00
manu 6e1ab723f7 FUSE struct dirent's off is not the offset in the buffer, it is an opaque
cookie that the filesystem passes us, and that we need to send back on
the next READDIR. Most filesystem just ignore the value and send the
next chunk of buffer, but not all of them. Fixing this allows glusterfs
distributed volume to work.
2011-07-14 15:37:32 +00:00
manu a6ed313d9c Improve extended attribute commands:
- allow namespace to be omitted when using a namespace-prefixed attribute
  name, a la Linux.
- Improve hexdump for getextattr -x
- Add more display option for binary attributes, using vis(3)
- Add a -i option to setextattr to get the attribute value from file, so
  that we can set binary values
2011-07-14 15:25:27 +00:00
drochner 37cdb98bb0 back out previous - this should be unnecessary on NetBSD due to
the extra validation introduced in rev.1.42 (and pulled up to netbsd-5)
2011-07-14 12:44:10 +00:00
jruoho 943257c643 Move the uvm "loan" test to tests(7). 2011-07-14 11:08:44 +00:00
drochner d5aac921d3 clear the packet filter's scratch memory before running the filter
program, otherwise kernel memory can be leaked, from Guy Harris
per PR kern/45142
2011-07-14 10:43:55 +00:00
jruoho 418b5c73fe Remove "mmap" subdir. 2011-07-14 10:27:36 +00:00
jruoho fba4fe8aa3 Remove the 't_mincore' test case, as it is essentially a less elegant
version of the recently added page residency checks.
2011-07-14 10:24:56 +00:00
mrg b259e2f2c8 revert the _i4i aliases. they are not the right thing. 2011-07-14 09:48:03 +00:00
plunky ee76f29c49 rcconf_is_set takes a tuple of <script> <variable>, so add
in a couple of missing script names

	network ip6forwarding
	sysctl defcorename

and remove the trailing "sysctl"
2011-07-14 09:35:24 +00:00
plunky 0067012e91 introduce rcvar_is_enabled to test if a rcvar is enabled
use this instead of rcconf_is_set to warn about superseded
rc.d scripts, to silence spurious warnings produced before
/etc/defaults/rc.conf script was updated.

(spurious warnings noted by Martin Husemann)
2011-07-14 09:31:19 +00:00
jruoho de255ab49d ../regress/sys/uvm/mmap/mmap.c is now part of tests(7). 2011-07-14 08:12:20 +00:00
jruoho c198c89355 Add the test cases from the old ../regress/sys/uvm/mmap/mmap.c. 2011-07-14 08:09:48 +00:00
jruoho 99db6ea634 Use ATF_CHECK() when appropriate. 2011-07-14 07:33:20 +00:00
wiz e1881f54f7 Fix a logic error: when renaming a file, strip trailing \n from file name. 2011-07-14 06:35:30 +00:00
jruoho 5fb118d0d5 Add few simple test cases. 2011-07-14 05:46:04 +00:00
matt b8272261e5 Don't build 64bit kernel for evbmips-el 2011-07-14 05:31:16 +00:00
jruoho 717eba57b8 Adjust. 2011-07-14 04:59:14 +00:00
jmcneill 0546d04822 sections can't be > 4KB 2011-07-14 01:37:09 +00:00
joerg 220d715bdc Update to LLVM/Clang r135100 to get past the type system rewrite. 2011-07-13 23:48:29 +00:00
jmcneill 3d6d4778fc fe_sec_voltage_t: add SEC_VOLTAGE_OFF 2011-07-13 23:16:55 +00:00
macallan 7ec029aeeb provide EDID blocks for hardware where we know the parameters but neither the
firmware nor DDC provide any. So far there's only a parameter block for the
PowerBook Pismo's built-in TFT, now Xorg works out of the box without config.
The same parameter block will probably do the right thing on Lombard, PDQ and
TFT-equipped Wallstreet PowerBooks.
2011-07-13 22:54:33 +00:00
jmcneill ea2206438c add missing mutex_destroy on detach 2011-07-13 22:51:10 +00:00
jmcneill 677961ab6e dtv_demux_write: make sure to unlock muted in all error paths 2011-07-13 22:50:24 +00:00
macallan 2817db3759 follow genfb changes in backlight control 2011-07-13 22:50:11 +00:00
macallan a4ce3513c3 use callbacks that match the ioctl() interface to control backlight 2011-07-13 22:47:29 +00:00
jmcneill 5476439d3f build dtv_demux.c 2011-07-13 22:43:33 +00:00
jmcneill d3ea21c055 add section filter support 2011-07-13 22:43:04 +00:00
njoly 8b2b6e057f Add function name to a few debug messages. 2011-07-13 19:51:29 +00:00
dyoung 774f4a9816 Havard Eidnes points out that on algor we must not install
<machine/bus.h> any longer.
2011-07-13 15:32:57 +00:00
jakllsch e7ea575c2d emdtv(4): add Pinnacle PCTV 800E 2011-07-13 14:36:29 +00:00
jakllsch 2129d6961f Support XC3028 tuner in emdtv. 2011-07-13 14:34:45 +00:00
jruoho 6edfe275e4 Fix a typo in previous. 2011-07-13 14:31:40 +00:00
mrg 3851ca3cb1 build this as a o32 application. 2011-07-13 14:09:36 +00:00
uch fa2ab7e4a5 Fix readdir eofflag(bogus eofflags was setted). getcwd works. 2011-07-13 12:28:57 +00:00
uch 7572a219c6 Fix inode update method. chown and chmod works. 2011-07-13 12:22:49 +00:00
jruoho fb62814031 Update. 2011-07-13 12:22:36 +00:00
uch 709aeb1f3a When filesize is zero, correctly return V7FS_ITERATOR_END 2011-07-13 12:18:22 +00:00
jruoho d808fe5f3c Rename few test case names. No functional change. 2011-07-13 11:17:03 +00:00
jruoho b4d286f06e Xref hpacel(4). 2011-07-13 11:03:07 +00:00
jruoho 1ac5895a9a Fix autoconf(9) attach message. 2011-07-13 10:59:35 +00:00