aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IPFW version 2 is the only option in HEAD and RELENG_5.Gleb Smirnoff2005-05-043-24/+0
* Pass icmp_error() the MTU argument directly instead ofAndre Oppermann2005-05-045-35/+21
* Build userland libalias using src/sys/netinet/libalias.Gleb Smirnoff2005-05-0417-10259/+2
* Add -m option (find module using modfind() and stat it).Max Khon2005-05-042-5/+31
* - add $FreeBSD$.Hajimu UMEMOTO2005-05-041-10/+128
* This commit was generated by cvs2svn to compensate for changes in r145857,Hajimu UMEMOTO2005-05-043-0/+319
|\
| * import of parallel name resolution test.vendor/NetBSD/miscHajimu UMEMOTO2005-05-043-0/+319
* | Document the fact that accept(2) may return EINVAL when addrlen isGiorgos Keramidas2005-05-041-0/+4
* | Introduce MAC Framework and MAC Policy entry points to label and controlRobert Watson2005-05-0414-10/+564
* | Use libutil in DPADD as well.Max Laier2005-05-041-1/+1
* | The correct description for mode "w" isDag-Erling Smørgrav2005-05-041-1/+1
* | -introduce net.bpf sysctl instead of the less intuitive debug.*Christian S.J. Peron2005-05-041-8/+10
* | A patch to support Palm Tungsten T via USB-Cradle.Julian Elischer2005-05-041-17/+76
* | do mutex lock for each yp calls. with this,Hajimu UMEMOTO2005-05-031-13/+65
* | Move definitions of 'struct kuser' and 'struct ksem' from uipc_sem.cRobert Watson2005-05-033-19/+111
* | Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.Max Laier2005-05-032-1/+6
* | Update ifconfig's pfsync module for 3.7 pfsync(4)Max Laier2005-05-031-14/+80
* | Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.Max Laier2005-05-032-7/+4
* | Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-0318-1390/+2370
* | This commit was generated by cvs2svn to compensate for changes in r145837,Max Laier2005-05-0312-181/+1839
|\ \
| * | Import pf userland from OpenBSD 3.7 (OPENBSD_3_7 as of today)vendor/pf/3.7Max Laier2005-05-0329-1565/+4187
| * | Import pfctl_table.c#1.61 from OpenBSD into vendor branch.Max Laier2004-08-221-1/+8
* | | Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-0311-1333/+2541
* | | - Initialize vfslocked correctly early enough for MAC to compile.Jeff Roberson2005-05-031-5/+4
* | | Cleanup for getgrouplist(3):Xin LI2005-05-031-8/+6
* | | fix signed/unsigned comparison warnings.Hajimu UMEMOTO2005-05-031-5/+5
* | | Include paths.h for prototype of getbootfile(3).Xin LI2005-05-031-0/+2
* | | - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's statePeter Grehan2005-05-031-5/+4
* | | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if theJeff Roberson2005-05-034-4/+14
* | | - Set the v_object pointer after a successful VOP_OPEN(). This isn't aJeff Roberson2005-05-031-1/+2
* | | - Don't restrict the softdep stats to DEBUG kernels, they cost nothing toJeff Roberson2005-05-031-11/+7
* | | - Remove two mtx_asserts that can incorrectly trigger ifJeff Roberson2005-05-031-4/+0
* | | - A vnode may have made its way onto the free list while it was beingJeff Roberson2005-05-031-0/+2
* | | - Use namei to acquire Giant for VFS if it is necessary. Drop the explicitJeff Roberson2005-05-031-9/+7
* | | - Use NAMEI to pickup Giant if we need it in fpcheckstd().Jeff Roberson2005-05-031-4/+5
* | | - Neither of our image formats require Giant now that the vm and vfs haveJeff Roberson2005-05-032-4/+0
* | | Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-038-329/+289
* | | Properly mask off the status bits when checking to see if the ccb is stillScott Long2005-05-031-1/+1
* | | The driver looks like it can create valid 64-bit scatter-gather lists, soScott Long2005-05-031-4/+4
* | | The kthread is disabled at this time, so don't try to wake it up onScott Long2005-05-031-0/+2
* | | Put gnome-lite and kde-lite on disc2 for ia64. The full gnome and kdeMarcel Moolenaar2005-05-031-4/+8
* | | Remove only the packages sub-directory before recreating it. Do notMarcel Moolenaar2005-05-031-1/+1
* | | Allow specifying which INDEX file to use by setting PKG_INDEX. By defaultMarcel Moolenaar2005-05-031-3/+5
* | | Fix some busdma API violations in the dumpsys handler.Scott Long2005-05-021-2/+7
* | | Enabke mkuzip(1) on amd64.Maxim Sobolev2005-05-021-0/+1
* | | Make WARNS=6 clean, which should make it compiling on amd64.Maxim Sobolev2005-05-022-4/+4
* | | Make brandelf(1)'s -t "ABI format" case insensitive, as the ABI valueBrian Feldman2005-05-021-1/+1
* | | Don't copy the NFSMNT_* flags into struct statfs's f_flags field,Ian Dowse2005-05-021-1/+0
* | | Use static for static variables. This fixes gcc4 build.Xin LI2005-05-021-3/+2
* | | Use socklen_t in place of socket operations, instead of intXin LI2005-05-021-2/+2