aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Append to SUBDIR, not set itEnji Cooper2015-05-311-2/+2
* ypxfr(8): Use the correct enum member for checking yp_errno.Craig Rodrigues2015-05-311-2/+2
* Cast to gid_t for groups not uid_tBaptiste Daroussin2015-05-311-1/+1
* Remove useless cast in printf and printf-like functions:Baptiste Daroussin2015-05-313-23/+23
* Cast -1 to uid_t and bump WARNING level to 3Baptiste Daroussin2015-05-313-4/+4
* Remove empty tests directoryEnji Cooper2015-05-310-0/+0
* Set the return value correctly on copy failure in copystr.Andrew Turner2015-05-311-0/+1
* Fix some gcc compiler warnings.Craig Rodrigues2015-05-311-5/+5
* yppoll(8): Comment out -h option.Craig Rodrigues2015-05-312-11/+21
* Consistently only use one end of the pipe in the parent and debuggerJohn Baldwin2015-05-311-3/+5
* Use proper prototype for harmless().Craig Rodrigues2015-05-311-1/+1
* Make x_putlong() and x_putbytes() prototypes match theCraig Rodrigues2015-05-311-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-05-318-275/+116
* Remove unused variable.Konstantin Belousov2015-05-311-2/+0
* Add the needed if-then instructions to build as Thumb-2.Andrew Turner2015-05-316-0/+53
* Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIAndrew Turner2015-05-313-19/+7
* The code starts with base + 1 as the first port. Fix to documentationMichael Tuexen2015-05-311-2/+2
* A TCP checksum of 0 is completely valid. Mapping 0 to 0xffff onlyMichael Tuexen2015-05-311-4/+2
* Move cleanup functions to the right placeBaptiste Daroussin2015-05-311-2/+3
* Don't send illegal packets when using UDP-Lite.Michael Tuexen2015-05-312-10/+50
* Remove useless test before free()Baptiste Daroussin2015-05-311-2/+1
* Return early in case we cannot read the configuration fileBaptiste Daroussin2015-05-311-110/+111
* Make pw_user()/pw_group() more consitent about errorsBaptiste Daroussin2015-05-312-37/+24
* Use an empty string for field descriptions of unknown protocols.Michael Tuexen2015-05-311-1/+1
* We only support the ARM EABI in head, remove the check on __ARM_EABI__.Andrew Turner2015-05-313-11/+1
* Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
* Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
* Use asprintf instead of malloc + snprintf and test the memory allocationBaptiste Daroussin2015-05-311-2/+3
* Don't send malformed SCTP probe packets.Michael Tuexen2015-05-312-5/+156
* Use a register to set the cpsr bits. The ip register is safe to be changedAndrew Turner2015-05-312-8/+12
* When the packet verification fails in verbose mode, print the correctMichael Tuexen2015-05-311-2/+2
* Add more __aeabi_memcpy functions, later versions of clang generate callsAndrew Turner2015-05-311-0/+4
* Use a spelling of .thumb clang understands.Andrew Turner2015-05-311-1/+1
* Fix warning of implicit declaration of function 'mkdir'.Marcelo Araujo2015-05-314-0/+12
* Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.Alan Cox2015-05-301-0/+1
* Remove the broken-txfifo setting for Allwinnner SoCs.Luiz Otavio O Souza2015-05-302-2/+0
* There is no payload anymore. So compute the minimum packet lengthMichael Tuexen2015-05-301-2/+5
* Require the embedded packet to contain 8 bytes after the IP header insteadMichael Tuexen2015-05-301-1/+1
* Remove trailing whitespaces.Michael Tuexen2015-05-301-4/+4
* Remove libmandoc from bootstrap toolsBaptiste Daroussin2015-05-301-1/+0
* Only push libohash once in bootstrap toolsBaptiste Daroussin2015-05-301-4/+5
* Regenerate after r283777Baptiste Daroussin2015-05-301-1/+8
* Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.Baptiste Daroussin2015-05-306-6/+40
* Actually check the DTS node value to enable the uart quirks.Luiz Otavio O Souza2015-05-301-4/+4
* Do not make libsqlite3 dependency chain only defined for kerberos, soon moreBaptiste Daroussin2015-05-301-1/+2
* Use SRCTOP when defining ROOTOBJDIRSimon J. Gerraty2015-05-301-2/+6
* Define SRCTOP in src.sys.mkSimon J. Gerraty2015-05-301-2/+5
* ig4 - Intel fourth gen integrated I2C SMBus driver.Michael Gmelin2015-05-309-1/+1967
* Do not set d_fwsectors nor d_fwheads. Primarily because the valuesMarcel Moolenaar2015-05-291-24/+1
* Make the NFS server use shared vnode locks for a few casesRick Macklem2015-05-291-5/+12