summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Update fetch to consistently return 1 on error, as the man page states,murray2008-12-172-14/+5
* Make gpart the default partitioning class on all platforms.marcel2008-12-178-15/+14
* Correct a bug where /etc/rc.d/defaultroute fails to finish by printing abrooks2008-12-171-1/+3
* Use passed parameter rather than the #define.obrien2008-12-171-2/+2
* Remove sysctl debug.elf_trace and the trace field in auxargs. They gopeter2008-12-172-5/+0
* Rather than hardcode the 'struct iovec iov' array size, use a #define.obrien2008-12-172-11/+13
* Minor style(9) nit.imp2008-12-171-2/+1
* Improve style(9) in PowerPC U-Boot support lib.raj2008-12-173-12/+14
* Fix E500 cache invalidation routines.raj2008-12-171-0/+6
* Rework E500 locore.raj2008-12-171-213/+229
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).raj2008-12-173-31/+31
* Improve MPC85XX helper routines.raj2008-12-174-37/+74
* Remove two remnant uses of AT_DEBUG.kib2008-12-172-5/+0
* Boot out <sysexits.h> once and for all.des2008-12-171-7/+4
* Another step assimilating IPv[46] PCB code:bz2008-12-175-16/+16
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-1711-38/+37
* Revert r186186 for now; it breaks stuff.trasz2008-12-173-5/+6
* Synaptics touchpads must be reinitialized after suspend/resume.dumbbell2008-12-171-1/+9
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-176-7/+5
* A couple of files were not meant to be committed.qingli2008-12-172-23/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-175-39/+35
* It seems that RealTek PCIe controllers require an explicit Tx pollyongari2008-12-172-10/+16
* Keep stats in drbr_enqueuekmacy2008-12-171-3/+16
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-178-79/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-172-4/+0
* For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-172-1/+31
* avoid trying to acquire a shared lock while holding an exclusive lockkmacy2008-12-171-4/+4
* 1. Correct capitalization of a closing tag (no effect on output).murray2008-12-171-33/+33
* merge in 2 buf_ring helper routines for enqueueing and freeing buf_ringskmacy2008-12-172-1/+29
* 1. Update the list of Intel chips which have EM64T and can run the amd64murray2008-12-171-13/+31
* Remove file no longer part of sysinstall.kensmith2008-12-171-119/+0
* As threatened a while ago, remove support for tape media. Reports varykensmith2008-12-178-107/+1
* default to doing lla_lookup with shared afdata lock and returning akmacy2008-12-171-9/+10
* convert ifnet and afdata locks from mutexes to rwlockskmacy2008-12-173-18/+27
* * Compare pointer with NULLkmacy2008-12-161-6/+5
* 1) Fix a deadlock in the VFS:attilio2008-12-163-32/+16
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropkmacy2008-12-161-12/+28
* Also propagate the if_hwassist value to the parent so that cksum offload works.thompsa2008-12-161-1/+6
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-1610-10/+17
* Fix forced mdconfig -du. E.g. the following would previouslytrasz2008-12-161-1/+4
* Start to clean up the MIPS elf machine dependent file.imp2008-12-161-6/+58
* Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't haveimp2008-12-161-16/+0
* Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.mav2008-12-161-9/+12
* Implement g_vfs_orphan(). Without it, the filesystem never closestrasz2008-12-161-10/+25
* A few locking fixes and cleanups to pfil hook registration,rwatson2008-12-161-32/+10
* Fix locking in periph drivers - don't try to unlock periphtrasz2008-12-163-6/+5
* Add SIM refcounting. This is slightly different from what DragonFlytrasz2008-12-163-0/+34
* Get rid of dead_sim. There is no way to make it work - any attempttrasz2008-12-161-100/+5
* Add confirmation of the password that got entered.kensmith2008-12-161-16/+25
* Call ata_legacy() only once on attach and save it's result. Scanning PCImav2008-12-162-11/+20
OpenPOWER on IntegriCloud