summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document the latest changes to sctp_opt_info() in the code.tuexen2011-06-181-4/+31
* Add a missing ',' to separate arguments lost for r222465 only found inbz2011-06-181-1/+1
* gre(4) was using a field in the softc to detect possible recursion.bz2011-06-182-13/+72
* Let the size of the namebuf depend on the size of the ut_user field.ed2011-06-181-1/+1
* More expeirmentation suggests that 10ms isn't as reliable asimp2011-06-181-2/+2
* After we get a good power signal, always wait about 10ms beforeimp2011-06-181-4/+16
* Note how wait(3) is implemented.obrien2011-06-181-0/+13
* Sync with OpenBSD, primarily make the code easier to read, and a licensedelphij2011-06-182-68/+54
* Sync with OpenBSD (zap rcsid).delphij2011-06-181-7/+1
* The flags argument of mpool_get() is meaningful, document it.delphij2011-06-181-2/+9
* Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)obrien2011-06-171-0/+9
* Teach the compiler how to shift TSC value efficiently. As noted in r220631,jkim2011-06-171-2/+5
* Regenerate src.conf.5.ed2011-06-171-0/+11
* Add WITHOUT_UTMPX switch to the build system.ed2011-06-176-10/+50
* Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT.ed2011-06-171-1/+0
* Don't create a device_t object or parse current resources (via _CRS) forjhb2011-06-172-20/+38
* posix_spawn(3): Document r222511 (trying to close already closed fd).jilles2011-06-171-9/+14
* Update manpage.ed2011-06-171-6/+6
* Don't omit ac(8) as part of WITHOUT_ACCT.ed2011-06-174-13/+6
* - 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
OpenPOWER on IntegriCloud