aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()Paul Saab2004-11-291-2/+2
* When upgrading the shared lock to an exclusive lock, if we discoverPaul Saab2004-11-291-3/+2
* Instead of translating PCI to ACPI power states, just use a CTASSERTNate Lawson2004-11-291-18/+10
* Fixes a bug in SACK causing us to send data beyond the receive window.Paul Saab2004-11-291-2/+4
* Attach the device at acpi_sony instead of acpi_snc. Rename someWarner Losh2004-11-291-39/+39
* Don't flag alignment constraints as a reason for bouncing. This fixes theScott Long2004-11-292-2/+2
* Sigh. I really need to get an internet connection which is less thanColin Percival2004-11-291-1/+1
* MFi386: revisions 1.77 and 1.78.Yoshihiro Takahashi2004-11-291-2/+2
* MFi386: revision 1.38.Yoshihiro Takahashi2004-11-291-5/+10
* Pick up loader.rc from its old home.Ruslan Ermilov2004-11-291-1/+1
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>George V. Neville-Neil2004-11-291-17/+34
* Disable the beastie menu. It offends some and annoys everyone else, and I'mScott Long2004-11-292-18/+1
* Add support for the TwinMOS Memory Disk IV.Ian Dowse2004-11-282-0/+8
* Add the device ID for the 3Com 3CRSHEW696 wireless adapter.Ian Dowse2004-11-281-0/+1
* Add support for the Trumpion/Comotron C3310 MP3 player.Ian Dowse2004-11-282-0/+8
* Fix a long standing bug in geom_mbr which is only now exposed by thePoul-Henning Kamp2004-11-281-4/+14
* Check that saddr->sa_family is a sensible value before using it.Colin Percival2004-11-281-0/+4
* - Don't blindly use the return value of uart_cpu_channel() to calculateMarius Strobl2004-11-281-7/+33
* Don't acquire Giant before calling closef() in close() (and elsewhere);Robert Watson2004-11-281-7/+7
* Use FILEDESC_LOCK_FAST in checkdirs()Poul-Henning Kamp2004-11-281-5/+5
* #define the ioctls that take no arguments correctly.Poul-Henning Kamp2004-11-281-4/+4
* Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify-Robert Watson2004-11-282-0/+4
* Expand coverage of the receive socket buffer lock when handling urgentRobert Watson2004-11-282-4/+6
* Whitespace fixes:Marcel Moolenaar2004-11-281-33/+18
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()Marcel Moolenaar2004-11-284-55/+31
* Add efimd.c. This file contains MD code used by the EFI library. WhileMarcel Moolenaar2004-11-282-2/+47
* When required to negate the absoulte result of a division/remainderPeter Edwards2004-11-271-1/+1
* Disable protocol field compression on the inner PPP frame when also doingArchie Cobbs2004-11-271-1/+1
* Do export the advertised receive window via the tcpi_rcv_space field ofRobert Watson2004-11-272-1/+2
* Unlock mutex if PDROP was set by caller.David Xu2004-11-271-0/+2
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-2754-68/+50
* Axe a.out core dump support. Neither older gdb binaries nor currentDavid Schultz2004-11-273-69/+1
* Axe the semblance of support for PECOFF and Linux a.out core dumps.David Schultz2004-11-272-119/+3
* Temporarily disable programming IRQ links on resume. The new code hangsNate Lawson2004-11-261-0/+2
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in fromBjoern A. Zeeb2004-11-261-2/+2
* Eliminate MNT_NODEV usage, it doesn't have any meaning any more.Poul-Henning Kamp2004-11-262-5/+5
* Allow the gif module to be built without IPv6 support when NOINET6 isBrooks Davis2004-11-261-1/+8
* Implement parts of the TCP_INFO socket option as found in Linux 2.6.Robert Watson2004-11-262-2/+120
* Remove useless casts.Olivier Houchard2004-11-261-2/+2
* Implement 'setstate' to allow setting the state of drives and subdisksLukas Ertl2004-11-263-5/+82
* Implement checkparity/rebuildparity.Lukas Ertl2004-11-267-13/+316
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.Poul-Henning Kamp2004-11-261-2/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.Poul-Henning Kamp2004-11-261-1/+1
* Eliminate null_open() and use instead null_bypass().Poul-Henning Kamp2004-11-261-24/+0
* Fix LOR.Poul-Henning Kamp2004-11-261-2/+2
* Fix a problem where our TCP stack would ignore RST packets if the receiveMike Silbersack2004-11-252-4/+6
* Allow a filesystem to have both old and new mount methods at the samePoul-Henning Kamp2004-11-251-1/+2
* Don't use PAGE_SIZE to calculate controller-specific attributes.Scott Long2004-11-252-2/+3
* Regen.Poul-Henning Kamp2004-11-252-5/+5
* Mark mount, unmount and nmount MPSAFEPoul-Henning Kamp2004-11-251-3/+3