aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned comparison warnings.Martin Blapp2003-01-271-3/+3
* Fix signed/unsigned comparison warnings. Fix spelling error inMartin Blapp2003-01-271-4/+5
* Make this work in the !INET6 case -- if we mismatch the AF, don't return aMartin Blapp2003-01-271-9/+10
* Check pmap_flag before sendto.Martin Blapp2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.Martin Blapp2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makeMartin Blapp2003-01-271-0/+3
* Free the correct buffer in error handling.Martin Blapp2003-01-271-1/+3
* Reset the record lenght and received bytes once a recordMartin Blapp2003-01-271-0/+9
* Update mount_nfs documentation to reference new sysctl for -c default.Matthew Dillon2003-01-271-2/+6
* Add the sabtty children devices as unordered. Use the unit numbr ofJake Burkholder2003-01-271-5/+4
* A few changes for clarity.Tom Rhodes2003-01-271-13/+17
* Don't try to fseek before the beginning of the file; POSIX requires thatBill Fenner2003-01-271-7/+8
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)Ruslan Ermilov2003-01-272-0/+2
* Don't dereference null vnode pointer if controling terminal was revoked.Poul-Henning Kamp2003-01-271-3/+5
* Actually extract the second field from a line in ftpchroot(5)Yaroslav Tykhiy2003-01-271-15/+17
* Allow more than one separator character between fields in ftpchroot(5).Yaroslav Tykhiy2003-01-271-1/+3
* Add PCI id for fxp(Intel Pro/100 M Mobile Connection).MIHIRA Sanpei Yoshiro2003-01-271-0/+1
* Back the previous commit out. It didn't actually fix the problem I wasBenno Rice2003-01-271-3/+5
* Put the Perfection 1660 scanner entry in the right place. (EntriesJosef Karthauser2003-01-271-1/+1
* Update the code that deals with disk enclosures:Søren Schmidt2003-01-274-69/+135
* Don't use the kern.disks sysctl to find a list of md devices, use thePoul-Henning Kamp2003-01-271-41/+7
* Implement MDIOCLIST which returns the unit numbers of configured md(4)Poul-Henning Kamp2003-01-271-0/+11
* Add an ioctl to return the unit numbers of the configured md devices.Poul-Henning Kamp2003-01-271-1/+3
* Ensure that the TTY file descriptor is greater than or equal to 10 so thatTim J. Robbins2003-01-271-1/+14
* Convert newfs to use libufs. I've tested this on md filesystems, as hasJuli Mallett2003-01-274-111/+42
* MFp4:Warner Losh2003-01-274-63/+63
* Enable device zs and device sab by default.Jake Burkholder2003-01-271-2/+2
* Add a note about the ofwcons device name change.Jake Burkholder2003-01-271-0/+4
* Teach sysinstall about the em(4) device.Tom Rhodes2003-01-272-0/+2
* Change ofwcons to use the output-device property from the firmware for theJake Burkholder2003-01-272-6/+7
* Back out some changes that snuck in with the last commit.Benno Rice2003-01-274-538/+62
* Flesh out bus_dmamap_sync.Benno Rice2003-01-275-63/+544
* Use td->td_sticks, not td->td_kse->ke_sticks.Benno Rice2003-01-272-2/+2
* Remove a duplicate definition of the __FBSDID macro.Benno Rice2003-01-271-6/+0
* Now return NULLified struct in case of empty config fileAndrey A. Chernov2003-01-271-6/+9
* Handle read errorsAndrey A. Chernov2003-01-271-3/+6
* Note that -c is no longer supported. This was requested by a few users andTom Rhodes2003-01-271-0/+4
* If we don't know where the sblock is (e.g. filling out a blank disk), thenJuli Mallett2003-01-271-0/+4
* Simplify vm_object_page_remove(): The object's memq is now ordered. TheAlan Cox2003-01-271-61/+30
* Unbreak SMP cases for these architectures.Julian Elischer2003-01-272-2/+2
* Fix standard kse breakage of non-x86 platforms.Jake Burkholder2003-01-261-2/+1
* Use kg_numupcalls to see if we are closing a thread group,David Xu2003-01-262-4/+4
* Very minor EOL whitespace diff-reducer.Mark Murray2003-01-261-1/+1
* Missed a bit of cleanup.Mark Murray2003-01-261-2/+0
* fix warningsAlfred Perlstein2003-01-261-2/+2
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-266-1/+7
* Fix namespace pollution introduced in previous commit.Martin Blapp2003-01-262-5/+5
* Remove the get_term() function. It pretty much can't work forMark Murray2003-01-261-36/+7
* Fix a typo and reword a bit the description of the new SCHED_xxx stuff.Giorgos Keramidas2003-01-261-4/+4
* If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctlsPoul-Henning Kamp2003-01-262-0/+12