aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)David E. O'Brien2011-06-171-0/+9
* Teach the compiler how to shift TSC value efficiently. As noted in r220631,Jung-uk Kim2011-06-171-2/+5
* Regenerate src.conf.5.Ed Schouten2011-06-171-0/+11
* Add WITHOUT_UTMPX switch to the build system.Ed Schouten2011-06-176-10/+50
* Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT.Ed Schouten2011-06-171-1/+0
* Don't create a device_t object or parse current resources (via _CRS) forJohn Baldwin2011-06-172-20/+38
* posix_spawn(3): Document r222511 (trying to close already closed fd).Jilles Tjoelker2011-06-171-9/+14
* Update manpage.Ed Schouten2011-06-171-6/+6
* Don't omit ac(8) as part of WITHOUT_ACCT.Ed Schouten2011-06-174-13/+6
* - Use a dedicated task to handle deferred transmits from the if_transmitJohn Baldwin2011-06-172-10/+64
* Open the floppy disk device with O_RDONLY rather than O_RDWR. AfterJoerg Wunsch2011-06-171-1/+1
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-176-7/+67
* - Fix my braino in the 220835, when I used strtok(). It isn'tGleb Smirnoff2011-06-171-14/+32
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".Jilles Tjoelker2011-06-173-0/+19
* Return empty cmdline/environ string for processes with kernel addressSergey Kandaurov2011-06-171-0/+18
* In HAST we use two sockets - one for only sending the data and one forMikolaj Golub2011-06-172-0/+6
* Add SCTP_MAX_BURST support to sctp_opt_info().Michael Tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().Michael Tuexen2011-06-171-3/+6
* Add 2-clause BSD license.Alexander Leidinger2011-06-171-0/+23
* Improve on style(9)Marcel Moolenaar2011-06-171-94/+73
* Properly serialize the global shootdown with the instructionMarcel Moolenaar2011-06-172-2/+15
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cKirk McKusick2011-06-163-18/+6
* Regen.Konstantin Belousov2011-06-164-7/+14
* Implement compat32 for old lseek, for the a.out binaries on amd64.Konstantin Belousov2011-06-162-1/+15
* Do not trash the argv[0] pointer for an a.out process on amd64.Konstantin Belousov2011-06-161-1/+1
* Fix silly typo that resulted in the a.out process stack to end atKonstantin Belousov2011-06-161-1/+1
* sh: Reduce unnecessary forks with eval.Jilles Tjoelker2011-06-162-1/+7
* Add SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2011-06-163-0/+81
* Fix some wording and grammar in the BUGS section.Benedict Reuschling2011-06-161-8/+12
* Add "alignment" param to the request before calling gpart_autofill().Andrey V. Elsukov2011-06-161-0/+1
* Setting warnings without make universe considered harmful. Revert to WARNS=0Warner Losh2011-06-161-1/+1
* Even if the loaded module has no symbols, we still need to notifyMarcel Moolenaar2011-06-161-1/+1
* Fix two typos and remove redundant code.Michael Tuexen2011-06-161-5/+2
* Add Digitizer-related usage IDs from HUTRR30 and HUTRR34.Alexander Motin2011-06-161-0/+10
* * Fix the handling of addresses in sctp_sendv().Michael Tuexen2011-06-162-42/+84
* Using the correct format string(%zu) for size_t type. This should fix 64Tai-hwa Liang2011-06-161-1/+1
* It's a bit odd, but "make update" in src/ can also update the ports/,Ruslan Ermilov2011-06-165-19/+45
* Change i_len in ieee80211req to be unsigned and fix other signed/unsignedKevin Lo2011-06-163-8/+9
* Revert r222688.Maxim Sobolev2011-06-161-14/+2
* Unbreaking build on sparc64.Tai-hwa Liang2011-06-161-3/+3
* Fixing compilation bustage by introducing another forward declaration.Tai-hwa Liang2011-06-161-0/+1
* Clarify that the TFTP blocksize (RFC2348) or non-standardCraig Rodrigues2011-06-162-4/+6
* Use size of int to fetch sysctl kern.sched.cpusetsize because it hadDavid Xu2011-06-161-3/+3
* Specify correct RFC2347 for TFTP options in diagnostic message.Craig Rodrigues2011-06-161-2/+2
* Make the bootonly CD smaller by discarding static libraries that are notNathan Whitehorn2011-06-151-4/+4
* Add support for the newly added SCTP API.Michael Tuexen2011-06-1511-632/+1909
* Do not install the rescue tools onto the install CD. Since it is readNathan Whitehorn2011-06-151-1/+2
* Bring back following change which was undone in previous commit:Craig Rodrigues2011-06-151-4/+4
* Ensure that filesystem metadata contained within persistent snapshotsKirk McKusick2011-06-157-42/+74
* Don't include curcpu in the mask which is used as the IPI cookie as weMarius Strobl2011-06-151-12/+16