summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a manual page for the lio_listio() syscall. Still needs a bittjr2003-01-122-1/+177
| | | | of polishing.
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
|
* vm_fault_copy_entry() needn't clear PG_ZERO because it didn't passalc2003-01-121-3/+0
| | | | VM_ALLOC_ZERO to vm_page_alloc().
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passalc2003-01-121-1/+0
| | | | VM_ALLOC_ZERO to vm_page_alloc(). (PG_ZERO is clear by default.)
* Fix the named script to find the correct pid file for themtm2003-01-122-2/+3
| | | | | | | | | | | | named(8) daemon by providing a new rc.conf knob: named_pidfile that defaults to the path specified in the system-installed named.conf(5). Approved by: markm (mentor) Reviewed by: dougb Noticed by : Galen Sampson <galen_sampson@yahoo.com> Dan Pelleg <daniel+bsd@pelleg.org> PR: conf/46402 MFC: 2 weeks (with re@ approval)
* It turns out that we do not need to add a new ioctl to unbreak adillon2003-01-122-0/+43
| | | | | | | | | | | | | default-to-deny firewall. Simply turning off IPFW via a preexisting sysctl does the job. To make it more apparent (since nobody picked up on this in a week's worth of flames), the boolean sysctl's have been integrated into the /sbin/ipfw command set in an obvious and straightforward manner. For example, you can now do 'ipfw disable firewall' or 'ipfw enable firewall'. This is far easier to remember then the net.inet.ip.fw.enable sysctl. Reviewed by: imp MFC after: 3 days
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-122-0/+6
|
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-1251-213/+231
| | | | | | | | | | pointer types, and remove a huge number of casts from code using it. Change struct xfile xf_data to xun_data (ABI is still compatible). If we need to add a #define for f_data and xf_data we can, but I don't think it will be necessary. There are no operational changes in this commit.
* Note that the 1E is the 1 Enterprise.obrien2003-01-111-1/+1
|
* Make iso.1 more readable.obrien2003-01-111-4/+8
|
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-112-0/+6
| | | | | | | | | | expectation. This solves the problem, where in a constellation with two (or more) drives, an attempt is made to access a device name for that device using a historic partition letter, like /dev/fd1c. This is supposed to create a symlink to the master device, but previously, the link was always created to /dev/fd0, even if the request was for fd1*.
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-112-0/+8
| | | | | | PR: 41466 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> MFC after: 1 week
* In vm_page_alloc(), fuse two if statements that are conditioned on the samealc2003-01-111-8/+3
| | | | expression.
* Cleanup the formatting from the last commit, convert everything todillon2003-01-111-8/+21
| | | | a more human-readable 'kilobytes' instead of pages.
* FBSDIDize and clean up whitespace nits.des2003-01-111-30/+25
|
* Read sanpei's mind, and unbreak the build.des2003-01-111-2/+3
|
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,shiba2003-01-111-1/+1
| | | | RATOC REX-9530 is SCSI2 Card.
* Regen.shiba2003-01-111-3/+10
|
* RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) haveshiba2003-01-111-1/+4
| | | | same product id. So use CIS info(PCCARD_CISTPL_VERS_1).
* Fix kernel build.mux2003-01-111-1/+1
| | | | Pointy hats to: dillon, Hiten Pandya <hiten@unixdaemons.com>
* Don't restrict MBR sectorsize to 512 bytes.phk2003-01-111-20/+23
| | | | Test data provided by: Andrey Koklin <aka@veco.ru>
* MFbed: translation updateue2003-01-118-355/+308
| | | | | | | | | | | hardware/alpha/proc-alpha.sgml: 1.51 -> 1.52 hardware/common/dev.sgml: 1.119 -> 1.124 hardware/pc98/proc-pc98.sgml: 1.1 -> 1.2 hardware/sparc64/Makefile: 1.1 -> 1.3 hardware/sparc64/article.sgml: 1.2 -> 1.3 hardware/sparc64/proc-sparc64.sgml: 1.4 -> 1.6 installation/common/trouble.sgml: 1.10 -> 1.11 relnotes/common/new.sgml: 1.467 -> 1.473
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-113-6/+14
| | | | | in sballoc(), sbcompress(), sbdrop() and sbfree(). Fixes fstat() st_size reporting and kevent() EVFILT_READ on TCP sockets.
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-115-5/+31
| | | | | | | (the patch in the PR was stale). PR: kern/5689 Submitted by: Hiten Pandya <hiten@unixdaemons.com>
* Implement missing fpgetround() and fpsetround().marcel2003-01-113-2/+84
|
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-112-4/+14
| | | | Fix typo (Coreaga->Corega)
* correct printf formatsam2003-01-111-1/+1
| | | | Noticed by: alpha tinderbox
* Reset the channel in attach if its not the console.jake2003-01-111-0/+7
|
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
| | | | to unhide symlinks as well as hide them.
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aac.c: Re-arrange the interrupt handler to optimize the common case of the adapter interrupting us because one or more commands are complete, and do a read across the pci bus to ensure that all posted status writes are flushed. This should close a race that could cause command completion interrupts to be lost. Follow the spec a bit closer when filling out command structures. Enable the Fast Response feature to eliminate the need for the card to DMA successfull command completions back into host memory. Tell the controller how much physical memory we have. Without this there was a chance that our DMA regions would collide with the memory window used by the cache on the controller. The result would be massive data corruption. This seemed to mainly affect systems with >2GB of memory. Fix a few whitespace problems. aac_debug.c: Add an extra diagnostic when printing out commands. aac_disk.c: Add extra sanity checks. aacreg.h: Prepare for making this 64-bit clean by reducing the use of enumeration types in structures. Many thanks to Justin Gibbs for helping track these down.
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftdillon2003-01-113-34/+18
| | | | | | | that crept in recently. GCC will optimize the divides and multiplies for us. Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 day
* Increase the scheduler stack to 4 pages. This should prevent a stackdeischen2003-01-111-1/+1
| | | | | | overflow when dumping thread info (generated by receipt of SIGINFO). Reported by: jmallet
* make sem_leave return a usable errno instead of -1.alfred2003-01-101-3/+3
| | | | | | make ksem_close return that usable errno instead of -1 (ERESTART). PR: 46957
* Use the fstype obtained from the GEOM dumpconf output to set the fstypejhb2003-01-101-1/+1
| | | | | | | of BSD part chunks when opening a disk. Reviewed by: phk MFC after: 2 days
* Output the fstype of each partition in a disklabel in the configurationjhb2003-01-101-0/+7
| | | | text similar to the way that the MBR module dumps its slice types.
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().jhb2003-01-103-3/+21
| | | | | | | | | | | | | | - In Create_Chunk_DWIM(), if there is a freebsd chunk that has no children chunks, then trying to add a child part chunk will fail even though there is free space. Handle this special case by adding an unused chunk the full size of the freebsd chunk as a child of the freebsd chunk before adding the new part chunk. This situation can happen when changing the type of an existing slice to be a FreeBSD slice type or when installing onto a blank disk on Alpha (which has no slices.) Reviewed by: phk MFC after: 2 days
* Either compaq has two variants of the WL200, or the old entry isimp2003-01-101-0/+6
| | | | | | | wrong. Go ahead and include a second entry for the WL200 until I can sort this out. Submitted by: Matt Pearce
* Sort. Move /usr/heimdal to /var/heimdal where it really is.ceri2003-01-101-12/+12
| | | | | | PR: docs/46637 Submitted by: Igor Sobrado <sobrado@acm.org> Approved by: ru
* I don't know where we got this ccd creation example from... or if it wasobrien2003-01-101-2/+9
| | | | | ever correct. It certainly hasn't been correct for *years*, and it conflicts with the FAQ. So update this example to match the FAQ.
* Make the "tarcp" example more direct.obrien2003-01-101-5/+5
|
* About September 2001, I consulted with all the previous authors ofnectar2003-01-101-163/+13
| | | | | | pam_krb5 to consolidate the copyright texts. The semi-official pam_krb5 module has been distributed with this new license text ever since, but I'm just now getting around to updating the text here.
* MFi386: revision 1.552.nyan2003-01-102-4/+0
|
* Add TAPE to the ENVIRONMENT section and standardize the section, using asheldonh2003-01-101-3/+6
| | | | | | list instead of prose. MFC after: 1 month
* Add TAPE to the ENVIRONMENT section.sheldonh2003-01-101-0/+2
| | | | MFC after: 1 month
* Add an ENVIRONMENT section so that the reader knows that the TMPDIR envarsheldonh2003-01-101-0/+5
| | | | | | | is honoured. Reported by: des MFC after: 1 month
* Don't record thread pointer, it's not permanent in process life cycle,davidxu2003-01-101-6/+6
| | | | use process pointer instead.
* Make newer integrated SiS900 cards working.mbr2003-01-102-2/+36
| | | | | | | | | | | Allow to read EEPROM from LAN. It is shared between a 1394 controller and the NIC and each time we access it, we need to set SIS_EECMD_REQ. Idea from: linux driver source Reviewed by: luoqi Obtained from: linux driver source (idea)
* Sis no longer implements the enhanced phy controlmbr2003-01-102-53/+262
| | | | | | | | | | register, and phy has to be directly accessed via mdio. Patch converted to CURRENT from STABLE. Submitted by: luoqi Reviewed by: luoqi (again) MFC after: 2 weeks
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofmbr2003-01-102-3/+14
| | | | | | | | | the PCI bus. When this bit is set, the Max DMA Burst Size for TX/RX DMA should be no larger than 64 bytes. Reviewed by: luoqi Obtained from: (idea from linux driver source) MFC after: 2 weeks
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-108-8/+8
| | | | | | | | | | is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. Reviewed by: luoqi MFC after: 2 weeks
OpenPOWER on IntegriCloud