summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel clean up to make the sun4v kernel buildkmacy2006-10-0914-27/+199
* add sun4v support to the sparc64 boot loaderkmacy2006-10-095-10/+1109
* Use LIST_FOREACH_SAFE instead of a hand rolled version.thompsa2006-10-091-8/+4
* Change vnode_pager_generic_getpages() so that it does not panic if thealc2006-10-081-2/+13
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.ariff2006-10-081-2/+30
* Added some aliases:bde2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxbde2006-10-084-6/+6
* Remove unnecessary test case. (As written, that branch will nevernetchild2006-10-081-2/+0
* - change if (cond) panic() to KASSERT.netchild2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]netchild2006-10-081-1/+7
* Implement /proc/sys/kernel/pid_max.netchild2006-10-081-0/+19
* Various mdoc and grammar fixes.piso2006-10-081-279/+282
OpenPOWER on IntegriCloud