summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Use a dedicated task to handle deferred transmits from the if_transmitjhb2011-06-172-10/+64
* Open the floppy disk device with O_RDONLY rather than O_RDWR. Afterjoerg2011-06-171-1/+1
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-176-7/+67
* - Fix my braino in the 220835, when I used strtok(). It isn'tglebius2011-06-171-14/+32
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-173-0/+19
* Return empty cmdline/environ string for processes with kernel addresspluknet2011-06-171-0/+18
* In HAST we use two sockets - one for only sending the data and one fortrociny2011-06-172-0/+6
* Add SCTP_MAX_BURST support to sctp_opt_info().tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().tuexen2011-06-171-3/+6
* 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
OpenPOWER on IntegriCloud