summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.glebius2004-11-232-1/+66
* o Use ng_timeout() instead of timeout(9).glebius2004-11-231-11/+33
* Unhook the loader subdirectory. The ia64 EFI loader is now buildmarcel2004-11-231-1/+1
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Visit the efi subdirectory before we visit the machine-specificmarcel2004-11-231-5/+5
* It appears that 'kbd' device has never been used and isn't needed.imp2004-11-235-5/+0
* Add arm/mem.c.cognet2004-11-221-0/+1
* Remove "Unlocked read" annotations associated with previously unlockedrwatson2004-11-222-6/+0
OpenPOWER on IntegriCloud