]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Eliminate unused definitions. (They came from NetBSD.)
[FreeBSD/FreeBSD.git] / sys / compat /
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...
2006-08-15 jhbRegen to propogate <prefix>_AUE_<mumble> changes as...
2006-08-15 jhb- Remove unused sysvec variables from various syscalls...
2006-08-15 netchildDisable some parts of the code on amd64 for now to...
2006-08-15 netchildAdd the linux 2.6.x stuff (not used by default!):
2006-08-15 netchildAdd some new files needed for linux 2.6.x compatibility.
2006-08-08 kibLock the vnode around the call to VOP_GETATTR. Move...
2006-08-05 rwatsonWith socket code no longer in svr4_stream.c, MAC includ...
2006-08-04 brooksUse TAILQ_EMPTY instead of checking if TAILQ_FIRST...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-28 jhbRegen for MPSAFE flag removal.
2006-07-28 jhbNow that all system calls are MPSAFE, retire the SYF_MP...
2006-07-28 jhbVarious fixes to comments in the syscall master files...
2006-07-28 jhbRegen.
2006-07-28 jhb- Explicitly lock Giant to protect the fields in the...
2006-07-27 jhbFix a file descriptor race I reintroduced when I split...
2006-07-21 jhbRegen.
2006-07-21 jhbClean up the svr4 socket cache and streams code some...
2006-07-21 jhbAdd conditional VFS Giant locking to svr4_sys_fchroot...
2006-07-21 jhb- Pass the MPSAFE flag to namei() in linux_uselib(...
2006-07-19 jhbRegen.
2006-07-19 jhbAdd conditional VFS Giant locking to svr4_sys_resolvepa...
2006-07-19 jhbMake svr4_sys_waitsys() a lot less ugly and mark it...
2006-07-19 jhbDon't free the sockaddr in kern_bind() and kern_connect...
2006-07-19 jhbInitialize svr4_head during MOD_LOAD rather than on...
2006-07-14 davidxusync with master.
2006-07-11 jhbRegen.
2006-07-11 jhb- Add conditional VFS Giant locking to getdents_common...
2006-07-10 jhb- Split out kern_accept(), kern_getpeername(), and...
2006-07-10 jhbUnexpand PTRIN() in several places and fix one instance...
2006-07-08 jhbAdd a kern_close() so that the ABIs can close a file...
2006-07-08 jhbRework kern_semctl a bit to always assume the UIO_SYSSP...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-06 jhb- Protect the list of linux ioctl handlers with an...
2006-07-06 jhbDon't try to copyin extra data for IPC_RMID requests...
2006-07-01 markmHousekeeping. Update for maintainers who have handed...
2006-06-27 netchildImprove linprovfs to provide/fix the
2006-06-27 jhbRegen.
2006-06-27 jhbUse kern_shmctl() in svr4_sys_shmctl() and drop use...
2006-06-27 jhbAxe the stackgap macros as the Linux ABIs no longer...
2006-06-27 jhb- Add a kern_semctl() helper function for __semctl...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 jhbRegen.
2006-06-27 jhb- Expand the scope of Giant some in mount(2) to protect...
2006-06-26 jhbRegen.
2006-06-26 jhbChange svr4_sys_break() to just call obreak() and mark...
2006-06-26 jhb- Sync with master: rmdir(), mkdir(), and extattr_...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 netchildThe linux times syscall can be called with a NULL point...
2006-06-22 ddsMove conditional preprocessing out of the SYSCTL_ADD_ST...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jhbConditionally acquire Giant around VFS operations.
2006-06-20 jhb- Add a new linker_file_foreach() function that walks...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-12 jhbForcefully turn off GPROF in this file if it is enabled...
2006-06-12 desAdd the model name, obtained from the hw.model sysctl...
2006-06-08 psDo not copy out the iovec in the 32bit recvmsg call...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-02 desAs far as I can tell, the correct CPU family for amd64...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-16 ambriskoFix file leaking in translate_path_major_minor.
2006-05-16 phkSince DELAY() was moved, most <machine/clock.h> #inclu...
2006-05-12 jhbRemove various bits of conditional Alpha code and fixup...
2006-05-11 ambriskoRemove the dependency on procfs since it isn't used.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 netchildNow that we don't have a linuxolator on alpha anymore:
2006-05-10 netchildImplement rt_sigpending in the linuxolator.
2006-05-09 ambriskoAdd in linsysfs. A linux 2.6 like sys filesystem to...
2006-05-05 ambriskoFix the the duplicate cut-n-paste in linux_fstat64...
2006-05-05 ambriskoEnhance the Linux emulation layer to make MegaRAID...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-01 rwatsonAnnotate uses of fgetsock() with indications that they...
2006-03-30 psregen for 32bit System V shared memory
2006-03-30 psProperly support for FreeBSD 4 32bit System V shared...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 avatarUnbreaking build by removing a now unused variable.
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 jhbUse td_ucred rather than p_ucred to avoid panics and...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
next