summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update mac_set.3 to account for new behavior of mac_set_fd() in therwatson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-162-26/+43
* Back out last change and go back to using KSE locks instead of threaddeischen2003-11-162-32/+34
* Memory allocated by mac_to_text() must be freed using free(3) notrwatson2003-11-161-2/+15
* Resync. struct statfs and flag definitions with sys/mount.h.tjr2003-11-161-22/+57
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-153-55/+55
* Remove debugging printf that crept into the last commit.rwatson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationrwatson2003-11-151-20/+6
* Update cross references after utf2/euc move.tjr2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beentjr2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead oftjr2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.tjr2003-11-152-2/+2
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* Use the new defines that include the trailing '\0' in the code.harti2003-11-144-21/+27
* - Add documentation for EBUSY.alc2003-11-141-2/+4
* - Use the magic for ___sigreturn in __sigset.jeff2003-11-141-3/+11
* Add an empty definition of the MIBS variable so that the makefile doesharti2003-11-131-0/+1
* Fix on sparc64.sobomax2003-11-121-1/+1
* Bump the major version on libtuil. libutil now relies on the mac_*rwatson2003-11-121-1/+1
* Add a new configuration variable - nas_ipaddr, which if set allows tosobomax2003-11-122-8/+47
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedmarcel2003-11-121-0/+4
* The snmp_netgraph module depends on libnetgraph. So add a dependency andharti2003-11-122-3/+7
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to faketjr2003-11-121-1/+30
* - Markup fix-ups (add .Dq, and some hard line breaks at the endkensmith2003-11-111-4/+10
* - Add a note about how jail(2) effects the securelevel.kensmith2003-11-111-0/+6
* Add information about the EVFILT_NETDEV filterbrueffer2003-11-111-0/+24
* Fix a typo that caused mbrtowc() to always return 0.tjr2003-11-111-1/+1
* Add a section documenting the sysctl(8) tunables that influence thejkoshy2003-11-111-2/+15
* Improve the performance of radixsort() whenkientzle2003-11-111-0/+11
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorjkoshy2003-11-111-4/+6
* Fix few typosemax2003-11-111-1/+1
* Remove ',' accidentally added after ".Xr fork 2".ghelmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdghelmer2003-11-102-3/+35
* Fix the build by adjusting the include directives. The problem washarti2003-11-102-4/+6
* Link libbsnmp to the build.harti2003-11-101-1/+1
* Add build infrastructure for libbsnmp and the modules. Add theharti2003-11-1020-0/+3216
* Document EINVAL for len == 0.des2003-11-101-1/+1
* Document KTR_DROP.jkoshy2003-11-101-0/+9
* If a thread in critical region got a synchronous signal, according currentdavidxu2003-11-092-0/+4
* Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.davidxu2003-11-082-34/+32
* Virtual addresses in headers of ELF files for dynamic objects needmarcel2003-11-081-6/+9
* Add one more cross-reference to gb2312(5).tjr2003-11-081-0/+1
* Add cross-references to new gb2312(5) manual page.tjr2003-11-082-0/+2
* Add a fairly simple manual page for the new GB2312 encoding.tjr2003-11-082-1/+58
* Remove unused #includes.tjr2003-11-085-11/+0
* Use __inline instead of inline.tjr2003-11-081-1/+1
* Refer to wide characters instead of runes. Remove redundant example locale.tjr2003-11-082-246/+36
* Refer to wide characters instead of runes.tjr2003-11-082-4/+6
* Build the layer 3 (signalling) stuff into the library and installharti2003-11-071-3/+9
OpenPOWER on IntegriCloud