wiz
85181e787c
New sentence, new line. Sort SEE ALSO. Punctuation nit.
2007-01-08 07:26:40 +00:00
wiz
751fa51e41
Sort SEE ALSO.
2007-01-08 07:24:35 +00:00
wiz
1e1b91be4d
Remove dot and end of SEE ALSO.
2007-01-08 07:22:42 +00:00
wiz
fbe3512d50
Bump date for previous.
2007-01-08 07:22:12 +00:00
wiz
378494c46b
Appeared in 5.0. End sentence with a dot.
2007-01-08 07:21:17 +00:00
wiz
f05f89cb89
Serial comma. Add RCS Id.
2007-01-08 07:19:57 +00:00
wiz
b8808a8b5c
Improve formatting, fix typo, bump date for previous.
2007-01-08 07:18:25 +00:00
wiz
c598f926c7
Drop trailing space.
2007-01-08 07:15:06 +00:00
macallan
6eb39c5682
pull in ofw_subr.c with openfirm so we can use stuff like of_compatible()
...
without ofbus
2007-01-08 06:43:09 +00:00
yamt
48bbcc400d
ip_output: reload ip_len after running pfil_run_hooks.
...
pf "fragment reassemble" rule can change it, at least.
2007-01-08 04:14:54 +00:00
macallan
f2ba35c661
add 1280x768@75Hz modeline
...
from Matthew Wala
2007-01-08 00:21:44 +00:00
cube
f55d783c32
- Document "source /path" and "build /path".
...
- Move documentation for "package", because as I learned tonight, it's not
allowed before setmachine. You get to discover scary new stuff about
config(1) each time you look at it.
2007-01-07 23:22:04 +00:00
pooka
94f62e9b01
properly carry fileid for directory entries, fixes pwd
2007-01-07 21:59:27 +00:00
pooka
38544312f7
update some comments for vnode locking smoergasbord change
...
amazing -- the description of VOP_LOOKUP is suddenly human-readable
2007-01-07 21:33:24 +00:00
pooka
fdac24081e
Restore name caching behaviour accidentally removed in rev 1.73, using
...
variation suggested by yamt on tech-kern.
XXX: The exception is that this doesn't any longer prevent caching
of RENAME, which was implied in a weird weird way previously. But
that's handled by the callers currently.
2007-01-07 20:43:59 +00:00
christos
ae24ecaa72
support kvm68 is MP systems. From Pierre Pronchery
2007-01-07 20:16:14 +00:00
pooka
8b2499ba1e
mount_psshfs.[08]
2007-01-07 19:59:55 +00:00
pooka
d66d221ae1
man page for mount_psshfs
2007-01-07 19:56:26 +00:00
jmcneill
6728db6ed4
Another annoyance with Cromwell/Xromwell; apparently if your Xbox has a
...
Conexant TV encoder and the Microsoft dashboard is set to widescreen AND
you are using a standard definition AV pack, the loader configures the
framebuffer to 1024x576. Reported by riz@
2007-01-07 19:40:50 +00:00
pooka
5c80f85b24
use UBC by default
2007-01-07 19:33:23 +00:00
pooka
7f864d6007
* Adapt to openssh standard of timestamps in file attributes. Maybe
...
should make this work with the IETF standard some day, also.
* kludge with writes and permissions a bit to be able to flush data
cached in ubc to files which are already with r/o permissions in
the backend
2007-01-07 19:31:48 +00:00
pooka
c53a62f5e3
fix link count calculation for directories
2007-01-07 19:29:55 +00:00
pooka
7ed9318946
vfs sync, flushes regular file data only (user server can take care of
...
flushing any metadata it might have hidden away)
2007-01-07 19:28:48 +00:00
jmcneill
04bc2241f7
Change left/right/middle click to be left-stick-click, right-stick-click,
...
start. Compensate for jitter on the left analog stick, and disable the right
stick for now.
2007-01-07 19:08:05 +00:00
dsl
166a60fbb9
Use 'installboot -e ...' to modify the boot options on a boot file instead
...
of trying to install the image into a small file.
2007-01-07 18:34:48 +00:00
jmcneill
ebb76c2c64
Match on Xbox Controller S v1.0, from Andrew Gillham.
2007-01-07 16:54:32 +00:00
jmcneill
d6a7e6c3aa
Regen.
2007-01-07 16:54:16 +00:00
jmcneill
f2e2dddd7a
Add Xbox Controller S v1.0 product ID, from Andrew Gillham.
2007-01-07 16:54:01 +00:00
jmcneill
4aa8670a90
Implement TV safe area for non-VGA connections.
...
XXX: The Xcalibur encoder is misconfigured by Xromwell in HDTV mode, and the
test will not be centered as a result. Xcalibur still works in SDTV mode.
Note that the safe area is not applied to the X server, only the console text.
2007-01-07 16:51:44 +00:00
drochner
9659abca43
Allocate storage for status change notifications dynamically, depending
...
on the number of ports. One byte wasn't even sufficient for 8 ports.
The code doesn't make use of the status bits yet, but it might be used
to speed up the exploration loop later.
2007-01-07 16:50:02 +00:00
drochner
bd2757a152
Remove the code which disables port status change interrupts for 1s
...
when one occured -- this makes that events get lost (or delayed until
the next change), in particular in the handover process from the EHCI
to a companion controller, laeving the port dead under some circumstances.
This fixes the "can't reconnect" symptom for me.
I don't see why the interrupt should be disabled - it is acknowledged
in the interrupt handler and shouldn't be active again until the next
status change.
2007-01-07 16:44:44 +00:00
jmcneill
702303e8a7
Don't inherit the console's rasops flags when creating a new screen.
2007-01-07 16:34:32 +00:00
elad
190f747fee
Add a memoryallocators(9) man-page to give a short summary of memory
...
allocators available in the kernel.
Tons of input from YAMAMOTO Takashi, thanks!
2007-01-07 15:37:51 +00:00
rillig
cb42376f86
See also: ktrace(2).
2007-01-07 15:33:48 +00:00
elad
cf9d4bd6af
Update copyright/license, okay blymn@ few days ago.
2007-01-07 13:55:17 +00:00
mlelstv
f192518511
Make watchdog poll interrupts before re-initializing the chip.
...
Fixes kern/34834.
2007-01-07 12:57:20 +00:00
jdc
517cd3237d
Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.
2007-01-07 12:54:57 +00:00
jdc
9b64ec0143
Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.
2007-01-07 12:32:29 +00:00
tsutsui
990e13dfb3
Typo.
2007-01-07 12:10:18 +00:00
isaki
21b8eaae35
Correct indent. It's important around many #ifdefs.
2007-01-07 10:36:56 +00:00
isaki
be241a0e51
Correct indent.
2007-01-07 09:33:18 +00:00
kardel
68b6494a1c
ntp 4.2.4 import: fix white space format so web site extraction works again
2007-01-07 09:01:30 +00:00
isaki
577b5df548
Sync with reality. The default timeout is 1200 sec.
2007-01-07 08:53:04 +00:00
kardel
0fc3e75458
ntp 4.2.4 import:
...
sync release date with official one.
Add comment about dynamic interface tracking capability
of ntpd.
2007-01-07 07:49:18 +00:00
jmcneill
20e62597f7
For shadowfb, only allocate the memory we're going to use rather than the
...
entire possible framebuffer size allowed on this machine (4MB).
Fix a bug in av pack detection to make HDTV actually work now.
2007-01-07 04:53:29 +00:00
dogcow
bee2705c99
%d -> %ld, so that building on alpha doesn't fail. (also print more useful
...
errors - x bytes written, should be y.)
2007-01-07 04:16:57 +00:00
xtraeme
697ff4bf6c
Mention ug(4), contributed by Mihai Chelaru.
2007-01-07 03:17:28 +00:00
xtraeme
7921065732
+ ug(4)
2007-01-07 03:16:02 +00:00
xtraeme
ad691d8e2e
ug(4): manual page for the Abit uGuru hardware system monitor
...
(wiz please review, thanks).
2007-01-07 03:14:09 +00:00
hubertf
ad9fa84795
Add what that driver's for.
...
OK jmcneill@
2007-01-07 02:32:10 +00:00