summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
2006-09-02Mark up NULL; the character is nul, not null; sort SEE ALSO;wiz
add RCS Id at top of file.
2006-08-28Remove ad clause. Approved by board@christos
2006-08-27fix xtos's pastodsl
2006-08-26PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmpchristos
functions
2006-08-26Add copyright notices.christos
2006-08-26Remove the XNS man pages.matt
2006-08-26Move ns_addr and ns_ntoa to compat libc. Add a stripped version ofmatt
<netns/ns.h> which only include struct ns_addr and the ns_addr and ns_ntoa function prototypes.
2006-08-24use the re-entrant version of getservbyport.christos
2006-08-24remove duplicates added in previous commit.mrg
2006-08-23I think we want both wcs{c,n}casecmp weak.christos
2006-08-23cleanup codetnozaki
2006-08-23add wcsdup, wcscasecmp and wcsncasecmp. fixes build problems..mrg
2006-08-23include one more new file.christos
2006-08-22PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functionschristos
2006-08-21merge recent DragonFlyBSD's change, original commit message is:tnozaki
Remove all occurences of double semicolons at the end if a line by single ones. Submitted-by: Bill Marquette <bill DOT marquette AT gmail DOT com>
2006-08-21urk, wrong place, obviouslyross
2006-08-17PR/34218 -- Matt Fleming -- date hangs when root trys to set timejnemeth
backwards while at securelevel >= 2
2006-08-14We support the POSIX Clock Selection Option.rpaulo
2006-08-13stresep, not strnsep. Remove duplicate "the". Bump date for previous.wiz
2006-08-13Mark up NULL.wiz
2006-08-12- Add strndup and stresepchristos
- Use stresep so in fstab so that we can mount paths with white space in them.
2006-08-11Pretending to be Elad's keyboard:christos
fileassoc.diff adds a fileassoc_table_run() routine that allows you to pass a callback to be called with every entry on a given mount. veriexec.diff adds some raw device access policies: if raw disk is opened at strict level 1, all fingerprints on this disk will be invalidated as a safety measure. level 2 will not allow opening disk for raw writing if we monitor it, and prevent raw writes to memory. level 3 will not allow opening any disk for raw writing. both update all relevant documentation. veriexec concept is okay blymn@.
2006-08-08Bump date for previous.wiz
2006-08-08Add RCS Id.wiz
2006-08-08Quote some characters for HTML output.wiz
2006-08-08- wcstombs.3tnozaki
correct wrong prototype, reported by OpenBSD's PR 5171/library. - wcsrtombs.3 correct wrong prototype and misusage of the header file.
2006-08-05Bump date for previous. Remove some Pp for consistency.wiz
2006-08-05Update for Greg Woods. Add new options and mention the bit values togetherchristos
with the options
2006-08-04Remove inappropriate comma.jld
2006-08-04add missing const.yamt
2006-08-04whitespace.yamt
2006-08-04remove the support of variable-sized filehandle from compat version ofyamt
syscalls. (strictly speaking, it breaks abi. i don't think it's a problem because this feature is short-lived and there are no affected in-tree filesystems.)
2006-08-03Drop trailing whitespace.wiz
2006-08-03Remove leftover debugging message. Problem pointed out by Kurt Schreinertron
on "current-users" mailing list.
2006-08-02Fix PR 34112, where a program could mysteriously exit on return from ajld
signal handler, by deriving the context pointer from the stack pointer instead of trying to read it from where the sigaction function may have overwritten it with arbitrary bits. Fix provided by Matthias Drochner in the PR.
2006-07-31Bump libc to 145 (fhandle_t is gone)martin
2006-07-31Make filehandles opaque to userlandmartin
2006-07-30Typo fix.wiz
2006-07-28use indirect lookup.christos
2006-07-28db->seq expects an u_int as fourth argument.joerg
2006-07-27use a db version of services if one is there.christos
2006-07-27back out last change as it is actually a visible function.dogcow
2006-07-27define _ng_cycle to be static, so gcc won't whing about its implicit decl.dogcow
2006-07-27move include of StringList.h before netgroup.hchristos
2006-07-27fts_data is defined to be something else now. Avoid syntax error.christos
2006-07-27add an _ng_cycle function to print the list of netgroups that are are dups.christos
2006-07-27bump because of fts_length and sl_deletechristos
2006-07-27More detailed errors [forgot to commit this a while ago]christos
2006-07-27Turn fts_number to a quad.christos
2006-07-27Add sl_delete, KNF, ansichristos