summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If we are going tocperciva2005-05-067-0/+10
* Correctly validate inputs to the i386_get_ldt syscall.cperciva2005-05-061-5/+4
* Correct improper permissions on /dev/iir. The earlier permissionscperciva2005-05-061-2/+2
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-055-0/+359
* libalias is now buildable as kernel moduleglebius2005-05-053-0/+47
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* More bits for kernel version:glebius2005-05-051-1/+107
* 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
OpenPOWER on IntegriCloud