Age | Commit message (Expand) | Author |
2015-11-25 | -M option was removed, midi ports registered with -q | Alexandre Ratchov |
2015-11-25 | Wrap <icdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-11-25 | Make using a deprecated function an error instead of just a warning | Philip Guenther |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-24 | Correct file name, no text change (no history yet, but sorry for the churn). | Ingo Schwarze |
2015-11-24 | fix an error in NAME; ok schwarze | Jason McIntyre |
2015-11-24 | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). | Alexandre Ratchov |
2015-11-24 | Document that these functions are now in strings.h. | Daniel Dickman |
2015-11-24 | Don't fake a bulleted list by prefixing items with 'o'. | Anthony J. Bentley |
2015-11-23 | Remove support for "lookup yp" in /etc/resolv.conf. This historical | Theo de Raadt |
2015-11-23 | point to mount_mfs(8), not mfs(8); | Jason McIntyre |
2015-11-22 | remove unneeded prototypes | Alexandre Ratchov |
2015-11-22 | Don't remove the type component from the device string before passing | Alexandre Ratchov |
2015-11-21 | Partial revert of revision 1.26: | Ingo Schwarze |
2015-11-21 | point to netintro(4) rather than (now removed) networking(4); | Jason McIntyre |
2015-11-20 | Document that the status argument may be NULL; OK millert@ | Tim van der Molen |
2015-11-20 | typo tcgetpgrp -> tcsetpgrp | tb |
2015-11-20 | No longer direct bug reports to keynote@research.att.com - it bounces mail. | mmcc |
2015-11-19 | lexer fixes to work with new flex. from Serguey Parkhomovsky | Ted Unangst |
2015-11-19 | Fix typo in previous commit | Philip Guenther |
2015-11-19 | Remove a sixteen-year-old testing macro. | mmcc |
2015-11-19 | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | mmcc |
2015-11-18 | mlinks for _shadow | Ted Unangst |
2015-11-18 | document the _shadow functions | Ted Unangst |
2015-11-18 | add a version field to prevent mayhem if different data gets stored | Ted Unangst |
2015-11-18 | update for new symbols and code | Ted Unangst |
2015-11-18 | Add icdb, the internal c database. A simpler replacement for the old | Ted Unangst |
2015-11-18 | Add _shadow variants to the two popular getpw functions (uid and nam). | Ted Unangst |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-18 | Split function to initialize the raw device in two parts, one to open | Alexandre Ratchov |
2015-11-18 | rob pierce spotted a mistake left by jmc | Theo de Raadt |
2015-11-17 | Remove register keyword. | mmcc |
2015-11-17 | memory.h -> string.h | mmcc |
2015-11-17 | change passwd caches to be 4-way "associative". still primitive, but a | Ted Unangst |
2015-11-17 | don't call AUDIO_SETFD ioctl as it's a no-op | Alexandre Ratchov |
2015-11-16 | minor tweaks; | Jason McIntyre |
2015-11-16 | Permit revoke(2) for a pledge "rpath tty" | Theo de Raadt |
2015-11-16 | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. | Theo de Raadt |
2015-11-16 | add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc | Stuart Henderson |
2015-11-15 | update NAME; ok schwarze | Jason McIntyre |
2015-11-15 | Tweak previous: rename it to fpround() to match FreeBSD | Philip Guenther |
2015-11-15 | update NAME; ok nicm schwarze | Jason McIntyre |
2015-11-15 | _towctrans_ext and _wctrans_init are now hidden; so drop them from the list | Philip Guenther |
2015-11-15 | ui_new -> UI_new; | Jason McIntyre |
2015-11-15 | fix references to lhash(3); | Jason McIntyre |
2015-11-15 | I got a round tuit to rename round() to roundit() to avoid gcc warning. | Philip Guenther |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt |