summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Work around a problem seen on VIA EHCI controllers where occasionallyiedowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tiedowse2006-01-151-1/+0
* vfs_busy can only return something useful if MNTK_UNMOUNT has been set.csjp2006-01-151-1/+1
* Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring therwatson2006-01-151-1/+1
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Don't leak mbufs and mbuf clusters in several error-handling situationsrwatson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenrwatson2006-01-151-0/+1
* I don't believe these are used at all, and can be safely removedimp2006-01-157-1004/+0
* Add support for the Compaq LTE docking station. It includes a plugimp2006-01-151-5/+6
* Rename uid and gid arguments to vaccess() prototype to match vaccess()rwatson2006-01-151-2/+3
* Initialize ki to p->p_aioinfo after we know it's going to be referencingcsjp2006-01-151-2/+2
* Remove unused code.bz2006-01-152-6/+0
* Fix potential overrun of static stack allocated array which storescsjp2006-01-151-1/+1
* Add another inverted EAPD quirk for Gateway 7326GZ.ariff2006-01-141-1/+2
* Move m_adj after checking that m_dup succeeded.mlaier2006-01-141-3/+4
* Initialize variable.glebius2006-01-141-1/+1
* Make code simplier fixing memory leak.glebius2006-01-141-5/+2
* AMD64 also supports disk slices.ru2006-01-141-1/+1
* Ignore spurious '\0' first character read on a serial console.ru2006-01-141-0/+2
* Check the return value of copyin.scottl2006-01-141-1/+2
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow thebrooks2006-01-141-4/+25
* Don't base the number of jumbo segments on page size, instead base it on thescottl2006-01-141-1/+1
* Free the newtag if we exit with a failure from alloc_bounce_zone().scottl2006-01-142-2/+9
* Check the correct TTL in both the IPv6 and IPv4 cases.gnn2006-01-142-4/+16
* Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years.scottl2006-01-141-9/+1
* Replace bogus code with real code.scottl2006-01-141-10/+4
* Rename driver_t variables. Use device_printf() instead of homerolled printf.scottl2006-01-141-39/+39
* The LinkSys EG1032 is supported by re(4) not nge(4) [1].bz2006-01-141-2/+2
* Incorporate the O_NONBLOCK open semantics of Linux and Solaris. This allowsmjacob2006-01-141-6/+87
* Remove dead code.glebius2006-01-141-3/+0
* - Add comments about snd_au88x0.joel2006-01-141-3/+7
* UMA can return NULL not only in case when our zone is full, butglebius2006-01-141-1/+7
* Correct off-by-one errors.glebius2006-01-141-3/+3
* Fix two memory leakages.glebius2006-01-141-4/+5
* In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error'rwatson2006-01-141-7/+1
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),rwatson2006-01-141-3/+0
* Make resources do the right thing by design instead of accident.phk2006-01-141-2/+1
* Correct STAILQ usage in purge of resourcelist.phk2006-01-141-1/+1
* Add code that clears certain capabilities from the member interface, these arethompsa2006-01-142-10/+51
* Add the following to the taskqueue api:scottl2006-01-144-60/+71
* - Add support for setting the fan control mode to manual or automaticmarkus2006-01-141-3/+55
* When storing the results of malloc() in a pointer to a pointer, checkrwatson2006-01-141-1/+1
* In spx_attach() and spx_detach(), there is no need to check whether therwatson2006-01-141-4/+0
* In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'rwatson2006-01-131-1/+1
* - Correct amr_enquiry3 structure[1].jkim2006-01-131-5/+5
* Remove dead code associated with 'mcopy' in ipx_forward(): at no pointrwatson2006-01-131-26/+1
* When calling bioq_first() to see if a queue is empty in bioq_disksort(),rwatson2006-01-131-1/+1
* Check the right ifnet pointer to see if if_alloc() failed or not inrwatson2006-01-131-1/+3
OpenPOWER on IntegriCloud