summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mention ksh along with csh when job control is discussed. ok deraadt@mmcc2015-12-011-3/+6
* Phrase allocation failure more clearly. ok deraadt@mmcc2015-12-011-3/+3
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-304-17/+17
* MIO_IN needs O_RDONLY, not O_WRONLYratchov2015-11-301-2/+2
* Add pledge "pf" which allows ioctls on pf(4). This will be used bybenno2015-11-291-2/+20
* Remove three NULL-checks before free(). ok millert@mmcc2015-11-273-11/+7
* Use the backchannel for all error messages instead of syslog(3).millert2015-11-261-16/+15
* remove the "YP server for domain %s not responding, still trying" code.deraadt2015-11-261-15/+1
* group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LENjcs2015-11-251-2/+2
* -M option was removed, midi ports registered with -qratchov2015-11-251-3/+3
* Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther2015-11-252-1/+47
* Make using a deprecated function an error instead of just a warningguenther2015-11-251-1/+5
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Rather than using syslog(3) (which pulls in snprintf), creating the reportderaadt2015-11-251-4/+14
* Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passingderaadt2015-11-253-22/+9
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-2412-103/+72
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-242-26/+26
* fix an error in NAME; ok schwarzejmc2015-11-241-3/+3
* Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error).ratchov2015-11-241-3/+3
* Document that these functions are now in strings.h.daniel2015-11-247-19/+22
* Don't fake a bulleted list by prefixing items with 'o'.bentley2015-11-241-8/+8
* Remove support for "lookup yp" in /etc/resolv.conf. This historicalderaadt2015-11-234-239/+7
* point to mount_mfs(8), not mfs(8);jmc2015-11-231-3/+3
* remove unneeded prototypesratchov2015-11-221-3/+1
* Don't remove the type component from the device string before passingratchov2015-11-229-70/+102
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-212-6/+6
* Document that the status argument may be NULL; OK millert@tim2015-11-201-3/+4
* typo tcgetpgrp -> tcsetpgrptb2015-11-201-3/+3
* No longer direct bug reports to keynote@research.att.com - it bounces mail.mmcc2015-11-204-24/+8
* lexer fixes to work with new flex. from Serguey Parkhomovskytedu2015-11-192-4/+2
* Fix typo in previous commitguenther2015-11-191-2/+2
* Remove a sixteen-year-old testing macro.mmcc2015-11-191-18/+1
* Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc2015-11-198-195/+195
* mlinks for _shadowtedu2015-11-181-1/+2
* document the _shadow functionstedu2015-11-181-5/+17
* add a version field to prevent mayhem if different data gets storedtedu2015-11-181-3/+7
* update for new symbols and codetedu2015-11-183-3/+16
* Add icdb, the internal c database. A simpler replacement for the oldtedu2015-11-181-0/+367
* Add _shadow variants to the two popular getpw functions (uid and nam).tedu2015-11-182-15/+69
* Remove memory.h includes.mmcc2015-11-182-4/+2
* Split function to initialize the raw device in two parts, one to openratchov2015-11-181-23/+44
* rob pierce spotted a mistake left by jmcderaadt2015-11-181-3/+3
* Remove register keyword.mmcc2015-11-179-74/+74
* memory.h -> string.hmmcc2015-11-176-12/+10
* change passwd caches to be 4-way "associative". still primitive, but atedu2015-11-171-24/+62
* don't call AUDIO_SETFD ioctl as it's a no-opratchov2015-11-171-13/+2
* minor tweaks;jmc2015-11-162-4/+4
* Permit revoke(2) for a pledge "rpath tty"deraadt2015-11-161-2/+9
* Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.deraadt2015-11-161-6/+13