]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/kern_descrip.c
o Add PIO and vtblk mmio device info to the tree
[FreeBSD/FreeBSD.git] / sys / kern / kern_descrip.c
2014-11-24 jhbProperly initialize the capability rights for vnodes...
2014-11-23 mjgfiledesc: plug a test for impossible condition in fgetv...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-13 mjgfiledesc: fixup fdinit to lock fdp and preapare files...
2014-11-13 kibRemove the no-at variants of the kern_xx() syscall...
2014-11-11 glebiusRemove SF_KQUEUE code. This code was developed at...
2014-11-06 mjgAdd sysctl kern.proc.cwd
2014-11-06 mjgfiledesc: avoid taking fdesc_mtx when not necessary...
2014-11-06 mjgfiledesc: just free old tables without altering the...
2014-11-03 mjgfiledesc: plus sys/kdb.h include which crept in with...
2014-11-03 mjgfiledesc: plug unnecessary fdp NULL checks in fdescfree...
2014-11-03 mjgfiledesc: create a dedicated zone for struct filedesc0
2014-11-02 mjgfiledesc: move freeing old tables to fdescfree
2014-11-02 mjgfiledesc: factor out some code out of fdescfree
2014-11-02 mjgfiledesc: tidy up fdcheckstd
2014-11-02 mjgfiledesc: lock filedesc lock in fdcloseexec only when...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 mjgfiledesc: drop retval argument from do_dup
2014-10-31 mjgfiledesc: fix missed comments about fdsetugidsafety
2014-10-31 mjgfiledesc: make fdinit return with source filedesc locke...
2014-10-31 mjgfiledesc: iterate over fd table only once in fdcopy
2014-10-31 mjgfiledesc: tidy up fdfree
2014-10-31 mjgfiledesc: tidy up fdcopy a little bit
2014-10-30 mjgfiledesc: make sure to force table reload in fget_unloc...
2014-10-30 mjgfiledesc: microoptimize fget_unlocked by retrying obtai...
2014-10-30 mjgfiledesc: get rid of atomic_load_acq_int from fget_unlocked
2014-10-22 mjgfiledesc assert that table size is at least 3 in fdsetu...
2014-10-22 mjgfiledesc: cleanup setugidsafety a little
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-20 mjgfiledesc: plug 2 write-only variables
2014-10-19 neelIFC @r273206
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 mjgfiledesc: plug 2 assignments to M_ZERO-ed pointers...
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-10 neelIFC @r272887
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 mjgfiledesc: fix up breakage introduced in 272505
2014-10-05 kibOn error, sbuf_bcat() returns -1. Some callers returne...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-04 mjgPlug capability races.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-27 neelIFC @r272185
2014-09-26 mjgMake do_dup() static and move relevant macros to kern_d...
2014-09-25 kibFix fcntl(2) compat32 after r270691. The copyin and...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-22 jhbAdd a new fo_fill_kinfo fileops method to add type...
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-12 jhbFix various issues with invalid file operations:
2014-09-12 jhbSimplify vntype_to_kinfo() by returning when the desire...
2014-09-05 mjgPlug unnecessary fp assignments in kern_fcntl.
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-26 glebius- Remove socket file operations declaration from sys...
2014-08-26 mjgFix up races with f_seqcount handling.
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-23 mjgPrepare fget_unlocked for reading fd table only once.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-10 mjgDon't zero fd_nfiles during fdp destruction.
2014-07-10 mjgAvoid relocking filedesc lock when closing fds during...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 mjgMake fdunshare accept only td parameter.
2014-06-28 mjgMake sure to always clear p_fd for process getting...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-23 mjgTidy up fd-related functions called by do_execve
2014-06-22 mjgDon't take filedesc lock in fdunshare().
2014-06-22 mjgfd: replace fd_nfiles with fd_lastfile where appropriate
2014-06-22 mjgdo_dup: plug redundant adjustment of fd_lastfile
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-03 grehanMFC @ r266724
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-02 mjgRequest a non-exiting process in sysctl_kern_proc_...
2014-04-23 baptUpdate to byacc 20140409
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 mjgGarbage collect fdavail.
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-21 mjgMark the following sysctls as MPSAFE:
2014-03-21 mjgTake filedesc lock only for reading when allocating...
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
next