summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanup.brueffer2008-10-291-11/+16
* Explicitly set the shell to /bin/sh when MK_TCSH == no.mp2008-10-291-1/+1
* - Add documentation on how to temporarily display the umass devices thatn_hibma2008-10-292-4/+13
* Introduce a new sysctl, kern.sched.topology_spec, that returns an XMLivoras2008-10-291-1/+87
* If threads limit is exceeded, increase the totoal numberdavidxu2008-10-291-1/+4
* Comment out #define turning on debugging which went in with r184436 andbz2008-10-291-1/+1
* Add the device ID for the mass storage device that appears before then_hibma2008-10-292-4/+4
* DBDMA can transfer a maximum of 64K - 1 bytes per descriptor, as the bytenwhitehorn2008-10-281-0/+6
* - Turn off interrupts instead of only entering a critical sectionmarius2008-10-281-14/+10
* Rename a variable missed in previous accmode_t-related commits.trasz2008-10-281-21/+21
* Commit part of accmode_t changes that I missed in previous commit.trasz2008-10-281-1/+1
* Break out strictly credential-related portions of mac_process.c into arwatson2008-10-283-141/+214
* Bump __FreeBSD_version after accmode_t introduction.trasz2008-10-281-1/+1
* Remove superfluous va_end which was left there in rev 1.38.rdivacky2008-10-281-2/+0
* Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.oleg2008-10-282-1/+4
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-2855-248/+273
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualrwatson2008-10-284-20/+18
* Style return statements in vn_pollrecord().kib2008-10-281-2/+2
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().kib2008-10-281-107/+1
* Protect check for v_pollinfo == NULL and assignment of the newly allocatedkib2008-10-281-14/+22
* Provide an explanation for getinoquota() call in the ufs_access vop.kib2008-10-281-0/+11
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-2811-204/+205
* MFV of tzdata2008i.edwin2008-10-282-16/+55
* Unbreak LINT from r184381 using the correct variable in debuggingbz2008-10-281-4/+1
* Extended comment on why we consider a partition relabel request of "0" torwatson2008-10-281-1/+7
* Rename label_on_label() to partition_check(), which is far morerwatson2008-10-281-7/+7
* Improve alphabetical sort order of stub entry points.rwatson2008-10-281-32/+32
* Remove unneeded call to revoke() inside openpty().ed2008-10-281-4/+0
* style(9) nit: remove unnecessary {} pair.imp2008-10-281-2/+1
* After a machine has been up for a bit more than 20 days with HZ=1000,peter2008-10-281-1/+1
* Clean up some magic numbers in the DBDMA code by replacing them withnwhitehorn2008-10-272-11/+20
* Grab Sierra and Novatel init functions from NetBSD version of the u3gn_hibma2008-10-271-26/+141
* Do as the Linux tg3 driver does and enable MSI support alsomarius2008-10-271-6/+6
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichmarius2008-10-271-0/+3
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* - Whitespace fix for vop_poll.jhb2008-10-271-2/+2
* - In GCC 4.2 __builtin_frame_address() was fixed to include themarius2008-10-274-48/+24
* Fix error in busmaster enable logicrnoland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanuprnoland2008-10-272-10/+9
* Don't report GEM capability until we actually have GEM support.rnoland2008-10-271-1/+2
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* sync w/ driver updates; this also brings in ani statssam2008-10-273-19/+270
* add regdomain knobsam2008-10-271-0/+3
* prepare for a new halsam2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-273-59/+47
* When the mac_bsdextended policy is unloaded, free rule memory.rwatson2008-10-271-0/+5
* prefer #define to naked constantsam2008-10-271-1/+1
* fix handling of HT rates; these overlap legacy rates and need to besam2008-10-271-2/+7
* add hack to deal with Ubiquiti XR9 cards, they have a different mappingsam2008-10-271-9/+24
* Add the files missed with r184331 to make mac_bsdextended compile again.bz2008-10-271-0/+2
OpenPOWER on IntegriCloud