summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Disable protocol field compression on the inner PPP frame when also doingarchie2004-11-271-1/+1
* Do export the advertised receive window via the tcpi_rcv_space field ofrwatson2004-11-272-1/+2
* Unlock mutex if PDROP was set by caller.davidxu2004-11-271-0/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-2754-68/+50
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-273-69/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.das2004-11-272-119/+3
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in frombz2004-11-261-2/+2
* Eliminate MNT_NODEV usage, it doesn't have any meaning any more.phk2004-11-262-5/+5
* Allow the gif module to be built without IPv6 support when NOINET6 isbrooks2004-11-261-1/+8
* Implement parts of the TCP_INFO socket option as found in Linux 2.6.rwatson2004-11-262-2/+120
* Remove useless casts.cognet2004-11-261-2/+2
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-263-5/+82
* Implement checkparity/rebuildparity.le2004-11-267-13/+316
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.phk2004-11-261-2/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.phk2004-11-261-1/+1
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* Fix LOR.phk2004-11-261-2/+2
* Fix a problem where our TCP stack would ignore RST packets if the receivesilby2004-11-252-4/+6
* Allow a filesystem to have both old and new mount methods at the samephk2004-11-251-1/+2
* Don't use PAGE_SIZE to calculate controller-specific attributes.scottl2004-11-252-2/+3
* Regen.phk2004-11-252-5/+5
* Mark mount, unmount and nmount MPSAFEphk2004-11-251-3/+3
* Assert Giant held in vfs_domount() and vfs_dounmount()phk2004-11-251-3/+20
* Integrate the relevant bits of vfs_rootmountalloc() where it matters.phk2004-11-252-39/+18
* Use system wide no-op vfs_start function.phk2004-11-257-83/+0
* Try to close a potential, but serious race in our VM subsystem.delphij2004-11-241-2/+15
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* Fix comments for serial I/O function prototypes that were broken in thejhb2004-11-241-5/+10
* Correct mutexes names in comment.pjd2004-11-241-2/+2
* Return ATA register values in the request struct when ATAREQUEST returns.sos2004-11-242-5/+10
* fix a bug that leads to a crash when binat rules of the formdhartmei2004-11-241-1/+1
* In tcp_reass(), assert the inpcb lock on the passed tcpcb, since therwatson2004-11-232-24/+38
* Assign if_broadcastaddr to NULL not 0 in if_attach().rwatson2004-11-231-8/+10
* When printing a stack trace for a thread, also print the pid and tid.rwatson2004-11-231-0/+6
* When printing information on the current thread, such as when enteringrwatson2004-11-231-1/+6
* - Remove some no longer used constants.jhb2004-11-231-8/+3
* Rework the ACPI PCI link code.jhb2004-11-235-1060/+697
* Correct a bug introduced in sys_pipe.c:1.179: in pipe_ioctl(),rwatson2004-11-231-2/+5
* Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_idjhb2004-11-231-1/+1
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-236-1127/+0
* tcp_timewait() performs multiple non-atomic reads on the tcptwrwatson2004-11-235-0/+21
* De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possiblerwatson2004-11-231-15/+11
* Enable interrupts as soon as the pending interrupts have been masked.cognet2004-11-231-4/+3
* Use ns8250.cognet2004-11-232-3/+2
* Assert the inpcb lock in tcp_twstart(), which does both read-modify-writerwatson2004-11-232-0/+20
* Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(),rwatson2004-11-232-0/+8
* Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lockrwatson2004-11-232-8/+22
* - Add missing Giant drop before acquiring the topology lock.pjd2004-11-231-3/+6
* Netgraph flow control: change interface status when node receiveglebius2004-11-231-0/+12
OpenPOWER on IntegriCloud