summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 2-clause BSD license.netchild2011-06-171-0/+23
* Improve on style(9)marcel2011-06-171-94/+73
* Properly serialize the global shootdown with the instructionmarcel2011-06-172-2/+15
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cmckusick2011-06-163-18/+6
* Regen.kib2011-06-164-7/+14
* Implement compat32 for old lseek, for the a.out binaries on amd64.kib2011-06-162-1/+15
* Do not trash the argv[0] pointer for an a.out process on amd64.kib2011-06-161-1/+1
* Fix silly typo that resulted in the a.out process stack to end atkib2011-06-161-1/+1
* sh: Reduce unnecessary forks with eval.jilles2011-06-162-1/+7
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-163-0/+81
* Fix some wording and grammar in the BUGS section.bcr2011-06-161-8/+12
* Add "alignment" param to the request before calling gpart_autofill().ae2011-06-161-0/+1
* Setting warnings without make universe considered harmful. Revert to WARNS=0imp2011-06-161-1/+1
* Even if the loaded module has no symbols, we still need to notifymarcel2011-06-161-1/+1
* Fix two typos and remove redundant code.tuexen2011-06-161-5/+2
* Add Digitizer-related usage IDs from HUTRR30 and HUTRR34.mav2011-06-161-0/+10
* * Fix the handling of addresses in sctp_sendv().tuexen2011-06-162-42/+84
* Using the correct format string(%zu) for size_t type. This should fix 64avatar2011-06-161-1/+1
* It's a bit odd, but "make update" in src/ can also update the ports/,ru2011-06-165-19/+45
* Change i_len in ieee80211req to be unsigned and fix other signed/unsignedkevlo2011-06-163-8/+9
* Revert r222688.sobomax2011-06-161-14/+2
* Unbreaking build on sparc64.avatar2011-06-161-3/+3
* Fixing compilation bustage by introducing another forward declaration.avatar2011-06-161-0/+1
* Clarify that the TFTP blocksize (RFC2348) or non-standardrodrigc2011-06-162-4/+6
* Use size of int to fetch sysctl kern.sched.cpusetsize because it haddavidxu2011-06-161-3/+3
* Specify correct RFC2347 for TFTP options in diagnostic message.rodrigc2011-06-161-2/+2
* Make the bootonly CD smaller by discarding static libraries that are notnwhitehorn2011-06-151-4/+4
* Add support for the newly added SCTP API.tuexen2011-06-1511-632/+1909
* Do not install the rescue tools onto the install CD. Since it is readnwhitehorn2011-06-151-1/+2
* Bring back following change which was undone in previous commit:rodrigc2011-06-151-4/+4
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-157-42/+74
* Don't include curcpu in the mask which is used as the IPI cookie as wemarius2011-06-151-12/+16
* Increase WARNS level to 2.rodrigc2011-06-151-1/+1
* (1) When sending the TFTP RRQ packet to read a file,rodrigc2011-06-151-35/+229
* Currently tftp code in the loader retransmits the previous packet if it recei...rodrigc2011-06-151-0/+4
* Added sendrecv_tftp function instead of sendrecv for use by tftp.rodrigc2011-06-151-2/+55
* In sendrecv function, change the receive timeout value between retriesrodrigc2011-06-151-1/+1
* sh: Add support for named character classes in bracket expressions.jilles2011-06-153-2/+80
* Hide driver revision behind bootverbose.joel2011-06-151-1/+4
* Eliminate extraneous pipelines and tr calls.jpaetzel2011-06-151-1/+1
* Add -ffreestanding to the command line, so taht inflate.c compiles and linkcognet2011-06-151-1/+2
* Don't attempt to create the base directory when -d is specified.delphij2011-06-151-1/+1
* With the restructuring of the block reclaimation code, the notificationmckusick2011-06-153-4/+28
* Revert changes to this file in r222417. This unconditionally enabled thenwhitehorn2011-06-151-4/+1
* Missing cleanup case after completion of a snapshot vnode writemckusick2011-06-151-0/+4
* sys/kern/subr_kdb.c:gibbs2011-06-141-8/+23
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-142-0/+2
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because formav2011-06-141-1/+3
* Add location and pnpinfo strings for puc device ports. The location isjhb2011-06-144-2/+47
* Reviewed by: gabor (mentor)stephen2011-06-141-0/+3
OpenPOWER on IntegriCloud