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