summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2015-11-23Remove support for "lookup yp" in /etc/resolv.conf. This historicalTheo de Raadt
wart is incompatible with pledge, because suddenly a "dns" operation needs "getpw" access to ypbind/ypserv, etc. file + dns access is enough for everyone, sorry if you were using that old SunOS 4.x style mechanism, but it is now gone. ok semarie millert florian
2015-11-23point to mount_mfs(8), not mfs(8);Jason McIntyre
2015-11-22remove unneeded prototypesAlexandre Ratchov
2015-11-22Don't remove the type component from the device string before passingAlexandre Ratchov
it to the *_open() functions. It's more flexible this way. No behaviour change.
2015-11-21Partial revert of revision 1.26:Ingo Schwarze
Do *not* install the CMS_* manuals for now given that the code is currently disabled. Cluestick applied by jsing@.
2015-11-21point to netintro(4) rather than (now removed) networking(4);Jason McIntyre
2015-11-20Document that the status argument may be NULL; OK millert@Tim van der Molen
2015-11-20typo tcgetpgrp -> tcsetpgrptb
ok mmcc@, yes... deraadt@
2015-11-20No longer direct bug reports to keynote@research.att.com - it bounces mail.mmcc
"fair enough" jmc@
2015-11-19lexer fixes to work with new flex. from Serguey ParkhomovskyTed Unangst
2015-11-19Fix typo in previous commitPhilip Guenther
2015-11-19Remove a sixteen-year-old testing macro.mmcc
"yes." deraadt@
2015-11-19Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc
No binary change.
2015-11-18mlinks for _shadowTed Unangst
2015-11-18document the _shadow functionsTed Unangst
2015-11-18add a version field to prevent mayhem if different data gets storedTed Unangst
2015-11-18update for new symbols and codeTed Unangst
2015-11-18Add icdb, the internal c database. A simpler replacement for the oldTed Unangst
Berzerkeley DB code.
2015-11-18Add _shadow variants to the two popular getpw functions (uid and nam).Ted Unangst
This version of the function will always open the secure/shadow/master password files. Soon, the regular variants of these functions will not. (Intermixing shadow and regular gets a little weird; don't do that.) Not using struct spwd and getspwnam functions to reduce churn in callers. Should just be a one line diff in most places. ok deraadt
2015-11-18Remove memory.h includes.mmcc
ok deraadt@
2015-11-18Split function to initialize the raw device in two parts, one to openAlexandre Ratchov
the device node, the other to do the initialization. This will allow with minimal changes, work to be done in two process sharing the fd. No behaviour change.
2015-11-18rob pierce spotted a mistake left by jmcTheo de Raadt
2015-11-17Remove register keyword.mmcc
ok deraadt@
2015-11-17memory.h -> string.hmmcc
ok deraadt@
2015-11-17change passwd caches to be 4-way "associative". still primitive, but aTed Unangst
little better than winner take all caching.
2015-11-17don't call AUDIO_SETFD ioctl as it's a no-opAlexandre Ratchov
2015-11-16minor tweaks;Jason McIntyre
2015-11-16Permit revoke(2) for a pledge "rpath tty"Theo de Raadt
ok millert semarie tedu guenther
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
ok millert semarie tedu guenther
2015-11-16add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcStuart Henderson
req by and OK dlg, no objections in 5 days
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-11-15Tweak previous: rename it to fpround() to match FreeBSDPhilip Guenther
requested by kettenis@
2015-11-15update NAME; ok nicm schwarzeJason McIntyre
2015-11-15_towctrans_ext and _wctrans_init are now hidden; so drop them from the listPhilip Guenther
2015-11-15ui_new -> UI_new;Jason McIntyre
2015-11-15fix references to lhash(3);Jason McIntyre
2015-11-15I got a round tuit to rename round() to roundit() to avoid gcc warning.Philip Guenther
ok deraadt@
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)Theo de Raadt
conceptual ok guenther millert nicm
2015-11-14Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in thePhilip Guenther
non-syscall .S source ok millert@ miod@
2015-11-14mutli -> multiMiod Vallat
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2015-11-14Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsPhilip Guenther
prodded by deraadt@
2015-11-14update the NAME section; ok nicm schwarzeJason McIntyre
2015-11-12update NAME; ok schwarze nicmJason McIntyre
2015-11-12fix a typo in NAME and add two missing entries;Jason McIntyre
ok schwarze (i think nicm too, but i'm getting mixed up with oks at the minute...)
2015-11-12the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;Jason McIntyre
spotted by nicm
2015-11-12add mul and mul_add to NAME;Jason McIntyre
2015-11-12update cross references after deleting the imaginary MLINKSIngo Schwarze
bn_internal(3) and lhash(3)
2015-11-12Convert the handful of manuals that had imaginary names,Ingo Schwarze
give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections.