index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
pcvt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the data types of three index variables, two of them
robert
2003-07-27
1
-3
/
+3
*
Silly compile fixes from resource_disabled() commit.
jhb
2003-07-03
1
-1
/
+0
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-2
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+11
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
2
-6
/
+6
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-3
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
3
-3
/
+3
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
2
-2
/
+2
*
make pcvt compile again without "options XSERVER".
hm
2002-03-08
1
-2
/
+5
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
2
-3
/
+12
*
Unbreak pcvt, it suffered from common variables. Whoever added the
joerg
2002-01-27
1
-8
/
+14
*
o Modify pcvt ioctl() security checks to use securelevel_gt() instead
rwatson
2001-09-26
1
-2
/
+3
*
KSE Milestone 2
julian
2001-09-12
3
-11
/
+12
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-2
/
+2
*
PR: i386/26347
hm
2001-06-05
1
-2
/
+3
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-7
/
+9
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-8
/
+22
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-5
/
+20
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
Provide keyboard entropy harvesting for PCVT users.
markm
2000-09-10
2
-0
/
+5
*
Make it possible to pass boot()'s flags to shutdown_nice() so that the
msmith
2000-08-31
1
-1
/
+1
*
have pcvt's non-console probe and attach routines called again in case
hm
2000-07-15
1
-1
/
+12
*
Remove old entropy-harvesting hooks; this is going to be re-engineered
markm
2000-06-25
2
-5
/
+0
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
6
-34
/
+0
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
1
-1
/
+1
*
Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA
hm
2000-04-16
5
-187
/
+157
*
PR: kern/2327
hm
2000-03-31
2
-2
/
+52
*
pcvt cleanup.
hm
2000-03-28
2
-6
/
+3
*
Substantially cleanup of the pcvt kernel part. This cleanup does
hm
2000-03-26
10
-3001
/
+407
*
- Properly keep track of I/O port resources.
yokota
2000-03-19
1
-0
/
+2
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-1
/
+2
*
Implement scrollback for pcvt based on code submitted by
hm
1999-12-30
10
-309
/
+470
*
Lose explict initialization of mouse to {0}; this gave a warning, and the
eivind
1999-12-21
1
-2
/
+2
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-4
/
+5
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-26
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-12
/
+6
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-20
/
+0
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-1
/
+1
*
Keyboard allocation/deallocation fix.
yokota
1999-06-29
2
-33
/
+69
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-1
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+1
[next]