]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Fix pointer arithmetic to be 64-bit friendly.
[FreeBSD/FreeBSD.git] / sys / compat /
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-03 ruRegen.
2006-11-03 ruFix build breakage introduced in previous commit (redec...
2006-11-03 rrsThis commits the remake in kern/ make sysent to get
2006-11-03 rrsOk, here it is, we finally add SCTP to current. Note...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-29 netchildBackout the linux aio stuff. Several problems where...
2006-10-29 netchildstyle(9)
2006-10-28 netchildFix style(9).
2006-10-28 netchildMFP4:
2006-10-24 sobomaxRegen.
2006-10-24 sobomaxFix kernel breakage introduced in the previous commit...
2006-10-24 rwatsonRegenerate.
2006-10-24 rwatsonHook up audit functions in the freebsd32 compatibility...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-17 davidxuRegenerate.
2006-10-17 davidxuSync with master.
2006-10-15 netchildFix compile (use the right variable name).
2006-10-15 netchildMFP4 (with some minor changes):
2006-10-15 netchildMFP4 (107868 - 107870):
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-11 keramidaSpell proc/sys/kernel/pid_max correctly in a comment.
2006-10-10 jhbDon't pass unused bufsz to kern_shmctl().
2006-10-10 jhbOnly try to copyin a msqid for the IPC_SET command...
2006-10-10 jhbRemove unnecessary casts before PTRIN().
2006-10-08 netchild- change if (cond) panic() to KASSERT.
2006-10-08 netchild- Replace homegrown check for FIFO with S_ISFIFO. [1]
2006-10-08 netchildImplement /proc/sys/kernel/pid_max.
2006-10-06 davidxuRegenerate.
2006-10-06 davidxuImplement 32bit umtx_lock and umtx_unlock system calls...
2006-10-05 davidxuRegenerate.
2006-10-05 davidxuOops, add the missing file.
2006-10-05 davidxuMove some declaration of 32-bit signal structures into...
2006-10-03 rwatsonRegenerate.
2006-10-03 rwatsonChange getpagesize() system call audit event to more...
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-23 netchildMFp4:
2006-09-23 davidxuRegenerate.
2006-09-23 davidxuEnable sigwait.
2006-09-22 davidxuRegenerate.
2006-09-22 davidxuAdd compatible code to let 32bit libthr work on 64bit...
2006-09-22 davidxuRegenerate.
2006-09-22 davidxuAdd umtx support for 32bit process on AMD64 machine.
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 davidxuRegenerate.
2006-09-21 davidxusync with master.
2006-09-17 rwatsonRegenerate.
2006-09-17 rwatsonAUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltsta...
2006-09-16 netchild- don't reboot() when feed with wrong parameters (and...
2006-09-10 netchildThe Linux unlink syscall uses a different errno value...
2006-09-09 netchild- Extend the coverage of PROC_LOCK to cover wakeup...
2006-09-09 netchildChange futex lock from mutex to sx. Make futex_get...
2006-09-09 netchild- don't wake every sleeper just the first one [1]
2006-09-09 davidxuThe following functions need not to be reimplemented...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-03 rwatsonRegenerate.
2006-09-03 rwatsonSet freebsd32 system call event identifiers for:
2006-09-03 rwatsonRegenerate. Looks like someone missed doing this previ...
2006-09-03 rwatsonUse AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjt...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonRemove two hypothetical calls to suser() in ifdef'd...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-28 ssouhlalFREE -> free
2006-08-27 netchildAdd the linux statfs64 call. This allows Tivoli backup...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 netchildCorrect the number of retries in a futex_wake() call.
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-25 rwatsonDon't call suser_cred() directly from linux_sethostname...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-20 netchildSync the MI parts for amd64 with i386 and remove the...
2006-08-19 netchildGet rid of some nested includes.
2006-08-19 ssouhlalMALLOC -> malloc and FREE -> free
2006-08-19 ssouhlalifdef DEBUG a printf
2006-08-17 impwhile (0); -> while (0) in multi-line macros
2006-08-17 netchild- disable some more code when osrelease=2.4.2
2006-08-17 netchildMove some stuff into headers where they belong.
2006-08-17 netchildFix the DEBUG build:
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 peterGrab two syscall numbers. One is used to emulate funct...
2006-08-16 netchildStyle fixes to comments.
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-16 jkimInclude sys/limits.h for INT_MAX. freebsd32_proto...
next