summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify offset underflow checks even moreache2001-08-311-12/+2
* Describe that we disallow ungetc at offset 0 now.ache2001-08-311-1/+4
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyache2001-08-312-22/+15
* Drop buffer first, _then_ ask for real positionache2001-08-311-4/+4
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-313-94/+30
* If file offset is smaller than internal buffer character left count, just dropache2001-08-312-16/+30
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellache2001-08-311-0/+2
* Detect fp->_offset overflow on readache2001-08-311-9/+23
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).ru2001-08-313-1/+162
* Use ``.Rv -std'' wherever possible.ru2001-08-3143-232/+71
* o Use .Fx to refer to FreeBSDrwatson2001-08-311-1/+2
* o Remove definition of CAP_MAX_BUF_LEN since it is defined inrwatson2001-08-311-1/+4
* Introduce implementations of POSIX.1e non-portable form capabilityrwatson2001-08-314-0/+366
* Add Xref to make.conf(5).alex2001-08-301-1/+2
* Try to discard some ungetc data in saved internal buffer checks too,ache2001-08-302-7/+25
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedache2001-08-301-8/+4
* Add more EOVERFLOW checks.ache2001-08-302-31/+94
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-301-9/+14
* Fix a bug in lseek which caused the loader to fail on some gzippedjdp2001-08-291-0/+31
* o src/sys/capability.h provides a number of support macros that are notrwatson2001-08-292-0/+5
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-295-3/+26
* There shuldn't be whitespace before a question mark.dd2001-08-271-1/+1
* mdoc(7) police: removed whitespace at EOL.ru2001-08-271-2/+2
* mdoc(7) police: markup and spelling fixes.ru2001-08-271-15/+25
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.ru2001-08-271-2/+2
* mdoc(7) police: markup nits.ru2001-08-271-1/+2
* Remove grammatical bogon.sobomax2001-08-271-1/+0
* Introduce a "noroot_ok" option to make this module ignore authenticationsmarkm2001-08-262-5/+33
* Introduce better logging, error reporting and use of login_cap data.markm2001-08-262-6/+21
* Add extra logging detail. This needs a more general solution.markm2001-08-261-0/+4
* Adjust dependancies and build order. PAM needs RPC.markm2001-08-261-2/+3
* Big module makeover; improve logging, standardise variable names,markm2001-08-264-22/+567
* Cosmetique fixes from bdeache2001-08-261-2/+0
* o s/violate/override/ Capabilities are part of the system policy, notrwatson2001-08-251-1/+1
* Rename the DIAGNOSTICS section to RETURN VALUES and describe thebrian2001-08-241-4/+10
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
* Explain what the return value from NgRecvMsg() and NgRecvData() means,brian2001-08-241-0/+6
* Fd is macro too, so use \&Fdache2001-08-241-1/+1
* Fildes -> Fd too (started from big letter)ache2001-08-241-1/+1
* Changeache2001-08-241-1/+3
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
* Make ps -M corefile work again. This has been broken for quite some time.peter2001-08-241-6/+11
* Dynamically adjust to the value of KERNBASE in a crashdump, withpeter2001-08-242-4/+24
* Remove a duplicate "that".ken2001-08-241-1/+1
* begin executed --> being executeddd2001-08-241-1/+1
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.dg2001-08-231-4/+0
* Now we implement l_len<0 per POSIX, describe it.ache2001-08-231-3/+4
* Bail if we go beyond the directory size, not just if we hit it.gallatin2001-08-231-1/+1
OpenPOWER on IntegriCloud