summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bump minor (fhopen, fhstat, fhstatfs added)assar2000-02-071-1/+1
|
* happy with non-weak testing. bump major versions just in case.d2000-01-061-2/+2
|
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-1/+1
| | | | increase shlib minor.
* Bump minor for addition of strtok_r.art1999-11-091-1/+1
|
* temporary crankderaadt1999-06-291-2/+1
|
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-1/+2
| | | | that EFAULT return value is possible
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add swapctl(2), and crank shlib minor.weingart1999-05-221-1/+1
|
* skipjack in libc; isakmpd and such will want itderaadt1999-02-261-1/+1
|
* crank major, just in casederaadt1998-11-201-2/+2
|
* ftok requires minor crankderaadt1998-11-151-1/+1
|
* bump minor for xfspioctlart1998-09-181-1/+1
|
* crank minorprovos1998-08-101-1/+1
|
* crank minor because of castprovos1998-07-211-1/+1
|
* crank major version since we have added new interfacesmillert1998-07-011-1/+1
|
* recent IPC API changes requires thisniklas1998-06-151-1/+1
|
* teach rmd160 not to throw leftovers out the windowjanjaap1998-03-231-2/+2
|
* + strptime, from netbsdderaadt1998-02-041-1/+1
|
* Add gethostent(), as some LEGACY code wants it. If you write newweingart1998-01-111-1/+1
| | | | | code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file.
* add XPG4.2 lockf; kleinkderaadt1997-12-221-1/+1
|
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-291-1/+1
| | | | | ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
* added getsid()deraadt1997-11-131-1/+1
|
* Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND tomillert1997-09-011-1/+1
| | | | | GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
* Fix problem with ``find -execdir'' not having the correct initial cwd.millert1997-09-011-1/+1
| | | | Adds a new flag to fts(3).
* basename(3) and dirname(3) as specified by XPG4 and XPG4.2millert1997-08-171-1/+1
|
* crank major, due to the arc libc messupderaadt1997-07-271-2/+2
|
* Bump minor version due to RMD160 addition.millert1997-07-171-1/+1
|
* Different sha1 functions (taken from netinet's if_sha1.c) thatmillert1997-07-101-1/+1
| | | | are more consistent with md4/md5 functions.
* fix that repeating passwords yield same hash + increment minorprovos1997-07-011-1/+1
|
* ++minor since added a new functionmillert1997-06-201-1/+1
|
* WE INCREMENT THE GOD DAMNED MINOR NUMBER WHEN WE ADD A SYSCALL, OK?downsj1997-06-031-1/+1
|
* New POSIX 1003.1b syscalls; from pk@NetBSDtholo1997-04-201-1/+1
|
* incompatible changederaadt1997-04-141-1/+1
|
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-1/+1
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* new blowfish crypt interfaces; crank itderaadt1997-02-151-2/+2
|
* ++minor_versionmillert1997-02-021-1/+1
|
* Add lchown(), increment minor number.downsj1997-01-261-1/+1
|
* crank minor due to arc4randomderaadt1996-12-281-1/+1
|
* tiltdownsj1996-10-181-2/+2
|
* +issetugidderaadt1996-08-271-1/+1
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-1/+1
|
* bump minor because of futimesderaadt1996-05-011-1/+1
|
* bumbed to 12.4 for binddm1996-02-241-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+2