summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MF-p4/diff reduction:imp2004-01-111-1/+0
* - Unmanage pages allocated by contigmalloc1(). (There is no point inalc2004-01-101-6/+2
* s/Muliple/Multipleschweikh2004-01-102-96/+92
* More unparenthesized return values.des2004-01-101-1/+1
* Properly fix the FreeBSD copyright.ru2004-01-101-3/+3
* s/FreeBSD Inc./The FreeBSD Foundation/gru2004-01-101-4/+4
* Style: parenthesize return values.des2004-01-101-3/+3
* try rtinit() only when the route is not installed.ume2004-01-101-2/+5
* Check that sa_len is the appropriate value in tcp_usr_bind(),truckman2004-01-101-0/+8
* Add a somewhat redundant check on the len arguement to getsockaddr() totruckman2004-01-101-0/+2
* Don't execute the code in in6_ifdetach() that removes the link-localtruckman2004-01-101-7/+9
* in set{peer, sock}addr, do not convert the unspecifiedume2004-01-101-2/+2
* Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* Remove the HACK section it breaks the older firmware and doesn't totallyambrisko2004-01-101-21/+0
* Fix a panic when attempting a v4 op against a v3/v2-only server.alfred2004-01-101-10/+12
* Unmanage pages allocated by kmem_alloc(). (There is no point in having PValc2004-01-101-0/+1
* Prevent a race condition between fork1() and whatever changes the pgrp bycognet2004-01-091-0/+1
* Remove duplicate __FBSDID().cognet2004-01-091-3/+1
* Clean up the acpi announce message of trailing spaces.njl2004-01-091-3/+11
* Expand the check for overriding the OS name to override _OS* (includingnjl2004-01-091-7/+9
* Disable the APIC when selecting the 'Safe Mode' option of the loader. Thisscottl2004-01-091-0/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-095-1/+6
* KASSERT against no-op access requests.phk2004-01-091-0/+1
* Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio)andre2004-01-091-4/+3
* Fix a warning when NATM is not defined. In this case s is not used.harti2004-01-091-0/+2
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-094-4/+14
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-092-74/+147
* Dike out some very Linux-specific parts that we can't compile with.obrien2004-01-091-0/+8
* This commit was generated by cvs2svn to compensate for changes in r124273,obrien2004-01-091-2/+42
|\
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromobrien2004-01-091-2/+42
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().wpaul2004-01-093-10/+125
* | Also, don't crash in the netgraph disconnect node if the interface isgreen2004-01-091-1/+2
* | Don't try to ifpromisc() on an interface that's deleted already.green2004-01-091-4/+4
* | Improve the expressiveness of ttyinfo (^T) when dealing with threadsrwatson2004-01-081-7/+16
* | Drop the sigacts mutex around calls to stopevent() to avoid sleepingrwatson2004-01-081-2/+10
* | - Enable recursive acquisition of the mutex synchronizing access to thealc2004-01-082-8/+13
* | Use the saved params for LBA-CHS conversion. Fixes PC98 bug.sos2004-01-081-4/+3
* | Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-084-0/+54
* | Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-088-4/+200
* | Add the PCI ID for yet another bge chip: the Altima 1002.wpaul2004-01-082-0/+3
* | Add the NDISAPI option.wpaul2004-01-081-0/+1
* | Always clean all files, including ones under ACPI_DEBUG when doing anjl2004-01-081-7/+9
* | * firewiresimokawa2004-01-083-18/+34
* | If path mtu discovery is enabled set the DF bit in all cases weandre2004-01-082-0/+8
* | Do not set the ip_id to zero when DF is set on packet andandre2004-01-081-12/+6
* | Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-083-10/+45
* | The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-084-6/+10
* | Remove extraneous unlock. This fixes a panic seen when manipulating staticsam2004-01-071-1/+1
* | Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().jhb2004-01-071-5/+5
* | Correct and simplify the implementation of RtlEqualUnicodeString().wpaul2004-01-071-22/+23
OpenPOWER on IntegriCloud