summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Collapse)Author
2001-10-01new rmd160 implementation. based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-08-06add note about updating minor in libc_r/shlib_version; deraadt@Jakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-06-26crank minor number, for new getpeereid() syscallDug Song
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ----------------------------------------------------------------------
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time.
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-02Add ohash_* functions to libc.Marc Espie
Ok'd deraadt@, millert@
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-21crank minor numberTodd C. Miller
2000-11-16kqueue and kevent system callsNiels Provos
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.
2000-07-19from freebsd:Michael Shalayeff
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok.
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-02-21Increment the minor number for fseeko()/ftello() addition.Todd C. Miller
2000-02-07bump minor (fhopen, fhstat, fhstatfs added)assar
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
increase shlib minor.
1999-11-09Bump minor for addition of strtok_r.Artur Grabowski
1999-06-29temporary crankTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag.
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1998-11-20crank major, just in caseTheo de Raadt
1998-11-15ftok requires minor crankTheo de Raadt
1998-09-18bump minor for xfspioctlArtur Grabowski
1998-08-10crank minorNiels Provos
1998-07-21crank minor because of castNiels Provos
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-06-15recent IPC API changes requires thisNiklas Hallqvist
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-02-04+ strptime, from netbsdTheo de Raadt
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newTobias Weingartner
code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file.
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
1997-11-13added getsid()Theo de Raadt
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-07-27crank major, due to the arc libc messupTheo de Raadt
1997-07-17Bump minor version due to RMD160 addition.Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
are more consistent with md4/md5 functions.
1997-07-01fix that repeating passwords yield same hash + increment minorNiels Provos
1997-06-20++minor since added a new functionTodd C. Miller
1997-06-03WE INCREMENT THE GOD DAMNED MINOR NUMBER WHEN WE ADD A SYSCALL, OK?Jason Downs
1997-04-20New POSIX 1003.1b syscalls; from pk@NetBSDThorsten Lockert
1997-04-14incompatible changeTheo de Raadt