| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=71619
|
| |
|
|
|
|
|
| |
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>
Notes:
svn path=/head/; revision=71370
|
| |
|
|
|
|
|
| |
other cruft from the files.alpha and files.ia64 that were related to this.
Notes:
svn path=/head/; revision=71262
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70834
|
| |
|
|
|
|
|
|
| |
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Notes:
svn path=/head/; revision=69781
|
| |
|
|
|
|
|
| |
obfuscate the code.
Notes:
svn path=/head/; revision=68103
|
| |
|
|
|
|
|
|
|
|
|
|
| |
<sys/proc.h> to <sys/systm.h>.
Correctly document the #includes needed in the manpage.
Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.
Notes:
svn path=/head/; revision=67893
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few
moments ago from src/sys/i386/include/mouse.h by peter.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/mouse.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/mouse.h> files will be removed.
Notes:
svn path=/head/; revision=66860
|
| |
|
|
|
|
|
| |
obscured a #include bug in syscons.
Notes:
svn path=/head/; revision=66859
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
Notes:
svn path=/head/; revision=66834
|
| |
|
|
|
|
|
|
|
|
|
| |
to syscons. I have a man page to follow describing the format of the
kbdmap file.
PR: 19273
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=65759
|
| |
|
|
|
|
|
|
|
| |
new location, all mouse events are harvested, not just the ones being
written out to moused(8). This means that mouse entropy is harvested
at the consoles as well as in X.
Notes:
svn path=/head/; revision=65690
|
| |
|
|
|
|
|
|
|
| |
kernel can instigate an orderly shutdown but still determine the form of
that shutdown. Make it possible eg. to cleanly shutdown and power off the
system under ACPI when the power button is pressed.
Notes:
svn path=/head/; revision=65268
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
which call busspace.
* Rework pci config accesses to route through the pcib device instead of
calling a MD function directly.
With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.
Notes:
svn path=/head/; revision=65176
|
| |
|
|
|
|
|
|
| |
(Do not return EINVAL when -1 is specified as a new value,
as it should mean "preserve the current value.")
Notes:
svn path=/head/; revision=65129
|
| |
|
|
|
|
|
|
|
|
|
| |
wrong bytes.
o Improve the public interface; use void* instead of char* or u_int64_t
to pass arbitrary data around.
Submitted by: kris ("horrible bug")
Notes:
svn path=/head/; revision=63855
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63722
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63681
|
| |
|
|
|
|
|
| |
other attrs, so reset only bold on 39
Notes:
svn path=/head/; revision=63649
|
| |
|
|
|
|
|
| |
Pointed out by: bde
Notes:
svn path=/head/; revision=63264
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63221
|
| |
|
|
|
|
|
| |
Unify comments related to color
Notes:
svn path=/head/; revision=63219
|
| |
|
|
|
|
|
| |
/dev/random now has new-and-improved entropy!
Notes:
svn path=/head/; revision=62842
|
| |
|
|
|
|
|
| |
later.
Notes:
svn path=/head/; revision=62069
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62065
|
| |
|
|
|
|
|
| |
Revert last commit. sc.h/NSC is used.
Notes:
svn path=/head/; revision=61481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61311
|
| |
|
|
|
|
|
|
| |
values. E[x is bad because set them to default values and should be used only
in reset sequence.
Notes:
svn path=/head/; revision=61297
|
| |
|
|
|
|
|
|
|
|
|
| |
It may cause misterious chars appearse in the middle of the scrolled lines.
The bug trigger: enter
grep P_32 /usr/include/*.h
command and see misterious "db.\" filename.
Notes:
svn path=/head/; revision=61072
|
| |
|
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
Notes:
svn path=/head/; revision=60938
|
| |
|
|
|
|
|
|
|
|
|
| |
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
Notes:
svn path=/head/; revision=60833
|
| |
|
|
|
|
|
| |
Obtained from: FreeBSD(98) 4.0R-Rev01
Notes:
svn path=/head/; revision=60201
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59823
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59817
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59760
|
| |
|
|
|
|
|
|
| |
Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp> and
Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
Notes:
svn path=/head/; revision=59689
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59617
|
| |
|
|
|
|
|
|
| |
* There was nothing that should be machine dependant about
i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c.
Notes:
svn path=/head/; revision=59604
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58965
|
| |
|
|
|
|
|
| |
- Fix non-destructive, underline text cursor.
Notes:
svn path=/head/; revision=58872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58330
|
| |
|
|
|
|
|
| |
text mode.
Notes:
svn path=/head/; revision=58232
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=57130
|
| |
|
|
|
|
|
|
|
|
| |
won't appear on the screen, and "blinking" and "destructive" cursor
won't appear in the vty for which the text cursor is currently hidden.
Approved by: jkh
Notes:
svn path=/head/; revision=57129
|
| |
|
|
|
|
|
|
| |
modular compilation harder. I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
Notes:
svn path=/head/; revision=56836
|
| |
|
|
|
|
|
|
|
| |
if the screen is in a graphics mode
Reported by: Maxim Sobolev <sobomax@altavista.net>
Notes:
svn path=/head/; revision=56528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56329
|
| |
|
|
|
|
|
|
|
|
| |
scp->font_size in the first place. It is redundant now and is
removed.
Found by: bde
Notes:
svn path=/head/; revision=56328
|