summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* pid_t cleanupderaadt2002-05-261-2/+2
* add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netderaadt2002-05-241-1/+2
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-248-33/+35
* put a real struct definition instead of the weird "typedef structvincent2002-05-221-2/+2
* now catches SIGALRM and SIGPIPE toomillert2002-05-091-2/+4
* Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,millert2002-05-091-10/+14
* Fix typo; Peter Wernermillert2002-05-081-2/+2
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-011-1/+2
* o) start new sentence on a new line;mpech2002-05-012-9/+14
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+4
* Initial cleanup:mpech2002-04-308-37/+38
* Stash string lengths in variables instead of computing multiple times.millert2002-04-291-42/+47
* avoid cranking libc minors for another few weeksderaadt2002-04-191-11/+1
* Use __func__ in assert.espie2002-04-171-1/+11
* WCCPv1 GRE sysctl -- ok deraadt@angelos2002-04-031-1/+6
* VM is a history. From lazy form@.mpech2002-03-271-2/+2
* fix memleak.mpech2002-03-201-1/+6
* Add CAVEATS section similar to authenticate.3millert2002-03-161-1/+21
* Add CAVEATS section that details which functions call getpw* somillert2002-03-161-2/+32
* Add auth_getpwd MLINKmillert2002-03-161-3/+3
* o Document auth_getpwd()millert2002-03-161-23/+45
* Convert indentation whitespace -> tabs and kill $@%^#! ^M'smillert2002-03-132-42/+42
* document tcp.ackonpushprovos2002-03-021-2/+7
* document cryptodevallowsoftprovos2002-03-011-2/+7
* sysctl kern.usercryptoderaadt2002-02-231-1/+6
* Document KERN_SYSVIPC_INFO; from NetBSDmillert2002-02-231-1/+29
* Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2)millert2002-02-231-1/+14
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-1919-257/+25
* Open console with O_NONBLOCK to avoid blocking on a locked console.millert2002-02-181-5/+5
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-172-16/+15
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-1622-99/+99
* MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtpvalchev2002-02-162-13/+147
* back out the no reserved port option for nfsnate2002-02-101-2/+1
* o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andmpech2002-02-052-23/+46
* Fix memory leak in setuserpath(). We prefer patch from millert@.mpech2002-01-291-12/+15
* Fix memory leaks in login_getcapnum() and login_getcapsize().mpech2002-01-281-3/+25
* ellaborate on historymickey2002-01-241-2/+9
* _THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.fgsch2002-01-231-2/+4
* Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()millert2002-01-231-42/+62
* Use the volatile specifier to fix warnings about variables beingmillert2002-01-161-6/+2
* If waitpid() return ECHILD that should not be a fatal error sincemillert2002-01-141-7/+7
* document net.inet.icmp.redir{accept,timeout}ericj2002-01-121-1/+10
* typoitojun2002-01-111-2/+2
* document new sysctl for vfs.nfs.norsvportnate2002-01-111-1/+2
* If the handler for SIGCHLD is set to SIG_IGN, act as if themillert2002-01-071-1/+25
* more pid_t usederaadt2002-01-021-2/+3
* Document SIGTTIN and SIGTTOU now that we deal with them too.millert2001-12-151-3/+8
* Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.millert2001-12-151-4/+12
* Add ERRORS and STANDARDS sectionsmillert2001-12-071-6/+41
* o Turn off ECHONL in addition to ECHOmillert2001-12-072-17/+43