]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Move initialization of the MKMODULESENV envorinoment to kern.pre.mk
[FreeBSD/FreeBSD.git] / lib /
2002-01-04 yarMinor grammar and punctuation fixes
2002-01-04 yarState clearly that one should call listen(2) on a socket
2002-01-03 acheTurn off USER_LOCKING which allows intruder to complete...
2002-01-02 chrisCopy the sample `SECURITY CONSIDERATIONS' section from...
2002-01-02 jakeAdd ifdef sparc64.
2002-01-01 jakeConnect user trap code to the build.
2002-01-01 jakeAdd libc side of user trap handling.
2002-01-01 desRemove long-obsolete README.
2002-01-01 desIn verbose mode, display the full error message from...
2002-01-01 desRemove VT100 escapes from debugging messages now that...
2001-12-30 acheBack out errno preserving
2001-12-29 jakeAdapt to new kernel tsb structure.
2001-12-29 jakeMake sure curbrk is well aligned.
2001-12-29 jakeUse jmpbuf offsets, not ucontext_t.
2001-12-29 jakeAdd .register directives for gcc3.
2001-12-29 jake__infinity is not const.
2001-12-29 jakeAdd jmpbuf offsets. Remove ucontext offsets.
2001-12-29 jakeAdd .register directives for gcc3.
2001-12-29 jakeInclude utrap.h for soft trap types.
2001-12-29 jakeWe use HIDENAME(minbrk) on sparc64 too.
2001-12-28 bdeFixed a missing "const".
2001-12-28 jakeFix typo (unclosed comment).
2001-12-28 mppAdd xref to jail(2).
2001-12-26 ume- Make it possible to turn on RES_INSECURE[12] with...
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-25 acheAdd "except the handling of errors" into "equivalent...
2001-12-25 achePreserve errno.
2001-12-24 phantomBack out recent replacement of LC_MESSAGES file with...
2001-12-23 phkSort the disknames when we get them from the kernel.
2001-12-23 chriso Change the layout of the tagged lists to be like...
2001-12-22 deischenUse the real function address (instead of function...
2001-12-22 deischenSave and restore t12 in the jmp_buf. t12 is used durin...
2001-12-21 phantomadd missing MLINKS
2001-12-21 peterThe VM_STACK option is long dead. MAP_STACK is availab...
2001-12-21 phantomSlightly re-work locale messages storage scheme. Before...
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-20 phantomstyle(9)'ify
2001-12-20 sheldonhSupply SMB_CFG_FILE in CFLAGS. The newly imported...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 phantomAdd my e-mail to copyrights
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 jhbDocument that rfork() will return EINVAL if flags not...
2001-12-18 ruFixed the bug in transparent TCP proxying with the...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-18 deischenFix the retrieval of USRSTACK via sysctl so that it...
2001-12-18 kbyancConst'ify the CDB format string passed to the CDB parsi...
2001-12-17 phantomFix some style bugs
2001-12-16 deischenWhen cancelling a thread while in a join operation...
2001-12-15 obrienEmbelish CFLAGS.
2001-12-15 obrienThe instructions on doing something with src/lib/csu...
2001-12-15 obrienSparc64 ELF version of the C runtime support.
2001-12-15 deischenPull the target thread of a join operation from the...
2001-12-15 peterclnt_bcast.c:420:33: warning: extra tokens at end of...
2001-12-14 sheldonhKernel support for smbfs is only built on the i386...
2001-12-14 rumdoc(7) police: bump document date.
2001-12-14 sheldonhAdd bmake glue for src/contrib/smbfs and connect userla...
2001-12-14 phantom* cleanup comments and defines
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-13 phantomAlso fix cases when thousands separator should be put...
2001-12-13 phantomRespect locale while handling of \' flag.
2001-12-13 phantomFix style bugs (mostly remove 'extern' from function...
2001-12-13 phantom* remove reference to m68k-dependent sources
2001-12-13 ruIf the OID is missing, sysctl(3) returns ENOENT, not...
2001-12-13 rus/crypt_format/crypt_default/ to match reality.
2001-12-12 rumdoc(7) police: minor markup nits.
2001-12-12 rumdoc(7) police: fix markup, bump document date.
2001-12-12 rumdoc(7) police: kill HSBs, add missing comma.
2001-12-12 rumdoc(7) police: fix markup.
2001-12-12 rumdoc(7) police: Minor formatting nits and optimizations...
2001-12-12 rumdoc(7) police: use no-break space.
2001-12-12 rumdoc(7) police: use no-break space, fix markup.
2001-12-12 rumdoc(7) police: use non-break space, remove whitespace...
2001-12-12 alfredFix a number of subtle and evil bugs in the libc_r...
2001-12-11 phantomAdd my e-mail to copyrights
2001-12-11 phantom* Add my e-mail to copyrights
2001-12-11 phantomFix grouping string handling
2001-12-11 jhbWe support writing to at least one filesystem now.
2001-12-11 jhbAdd support for overwriting the existing contents of...
2001-12-10 dwmaloneStyle improvements recommended by Bruce as a follow...
2001-12-09 dillonAdd auto-fill-on-delete. When deleting an 'A'uto creat...
2001-12-09 desBack out previous commit.
2001-12-09 desDon't build with NDEBUG.
2001-12-09 desConditionalize some debugging code that didn't use...
2001-12-09 desIntroduce a fetchDebug global. Change the DEBUG macro...
2001-12-08 ruStart using .St macro for POSIX.1-2001.
2001-12-08 rumdoc(7) police: sort xrefs.
2001-12-08 sobomaxPrevent infinite loop, when kevent(2) is called wihout...
2001-12-07 phantomGet rid of unused anymore file! Alpha works fine with...
2001-12-07 acheReturn 'c' back to signed due to potential comparison...
2001-12-07 ruFix a typo.
2001-12-07 phantom* localeconv() usage is not FLOATING_POINT specific...
2001-12-07 desGet pam_mod_misc.h from .CURDIR rather than .OBJDIR...
2001-12-07 wesMake strerror and strerror_r use sys_errlist[0] for...
2001-12-07 fennerRemove blank line.
2001-12-07 desNow that _pam_init_handlers() works as intended, it...
2001-12-06 desWe need pam_client.h from libpamc. This unbreaks world
2001-12-06 wesNew, improved, more Posix-compliant strerror_r implemen...
2001-12-05 desDefine PAM_READ_BOTH_CONFS. We can now have both ...
2001-12-05 acheClarify ' ' space issue
2001-12-05 desInstall the correct version of pam_misc.h.
next