summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make diff(1) follow traditional UNIX SOP of later options nullify earlierobrien2005-06-031-3/+0
* Fix a typo from previos commit.kan2005-06-031-1/+1
* Synchronize access to the per process aiocb lists in many of the functions.alc2005-06-031-2/+19
* reflect type change of n_net and getnetbyaddr(3).ume2005-06-031-2/+2
* Update bmake glue for GCC 3.4.4.kan2005-06-031-1/+3
* Catch up with changes in BDX_OUTPUT_[LR]BRAC callers.kan2005-06-031-2/+2
* Merge conflicts for GCC 3.4.4.kan2005-06-0311-180/+343
* Localize GCC version string for FreeBSD.kan2005-06-031-1/+1
* Stock files.kan2005-06-0313-1318/+2370
* mention getnet*(3) ABI breakage.ume2005-06-031-0/+8
* - Remove padding for ABI compatibility of n_net member from structume2005-06-035-38/+1
* This commit was generated by cvs2svn to compensate for changes in r146901,kan2005-06-032-1/+24
|\
| * Gcc 3.4.4 F77 runtime support bits.kan2005-06-032-1/+24
* | This commit was generated by cvs2svn to compensate for changes in r146899,kan2005-06-032-12/+23
|\ \ | |/
| * Gcc 3.4.4 Objective C support bits.kan2005-06-032-12/+23
* | This commit was generated by cvs2svn to compensate for changes in r146897,kan2005-06-0368-30405/+64538
|\ \ | |/
| * Gcc 3.4.4 C++ support bits.kan2005-06-0368-30405/+64538
* | This commit was generated by cvs2svn to compensate for changes in r146895,kan2005-06-03168-7253/+16687
|\ \ | |/
| * Gcc 3.4.4 release.kan2005-06-03193-8748/+19397
* | Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-034-26/+80
* | Correct typo in a comment describing vshiftl().hmp2005-06-021-1/+1
* | In aio_waitcomplete() correct two cases of using an aiocb after freeing it.alc2005-06-021-2/+4
* | Document the previously existing RELENG_[45]_* security branch locks.peter2005-06-022-2/+3
* | Add a 'statement of intent' blurb to the top of MAINTAINERS. Splitpeter2005-06-022-0/+26
* | Fix the load64 and store64 macros, created to handle 8-byte unalignedmarcel2005-06-021-6/+6
* | restore led state on resumesam2005-06-021-0/+4
* | Honouring current authmode setting. With this patch, my wi card can nowavatar2005-06-021-1/+3
* | Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-022-18/+34
* | Back out revision 1.19 and 1.20 until I find mental clarity to deal witheivind2005-06-011-1/+7
* | Add myself as a new committer.brd2005-06-011-0/+1
* | Provide missing implementations for archive_entry_ctime() andscottl2005-06-011-0/+13
* | Giant is no longer required in kern_setrlimit(); remove its acquisition andalc2005-06-011-2/+0
* | Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* | Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-017-37/+39
* | <Ooops> Two lines got dropped from the previous commit. Apologies.kientzle2005-06-011-0/+2
* | A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-013-0/+38
* | Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* | Fix some warnings on 64-bit archs.jhb2005-06-011-6/+7
* | Typo.jhb2005-06-011-1/+1
* | o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesmaxim2005-06-011-2/+7
* | When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* | Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* | Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-012-0/+12
* | Assert that tcbinfo is locked in tcp_input() before calling intorwatson2005-06-012-2/+18
* | Assert the tcbinfo lock whenever tcp_close() is to be called byrwatson2005-06-012-0/+22
* | Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* | Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* | Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* | Slight white space tweak.rwatson2005-06-011-0/+1
* | Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().rwatson2005-06-011-1/+6
OpenPOWER on IntegriCloud