summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* style(9) cleanup: spaces -> tabs.mikeh2001-12-091-94/+95
| | | | MFC after: 2 weeks
* style(9)obrien2001-12-095-44/+50
|
* We need machine/types.h to build a cross GCC compiler.obrien2001-12-091-0/+72
| | | | | (copied from src/sys/i386/include/types.h rev 1.23, except for the label_t size, which is '10' everywhere BUT on i386)
* Per the CSRG's type.h, 'typedef' has a <tab> after it.obrien2001-12-091-1/+3
| | | | Also add two simpler examples of typedefs to show their formatting.
* WARNS=2 cleanup.mikeh2001-12-092-10/+20
| | | | | PR: bin/32646 MFC after: 2 weeks
* machine/limits.hobrien2001-12-092-0/+430
| | | | (taken from i386/include/limits.h rev 1.19)
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-092-0/+17
| | | | | | | | some Toshiba and Thinkpad laptops. Wakeup event is generated by power button or sleep button on some laptops but this also generates SCI interrupt, and shutdown the system as result. So this is introduced so that acpi driver ignore given requests for certain period.
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-093-3/+3
| | | | Spotted by: bde
* Back out previous commit.des2001-12-091-2/+1
| | | | Requested by: ru
* Set fetchDebug if v_level is 3 or more.des2001-12-091-0/+2
| | | | | PR: bin/32615 MFC after: 1 week
* Don't build with NDEBUG.des2001-12-091-3/+0
| | | | | PR: bin/32615 MFC after: 1 week
* Conditionalize some debugging code that didn't use the DEBUG macro.des2001-12-091-8/+10
| | | | MFC after: 1 week
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs thedes2001-12-093-1/+5
| | | | | | | debugging code if fetchDebug is set. PR: bin/32615 MFC after: 1 week
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-092-64/+112
| | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonabledillon2001-12-096-244/+602
| | | | | | | | | | | | | | defaults both in regards to the size of the partitions that are created and in regards to safety and functional separation. Still TODO: extend the previous partition to cover a deleted partition if the previous partiton was auto-created, and supply some sort of solution for /tmp. Reviewed by: Just about everyone Approved by: Nobody except maybe my pet mouse fred Obtained from: God, so complain to HIM MFC after: 1 week
* o Eliminate unnecessary synchronization from filt_aiodetach().alc2001-12-091-5/+3
| | | | | | | | o The manual page for kevent says that EVFILT_AIO returns under the same conditions as aio_error(). With that in mind, set the data field of the returned struct kevent to the value that would be returned by aio_error(). o Fix two compilation warnings.
* - Cross reference the section 9 printf man page since it containsarr2001-12-091-1/+2
| | | | | information with regards to in-kernel format directives that are not in printf.3
* WARNS=2 cleanup.mikeh2001-12-092-15/+41
| | | | | PR: bin/32567 MFC after: 2 weeks
* WARNS=2 cleanup and fix potential unitialized variable bug.mikeh2001-12-092-4/+13
| | | | | PR: bin/32567 MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-093-3/+16
| | | | | PR: bin/32567 MFC after: 2 weeks
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresmsmith2001-12-091-1/+11
| | | | | | | | | the UFI command set. Even with this patch, it's incredibly slow on my laptop, but at least now it works. Note that the drive is reported to CAM with the vendor and device IDs from the device itself, forcing the user to patch the da(4) quirk table manually.
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-0921-39/+74
| | | | | | | cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week
* Consider PROTO_IPV6 as compressible by CCP.brian2001-12-091-1/+1
| | | | Spotted by: Nick Sayer <nsayer@quack.kfu.com>
* Pull in more stuff from procfs now that it's been pseudofsized.des2001-12-091-31/+3
|
* Fix various bugs in the debugging code and reenable it.des2001-12-092-9/+9
|
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.des2001-12-091-3/+3
|
* p_trespass() has been dead for over a year.des2001-12-081-1/+0
|
* Replace %i formatting characters with %d since printf(9) doesn't support %i.alfred2001-12-081-1/+1
| | | | Someone forgot the long flamefest I lost to add %i to kernel printf.
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the ↵des2001-12-082-3/+5
| | | | | | | | | target process, not the calling process. While we're here, also unstaticize procfs_doprocfile() and procfs_docurproc() so linprocfs can call them directly instead of duplicating them. Submitted by: Dominic Mitchell <dom@semantico.com>
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-081-32/+56
| | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.mike2001-12-081-1/+2
| | | | PR: 30676
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isdillon2001-12-081-6/+12
| | | | | | | bogus. The calculation has been adjusted to use units of kilobytes. Noticed by: Chad David <davidc@acns.ab.ca> MFC after: 1 week
* Start using .St macro for POSIX.1-2001.ru2001-12-082-4/+3
|
* December 6th -- the IEEE Standards Board approves the Austin Groupru2001-12-081-0/+10
| | | | Specification as IEEE Std 1003.1-2001. Yay!
* mdoc(7) police: fix markup, sort xrefs, grammar nit.ru2001-12-081-26/+32
|
* mdoc(7) police:ru2001-12-081-59/+60
| | | | | | | | | | - kill empty lines - kill whitespace at EOL - kill hard sentence breaks - fix document date - fix markup - sort xrefs - first appeared in 5.0, not 4.4
* mdoc(7) police: Style style(9).ru2001-12-081-90/+189
|
* mdoc(7) police:ru2001-12-081-5/+11
| | | | | | | | - bump document date - add -n to SYNOPSIS - remove whitespace at EOL - remove hard sentence break - be a bit verbose about "vcd" operation
* mdoc(7) police: sort xrefs.ru2001-12-082-4/+4
|
* mdoc(7) police: bump document date, fix markup.ru2001-12-081-21/+24
|
* mdoc(7) police: sort xrefs.ru2001-12-081-5/+5
|
* mdoc(7) police: markup nits.ru2001-12-081-1/+1
|
* mdoc(7) police: fix markup in revision 1.25.ru2001-12-081-2/+2
|
* mdoc(7) police: change xref to vfs_mountedon(9).ru2001-12-081-1/+1
|
* Be more specific in an example of fortune's -e option.keramida2001-12-081-1/+1
| | | | | PR: 32085 Submitted by: setantae@submonkey.net <setantae@submonkey.net>
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
| | | | | | DOMAIN_SET(9) instead of SYSINIT for adding domains at startup. Reviewed by: alfred
* buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.davidc2001-12-081-1/+1
| | | | | | Because of this apropos notes a BUF(9) page that does not exist. Reviewed by: alfred
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-0814-0/+28
| | | | | | not stable) -> current upgrade path. Reviewed by: markm
* Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.sobomax2001-12-081-1/+1
| | | | eventlist == NULL or nevents == 0).
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-0720-266/+872
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
OpenPOWER on IntegriCloud