summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Collapse)Author
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
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.
1997-02-15new blowfish crypt interfaces; crank itTheo de Raadt
1997-02-02++minor_versionTodd C. Miller
1997-01-26Add lchown(), increment minor number.Jason Downs
1996-12-28crank minor due to arc4randomTheo de Raadt
1996-10-18tiltJason Downs
1996-08-27+issetugidTheo de Raadt
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$Niklas Hallqvist
1996-05-01bump minor because of futimesTheo de Raadt
1996-02-24bumbed to 12.4 for binddm
1995-10-18initial import of NetBSD treeTheo de Raadt