176154 Commits

Author SHA1 Message Date
wiz
38d39e864c Fix deleto in previous. 2008-12-23 21:46:13 +00:00
christos
9cd6b6e766 fix argument order in example. 2008-12-23 20:53:31 +00:00
christos
7c095a5af7 provide an snprintb(3) format for status 2008-12-23 20:52:07 +00:00
christos
442ef04263 trust me, malloc's argument is size_t not u_int. 2008-12-23 20:49:39 +00:00
christos
a3e8ad6af0 make status humanly parsable. 2008-12-23 20:49:19 +00:00
cegger
269bf411e8 catch up with x86/x86/cpu.c: move from malloc to kmem 2008-12-23 20:06:16 +00:00
wiz
c1e7a459ca Bump date for identity configuration option removal. 2008-12-23 19:28:18 +00:00
christos
7d7f0ed270 make this actually work. 2008-12-23 16:34:44 +00:00
christos
738294fb85 Add a convenience config file to build non-modular kernels for testing purposes. 2008-12-23 16:29:53 +00:00
cegger
deb772b2e1 move from malloc to kmem 2008-12-23 15:41:21 +00:00
cegger
713413c736 move from malloc to kmem 2008-12-23 15:31:20 +00:00
tteras
535280aca9 Remove the obsoleted global identity configuration option. 2008-12-23 14:04:42 +00:00
tteras
bd378f6dda rewrite local address detection
make some functions static that arr not needed globally
rework how fd_set is construction for the main loop select()
2008-12-23 14:03:12 +00:00
jmcneill
db842c7394 add pseudo-device drvctl 2008-12-23 13:14:22 +00:00
tsutsui
59f24f5fbc Remove obsolete options SYSTRACE. 2008-12-23 13:04:56 +00:00
cegger
f1b926ed8b ffs_update: sprinkle KASSERTs 2008-12-23 11:32:08 +00:00
stacktic
49e78c0c1f VFS_UMOUNT -> VFS_UNMOUNT; fix typo. 2008-12-23 09:11:59 +00:00
agc
fcded1c904 Only worry about /sbin/lvm if MKLVM was involved. 2008-12-23 04:22:55 +00:00
jmorse
b400d28c38 Fix UVC webcam output by:
- Storing updated video format after user changes format
- Round up number of xfers queued to multiple of 8, due to ehci inefficiencies
- Remove random debugging line I slipped in earlier
2008-12-23 03:22:29 +00:00
agc
408492d9e8 Put the lvm/MKLVM glue into the sets subroutines 2008-12-23 02:56:10 +00:00
agc
72d7476867 Explain what the MKLVM switch does 2008-12-23 02:55:23 +00:00
agc
a796e01c33 Put MKLVM in order in the list of variables 2008-12-23 02:54:11 +00:00
matt
a97f53109f Baby steps to a working driver. transmit works. receive sometimes works
but the h/w is doing really weird shit.
2008-12-23 02:15:10 +00:00
macallan
02142ba757 convert to wscons, while there add some missing wsdisplay drivers 2008-12-22 23:47:16 +00:00
macallan
698f27a0ae make this compile again with NWSDISPLAY==0 2008-12-22 23:46:22 +00:00
agc
adf8a9bf65 First pass at set list changes for lvm functionality. 2008-12-22 20:18:36 +00:00
christos
41a1a6cc14 reduce syscalls 2008-12-22 18:58:22 +00:00
tsutsui
0e53a56713 Regen (add RCS Id). 2008-12-22 18:46:41 +00:00
tsutsui
dbaf5f36b6 - add RCS Id
- put RCS Id strings to output
- generate termcap.mini directly rather than via stdout
2008-12-22 18:46:02 +00:00
tsutsui
ed5081d39a - add xterm entry since dot.profile has an option to use it
- update vt100 entry
2008-12-22 18:37:09 +00:00
agc
10c0eb9360 Don't set up a symbolic link between dmsetup.8 and dmsetup.1 (and
associated cat and html pages) - just use the section 8 man page
for just now.
2008-12-22 18:13:30 +00:00
rmind
d2fec2fc4f sys_shmat: initialise shmid of shmmap entry earlier. Now error path,
i.e. shm_delete_mapping, wont use random value.
2008-12-22 13:49:17 +00:00
ad
f1ec31c6b1 Add a comment. 2008-12-22 12:18:48 +00:00
ad
0472423773 PR kern/40246 current panics when removing swap devices
Someone was smoking crack when they decided to unconditionally OR FSYNC_VFS
into the flags for block devices.
2008-12-22 11:46:33 +00:00
blymn
215b203640 Pay more attention to the state of the RF kill switch, such as don't
bring the interface up when the RF is off.
2008-12-22 11:32:04 +00:00
wiz
6b473e55d0 Improve English, sort sections, various other stuff. 2008-12-22 08:52:37 +00:00
haad
59ceebd061 Add initial version of manpage about device-mapper driver.
XXX: it is not added to the build yet.
2008-12-22 02:28:28 +00:00
haad
a19dfdc02c NetBSD now has LVM working. 2008-12-22 02:23:05 +00:00
haad
9401ff0b03 Remove DM_TABLE_DEPS it is not used in kernel driver and it breaks build
of libdevmapper because it clashes with DM_TABLE_DEPS from dm-ioctl.h.
2008-12-22 02:20:04 +00:00
haad
1016f02c61 Remove done task and add new one. 2008-12-22 02:18:53 +00:00
haad
72f87059d9 Change status of haad-dm branch to Terminated andmove it to Terminated section. 2008-12-22 02:07:39 +00:00
haad
ede2f9031c LIBDM_SRCDIR now points to lvm2/lib/libdevmapper don't need to specify
lib/libdevmapper again.
2008-12-22 01:56:22 +00:00
haad
1c5ab99701 Fix building o lvm binary LVM2TOOLS_* was changed to LVM2_*. 2008-12-22 01:51:44 +00:00
haad
9c9642a3f6 Fix build of liblvm LVM2TOOLS_* was changed LVM2_*. 2008-12-22 01:48:58 +00:00
haad
719394c69f Add NetBSD protocol description header file. Libdevmapper is now buildable
without kernel sources.
2008-12-22 01:48:10 +00:00
haad
335c1857f4 Switch Subdir from lvm2tools to lvm2. 2008-12-22 01:08:08 +00:00
haad
9d3aa12778 Remove broken merged sources of haad-dm. lvm2tools are now in gpl2/lvm2
and libdevmapper is not needed anymore.
2008-12-22 01:07:14 +00:00
jmcneill
8a7834e3dd PR# xsrc/40150: unable to use Ctr-Alt-Fx to switch out of X server
Break libxkb into two separate libraries (libxkb and libxbkstubs). Pull
in libxkbstubs for Xvfb and Xnest, and for Xorg use dixmods/libxorgxkb.
Now Xorg no longer uses the stub XkbDDXSwitchScreen from xkb/ddxVT.c so
display switching works again.
2008-12-22 01:04:27 +00:00
haad
2b943ea665 Add reachover Makefiles to build LVM2 tools on NetBSD. 2008-12-22 00:57:58 +00:00
haad
c6f73bb88c Add NetBSD bits to the original LVM2 tools sources. 2008-12-22 00:56:58 +00:00