summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forced commit and #include changes for repo copy fromrodrigc2007-02-117-21/+21
* Use the free page queue mutex instead of the page queue mutex toalc2007-02-112-7/+6
* Add missing MNT_ILOCK around some mnt_kern_flag accesses.mohans2007-02-111-0/+6
* Now that the free page queue mutex is a sleep mutex, we cannot callmarcel2007-02-111-7/+0
* Use MAXTTL.bms2007-02-101-1/+1
* Fix small altq related copy and paste error.mlaier2007-02-102-2/+2
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-104-45/+55
* In the ICMP6 path to handle FQDN 'who-are-you' queries, check that thebms2007-02-101-1/+1
* In mac_biba_check_system_swapoff(), don't extract the object label sincerwatson2007-02-101-2/+1
* add a missing piece for 2432mjacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.mjacob2007-02-101-1/+12
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-097-0/+7
* Give which signal caller has attempted to deliver when panicking.delphij2007-02-091-2/+2
* Backing out the wrong fix which could possibly trash the memory if devfsavatar2007-02-091-1/+0
* Add support for Huawei Technologies Mobile card (3G).le2007-02-092-0/+6
* In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrectbms2007-02-091-0/+3
* It turns out that devfs_close() does a dev_refthread() before invokingavatar2007-02-091-0/+1
* Remove an unneeded define.bms2007-02-091-2/+0
* Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.cognet2007-02-091-1/+1
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-082-3/+2
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-082-312/+19
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* Fix problem with RTL8201L PHY. From submitter:imp2007-02-081-2/+17
* Don't send interrupts to CPUs disabled via lapic hints.jhb2007-02-082-0/+4
* As VPD support still causes hard hangs on boot with some hardware, add arwatson2007-02-081-2/+9
* Remove not needed acquision of the mount interlock aroung reading ofkib2007-02-081-12/+5
* #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.rodrigc2007-02-081-0/+1
* Add noatime to the list of mount options that msdosfs accepts.rodrigc2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.rodrigc2007-02-081-31/+8
* - Change types for necent runq additions to u_char rather than int.jeff2007-02-083-12/+12
* Don't recurse into geom_apple and geom_gpt. They have been movedmarcel2007-02-071-3/+1
* eliminate redundant macro MC_SEND()bms2007-02-071-11/+2
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-0721-1634/+2862
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-072-31/+32
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-073-251/+9
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingkib2007-02-071-4/+12
* Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on thealc2007-02-072-15/+21
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
* Fixed some style bugs. Routine except:bde2007-02-062-65/+67
* Print intptr_t values by first casting to intmax_t and then printing withrwatson2007-02-061-1/+1
* Update comments in mac.h.rwatson2007-02-061-7/+10
* Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporarybde2007-02-062-84/+36
* Push UNIX domain socket locking further into uipc_ctloutput() in order torwatson2007-02-061-2/+6
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-0610-134/+107
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-0622-21/+10
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Eliminate some dead code which was introduced in 1.23, yet was alwaysrodrigc2007-02-061-11/+0
* Change GDB_BUFSZ to be large enough to hold a register dump where eachjhb2007-02-051-1/+1
OpenPOWER on IntegriCloud