summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0111-19/+18
* Merge fixes back from heimdal.dfr2007-06-305-63/+154
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* 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
OpenPOWER on IntegriCloud