summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Enable IPFilter to correctly determine if BPF has been optioned into thedarrenr2005-05-151-2/+2
* | | Fixes for various nits found by the Coverity tool.gnn2005-05-154-5/+8
* | | - Document net.inet.carp.suppress_preempt MIB.glebius2005-05-151-2/+12
* | | - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* | | Reindent and improve style(9) comformance.marcel2005-05-151-26/+26
* | | Add an interface to the lchflags(2) syscall. The new -h option isdd2005-05-142-12/+35
* | | Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-142-4/+4
* | | Remove symblic link kernel->dev/null creation. We don't need it in 5.x/6.xpjd2005-05-141-2/+0
* | | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),delphij2005-05-141-1/+1
* | | Fix my copyright.nyan2005-05-144-4/+5
* | | cosmetic change.nyan2005-05-141-1/+1
* | | - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-1412-51/+107
* | | Move queue element routines upper, so that all relatedglebius2005-05-141-85/+85
* | | Use uma(9) for allocating netgraph items:glebius2005-05-142-109/+48
* | | - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-1427-370/+542
* | | MFi386: revision 1.614.nyan2005-05-141-2/+2
* | | Add a note explaining what local modifications have been made to GNU grep,tjr2005-05-141-0/+37
* | | Fixed -w handling for EGexecute.tjr2005-05-141-4/+83
* | | Automatically disable DFA when processing multibyte input. GREP_USE_DFAtjr2005-05-141-3/+28
* | | Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi fortjr2005-05-141-131/+525
* | | Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
* | | Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
* | | Revert revision 1.164: pmap_qremove() does not require protection byalc2005-05-141-2/+0
* | | Fixed a bug in the fgrep patch, exposed by the dfa-optional patchtjr2005-05-141-27/+22
* | | Fix dfa multibyte character class matching when -i is used (RH bug #123363).tjr2005-05-141-0/+2
* | | Remove mb-caching hack.tjr2005-05-146-188/+74
* | | Remove incorrect configuration setting that limited the Kauai ATA controllergrehan2005-05-141-1/+1
* | | The header glue.h should provide just a declaration for the variablestefanf2005-05-131-1/+2
* | | NI_WITHSCOPEID cleanupume2005-05-131-1/+1
* | | Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.ru2005-05-131-2/+5
* | | Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* | | raise readability bit.ume2005-05-131-7/+7
* | | Bump __FreeBSD_version for POSIX ttyname_r(3) changes.delphij2005-05-131-1/+1
* | | free ypbuf only when yp_match() succeed.ume2005-05-131-1/+1
* | | NI_WITHSCOPEID cleanupume2005-05-132-5/+5
* | | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-1317-138/+44
* | | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlydelphij2005-05-134-25/+42
* | | Remove duplicate and attribute Weinbergs second law to the right weinberg.phk2005-05-131-3/+1
* | | Use the print_flags function to print the OP_ flags of a target.harti2005-05-134-41/+28
* | | In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* | | When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* | | Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* | | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* | | Cleanup commentssos2005-05-135-22/+11
* | | Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-1316-81/+27
* | | Fix more ATAPI breakage.sos2005-05-131-3/+9
* | | Make Shell_Init() static - it's only used here.harti2005-05-132-10/+9
* | | Add libdata/pkgconfig. It is used under ${LOCALBASE} as much (if not more)marcus2005-05-131-0/+2
* | | Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-132-2/+2
* | | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-134-0/+218
OpenPOWER on IntegriCloud