summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Always include alias.h before alias_local.hglebius2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.glebius2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.glebius2005-05-051-2/+2
* Things required to build libalias as kernel module:glebius2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-052-8/+18
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.glebius2005-05-053-15/+19
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-0512-33/+159
* Add quirk for TEAC USB floppy drives.dwhite2005-05-051-0/+7
* Move the pcb variable initialization earlier. This is cosmetic here, butpeter2005-05-051-2/+2
* Remove unused (besides being initialized) variable.peter2005-05-051-2/+0
* Use %jx instead of %qx to silence compiler warning on amd64.wpaul2005-05-051-1/+1
* Fix breakage on alpha.takawata2005-05-051-2/+2
* Only check signal event, single threading event shouldn't be reported.davidxu2005-05-051-1/+2
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-054-37/+34
* Remove extranaous free() of ASCII filename from NdisOpenFile().wpaul2005-05-051-1/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-059-464/+950
* Backout part of rev 1.71, which breaks the interfaces on IBM/Intel bladedwhite2005-05-051-17/+0
* Turn on PCB_FULLCTX in set_regs to fully restore contextdavidxu2005-05-041-2/+1
* - We need to inhert the OBJ_NEEDGIANT flag from the original object injeff2005-05-041-0/+1
* if_mtu not ifp_mtu.mlaier2005-05-041-1/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-046-7/+10
* Fix a bug in NFS/TCP where retransmissions would not reliably happenps2005-05-041-3/+11
* Bring back fix from rev. 1.28 which was lost during the import.mlaier2005-05-041-2/+2
* Combine rev. 1.29 and 1.30 to something that will make sense for futuremlaier2005-05-041-1/+6
* Make LINT happy.mlaier2005-05-042-9/+9
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-043-11/+31
* If we don't get a suggested MTU during path MTU discoveryandre2005-05-042-18/+40
* Cleanup IPFW2 ifdefs.glebius2005-05-041-58/+0
* Makefile is not needed here.glebius2005-05-041-14/+0
* Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().andre2005-05-041-2/+2
* IPFW version 2 is the only option in HEAD and RELENG_5.glebius2005-05-043-24/+0
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-045-35/+21
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-0414-10/+564
* -introduce net.bpf sysctl instead of the less intuitive debug.*csjp2005-05-041-8/+10
* A patch to support Palm Tungsten T via USB-Cradle.julian2005-05-041-17/+76
* Move definitions of 'struct kuser' and 'struct ksem' from uipc_sem.crwatson2005-05-033-19/+111
* Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.mlaier2005-05-031-1/+1
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-0311-1333/+2541
* - Initialize vfslocked correctly early enough for MAC to compile.jeff2005-05-031-5/+4
* - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's stategrehan2005-05-031-5/+4
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-034-4/+14
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - Don't restrict the softdep stats to DEBUG kernels, they cost nothing tojeff2005-05-031-11/+7
* - Remove two mtx_asserts that can incorrectly trigger ifjeff2005-05-031-4/+0
* - A vnode may have made its way onto the free list while it was beingjeff2005-05-031-0/+2
* - Use namei to acquire Giant for VFS if it is necessary. Drop the explicitjeff2005-05-031-9/+7
* - Use NAMEI to pickup Giant if we need it in fpcheckstd().jeff2005-05-031-4/+5
* - Neither of our image formats require Giant now that the vm and vfs havejeff2005-05-032-4/+0
OpenPOWER on IntegriCloud