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
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-5
/
+5
*
Use ttymalloc() instead of ttyregister().
phk
2004-06-04
4
-15
/
+12
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-8
/
+1
*
Add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-2
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Fix a typo in kan's last commit: cnavaiable() -> cnavailable()
roam
2004-02-05
1
-1
/
+1
*
Eliminate global cons_unavailable flag and replace it by the status
kan
2004-02-05
3
-4
/
+7
*
Fix a long-standing bug that had been introduced in rev 1.24 with the
joerg
2004-01-07
1
-1
/
+4
*
Initialize cn_name, ignore cn_dev.
phk
2003-09-26
1
-1
/
+1
*
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
[next]