summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-06-03egcs generates broken code for -O2 on sparcTheo de Raadt
1999-06-03-20 -> \-20Aaron Campbell
1999-06-03use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;Aaron Campbell
pjanzen@
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-06-01getfsstat now takes a size_t, not long, for the length parameterTodd C. Miller
1999-05-31Clarify usage message.Angelos D. Keromytis
1999-05-31Sanitize prototypes and variable extern definitions, removeAngelos D. Keromytis
unnecessary header file, add prototypes header file for utility building.
1999-05-31Add -WallAngelos D. Keromytis
1999-05-31Correct prototype and invocation, eliminate a warning or three.Angelos D. Keromytis
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-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!!
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-05-30grammar and punctuationPaul Janzen
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
1999-05-29repairsAaron Campbell
1999-05-29Add target for demo programTodd C. Miller
1999-05-29repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-29we no longer have a builtin.h fileTodd C. Miller
1999-05-29repairsAaron Campbell
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-28fix tytypos.Marc Espie
1999-05-28use SYSENTRY, so that libc_r wraps this properlyTheo de Raadt
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-28sync with ioctl() prototype, and the third argument more clearlyAaron Campbell
1999-05-27missing DESTDIRTodd C. Miller
1999-05-27make /usr/include/g++ if it doesn't already existTodd C. Miller
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27add missing .El macros (which properly terminate .Bl macro lists)Aaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-27add missing members to nfs_argsTodd C. Miller
1999-05-27- add missing .El macroAaron Campbell
- capitalization
1999-05-27sync cgetset() Fn definition with prototype from stdlib.hAaron Campbell
1999-05-27sync fsetpos() with stdio.h prototypeAaron Campbell
1999-05-27add some .Dv and .Er, replace blank lines with .PpAaron Campbell
1999-05-27typosAaron Campbell
1999-05-27getopt(3) does not return -1 when encountering unrecognized optionsAaron Campbell
1999-05-27Fix some typos.Angelos D. Keromytis
1999-05-27Single manpage for command-line tool.Angelos D. Keromytis
1999-05-26Typos and proper form (deraadt@)Angelos D. Keromytis
1999-05-26Work-around: a few files trigger Internal Compiler Errors if compiled withMarc Espie
-O2 on m68k.
1999-05-26back out sigpending hideDavid Leonard
1999-05-26forgot to hide sigpendingDavid Leonard
1999-05-26mention that parameter name1 (the file to link to) need not exist; from NetBSDAaron Campbell
1999-05-26typo; from NetBSDAaron Campbell
1999-05-26sync with FreeBSDDavid Leonard
1999-05-26document two new states (deadlock and spinblock)David Leonard
1999-05-26add mb (memory barrier) instruction. from FreeBSDDavid Leonard