summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate pjdfstest test suite execution into kyuangie2014-11-0327-4/+468
* filedesc: plus sys/kdb.h include which crept in with r274007mjg2014-11-031-1/+0
* Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_testngie2014-11-031-0/+11
* filedesc: plug unnecessary fdp NULL checks in fdescfreee and fdcopymjg2014-11-031-6/+3
* Don't assert random_adaptors_lock in random_adaptor_read_rate().delphij2014-11-031-4/+0
* filedesc: create a dedicated zone for struct filedesc0mjg2014-11-031-2/+5
* Fix up some session-related races in devfs.mjg2014-11-031-23/+42
* Do not try to create a /dev/log symlink in a jail.hrs2014-11-031-1/+1
* - Make sure random_adaptor accesses happen only whendelphij2014-11-021-22/+39
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-0219-291/+756
* Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing whenhrs2014-11-021-26/+24
* MFamd64: Move extern declaration of _ucodesel and _udatasel tojhb2014-11-024-3/+2
* MFamd64: Explicitly initialize the mxcsr during npxinit().jhb2014-11-021-0/+9
* Remove the FP_SOFTFP flag. It wasn't used but was leftover from thejhb2014-11-022-9/+0
* Don't check for a NULL curthread. curthread hasn't been NULL after earlyjhb2014-11-021-2/+0
* Followup to r273966. Fix the build with ADAPTIVE_LOCKMGRS kernel option.kib2014-11-021-1/+1
* Add the less-ambiguous freebsd-version command.wblock2014-11-021-1/+1
* vt(4): Fix keyboard allocation when kbdmux(4) isn't useddumbbell2014-11-021-1/+1
* filedesc: move freeing old tables to fdescfreemjg2014-11-021-7/+8
* Use default memory type for TTM buffer objects that may be cached.tijl2014-11-021-2/+1
* filedesc: factor out some code out of fdescfreemjg2014-11-021-67/+85
* When non-forced unmount or remount rw->ro is performed, writes on UFSkib2014-11-021-5/+6
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-024-8/+34
* - agp_generic_unbind_memory: flush AGP TLB before unwiring pagestijl2014-11-021-2/+5
* In agp_amd_bind_page don't flush the AGP TLB. It's done by the callingtijl2014-11-021-3/+0
* In agp(4) avoid the need to flush all cpu caches with wbinvd betweentijl2014-11-027-65/+40
* drm: Lower priority of two messages related to invalid EDIDdumbbell2014-11-022-3/+3
* Add pkg-config file for libarchivemm2014-11-022-0/+18
* NG_NODE_NAME(node) is always not NULL. Use correct macro.glebius2014-11-021-1/+1
* filedesc: tidy up fdcheckstdmjg2014-11-021-16/+15
* Restore the auto-reseed logic, but move it to a much later point,des2014-11-022-26/+5
* Get rid of the postrandom script. It was born in a time when thedes2014-11-025-60/+37
* filedesc: lock filedesc lock in fdcloseexec only when neededmjg2014-11-021-3/+1
* add an rc.d script to automatically grow the specified FS... It hasjmg2014-11-024-0/+164
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-013-2/+4
* Port h_hash and t_sha2 to FreeBSDngie2014-11-012-0/+34
* Expect :sscanf_whitespace to fail on !NetBSD OSesngie2014-11-011-0/+4
* Skip :fopen_regular on !NetBSD because it's a NetBSD specific testngie2014-11-011-0/+2
* Add new atf_tc_expect_fail to fflush_err; this is a new (within the past coup...ngie2014-11-011-0/+4
* Disable testcases 12 and 15-22 on FreeBSDngie2014-11-011-1/+16
* Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSesngie2014-11-011-0/+10
* Port h_atexit to FreeBSDngie2014-11-011-0/+34
* Port t_mincore to FreeBSDngie2014-11-011-0/+21
* Port t_kevent to FreeBSDngie2014-11-011-0/+26
* Skip :sethostname_basic because it messes up the test host's hostnamengie2014-11-011-2/+4
* Updates to the list of CPUs supported by the amd64 platformgavin2014-11-011-4/+24
* Change the order of the arguments to file_loadraw(). They were swappedmarcel2014-11-011-1/+1
* Remove duplicate macro settings (probably due to an SVN merge /faux pas/ on m...markm2014-11-011-11/+0
* getitimer on FreeBSD returns the last set time instead of the remaining time;ngie2014-11-011-0/+5
* Port lib/libc/sys/t_dup to FreeBSD/Linuxngie2014-11-011-0/+20
OpenPOWER on IntegriCloud