summaryrefslogtreecommitdiff
path: root/lib
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-09-02Slight wording improvement, sort SEE ALSO, remove trailing dot in SEE ALSO.wiz
2006-08-31Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitiverpaulo
file systems. ok'ed christos.
2006-08-30.WAIT before libroken.christos
2006-08-28make this compilable as a tool.christos
2006-08-28Remove ad clause. Approved by board@christos
2006-08-28cause bt_devaddr() and bt_devname() to return error if the controllerplunky
being queried is not enabled, rather than returning a null address.
2006-08-27- Added string was never addedchristos
- have t_goto put an error in the result.
2006-08-27Show the error instead of just OOPS.christos
Don't return E2BIG for digit problems.
2006-08-27fix xtos's pastodsl
2006-08-26Only use __RCSID if we have it.christos
2006-08-26PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmpchristos
functions
2006-08-26Add copyright notices.christos
2006-08-26No need to compile their own efun's.christos
2006-08-26Efun source.christos
2006-08-26Add efun(3)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-25Handle cases where the application installs a SIGWINCH handler after thejdc
curses one is installed by: 1. not reinstalling the curses one after restarting 2. not sending KEY_RESIZE Also, update the size of curscr, stdscr and __virtscr to match the new screen size, so that their sizes are always updated. Fixes the cases where applications call endwin() and then refresh() in their SIGWINCH handler (i.e. the resizing problems in PR pkg/27777).
2006-08-25Implement MD_DO_NOT_NEED_FALLTHRU for i386.skrll
Reviewed by christos.
2006-08-24use the re-entrant version of getservbyport.christos
2006-08-24remove duplicates added in previous commit.mrg
2006-08-23Add some more debugging information.jdc
2006-08-23When deleting windows and screens, also set to NULL the standard namesjdc
that refer to the window or screen just deleted. Add some more debugging information.
2006-08-23Make sure we update the correct window when changing colour pairs.jdc
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-22Close a window in which we can not notice a recently-slept-on-ourwrstuden
mutex thread, thus leaving a thread sleeping on an unlocked mutex. Reviewed by myself and Christos. Problem reported by Arne H. Juul, arnej at pvv dot ntnu dot no, in PR 26208. This fix represents option 1 presented in the PR.
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-21Change to a 3 clause copyright after permission of the holders.christos
2006-08-21urk, wrong place, obviouslyross
2006-08-21Several changes to proplib:thorpej
- Arrays can now be externalized and internalized in the same way dictionaries can. - Add new "externalize to file" and "internalize from file" functions to make reading a property list from a file and writing a property list to a file more convenient. - Many assertions in the object implementations are gone. Instead, calling an accessor for one object type with a different object type as an argument will return a suitable "invalid" value. - prop_object_type() now returns a new PROP_TYPE_UNKNOWN value if called with a NULL object. - Externalized property lists now contain a reference to the Apple XML plist DTD. - Add a new prop_ingest(3) facility, which provides a convenient way to translate a dictionary into an arbitrary binary representation.
2006-08-17Add service discovery support for the Handsfree profileplunky
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