]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Whoops, don't break the alpha release build in copying the boot
[FreeBSD/FreeBSD.git] / lib /
1999-02-01 jkhOops. Missed this in the last commit.
1999-01-31 alexDocument type for 'req' argument to clnt_control.
1999-01-29 brianInstall -C radlib.h
1999-01-29 desAdd MAINTAINER.
1999-01-29 jkhMore support for Alpha installs.
1999-01-27 bdeRemoved evil typedef kvm_swap_t and all uses of it...
1999-01-27 jkoshyTypo: `kern.somaxconn' -> `kern.ipc.somaxconn'
1999-01-27 jkoshyCorrect typo.
1999-01-27 jkoshyClarify format of exit status code. Note when a return...
1999-01-26 julianMostly remove the VM_STACK OPTION.
1999-01-26 julianEnable Linux threads support by default.
1999-01-25 dillon Fix swap radix tree dump formatting ( pstat -ss...
1999-01-25 gallatingethostbyname2() was broken for lookups via NIS on...
1999-01-24 markmFix symlinking. Without the -f "force" option, the...
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-24 bdeBacked out most of previous commit to go with backing...
1999-01-23 markmThe new crypt code broke "make world". Back it out.
1999-01-23 bdeFixed missing cross reference to kvm_getfiles.
1999-01-23 bdeFixed unsorting of SRCS and MAN3 in previous commit.
1999-01-23 bdeFixed unsorting of cross references in previous commit.
1999-01-23 dillon Oops, forgot this. Needed by libkvm.
1999-01-22 jdpFix breakage for the static a.out case. The a.out...
1999-01-22 dillon Fix type-o's in manual
1999-01-22 dillon Add SWIF_DEV_PREFIX flag to add "/dev/..." to devic...
1999-01-22 dillon Implement kvm_getswapinfo() libkvm function. Will...
1999-01-22 brianTypo police.
1999-01-21 jdpRevert my last change, "Rename some globals to reduce...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanMerge from vendor branch: timezone file structure chang...
1999-01-21 wollmanUpdate timezone file description to match new zic ...
1999-01-21 brandonMoved from the old secure/lib/libcrypt area, because...
1999-01-21 brandonRewrite of crypt library to be more modular, and additi...
1999-01-20 jdpRename some globals to reduce namespace pollution.
1999-01-20 jdpMake it possible to use PAM in statically-linked applic...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-19 jdpInstall man page link for strtok_r.
1999-01-19 jdpSpell check and minor grammar fix.
1999-01-19 truckmanDocument the errno return if the restrictions on the...
1999-01-19 simokawaInitialize __progname by argv[0] before striping leadin...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-18 jkoshyrevoke(2) is supported on regular files under current...
1999-01-18 desUse the correct type for uid and gid in struct passwd...
1999-01-15 jbIncrease the size of private thread flags so that the...
1999-01-14 phkBring us one step closer to sysinstall'ing on a DOC2k...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-11 jdpFix an NFS-related installation problem.
1999-01-11 msmith POSIX introduced optreset to deal with multiple invoca...
1999-01-11 impFix a minor security problem in libc_r.
1999-01-10 peterMerge changes from vendor branch (1.1.1 -> 1.1.3) into...
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 peterImport zlib 1.1.3 onto the vendor branch.
1999-01-10 brianIf we can't open alias.log, don't try to write to the
1999-01-09 jdpSwitch to using ".So" as the extension for PIC object...
1999-01-08 jkhChanges for alpha support.
1999-01-07 steveStrip the leading path from __progname.
1999-01-06 desMake the implementation and documentation agree. Specif...
1999-01-06 obrienadd MLINKs for all the functions covered by the manpage
1999-01-06 obrienspell check
1999-01-04 dtMake ctime_r, asctime_r, gmtime_r, and localtime_r...
1999-01-03 wollmanAdd STANDARDS section.
1999-01-03 wollmanFix grammar in the description of timegm() by totally...
1999-01-01 bdeIgnore the fs_spec entry for "/" in /etc/fstab if the...
1999-01-01 bdeUpdated type of ss_size in struct sigaltstack.
1998-12-31 jkhEliminate all dependence on boot1 and boot2. This...
1998-12-30 jkhTransition libdisk to use /boot since what it's looking...
1998-12-30 bdeBacked out previous commit. It depends on a.out utilit...
1998-12-30 bdeFixed bootstrapping of /usr/mdec/boot[12].
1998-12-27 bdeFixed type mismatches in args to __syscall(). One...
1998-12-27 bdeAvoid using ld -O (as in bsd.lib.mk).
1998-12-27 bdeFixed CLEANFILES.
1998-12-24 steveStrip the leading path from __progname as is done in...
1998-12-24 dfrDisable building with alpha software completion options...
1998-12-23 dfr[This is a null commit to supply the correct log entry]
1998-12-23 dfrImplement fpsetmask() and other fp*() functions. Progr...
1998-12-21 desImplement and document file list retrieval.
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-20 wesAdded documenation for the existing implementation...
1998-12-19 phkAdd "fla" to Disk_Names()
1998-12-19 julianReviewed by: Luoqi Chen, Jordan Hubbard
1998-12-18 desDon't specify a language to compile_et.
1998-12-17 dfrEnable building libio on the alpha.
1998-12-17 eivindNote that dying on NULL is an implementation detail.
1998-12-17 eivindRestore old semantics (broken in rev 1.47's buffer...
1998-12-16 bde<sys/types.h> isn't a prerequisite for <kvm.h>.
1998-12-16 bdeThe previous commit was bogus. <stdlib.h> was never...
1998-12-16 bdeDeclare size_t and ssize_t if they are not already...
1998-12-16 bdeAdjust for kern.ps_strings and PS_STRINGS not being...
1998-12-16 bdeDeclare setproctitle() as printf0-like.
1998-12-16 bdeAdjust for kern.ps_strings and PS_STRINGS not being...
1998-12-16 desImplement and document fetchStatFTP.
1998-12-16 desRemove unused header files. Fix a few shadowing bugs...
1998-12-16 desAdd verbose flag, and support functions.
1998-12-16 peterOld stuff laying around: Don't use a function called...
1998-12-16 impAdd reminder to return memory allocated by this call.
next