Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bump minor (fhopen, fhstat, fhstatfs added) | 2000-02-07 | 1 | -1/+1 | ||
| | ||||||
* | happy with non-weak testing. bump major versions just in case. | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | add inet6_option_* and inet6_rthdr_*. | 1999-12-11 | 1 | -1/+1 | ||
| | | | | increase shlib minor. | |||||
* | Bump minor for addition of strtok_r. | 1999-11-09 | 1 | -1/+1 | ||
| | ||||||
* | temporary crank | 1999-06-29 | 1 | -2/+1 | ||
| | ||||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -1/+2 | ||
| | | | | that EFAULT return value is possible | |||||
* | New struct statfs with mount options. NOTE: this replaces statfs(2), | 1999-05-31 | 1 | -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. | 1999-05-22 | 1 | -1/+1 | ||
| | ||||||
* | skipjack in libc; isakmpd and such will want it | 1999-02-26 | 1 | -1/+1 | ||
| | ||||||
* | crank major, just in case | 1998-11-20 | 1 | -2/+2 | ||
| | ||||||
* | ftok requires minor crank | 1998-11-15 | 1 | -1/+1 | ||
| | ||||||
* | bump minor for xfspioctl | 1998-09-18 | 1 | -1/+1 | ||
| | ||||||
* | crank minor | 1998-08-10 | 1 | -1/+1 | ||
| | ||||||
* | crank minor because of cast | 1998-07-21 | 1 | -1/+1 | ||
| | ||||||
* | crank major version since we have added new interfaces | 1998-07-01 | 1 | -1/+1 | ||
| | ||||||
* | recent IPC API changes requires this | 1998-06-15 | 1 | -1/+1 | ||
| | ||||||
* | teach rmd160 not to throw leftovers out the window | 1998-03-23 | 1 | -2/+2 | ||
| | ||||||
* | + strptime, from netbsd | 1998-02-04 | 1 | -1/+1 | ||
| | ||||||
* | Add gethostent(), as some LEGACY code wants it. If you write new | 1998-01-11 | 1 | -1/+1 | ||
| | | | | | code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file. | |||||
* | add XPG4.2 lockf; kleink | 1997-12-22 | 1 | -1/+1 | ||
| | ||||||
* | Implement asprintf(3) and vasprintf(3) functions similar to the | 1997-11-29 | 1 | -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() | 1997-11-13 | 1 | -1/+1 | ||
| | ||||||
* | Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to | 1997-09-01 | 1 | -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. | 1997-09-01 | 1 | -1/+1 | ||
| | | | | Adds a new flag to fts(3). | |||||
* | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | 1997-08-17 | 1 | -1/+1 | ||
| | ||||||
* | crank major, due to the arc libc messup | 1997-07-27 | 1 | -2/+2 | ||
| | ||||||
* | Bump minor version due to RMD160 addition. | 1997-07-17 | 1 | -1/+1 | ||
| | ||||||
* | Different sha1 functions (taken from netinet's if_sha1.c) that | 1997-07-10 | 1 | -1/+1 | ||
| | | | | are more consistent with md4/md5 functions. | |||||
* | fix that repeating passwords yield same hash + increment minor | 1997-07-01 | 1 | -1/+1 | ||
| | ||||||
* | ++minor since added a new function | 1997-06-20 | 1 | -1/+1 | ||
| | ||||||
* | WE INCREMENT THE GOD DAMNED MINOR NUMBER WHEN WE ADD A SYSCALL, OK? | 1997-06-03 | 1 | -1/+1 | ||
| | ||||||
* | New POSIX 1003.1b syscalls; from pk@NetBSD | 1997-04-20 | 1 | -1/+1 | ||
| | ||||||
* | incompatible change | 1997-04-14 | 1 | -1/+1 | ||
| | ||||||
* | Integrate BIND 4.9.5 resolver and associated routines. | 1997-03-13 | 1 | -1/+1 | ||
| | | | | Includes the DNS aware getnetby*() routines and IPv6 support. | |||||
* | new blowfish crypt interfaces; crank it | 1997-02-15 | 1 | -2/+2 | ||
| | ||||||
* | ++minor_version | 1997-02-02 | 1 | -1/+1 | ||
| | ||||||
* | Add lchown(), increment minor number. | 1997-01-26 | 1 | -1/+1 | ||
| | ||||||
* | crank minor due to arc4random | 1996-12-28 | 1 | -1/+1 | ||
| | ||||||
* | tilt | 1996-10-18 | 1 | -2/+2 | ||
| | ||||||
* | +issetugid | 1996-08-27 | 1 | -1/+1 | ||
| | ||||||
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | 1996-06-03 | 1 | -1/+1 | ||
| | ||||||
* | bump minor because of futimes | 1996-05-01 | 1 | -1/+1 | ||
| | ||||||
* | bumbed to 12.4 for bind | 1996-02-24 | 1 | -1/+1 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+2 | ||