Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was generated by cvs2svn to compensate for changes in r79543, | ru | 2001-07-10 | 116 | -2424/+5819 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of FSF groff v1.17.2 | ru | 2001-07-10 | 123 | -2457/+5892 |
| | | |||||
* | | Fix a horrible bug introduced by myself where the options collection | markm | 2001-07-10 | 3 | -11/+20 |
| | | | | | | | | keeps on growing as the module stack is parsed. | ||||
* | | Make this build again after breakage from previous commits. | dfr | 2001-07-10 | 2 | -12/+12 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 294 | -294/+294 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 87 | -87/+87 |
| | | |||||
* | | bzip2(1) is in the base system - we don't need /usr/local/bin in the PATH | sobomax | 2001-07-10 | 1 | -1/+1 |
| | | | | | | | | anymore. | ||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 100 | -100/+101 |
| | | |||||
* | | Fix dependencies between kernel options: | yokota | 2001-07-10 | 5 | -17/+26 |
| | | | | | | | | | | | | | | | | | | | | - When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined, quietly drop SC_NO_FONT_LOADING, because the pixel(raster) console requires font. - When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE. Without font, the arrow-shaped mouse cursor cannot be drawn. - Fiddle and simplify some internal macros. MFC after: 2 weeks | ||||
* | | Fix typo: "fending of" -> "fending off" | sheldonh | 2001-07-10 | 1 | -1/+1 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 325 | -325/+325 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 60 | -60/+60 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 23 | -24/+24 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 16 | -18/+16 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 15 | -15/+20 |
| | | |||||
* | | Added #include <sys/proc.h> | nyan | 2001-07-10 | 2 | -0/+2 |
| | | | | | | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> | ||||
* | | mdoc(7) police: minor markup tweaks. | ru | 2001-07-10 | 1 | -2/+4 |
| | | |||||
* | | mdoc(7) police: | ru | 2001-07-10 | 1 | -11/+25 |
| | | | | | | | | | | Restored .Pa for ``dumpdates'' (it's still a file). Also, removed duplicate ``file'' words. | ||||
* | | mdoc(7) police: eliminate warnings, fix markup. | ru | 2001-07-10 | 1 | -10/+6 |
| | | |||||
* | | Sort MAN= section. | alfred | 2001-07-10 | 1 | -57/+52 |
| | | |||||
* | | netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete | itojun | 2001-07-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | date of the announcement) couple of URL fixes. From: Petri Koistinen <pkoistin@cs.stadia.fi> (http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link. any alternative URL?) | ||||
* | | Install: | alfred | 2001-07-10 | 1 | -0/+6 |
| | | | | | | | | | | cdevsw_add.9 cdevsw_remove.9 devsw.9 major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9 | ||||
* | | Document some of the dev_t related APIs. | alfred | 2001-07-10 | 8 | -0/+461 |
| | | | | | | | | Submitted by: Chad David <davidc@acns.ab.ca> | ||||
* | | Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and | cjc | 2001-07-10 | 1 | -5/+8 |
| | | | | | | | | | | | | | | 'icmp' rules could drop into infinite loops when given bad arguments. Reviewed by: ru, des Approved by: ru | ||||
* | | Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for | imp | 2001-07-10 | 1 | -1/+1 |
| | | | | | | | | pci interrupts for the bridge. | ||||
* | | Link in new manpages: | alfred | 2001-07-10 | 1 | -1/+4 |
| | | | | | | | | | | | | BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9 | ||||
* | | Note that this function is for debugging purposes. | alfred | 2001-07-10 | 1 | -0/+2 |
| | | |||||
* | | Fix explanation of LK_SLEEPFAIL option. | alfred | 2001-07-10 | 1 | -2/+2 |
| | | | | | | | | Remove extra period from end of sentance. | ||||
* | | fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs. | alfred | 2001-07-10 | 1 | -4/+4 |
| | | |||||
* | | Document some of the kernel API dealing with locks used primarily by VFS. | alfred | 2001-07-10 | 11 | -0/+758 |
| | | | | | | | | Submitted by: Chad David <davidc@acns.ab.ca> | ||||
* | | MFS: add the FreeBSD history. | obrien | 2001-07-10 | 1 | -1/+3 |
| | | |||||
* | | Give the FreeBSD history also. | obrien | 2001-07-10 | 1 | -1/+3 |
| | | |||||
* | | Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of | peter | 2001-07-09 | 1 | -1/+1 |
| | | | | | | | | INTR_TYPE_TTY (lowest priority). | ||||
* | | style nit | obrien | 2001-07-09 | 2 | -2/+2 |
| | | |||||
* | | Add LIBBZ2. | obrien | 2001-07-09 | 1 | -0/+1 |
| | | |||||
* | | Whoops; we get an ACPI_OBJECT back from evaluating a method, not | msmith | 2001-07-09 | 1 | -8/+6 |
| | | | | | | | | | | | | an ACPI_OPERAND_OBJECT. Fix this so that the power resource type can be properly checked, and we can get the system level and resource order. | ||||
* | | New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D, | bmah | 2001-07-09 | 2 | -4/+28 |
| | | | | | | | | OPIE replaced S/Key. | ||||
* | | Log when the user is turning debugging on/off. | joerg | 2001-07-09 | 2 | -10/+18 |
| | | | | | | | | | | | | | | Also sanitize the TRACE* macros a bit so they syntactically behave like single C statements (even inside in `if' statement). Submitted by: des | ||||
* | | Hmpf, remove two variables that got unused by rev 1.214. | joerg | 2001-07-09 | 2 | -4/+2 |
| | | |||||
* | | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | joerg | 2001-07-09 | 2 | -2/+2 |
| | | | | | | | | till timeout. | ||||
* | | Remove parts of rev 1.211 again: do not delete our children iff they | joerg | 2001-07-09 | 2 | -14/+0 |
| | | | | | | | | | | | | haven't been probed successfully. It's a known bug that ISA hints processing instantiates those devices, and prematurely killing them has other unwanted side-effects. | ||||
* | | As des' example shows us, DMA overruns could happen in a situation | joerg | 2001-07-09 | 3 | -18/+75 |
| | | | | | | | | | | | | | | | | where they will never succeed. Add a stop-gap measure that will at least eventually timeout the operation instead of retrying it indefinately. MFC after: 1 month | ||||
* | | Document more resolver(3) routines: dn_skip() from resolv.h, and | tobez | 2001-07-09 | 2 | -2/+55 |
| | | | | | | | | | | | | | | ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm | ||||
* | | Add SYSCTL ints for default normal I/O timeout && retry counts. | mjacob | 2001-07-09 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | This is useful if you want to dynamically move into a Fibre Channel or Multi-initiator environment that happens to be particularly noisy and ugly that requires a lot of retries (with shorter I/O timeouts) for commands destried by LIPs or Bus Resets. Reviewed by: deafening silence on audit && scsi on the retry counts MFC after: 2 weeks | ||||
* | | Constify the fstype argument to vfs_mount(). This eliminates at least one | des | 2001-07-09 | 3 | -4/+4 |
| | | | | | | | | "call discards qualifier" warning (in sys/compat/linux/linux_file.c). | ||||
* | | Don't share sig handlers after an exec | guido | 2001-07-09 | 1 | -1/+23 |
| | | | | | | | | Reviewed by: Alfred Perlstein | ||||
* | | Get rid of useless bcopy (the next statement was equivalent) | guido | 2001-07-09 | 1 | -2/+0 |
| | | |||||
* | | Clean up (and in some cases write) the PAM mudules, using | markm | 2001-07-09 | 35 | -266/+2030 |
| | | | | | | | | | | | | | | | | | | | | o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here. | ||||
* | | Bump the major number. The libraries API has changed incompatibly. | markm | 2001-07-09 | 1 | -1/+1 |
| | | |||||
* | | Almost completely rewrite the PAM module options processing | markm | 2001-07-09 | 7 | -82/+334 |
| | | | | | | | | | | | | | | | | routines, and provide a more extended API for doing this. Provide an API for debug logging. Audit and clean up the code. |