summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize mode for ppsX devices to that found previously in MAKEDEVrwatson2002-12-271-2/+2
| | | | | | for consistency. Submitted by: kris
* Synchronize make_dev() for pcfclock devices to the values in MAKEDEVrwatson2002-12-271-1/+1
| | | | | | for consistency. Submitted by: kris
* Remove S_IROTH from the make_dev() lines for iir-related devices. Thisrwatson2002-12-271-2/+2
| | | | | | | | improves protection consistency with other storage devices (generally root:operator,660). This driver appears not to have an active maintainer. Submitted by: kris
* Fix a bug introduced by revision 1.59 that would cause an immediateiedowse2002-12-271-1/+1
| | | | NULL dereference if a bridged packet was rejected by ipfw.
* MFbed: translation updates:ue2002-12-274-22/+99
| | | | | | | hardware/alpha/proc-alpha.sgml: 1.49 -> 1.51 installation/common/install.sgml: 1.16 -> 1.17 installation/common/trouble.sgml: 1.8 -> 1.10 relnotes/common/new.sgml: 1.466 -> 1.467
* english(4) police.schweikh2002-12-27126-359/+359
|
* Use three UMA zones for FFS/UFS inodes instead of malloc space.phk2002-12-271-11/+20
| | | | | Since inodes are currently 144 bytes, this will save 112 bytes per inode. This can amount to up to 10MByte on large systems.
* Move the allocation of the inode contents into ffs_vfsops.c rather thanphk2002-12-273-12/+10
| | | | passing malloc types around.
* POLA dictates that in the file designated with the -f optionru2002-12-272-2/+12
| | | | | | | | argument, leading whitespace and empty lines be ignored, and the `#' character marks the rest of the line as a comment. PR: bin/45958 MFC after: 3 days
* Make ffs_mountfs() static.phk2002-12-274-17/+24
| | | | | | | | | Remove the malloctype from the ufs mount structure, instead add a callback to the storage method for freeing inodes: UFS_IFREE(). Add vfs_ifree() method function which frees an inode. Unvariablelize the malloc type used for allocating inodes.
* Silence casting away constness warnings.alfred2002-12-271-5/+12
| | | | | Make cgetmatch's locals const. Make cdbget take a const string and copy it into a buffer.
* Lock filedesc while performing a range check on the file descriptor.alfred2002-12-271-0/+4
| | | | Reviewed by: alc
* Fix a small typo.tjr2002-12-271-1/+1
|
* Slight tuning if teh KSE man page to indicate some functionality isjulian2002-12-271-29/+33
| | | | not yet inplemented and to clear up some wording.
* Remove the "ascii" attribute from the sysctls so that "sysctl -a" willphk2002-12-271-3/+3
| | | | skip them.
* Hold the page queues lock when calling vm_page_flag_clear().alc2002-12-271-0/+6
|
* Increase the scope of the page queues lock in phys_pager_getpages().alc2002-12-271-4/+7
|
* mount_msdos(8) > mount_msdosfs(8) as they have different names in 4.X/5.X.trhodes2002-12-271-6/+3
| | | | | | Correct link to the handbook (typo). Pointed out by: chris
* Whitespace created in Makefile from previous commit.trhodes2002-12-271-1/+2
|
* Add a manual page for msdosfs (msdos.5) and connect it to the build.trhodes2002-12-272-1/+83
| | | | Quick review by: chris (older version)
* Implement uma_small_alloc and uma_small_free. Not yet used.jake2002-12-271-0/+52
|
* - Use direct mapped addresses for the message buffer, for the crash dumpjake2002-12-273-62/+12
| | | | | mappings, and for pmap_map which is used to map the vm_page structures. - Don't allocate kva space for any of the above.
* Teach libkvm to deal with direct mapped addresses.jake2002-12-271-9/+14
|
* Be more consistent with "static".tjr2002-12-271-1/+1
|
* Long chain of calls starting with bridge_on(), going through IPv6, andhsu2002-12-271-1/+2
| | | | | ending up at ifa_ifwithdstaddr() could lead to a recursive lock of the ifnet list mutex.
* white-space changesphk2002-12-261-2/+4
|
* Use a mutex assert to document our locking circumstances.phk2002-12-261-0/+3
|
* We should not need to hold Giant for sbuf operations any more.phk2002-12-261-4/+0
|
* Add an XXX comment to explain the predicament.phk2002-12-261-1/+7
|
* s/pseudo-device/device/ru2002-12-261-1/+1
|
* Return an error if the size of the sector is zero. This is for removablenyan2002-12-261-0/+6
| | | | | | | | devices that is not inserted any media. This is MFC candidate. Submitted by: ISAKA Yoji <isaka@cory.jp>
* Unbreak for the !__XSI_VISIBLE case when another header that definestjr2002-12-261-5/+5
| | | | size_t has not been included first.
* Add "restrict" qualifiers to the prototype for wordexp().tjr2002-12-261-1/+1
|
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-263-2/+518
| | | | | | | which perform shell-style word expansion on strings. This is still a little rough around the edges. PR: 13420
* Add the POSIX <wordexp.h> header file.tjr2002-12-262-1/+77
| | | | PR: 13420
* Add the "wordexp" shell built-in command which will be used to implementtjr2002-12-263-0/+24
| | | | the POSIX wordexp() function.
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
| | | | | | | | | | command in case this setting was not saved. Since bandwidth reclamation (-current only) often results in bus activity continuing to the end of every frame, most transfers would fail with IOERROR if this setting is missed. Reviewed by: n_hibma MFC after: 1 week
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
|
* MFS: Split export list.ru2002-12-261-6/+27
|
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-266-10/+10
|
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.simokawa2002-12-261-1/+1
|
* Disable radix node locking for sysctl until we fix the sysctl infrastructurehsu2002-12-261-5/+5
| | | | to not sleep.
* firewire.csimokawa2002-12-265-36/+36
| | | | | | | | | | | | | | | - Fix permission of device node. fwochi.c, fwohcireg.h - Detect phy access failure correct way. - Set root hold-off bit before initiating bus reset. This should fix the problem with VIA6306. fwohcivar.h - Fix over-allocation of array. (fwohcivar.h) sbp.c - Return CAM_DEV_NOT_THERE rather than CAM_TID_INVALID to prevent retry.
* Clarify the distinction between the Proclamation of the Province ofgrog2002-12-252-1/+2
| | | | South Australia and the date of the Proclamation Day holiday.
* Typo in function name.ru2002-12-251-4/+4
|
* I'm not sure what was the problem at the time of revision 1.37ru2002-12-251-11/+0
| | | | | | | | when julian@ added it, but the commented out code had at least one bug -- not freeing the allocated mbuf. Anyway, this comment no longer applies as of revision 1.67, so remove it.
* Range-check the address family parameter passed in to the sysctl handler.hsu2002-12-251-0/+2
| | | | Submitted by: ru
* Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.ru2002-12-251-1/+1
|
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-254-39/+10
| | | | | | the entry being removed (ret_nrt != NULL), increment the entry's rt_refcnt like we do it for RTM_ADD and RTM_RESOLVE, rather than messing around with 1->0 transitions for rtfree() all over.
* A month after pst@ has committed his revision 1.8, it wasru2002-12-251-3/+6
| | | | incorporated by UCB as revision 8.5. Do a diff reduction.
OpenPOWER on IntegriCloud