Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the O'Reilly books that are now in the 2nd ed. | obrien | 1997-03-19 | 1 | -8/+25 |
| | |||||
* | Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other | bde | 1997-03-19 | 1 | -2/+1 |
| | | | | | prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites weren't documented). | ||||
* | Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess. | bde | 1997-03-19 | 1 | -11/+10 |
| | |||||
* | Only export ioctl-related stuff to applications. Include prerequisite | bde | 1997-03-19 | 1 | -10/+15 |
| | | | | | | headers (like most other ioctl-related headers). Didn't fix spelling errors and other warts. | ||||
* | The New Hacker's Dictionary (aka. the Jargon File) to the history section | obrien | 1997-03-19 | 1 | -1/+8 |
| | |||||
* | Add "Lion's Commentary on UNIX, 6th Ed. w/source code". | obrien | 1997-03-19 | 1 | -1/+6 |
| | | | | | | Yep, you heard it, this book has survived since 1997 via the photocopier underground. Well SCO decided it is now safe for us to see the 6th ed. Kernel source. :-) | ||||
* | Fix Peter Salus's name. | obrien | 1997-03-19 | 1 | -2/+2 |
| | |||||
* | Added UNIX System Architecture by Prabhat Andleigh. | obrien | 1997-03-19 | 1 | -1/+5 |
| | | | | | | | | This is a really nice small (274 pages) book on UNIX architecture. It "reads" like K&R, has good straightforward explantions and nice diagrams of structures and things, w/o unnessiary bulk. It covers both BSD and sysV. I wish this had been the textbook for my undergrad OS class rather than Tannenbam. | ||||
* | Fixed wrong #include in synopsis. <sys/dir.h> has been deprecated for | bde | 1997-03-19 | 1 | -2/+2 |
| | | | | | | | | years. Not fixed: stale, misformatted copy of <dirent.h>. I will be cleaning up the dirent.h and dir.h headers soon (ufs stuff needs to be separated better), so don't change the man page yet. | ||||
* | Added "Porting UNIX Software" by our own Greg Lehey. | obrien | 1997-03-19 | 1 | -1/+6 |
| | | | | This book has helped me more than once with the ports collection. | ||||
* | Added UNIX Internals -- The New Frontiers by Uresh Vahalia | obrien | 1997-03-19 | 1 | -1/+5 |
| | |||||
* | Update URL for Chinese "Using FreeBSD" | obrien | 1997-03-19 | 1 | -2/+2 |
| | |||||
* | FreeBSD-{stable,STABLE} ==> 2.1-STABLE | obrien | 1997-03-19 | 1 | -9/+9 |
| | |||||
* | Fixed missing #includes in synopsis. | bde | 1997-03-19 | 1 | -0/+2 |
| | |||||
* | Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable. | obrien | 1997-03-19 | 2 | -8/+8 |
| | |||||
* | Fixed synopsis (wrong #includes and superfluous parentheses in typedef). | bde | 1997-03-19 | 1 | -8/+5 |
| | | | | | Nuked the confusing timeout_func_t typedef. It will go away in <systm.h> later. | ||||
* | Attempts to clarify the FreeBSD-{current,stable} mess used here. | obrien | 1997-03-19 | 1 | -15/+15 |
| | | | | | It is not clear what version of FBSD things apply to anymore. "-CURRENT" ---> "2.2-RELEASE and later" | ||||
* | typo (nthe --> the) | obrien | 1997-03-19 | 3 | -6/+6 |
| | |||||
* | Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis. | bde | 1997-03-19 | 1 | -2/+2 |
| | |||||
* | Mention that "options XSERVER" is applicable only to the vt0 console driver. | obrien | 1997-03-19 | 1 | -5/+6 |
| | | | | (as it appears from the mailing list archive). | ||||
* | Fixed misquoted arg in synopsis. | bde | 1997-03-19 | 1 | -2/+2 |
| | |||||
* | Fixed wrong return type for tputs() in synopsis. | bde | 1997-03-19 | 1 | -1/+1 |
| | |||||
* | Fixed this header to compile with gcc -pedantic -Werror (removed comma | bde | 1997-03-19 | 1 | -2/+2 |
| | | | | at end of enum). | ||||
* | Fixed synopsis (missing #include and wrong paths in #includes). | bde | 1997-03-19 | 2 | -4/+6 |
| | |||||
* | Fixed synopsis (missing #includes and consts). | bde | 1997-03-19 | 1 | -6/+7 |
| | |||||
* | Fixed synopsis. Some float functions claimed to have the same name as | bde | 1997-03-19 | 3 | -6/+6 |
| | | | | the double version. | ||||
* | Fixed quoting in .Fn macro invocations in synopsis. The args must be | bde | 1997-03-19 | 1 | -8/+8 |
| | | | | | | quoted individually. Quoting them all together sort of worked, except for scsreq_build(), the long arg list was chopped near column 80, to no avail since the closing parentheses was put on new line by itself. | ||||
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 3 | -7/+7 |
| | |||||
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 6 | -11/+11 |
| | |||||
* | Added missing #include of <stdarg.h> to synopsis. Moved prototypes for | bde | 1997-03-19 | 1 | -9/+10 |
| | | | | | `v' functions after this #include (same organisation as in printf.3 for printf/vprintf). | ||||
* | Fixed missing function types in synopsis. | bde | 1997-03-19 | 7 | -0/+12 |
| | |||||
* | Add cross-references from the "CTM Sites" and "CVSup Sites" sections | jdp | 1997-03-19 | 1 | -3/+4 |
| | | | | back to the CTM and CVSup documentation, respectively. | ||||
* | Fixed synopsis (put all of the function (return) type info in .Ft and | bde | 1997-03-19 | 2 | -3/+3 |
| | | | | none in .Fn). | ||||
* | Removed unnecessary quoting of function names in synopsis to simplify | bde | 1997-03-18 | 6 | -13/+13 |
| | | | | automated checking of synopses. | ||||
* | patch up some "int *" vs. "time_t *" (long) mismatches. They could be | peter | 1997-03-18 | 3 | -6/+12 |
| | | | | nasty if sizeof(int) != sizeof(long). | ||||
* | The "usage" line for the .Ic macro incorrectly says that it is | mpp | 1997-03-18 | 1 | -2/+2 |
| | | | | the .Li macro. | ||||
* | Restore check for ridiculous directory sizes. | peter | 1997-03-18 | 3 | -6/+6 |
| | |||||
* | MAXDIRSIZE is (or would be) used in fsck. It's a sanity check. | peter | 1997-03-18 | 1 | -4/+1 |
| | |||||
* | Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism | peter | 1997-03-18 | 3 | -3/+9 |
| | | | | | | | | | | | of setting it (compiled into vfs_conf.c), but we have a dynamic system in place. This could probably be better done via a runtime configure flag in the VFS_SET() VFS declaration, perhaps VFCF_LOCAL, and have the VFS code propagate this down into MNT_LOCAL at mount time. The other FS's would need to be updated, havinf UFS and MSDOSFS filesystems without MNT_LOCAL breaks a few things.. the man page rebuild scans for local filesystems and currently fails, I suspect that other tools like find and tar with their "local filesystem only" modes might be affected. | ||||
* | The author picked up this file from FreeBSD, but gave it a different name | mpp | 1997-03-18 | 1 | -72/+0 |
| | | | | in file v3.22, so this one is going away. | ||||
* | Merge to resolve conflicts with file 3.22 merge. | mpp | 1997-03-18 | 19 | -270/+531 |
| | |||||
* | aic7xxx.seq: | gibbs | 1997-03-18 | 4 | -36/+263 |
| | | | | | | | | | | | Stick 4 more, twin channel only, instructions behind .if ( TWIN_CHANNEL) aic7xxx_asm.c: Add the -O options which allows the specification of which options to include in a program listing. This makes it possible to easily determine the address of any instruction in the program across different hardware/option configurations. Updated usage() as well. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r23988, | mpp | 1997-03-18 | 33 | -85/+1136 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Upgrade to file version 3.22. | mpp | 1997-03-18 | 52 | -326/+1709 |
| | | | | | | | | Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz | ||||
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-file'. | cvs2svn | 1996-10-24 | 2 | -0/+24 |
| | | |||||
* | | Submitted by: Paul Traina <root@shockwave.com> (partially) | davidn | 1997-03-18 | 1 | -153/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of #ifdef's for LOGIN_CAP. Fixed bug in empty shell (closes PR#2550). Refused root logins now displays standard "Login incorrect" and exhibits identical backoff behaviour to a failed login. Cleaned up logging of refused logins. Use #defines for login retries and backoff. Also implemented definable variables if LOGIN_CAP is defined, with "login-retries" and "login-backoff" as capabilities in the default class (closes PR#2805). TERM from previous environment is no longer truncated. | ||||
* | | Re-order terms to avoid potential pointer overflow, and remove one | eivind | 1997-03-18 | 1 | -2/+7 |
| | | | | | | | | | | | | more potential buffer overflow. Submitted by: bde | ||||
* | | Check for overflow in size argument. | phk | 1997-03-18 | 1 | -2/+4 |
| | | | | | | | | | | Tested by: Joel Maslak <j@pobox.com> Closes: PR kern/2964 | ||||
* | | Backout part of my previous change that changed MIN/TIME to VMIN/VTIME | mpp | 1997-03-18 | 1 | -29/+29 |
| | | | | | | | | | | | | throughout the man page. Only some of these were corrected. Pointed out by: bde | ||||
* | | Be consistent with the handbook and the release notes and specify all | mpp | 1997-03-18 | 4 | -9/+9 |
| | | | | | | | | | | | | mailing list addresses as freebsd-*@FreeBSD.org. Pointed out by: Kenneth R. Westback <krw@tcn.net> |