summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against invalid metadata.pjd2006-10-101-0/+6
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-105-34/+89
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-103-26/+10
* Fixed loss of whitespace suppression at ends of lines. Whitespacebde2006-10-101-3/+3
* correct diag request to fetch isr state on fatal interruptssam2006-10-091-1/+1
* Fix style(9) nits.jkim2006-10-092-76/+74
* Fix 32-bit PTE in the GART table.jkim2006-10-092-2/+6
* provide routines to access VPD data at the PCI layer...jmg2006-10-096-182/+397
* more sun4v fallout - missed addkmacy2006-10-091-0/+143
* unbreak buildkernel for sparc64 - fallout from sun4vkmacy2006-10-091-6/+5
* unbreak sparc64 loader buildkmacy2006-10-092-2/+1
OpenPOWER on IntegriCloud