summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Define an empty C_DIALECT in case of "icc", just in case.ru2006-10-131-0/+1
* - Remove include links only when .depend is also removed, so thatru2006-10-132-4/+10
* Ignore the uart device.jb2006-10-131-0/+1
* Remove a nmdm comment which ru@ thinks was no longer required.jb2006-10-131-1/+0
* sun4v uses the sparc64 version of this file.jb2006-10-131-292/+0
* Wait for thread count to reach zero in destroy_devl() even when no purgetegge2006-10-131-0/+6
* Replace a rarely used "depuration" with "debugging".ru2006-10-133-3/+3
* Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE optionglebius2006-10-131-0/+1
* Move the 2 additional #includes down into the #ifndef DEV_ATPIC section.jhb2006-10-131-2/+2
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toume2006-10-131-0/+1
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Attempt to fix the sun4v tinderbox build (which unhelpfully doesn'tjb2006-10-131-7/+12
* Fix result of some mechanical change that I did some time ago, whenglebius2006-10-131-2/+2
* Remove one of the duplicate 'device nmdm' lines.jb2006-10-131-1/+0
* Fix console and update to new api.kmacy2006-10-131-25/+23
* Fix some whitespacescottl2006-10-131-95/+95
* Attempt to fix the GENERIC kernel build which has been failing onjb2006-10-131-0/+2
* ipmi_polled_enqueue_request() is already called with the lock held, justjhb2006-10-121-2/+2
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
* Fix nodevice atpic compile.jhb2006-10-122-1/+8
* This won't be needed. There is already userland infrastructure for fpu emulationkmacy2006-10-121-191/+0
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...kmacy2006-10-122-0/+11
* sun4v requires TSBs (translation storage buffers) to be contiguous and bekmacy2006-10-121-4/+6
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
* Remove redundant casts. The casts inside the macros should beimp2006-10-121-4/+4
* Spell proc/sys/kernel/pid_max correctly in a comment.keramida2006-10-111-1/+1
* Recognize 802.1q frames in Ethernet input and process them.glebius2006-10-111-1/+29
* Improve ktr(4) logging for callout(9) subsystem. Log all inserts andglebius2006-10-111-7/+23
* Do not leak hooks in ng_bypass().glebius2006-10-111-0/+3
* Make it buildable.glebius2006-10-111-1/+1
* Unbreak a short one.glebius2006-10-111-2/+1
* Break long line.glebius2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.glebius2006-10-111-12/+12
* o Do not do args->f_id.addr_type == 6 when there ismaxim2006-10-111-2/+2
* o Kill a nit in the comment.maxim2006-10-111-1/+1
* o Extend not very informative ipfw(4) message 'drop session, too manymaxim2006-10-111-2/+32
* Use bitcount32() from sys/systm.h instead of my own.glebius2006-10-111-17/+4
* - Update the baudrate every time the parent changes its link state.glebius2006-10-111-3/+4
* Merge the rest of my changes.ru2006-10-111-13/+26
* Fix CPU value.ru2006-10-111-1/+1
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the samekmacy2006-10-111-2/+2
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-1015-98/+224
* Don't pass unused bufsz to kern_shmctl().jhb2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). Otherjhb2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().jhb2006-10-101-11/+11
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-102-4/+4
* Distinguish between two distinct kinds of errors from VOP_BMAP() inalc2006-10-101-2/+12
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningmlaier2006-10-101-3/+17
* Do allow jailed superuser to override the port ACL.rwatson2006-10-101-1/+1
* Mark the audit system calls as being un-implemented in jails. Currently we docsjp2006-10-101-0/+19
OpenPOWER on IntegriCloud