aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'Robert Watson2007-03-061-4/+0
* MFP4: 113090, 113130, 113132Jung-uk Kim2007-03-021-3/+100
* MFP4: 115220, 115222Jung-uk Kim2007-03-021-2/+2
* MFp4 (110541):Alexander Leidinger2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):Alexander Leidinger2007-02-252-89/+92
* Partial MFp4 of 114977:Alexander Leidinger2007-02-244-15/+12
* MFp4 (114193 (i386 part), 114194, 114195, 114200):Alexander Leidinger2007-02-232-7/+13
* MFp4 (part of 114132):Alexander Leidinger2007-02-231-7/+8
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove extern int hz; use proper include file instead.Konstantin Belousov2007-02-021-2/+1
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+18
* No need to lock emul_lock in exit_group() because em->sharedKonstantin Belousov2007-02-011-3/+2
* No need to synchronize linux_schedtail with linux_proc_init.Konstantin Belousov2007-02-011-26/+28
* Use a printf-modifier which doesn't need a cast.Alexander Leidinger2007-01-211-2/+2
* Fix tinderbox build on amd64.Alexander Leidinger2007-01-201-2/+2
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-8/+5
* Ooops, fix the ratelimit.Alexander Leidinger2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.Alexander Leidinger2007-01-201-4/+12
* Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flagsKonstantin Belousov2007-01-181-17/+46
* MFp4 (112379):Alexander Leidinger2007-01-141-2/+6
* MFp4 (112705):Alexander Leidinger2007-01-141-3/+2
* MFp4 (112646):Alexander Leidinger2007-01-071-1/+1
* MFp4 (112535):Alexander Leidinger2007-01-071-2/+0
* MFp4 (112534):Alexander Leidinger2007-01-072-7/+3
* MFp4 (112499):Alexander Leidinger2007-01-071-0/+2
* MFp4 (112498):Alexander Leidinger2007-01-074-18/+18
* Fix amd64 build.Xin LI2007-01-011-2/+2
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-312-0/+117
* MFp4:Alexander Leidinger2006-12-312-73/+77
* MFp4 (111746+):Alexander Leidinger2006-12-313-9/+33
* MFp4:Alexander Leidinger2006-12-312-67/+75
* add entry points required by newer broadcom wireless driverSam Leffler2006-12-251-0/+77
* MFP4 (110956):Alexander Leidinger2006-12-211-0/+2
* MFP4: 109655Jung-uk Kim2006-12-201-30/+68
* MFP4: 110179Jung-uk Kim2006-12-201-3/+41
* Regen.Jung-uk Kim2006-12-204-10/+27
* MFP4: (part of) 110058Jung-uk Kim2006-12-202-6/+58
* MFP4: (part of) 110058Jung-uk Kim2006-12-201-24/+26
* MFP4: 109653Jung-uk Kim2006-12-041-2/+25
* MFP4: 109652Jung-uk Kim2006-12-041-39/+38
* MFP4 (110957)Alexander Leidinger2006-12-031-2/+3
* MFP4 (108673, 110519, 110874):Alexander Leidinger2006-12-021-5/+30
* MFP4: Change 109654Jung-uk Kim2006-11-271-0/+60
* Add missed ")". Fix the build.Konstantin Belousov2006-11-181-1/+1
* Sync struct sysinfo with real one from linux.Konstantin Belousov2006-11-181-1/+2
* Use standard debugging facilities in linux_getcwd().Konstantin Belousov2006-11-181-2/+2
* Add debuging printfs to syscalls that do not contain it yet. InKonstantin Belousov2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.Konstantin Belousov2006-11-181-2/+0
* Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.Konstantin Belousov2006-11-151-3/+3