Home | History | Annotate | Download | only in powerpc
History log of /src/sys/compat/linux/arch/powerpc/linux_machdep.h
RevisionDateAuthorComments
 1.12  19-May-2025  andvar spelling and grammar fixes in comments.
 1.11  03-Dec-2021  andvar branches: 1.11.10;
fix various typos in comments, log messages and documentation.
 1.10  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.9  28-Apr-2008  martin branches: 1.9.6; 1.9.8;
Remove clause 3 and 4 from TNF licenses
 1.8  04-Dec-2007  dsl branches: 1.8.12; 1.8.14; 1.8.16;
Remove all the __P
 1.7  11-Nov-2005  chs branches: 1.7.46; 1.7.48; 1.7.54; 1.7.58;
include additional headers that are now needed.
 1.6  26-Feb-2005  perry branches: 1.6.4;
nuke trailing whitespace
 1.5  06-Sep-2002  gehenna branches: 1.5.6; 1.5.14; 1.5.16;
Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.4  15-Feb-2002  christos branches: 1.4.8;
- add a real linux_sys___sysctl because the mib numbers are different.
implement only the kernel version getting entries.
- make the signal conversion functions consistent; dest is arg 1.
- make linux_fakedev deal with block and char devices differently.
- add linux_sys_ugetrlimit, and flesh out the regular get/setrlimit so
that they work properly.
- add linux_mmap2 [untested].
- bump kernel to 2.4.18, and make the date be valentine's day :-)
- linux_sys_*stat64 family was totally busted. Fix it.

tested only on i386.

Status:
gdb, telnet, work
jdk-1.4.0 extractor works, jdk still coredumps.

christos
 1.3  27-May-2001  manu branches: 1.3.2;
Fixed two typo in comments
 1.2  12-Apr-2001  manu Fixed an error in a comment
 1.1  19-Jan-2001  manu branches: 1.1.2; 1.1.4;
Added various header files for initial Linux compatibility on powerpc ports
 1.1.4.3  17-Sep-2002  nathanw Catch up to -current.
 1.1.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.1.2.3  21-Apr-2001  bouyer Sync with HEAD
 1.1.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1  19-Jan-2001  bouyer file linux_machdep.h was added on branch thorpej_scsipi on 2001-02-11 19:13:51 +0000
 1.3.2.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.3.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.4.8.1  16-May-2002  gehenna Remove a hard-coded device major.
 1.5.16.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.5.14.1  29-Apr-2005  kent sync with -current
 1.5.6.2  11-Dec-2005  christos Sync with head.
 1.5.6.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.4.2  07-Dec-2007  yamt sync with head
 1.6.4.1  21-Jun-2006  yamt sync with head.
 1.7.58.1  08-Dec-2007  ad Sync with head.
 1.7.54.1  08-Dec-2007  mjf Sync with HEAD.
 1.7.48.1  09-Jan-2008  matt sync with HEAD
 1.7.46.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.8.16.2  04-May-2009  yamt sync with head.
 1.8.16.1  16-May-2008  yamt sync with head.
 1.8.14.1  18-May-2008  yamt sync with head.
 1.8.12.2  17-Jan-2009  mjf Sync with HEAD.
 1.8.12.1  02-Jun-2008  mjf Sync with HEAD.
 1.9.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.9.6.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.11.10.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed