summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Markup nits.ru2004-07-0514-72/+93
* Locking cleanup for rl(4).bms2004-07-051-52/+60
* style(9) and whitespace cleanup.bms2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).bms2004-07-051-88/+178
* MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there.pjd2004-07-052-0/+55
* Rework syncer termination code:truckman2004-07-051-33/+79
* Use if_printf() and device_printf() where appropriate, i.e.:bms2004-07-051-88/+92
* ANSIfy function definitions.bms2004-07-041-259/+99
* Mark our interrupt shareable and don't insist on DMA. This gets us closerphk2004-07-041-4/+4
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Fix whitespace, indentation, long line wrapping and comments.bms2004-07-041-126/+122
* Fix whitespace and comments.bms2004-07-041-20/+25
* Fixed cross-references in SEE ALSO.ru2004-07-047-21/+29
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-0440-55/+57
* Pass the operation in with the fsidctl.alfred2004-07-042-11/+23
* Add commentary explaining why we return EBADF upon attempts to fflush() acperciva2004-07-041-0/+12
* Fix dofsync() declaration.cperciva2004-07-041-1/+1
* Make the last commit handle non-phk root devices better.phk2004-07-042-2/+4
* Where syslogd would have fsync()ed a file in the past, instead set a flagcperciva2004-07-041-3/+25
* Record the offset of thr_id in the thread structure. Required formarcel2004-07-041-0/+1
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Workaround a locking problem in vlan(4). vlan_setmulti() may be calledbms2004-07-041-2/+11
* Yet another pointy hat: When restoring file flags, it's okay to use thekientzle2004-07-041-1/+1
* Pass the pointy hat, please:kientzle2004-07-041-2/+2
* Add documentation for the ieee80211_node.c functions.bms2004-07-041-1/+175
* Nothing says that /var/log can't be not a directory but a symbolic linksobomax2004-07-041-2/+2
* style(9)/whitespace cleanup while I'm in this file.bms2004-07-041-54/+55
* Add modemcontrol support for DTR and DCD.phk2004-07-041-6/+37
* Fix bug causing `[' to be wrongly included in character class expressionstjr2004-07-041-1/+1
* Make the default memory range in the top 2GB of ram in the hopes thatimp2004-07-041-3/+5
* Make grep run much (~10x) faster in multibyte locales by caching the widetjr2004-07-046-74/+188
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-0419-41/+41
* meta_p is a void *, so a variable that's of type void * can't beimp2004-07-041-1/+4
* Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1bmilekic2004-07-041-11/+9
* Reextend the M_WAITOK-disabling-hack to all three of the mbuf-relatedgreen2004-07-041-2/+4
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgebms2004-07-041-0/+1
* Add a HARDWARE section which lists supported devices. The actualsimon2004-07-0411-222/+423
* Avoid accessing accessing memory past the end of mb_properties in thetjr2004-07-041-1/+2
* We only need to check for overlaps if we increasing access counts.phk2004-07-041-17/+19
* Give natd multi-instance capabilities.phk2004-07-043-176/+410
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butphk2004-07-044-32/+58
* Blocksize for I/O should be a property of the vnode and not found by gropingphk2004-07-043-0/+7
* Improve case-insensitive matching in multibyte locales.tjr2004-07-043-28/+109
* Fix failure of fgrep to report some matches (Red Hat bug #116909).tjr2004-07-041-57/+52
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-045-1/+131
* Use hard_locale() to check whether collating order is "hard" regardlesstjr2004-07-041-2/+0
* Ignore ENABLE_NLS when deciding whether we can use setlocale().tjr2004-07-041-2/+4
* Revision 1.496 would not boot on my system due toalfred2004-07-041-1/+2
* Update for grep 2.5.1.tjr2004-07-042-120/+254
* Merge local changes.tjr2004-07-049-881/+2674
OpenPOWER on IntegriCloud