macallan
efb62a12dd
move callout_init(sc->sc_tick_ch) before we're trying to callout_stop()
...
the ticker.
2008-12-26 18:51:19 +00:00
jmcneill
a2f8108745
The kernel now accepts BPB with heads > 255, so don't limit the number
...
of drive heads.
2008-12-26 04:23:17 +00:00
jmcneill
4fcf0eb13c
Remove pm_Heads check in msdosfs_mountfs; this value isn't really used,
...
FreeBSD and OpenBSD both removed this check years ago, and this makes an
8GB Memory Stick Pro Duo formatted with a PSP work.
2008-12-26 03:38:52 +00:00
christos
09799eeb1f
add pw_getpwconf
2008-12-26 00:52:45 +00:00
christos
16338b1c19
document pw_getpwconf.
2008-12-26 00:49:28 +00:00
jmmv
dc96dedd00
Install the Cards file used by xorgconfig.
2008-12-25 12:45:56 +00:00
ghen
349ed9999e
Add X.org support for the Colemak keyboard layout, see http://colemak.com
...
(it's been included in upstream xkeyboard-config, but not in xkbdata).
2008-12-25 12:12:17 +00:00
christos
aa3382cd31
remove sin{6,}_len linux does not have it. From Timo Teras.
2008-12-24 20:20:52 +00:00
christos
6c532322d2
I was wrong. addr is actually set.
2008-12-24 19:05:48 +00:00
tsutsui
3cf9bfd3aa
Set all default geometry parameters (not only secpercyl and secsize)
...
before readdisklabel(9) on DIOCGDINFO so that we can get correct
media size via the ioctl. (usually floppy doesn't have a real disklabel)
Tested on i386 with 1.44M floppy.
2008-12-24 16:56:28 +00:00
christos
16b17fbeab
- make this compile by zeroing out the whole structure not just bogus fields.
...
- set length field of sockets appropriately.
- mark bogus no-op code (I don't understand what the author intended here).
2008-12-24 15:25:44 +00:00
pgoyette
16866faca8
Remove duplicate entry for 7x13.pcf.gz
2008-12-24 15:04:19 +00:00
haad
7f1b6ba871
Link with -ledit, too so we can use readline support which is used for
...
lvm shell.
2008-12-24 02:11:53 +00:00
haad
3660eb0b59
Enable readline support which is defined by editline in the NetBSD.
2008-12-24 02:10:56 +00:00
dsl
e4be9d4f2c
Treat '\\' as a possible terminator for a loop control variable.
...
(Typically an escaped \: of a nested modifier.)
2008-12-23 21:56:38 +00:00
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