summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update the O'Reilly books that are now in the 2nd ed.obrien1997-03-191-8/+25
|
* Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no otherbde1997-03-191-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.bde1997-03-191-11/+10
|
* Only export ioctl-related stuff to applications. Include prerequisitebde1997-03-191-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 sectionobrien1997-03-191-1/+8
|
* Add "Lion's Commentary on UNIX, 6th Ed. w/source code".obrien1997-03-191-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.obrien1997-03-191-2/+2
|
* Added UNIX System Architecture by Prabhat Andleigh.obrien1997-03-191-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 forbde1997-03-191-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.obrien1997-03-191-1/+6
| | | | This book has helped me more than once with the ports collection.
* Added UNIX Internals -- The New Frontiers by Uresh Vahaliaobrien1997-03-191-1/+5
|
* Update URL for Chinese "Using FreeBSD"obrien1997-03-191-2/+2
|
* FreeBSD-{stable,STABLE} ==> 2.1-STABLEobrien1997-03-191-9/+9
|
* Fixed missing #includes in synopsis.bde1997-03-191-0/+2
|
* Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable.obrien1997-03-192-8/+8
|
* Fixed synopsis (wrong #includes and superfluous parentheses in typedef).bde1997-03-191-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.obrien1997-03-191-15/+15
| | | | | It is not clear what version of FBSD things apply to anymore. "-CURRENT" ---> "2.2-RELEASE and later"
* typo (nthe --> the)obrien1997-03-193-6/+6
|
* Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.bde1997-03-191-2/+2
|
* Mention that "options XSERVER" is applicable only to the vt0 console driver.obrien1997-03-191-5/+6
| | | | (as it appears from the mailing list archive).
* Fixed misquoted arg in synopsis.bde1997-03-191-2/+2
|
* Fixed wrong return type for tputs() in synopsis.bde1997-03-191-1/+1
|
* Fixed this header to compile with gcc -pedantic -Werror (removed commabde1997-03-191-2/+2
| | | | at end of enum).
* Fixed synopsis (missing #include and wrong paths in #includes).bde1997-03-192-4/+6
|
* Fixed synopsis (missing #includes and consts).bde1997-03-191-6/+7
|
* Fixed synopsis. Some float functions claimed to have the same name asbde1997-03-193-6/+6
| | | | the double version.
* Fixed quoting in .Fn macro invocations in synopsis. The args must bebde1997-03-191-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.bde1997-03-193-7/+7
|
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-196-11/+11
|
* Added missing #include of <stdarg.h> to synopsis. Moved prototypes forbde1997-03-191-9/+10
| | | | | `v' functions after this #include (same organisation as in printf.3 for printf/vprintf).
* Fixed missing function types in synopsis.bde1997-03-197-0/+12
|
* Add cross-references from the "CTM Sites" and "CVSup Sites" sectionsjdp1997-03-191-3/+4
| | | | back to the CTM and CVSup documentation, respectively.
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-192-3/+3
| | | | none in .Fn).
* Removed unnecessary quoting of function names in synopsis to simplifybde1997-03-186-13/+13
| | | | automated checking of synopses.
* patch up some "int *" vs. "time_t *" (long) mismatches. They could bepeter1997-03-183-6/+12
| | | | nasty if sizeof(int) != sizeof(long).
* The "usage" line for the .Ic macro incorrectly says that it ismpp1997-03-181-2/+2
| | | | the .Li macro.
* Restore check for ridiculous directory sizes.peter1997-03-183-6/+6
|
* MAXDIRSIZE is (or would be) used in fsck. It's a sanity check.peter1997-03-181-4/+1
|
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-183-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 namempp1997-03-181-72/+0
| | | | in file v3.22, so this one is going away.
* Merge to resolve conflicts with file 3.22 merge.mpp1997-03-1819-270/+531
|
* aic7xxx.seq:gibbs1997-03-184-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,mpp1997-03-1833-85/+1136
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to file version 3.22.mpp1997-03-1852-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'.cvs2svn1996-10-242-0/+24
| |
* | Submitted by: Paul Traina <root@shockwave.com> (partially)davidn1997-03-181-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 oneeivind1997-03-181-2/+7
| | | | | | | | | | | | more potential buffer overflow. Submitted by: bde
* | Check for overflow in size argument.phk1997-03-181-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/VTIMEmpp1997-03-181-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 allmpp1997-03-184-9/+9
| | | | | | | | | | | | mailing list addresses as freebsd-*@FreeBSD.org. Pointed out by: Kenneth R. Westback <krw@tcn.net>
OpenPOWER on IntegriCloud