aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not leak hooks in ng_bypass().Gleb Smirnoff2006-10-111-0/+3
* Make it buildable.Gleb Smirnoff2006-10-111-1/+1
* Unbreak a short one.Gleb Smirnoff2006-10-111-2/+1
* Break long line.Gleb Smirnoff2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.Gleb Smirnoff2006-10-111-11/+11
* o Do not do args->f_id.addr_type == 6 when there isMaxim Konovalov2006-10-111-2/+2
* o Kill a nit in the comment.Maxim Konovalov2006-10-111-1/+1
* o Extend not very informative ipfw(4) message 'drop session, too manyMaxim Konovalov2006-10-111-2/+32
* Use bitcount32() from sys/systm.h instead of my own.Gleb Smirnoff2006-10-111-17/+4
* - Update the baudrate every time the parent changes its link state.Gleb Smirnoff2006-10-111-3/+4
* Merge the rest of my changes.Ruslan Ermilov2006-10-111-13/+26
* Fix CPU value.Ruslan Ermilov2006-10-111-1/+1
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the sameKip Macy2006-10-111-2/+2
* Change the x86 interrupt code to suspend/resume interrupt controllersJohn Baldwin2006-10-1015-98/+224
* Don't pass unused bufsz to kern_shmctl().John Baldwin2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). OtherJohn Baldwin2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().John Baldwin2006-10-101-11/+11
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.John Baldwin2006-10-102-4/+4
* Distinguish between two distinct kinds of errors from VOP_BMAP() inAlan Cox2006-10-101-2/+12
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningMax Laier2006-10-101-3/+17
* Do allow jailed superuser to override the port ACL.Robert Watson2006-10-101-1/+1
* Mark the audit system calls as being un-implemented in jails. Currently we doChristian S.J. Peron2006-10-101-0/+19
* Guard against invalid metadata.Pawel Jakub Dawidek2006-10-101-0/+6
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemKonstantin Belousov2006-10-105-34/+89
* The powerpc and sparc64 MD `reboot' commands should never have existedBruce Evans2006-10-103-26/+10
* Fixed loss of whitespace suppression at ends of lines. WhitespaceBruce Evans2006-10-101-3/+3
* correct diag request to fetch isr state on fatal interruptsSam Leffler2006-10-091-1/+1
* Fix style(9) nits.Jung-uk Kim2006-10-092-76/+74
* Fix 32-bit PTE in the GART table.Jung-uk Kim2006-10-092-2/+6
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-096-182/+397
* more sun4v fallout - missed addKip Macy2006-10-091-0/+143
* unbreak buildkernel for sparc64 - fallout from sun4vKip Macy2006-10-091-6/+5
* unbreak sparc64 loader buildKip Macy2006-10-092-2/+1
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-0914-27/+199
* add sun4v support to the sparc64 boot loaderKip Macy2006-10-095-10/+1109
* Use LIST_FOREACH_SAFE instead of a hand rolled version.Andrew Thompson2006-10-091-8/+4
* Change vnode_pager_generic_getpages() so that it does not panic if theAlan Cox2006-10-081-2/+13
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.Ariff Abdullah2006-10-081-2/+30
* Added some aliases:Bruce Evans2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxBruce Evans2006-10-084-6/+6
* Remove unnecessary test case. (As written, that branch will neverAlexander Leidinger2006-10-081-2/+0
* - change if (cond) panic() to KASSERT.Alexander Leidinger2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]Alexander Leidinger2006-10-081-1/+7
* Implement /proc/sys/kernel/pid_max.Alexander Leidinger2006-10-081-0/+19
* Various mdoc and grammar fixes.Paolo Pisati2006-10-081-275/+278
* Sort libalias files.Paolo Pisati2006-10-081-2/+2
* Add missing PCI ID for the acer m5288Søren Schmidt2006-10-081-0/+1
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.Florent Thoumie2006-10-072-0/+3