Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-01 | getfsstat/getmntinfo do not require inclusion of <sys/ucred.h> | Todd C. Miller | |
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-30 | grammar and punctuation | Paul Janzen | |
1999-05-28 | sync with ioctl() prototype, and the third argument more clearly | Aaron Campbell | |
1999-05-27 | more missing .El macros filled in | Aaron Campbell | |
1999-05-27 | add missing .El macros (which properly terminate .Bl macro lists) | Aaron Campbell | |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell | |
1999-05-27 | add missing members to nfs_args | Todd C. Miller | |
1999-05-27 | - add missing .El macro | Aaron Campbell | |
- capitalization | |||
1999-05-27 | add some .Dv and .Er, replace blank lines with .Pp | Aaron Campbell | |
1999-05-27 | typos | Aaron Campbell | |
1999-05-26 | mention that parameter name1 (the file to link to) need not exist; from NetBSD | Aaron Campbell | |
1999-05-25 | explain the third argument more thoroughly; some cmds take it as an int, | Aaron Campbell | |
others a pointer to a struct flock (record locking), and the rest ignore it | |||
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-24 | add missing #include's; d@ | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-22 | Add swapctl(2), and crank shlib minor. | Tobias Weingartner | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-05-11 | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | Aaron Campbell | |
uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD | |||
1999-05-11 | note that close(2)'ing any file descriptor which refers to a file holding | Aaron Campbell | |
any advisory locks will cause the file to lose its locks; from FreeBSD, verified by page 373 of APUE | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell | |
1999-04-20 | issetuid -> issetugid; deraadt@ | Aaron Campbell | |
1999-04-18 | Add Xrefs. | Marc Espie | |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-05 | fix umount references; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-03-04 | add .Nd and a DESCRIPTION section; karls@inet.no | Aaron Campbell | |
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell | |
1999-03-02 | describe some additional things many people do not know | Theo de Raadt | |
1999-03-02 | doc timer{clear,add,sub,cmp,isset} | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-26 | Add EMLINK error message | Constantine Sapuntzakis | |
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller | |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller | |
1999-02-15 | socklen_t is used in struct msghdr and struct cmsghdr | Todd C. Miller | |
1999-02-15 | Use and document socklen_t | Todd C. Miller | |
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt | |
1999-02-01 | mi ptrace | David Leonard | |
1999-01-22 | typo | Artur Grabowski | |
1999-01-22 | mention that rmdir(.) returns EBUSY as per XPG4.2 | Todd C. Miller | |
1999-01-11 | RFNOWAIT is now supported | Niklas Hallqvist | |
1998-12-31 | typo; jon@oaktree.co.uk | Theo de Raadt | |
1998-12-31 | typo; matter@suspicious.org | Todd C. Miller | |
1998-12-21 | document EOPNOTSUPP | Artur Grabowski | |
1998-12-05 | typo | Marc Espie | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO |