summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the VFS_UNLOCK_GIANT.9.gz hardlink to ObsoleteFiles list too.kib2012-10-231-0/+1
* Use ip_stripoptions() instead of handrolled version.glebius2012-10-231-13/+1
* Simplify ip_stripoptions() reducing number of intermediateglebius2012-10-231-6/+4
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-239-24/+10
* - Fix one more miss from r241913.glebius2012-10-231-2/+4
* Remove compat options.rpaulo2012-10-231-4/+0
* Couple of changes missed from r241913, which convertedglebius2012-10-222-23/+9
* Don't try to cache the page setting - always set the page beforeadrian2012-10-221-4/+11
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-224-20/+0
* Remove __P.delphij2012-10-2220-319/+319
* Remove unused `vfslocked' variable.ed2012-10-221-2/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-2238-229/+132
* Allow building libc++ with any custom -std=xxx flag. Note that usingdim2012-10-221-0/+2
* Remove unnecessary chain read lock in ipfw nat 'global' code.melifaro2012-10-221-2/+7
* Fix two -Wsystem-header warnings in libc++ that were exposed by the newdim2012-10-221-3/+2
* MFV: netcat from OpenBSD 5.2.delphij2012-10-224-27/+60
* Import libc++ trunk r165949. Among other improvements and bug fixes,dim2012-10-2268-1561/+2188
|\
| * Vendor import of libc++ trunk r165949:dim2012-10-2272-1984/+2192
| * Import a new version of libc++ into the vendor branch.theraven2012-05-0315-1036/+1071
| * New version of libc++ with some bug fixes.theraven2012-03-144-10/+19
* | Optimize syntax to use builtins and reduce unnecessary forking where possible.dteske2012-10-222-14/+10
* | Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-228-27/+149
* | Bump __FreeBSD_version and make a note in UPDATING about removal ofkib2012-10-222-1/+6
* | Remove the support for using non-mpsafe filesystem modules.kib2012-10-2282-1586/+292
* | Pull in r165878 from upstream llvm trunk:dim2012-10-221-1/+3
* | Update re members to realityeadler2012-10-221-1/+1
* | Remove ZERO_COPY_SOCKETS from kernel configuration as the currentandre2012-10-221-1/+0
* | Fix typo ('a' and 'o' are not the same letter apparently)eadler2012-10-221-1/+1
* | Make PFIL use per-VNET lock instead of per-AF lock. Since most used packetmelifaro2012-10-223-12/+147
* | Revert r241756imp2012-10-221-62/+0
* | Revert r241755imp2012-10-221-51/+0
* | This isn't functionally identical. In some cases a hint to disableeadler2012-10-2230-0/+91
* | Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirectsmelifaro2012-10-221-156/+0
* | Provide example for newly-added NG_NETFLOW_V9INFO_TYPEmelifaro2012-10-221-0/+2
* | Somehow this got replicated too many timeseadler2012-10-221-18/+0
* | The 'testing memory' patch gets printed too many timeseadler2012-10-223-6/+0
* | When loader tries to open GPT partition, but partition table is not GPT,ae2012-10-221-0/+7
* | Remove support for using Giant for locking within mpt(4). Finer grainedmarius2012-10-223-117/+0
* | After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).marius2012-10-225-252/+30
* | MFV of r241867edwin2012-10-222-4/+23
* | Add German, French, Portuguese and Spanish names for the Spanish Dvorakgavin2012-10-221-0/+4
* | Remove MLINK for if_idt.kevlo2012-10-221-1/+0
* | Now that device disabling is generic, remove the non-standardeadler2012-10-221-5/+0
* | Add a clean-room reimplementation of a script originallyeadler2012-10-224-0/+210
* | Fix the memory regions to include the 64MB DDR3 memory slot.rpaulo2012-10-221-6/+14
* | Increase the I/O memory area to 0xc20000.rpaulo2012-10-221-1/+1
* | Correct the killpg(2) return values:eadler2012-10-221-6/+14
* | Remove unused code since the 5.x dayseadler2012-10-221-63/+0
* | Add support for the "&" character in usernames.eadler2012-10-221-3/+8
* | Now that device disabling is generic, remove extraneous code from theeadler2012-10-2230-91/+0
OpenPOWER on IntegriCloud