summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quote the value of pccard_ether_delay, the only unquoted value in thesheldonh2001-10-051-1/+1
| | | | entire file.
* Add some important advice for young optical physicists.kris2001-10-051-0/+2
|
* Disable interrupts when we are in DDB.dfr2001-10-051-3/+3
|
* Add ia64_get_lid().dfr2001-10-051-3/+14
|
* Move the agp(4) page from the i386 directoryyar2001-10-053-5/+6
| | | | | to the machine-independent directory since AGP is used on other architectures as well.
* Show kernel config syntax, not kldload commandyar2001-10-051-1/+1
| | | | | | in the SYNOPSIS section. Reviewed by: ru
* Activate the bridge/dummynet modules.ps2001-10-051-0/+2
| | | | Reminded by: ru
* Only allow users to see their own socket connections ifps2001-10-058-9/+62
| | | | | | | | | kern.ipc.showallsockets is set to 0. Submitted by: billf (with modifications by me) Inspired by: Dave McKay (aka pm aka Packet Magnet) Reviewed by: peter MFC after: 2 weeks
* Use the traditional "indent" offset for mdoc(7) lists.yar2001-10-051-1/+1
|
* Update the status of VLAN support in the ethernet drivers.yar2001-10-051-2/+7
|
* Add the manpage for the AGP interface.yar2001-10-052-2/+73
|
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-0511-176/+201
| | | | Submitted by: billf
* Regen.imp2001-10-051-2/+38
|
* MFNetBSD:imp2001-10-051-1/+23
| | | | | | | | | | | 1.139: augustss; Add EigerLabs sound card. 1.138: ichiro; Typo 1.137: ichiro; GEMTEK CF-size WaveLAN card based on Prism2.5 eval 1.136: ichiro; Symbol Spctrum24 LA4100 Series CF WaveLAN card 1.135: pooka; Psion Gold Card 1.134: christos; zonet zen (Henrik Berglund) 1.133: christos; dlink-660+ (janberg@netbsd.org) 1.132: itojun; 3Com 3CRWE62092A Wireless LAN
* also install roken-common.hassar2001-10-051-1/+1
|
* Updated release note: fsck(8) default cylinder group behavior.bmah2001-10-052-8/+12
| | | | MFCs noted: KVA_SPACE, ping(8) -A, fmt(1) rewrite.
* Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,peter2001-10-051-16/+18
| | | | | since dumplo is now an off_t. Scratch a couple of other itches as well. s/L_SET/SEEK_SET/
* Argh. Fix another >2GB savecore problem.peter2001-10-051-1/+1
| | | | Reported by: mki@mozone.net
* Properly static'ize increase_maxtable().obrien2001-10-051-1/+1
| | | | Submitted by: db@db.net
* Fix the output so it really does dynamically resize the table.obrien2001-10-051-14/+44
| | | | Submitted by: Diane Bruce <db@db.net>
* Increase the table size by an order of magnitude.obrien2001-10-051-1/+1
| | | | | | | The previous version was too small and YACC core dumped on the during the hybrid-7 build. Submitted by: Diane Bruce <db@db.net>
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-044-15/+16
| | | | | | | | Fix acpi_DeviceIsPresent to check for valid _STA data and to check the "present" and "functioning" bits. Use acpi_DeviceIsPresent in acpi_pcib rather than rolling our own (also broken) version.
* Update list of sources to match 20010920 snapshot.msmith2001-10-041-2/+2
|
* Update to reflect one file added, one removed.msmith2001-10-041-1/+1
|
* Remove file obsoleted by the 20010920 snapshot.msmith2001-10-041-195/+0
|
* Merge our local patches into the 20010920 snapshot. Note that themsmith2001-10-044-274/+174
| | | | | | "implicit return" hack in psparse.c was resubmitted by Iwasaki-san. Submitted by: iwasaki
* This commit was generated by cvs2svn to compensate for changes in r84493,msmith2001-10-041-0/+424
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-041-0/+424
| |
* | This commit was generated by cvs2svn to compensate for changes in r84491,msmith2001-10-0476-1769/+2140
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-0480-2036/+2304
| |
* | Move <pubdate></pubdate> element into the <articleinfo></articleinfo> area,bmah2001-10-042-8/+4
| | | | | | | | | | | | where it goes for most other documents. MFC after: 1 day
* | Consolidate the various SGML source files making up the releasebmah2001-10-0410-109/+179
| | | | | | | | | | | | | | | | | | | | | | notes document. Basically, I've moved the contents of common/ {artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate $FreeBSD$ markers, and adjusted the various references to these files. No other whitespace or content changes. This change will make it easier to do some minor restructuring. MFC after: 1 day
* | Remove the SSLEEP case from the load average computation. This hasiedowse2001-10-041-5/+0
| | | | | | | | | | | | | | been a no-op for as long as our CVS history goes back. Processes in state SSLEEP could only be counted if p_slptime == 0, but immediately before loadav() is called, schedcpu() has just incremented p_slptime on all SSLEEP processes.
* | Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-045-0/+250
| | | | | | | | | | that used to live in RPC 4.0. This is needed for yppasswd and rpc.yppasswdd to work correctly. Patch supplied by Martin Blapp.
* | The upgrade instructions referred to an article that was (I think)bmah2001-10-041-6/+14
| | | | | | | | | | | | | | folded into the Handbook. Point readers in the right direction and do a little touchup on the text in this section. MFC after: 1 day
* | Update the promise raid structure with some of the info I've gatheredsos2001-10-042-19/+24
| | | | | | | | before I'm accused of "lending" it from somebody else.
* | In "Further Reading", mention other DocProj articles/books (in addition tobmah2001-10-041-1/+10
| | | | | | | | | | | | the FAQ and Handbook). MFC after: 1 day
* | Final style(9) commit: placement of opening brace; a continuation indent Ides2001-10-041-5/+8
| | | | | | | | | | | | missed in the previous commit; a line that exceeded 80 characters. No functional changes, but the object file's md5 checksum changes because some lines have been displaced.
* | More style(9) fixes: no spaces between function name and parameter list;des2001-10-041-30/+30
| | | | | | | | | | | | some indentation fixes (particularly continuation lines). Reviewed by: md5(1)
* | Bump __FreeBSD_version after change in ABI for discriptor and creds passingdwmalone2001-10-041-1/+1
| | | | | | | | | | | | on 64 bit platforms. Reviewed by: imp
* | This file had a mixture of "return foo;" and "return (foo);"; standardizedes2001-10-041-24/+24
| | | | | | | | | | | | on "return (foo);" as mandated by style(9). Reviewed by: md5(1)
* | Add nmdm driver.mp2001-10-042-0/+6
| | | | | | | | | | | | PR: 31027 Submitted by: Edwin Groothuis <edwin@mavetju.org> MFC after: 1 day
* | Add eficlock.c and remove sscclock.c.dfr2001-10-041-1/+1
| |
* | Don't pretend the argument to clockattach is a device - it isn't.dfr2001-10-041-1/+1
| |
* | * Don't pretend the object passed to clockattach is a device - it isn't.dfr2001-10-042-7/+7
| | | | | | | | * Declare itc_frequency properly.
* | Use EFI (or some reasonable simulation) to read the RTC.dfr2001-10-041-49/+26
| |
* | Fake the EFI runtime call GetTime.dfr2001-10-041-1/+45
| |
* | Removed mentions of TARGET_ARCH from non-cross places.ru2001-10-043-9/+4
| |
* | Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-0410-217/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Allow the sending of more than one control message at a time over a unix domain socket. This should cover the PR 29499. 2) This requires that unp_{ex,in}ternalize and unp_scan understand mbufs with more than one control message at a time. 3) Internalize and externalize used to work on the mbuf in-place. This made life quite complicated and the code for sizeof(int) < sizeof(file *) could end up doing the wrong thing. The patch always create a new mbuf/cluster now. This resulted in the change of the prototype for the domain externalise function. 4) You can now send SCM_TIMESTAMP messages. 5) Always use CMSG_DATA(cm) to determine the start where the data in unp_{ex,in}ternalize. It was using ((struct cmsghdr *)cm + 1) in some places, which gives the wrong alignment on the alpha. (NetBSD made this fix some time ago). This results in an ABI change for discriptor passing and creds passing on the alpha. (Probably on the IA64 and Spare ports too). 6) Fix userland programs to use CMSG_* macros too. 7) Be more careful about freeing mbufs containing (file *)s. This is made possible by the prototype change of externalise. PR: 29499 MFC after: 6 weeks
* | <mntopts.h> -> "mntopts.h" in SYNOPSIS.ru2001-10-041-1/+1
| | | | | | | | Submitted by: bde
OpenPOWER on IntegriCloud