summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* - Bump share library version which were missed in last bumprafan2007-06-183-3/+3
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Add rewind() to the list of functions which may fail and set errnoache2007-06-181-1/+2
* Add mbstate clear missed in one of the cases.ache2007-06-181-5/+6
* Fix library names.davidxu2007-06-1810-10/+10
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* - Bump ncurses share library version for the coming RELENG_7rafan2007-06-161-1/+1
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.simokawa2007-06-154-18/+39
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* According to the documentation mech_type for gss_init_sec_context() mayharti2007-06-141-1/+9
* Use the current user's login class for the decisions about whereyar2007-06-142-45/+59
* Document the quirks of ~/.login_conf and LOGIN_MECLASS.yar2007-06-141-57/+80
* Improve mdoc(7) markup.yar2007-06-141-76/+190
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-142-5/+6
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.yar2007-06-141-8/+18
* Oops, back out previous commit since it was backwards to a wrong branch.bde2007-06-141-1/+1
* MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation.bde2007-06-141-1/+1
* Catch up with the code.brueffer2007-06-131-2/+2
* Make 'ar' write test a tad more portable.kientzle2007-06-131-3/+3
* Read support for the new GNU tar sparse formats added in gtar 1.15 andkientzle2007-06-133-84/+570
* Add some options to libarchive_test:kientzle2007-06-131-12/+50
* Fix a broken function declaration.kientzle2007-06-131-1/+1
* Options spring cleanup:sepotvin2007-06-131-1/+0
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.bms2007-06-121-2/+2
* Add missing userland support files from previous commit for the newbms2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+8
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm hasbde2007-06-111-1/+1
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-114-2/+23
* Don't lose leading '/' for pathnames exactly 101 bytes long.kientzle2007-06-112-8/+25
* Diff reduction against other *BSDs: ANSIfy functiondelphij2007-06-114-141/+66
* Merge NetBSD changes, among them:stefanf2007-06-105-117/+259
* Now pam_nologin(8) will provide an account management functionyar2007-06-102-20/+11
* Fix bogon in previous commit: <machine/cpu.h> is still needed.marcel2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> tomarcel2007-06-101-1/+1
* Set warning level to 2.davidxu2007-06-081-1/+2
* Document getaddrinfo(3)'s AI_ADDRCONFIGremko2007-06-061-6/+67
* Remove the special atomic.h case for arm, and allow it to usedougb2007-06-051-2/+0
* Expose __stack_chk_fail_local() so -fstack-protector-all works.des2007-06-052-3/+1
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-2/+7
* Merge BIND 9.4.1 into main chunk.ume2007-06-0329-341/+396
* This commit was generated by cvs2svn to compensate for changes in r170242,ume2007-06-038-110/+133
|\
| * Vendor import of BIND 9.4.1ume2007-06-0337-452/+530
* | Fix the amd64 and pc98 versions of ISC_ATOMIC_ARCH with some helpdougb2007-06-031-5/+3
OpenPOWER on IntegriCloud