| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-09-02 | Mark up NULL; the character is nul, not null; sort SEE ALSO; | wiz | |
| add RCS Id at top of file. | |||
| 2006-09-02 | Slight wording improvement, sort SEE ALSO, remove trailing dot in SEE ALSO. | wiz | |
| 2006-08-31 | Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitive | rpaulo | |
| file systems. ok'ed christos. | |||
| 2006-08-30 | .WAIT before libroken. | christos | |
| 2006-08-28 | make this compilable as a tool. | christos | |
| 2006-08-28 | Remove ad clause. Approved by board@ | christos | |
| 2006-08-28 | cause bt_devaddr() and bt_devname() to return error if the controller | plunky | |
| being queried is not enabled, rather than returning a null address. | |||
| 2006-08-27 | - Added string was never added | christos | |
| - have t_goto put an error in the result. | |||
| 2006-08-27 | Show the error instead of just OOPS. | christos | |
| Don't return E2BIG for digit problems. | |||
| 2006-08-27 | fix xtos's pasto | dsl | |
| 2006-08-26 | Only use __RCSID if we have it. | christos | |
| 2006-08-26 | PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmp | christos | |
| functions | |||
| 2006-08-26 | Add copyright notices. | christos | |
| 2006-08-26 | No need to compile their own efun's. | christos | |
| 2006-08-26 | Efun source. | christos | |
| 2006-08-26 | Add efun(3) | christos | |
| 2006-08-26 | Remove the XNS man pages. | matt | |
| 2006-08-26 | Move ns_addr and ns_ntoa to compat libc. Add a stripped version of | matt | |
| <netns/ns.h> which only include struct ns_addr and the ns_addr and ns_ntoa function prototypes. | |||
| 2006-08-25 | Handle cases where the application installs a SIGWINCH handler after the | jdc | |
| 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-25 | Implement MD_DO_NOT_NEED_FALLTHRU for i386. | skrll | |
| Reviewed by christos. | |||
| 2006-08-24 | use the re-entrant version of getservbyport. | christos | |
| 2006-08-24 | remove duplicates added in previous commit. | mrg | |
| 2006-08-23 | Add some more debugging information. | jdc | |
| 2006-08-23 | When deleting windows and screens, also set to NULL the standard names | jdc | |
| that refer to the window or screen just deleted. Add some more debugging information. | |||
| 2006-08-23 | Make sure we update the correct window when changing colour pairs. | jdc | |
| 2006-08-23 | I think we want both wcs{c,n}casecmp weak. | christos | |
| 2006-08-23 | cleanup code | tnozaki | |
| 2006-08-23 | add wcsdup, wcscasecmp and wcsncasecmp. fixes build problems.. | mrg | |
| 2006-08-23 | include one more new file. | christos | |
| 2006-08-22 | Close a window in which we can not notice a recently-slept-on-our | wrstuden | |
| 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-22 | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions | christos | |
| 2006-08-21 | merge 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-21 | Change to a 3 clause copyright after permission of the holders. | christos | |
| 2006-08-21 | urk, wrong place, obviously | ross | |
| 2006-08-21 | Several 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-17 | Add service discovery support for the Handsfree profile | plunky | |
| 2006-08-17 | PR/34218 -- Matt Fleming -- date hangs when root trys to set time | jnemeth | |
| backwards while at securelevel >= 2 | |||
| 2006-08-14 | We support the POSIX Clock Selection Option. | rpaulo | |
| 2006-08-13 | stresep, not strnsep. Remove duplicate "the". Bump date for previous. | wiz | |
| 2006-08-13 | Mark up NULL. | wiz | |
| 2006-08-12 | - Add strndup and stresep | christos | |
| - Use stresep so in fstab so that we can mount paths with white space in them. | |||
| 2006-08-11 | Pretending 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-08 | Bump date for previous. | wiz | |
| 2006-08-08 | Add RCS Id. | wiz | |
| 2006-08-08 | Quote some characters for HTML output. | wiz | |
| 2006-08-08 | - wcstombs.3 | tnozaki | |
| correct wrong prototype, reported by OpenBSD's PR 5171/library. - wcsrtombs.3 correct wrong prototype and misusage of the header file. | |||
| 2006-08-05 | Bump date for previous. Remove some Pp for consistency. | wiz | |
| 2006-08-05 | Update for Greg Woods. Add new options and mention the bit values together | christos | |
| with the options | |||
| 2006-08-04 | Remove inappropriate comma. | jld | |
| 2006-08-04 | add missing const. | yamt | |
