summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningambrisko2002-09-181-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-1815-150/+32
* style fixes to mbuf.hbmilekic2002-09-181-16/+15
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offphk2002-09-181-8/+7
* Use m_length() instead of home-rolled.phk2002-09-181-4/+3
* Use m_length() instead of home-rolled versions.phk2002-09-188-81/+30
* Use m_fixhdr() rather than roll our own.phk2002-09-181-6/+2
* Make m_length() and m_fixhdr() return unsigned.phk2002-09-182-6/+6
* Introduce the m_length() function which will return the accumulatedphk2002-09-182-6/+20
* Add missing #include <sys/mbuf.h>phk2002-09-181-0/+1
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.phk2002-09-184-16/+15
* Always open file in the DENYNONE mode and let the server to decide what isbp2002-09-181-5/+15
* Add support for the VIA 8235.sos2002-09-182-2/+5
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-184-3/+239
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.jeff2002-09-186-125/+110
* Permit an empty username which is useful for browsing.bp2002-09-181-0/+4
* Increase send/receive queue to accomodate large readx/writex requests.bp2002-09-182-22/+78
* Restore status register A of RTC at resume time.iwasaki2002-09-185-0/+5
* Implement C99's va_copy() macro.mike2002-09-186-0/+18
* Move definition of nl_item type to <sys/_types.h>, so that it can bemike2002-09-181-0/+1
* Add a toggle to disable VM enforcement.rwatson2002-09-189-0/+63
* At the cost of seeming a little gauche, make use of more traditionalrwatson2002-09-189-36/+36
* Don't call VOP_LEASE() while holding the accounting mutex.rwatson2002-09-181-1/+1
* o Add typedefs for mode_t, off_t, pid_t rather than includingmike2002-09-171-13/+37
* Guido reported an interesting bug where an FTP connection between adillon2002-09-172-10/+46
* Fix standard kse breakge of non-x86 platforms. sigh.jake2002-09-172-18/+2
* - increment interface output counter. sync w/ netbsd-currentume2002-09-171-2/+11
* Firewire device support for Apple eMac with PPC kernel.ikob2002-09-174-1/+29
* Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.phk2002-09-171-23/+136
* Remove __RCSID().sobomax2002-09-172-6/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakmaxim2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()maxim2002-09-171-1/+3
* Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernelsobomax2002-09-172-4/+16
* - reject SIOCSIFADDR if embedded address is in private address rangeume2002-09-171-1/+26
* Make netatm/spans compile in the kernel without depending on userlandpeter2002-09-175-6/+383
* Add stub function for cpu_set_upcall_kse()peter2002-09-171-0/+7
* #if 0 out the following functions:peter2002-09-171-2/+9
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* Argh. I've been reading makefiles for too long. Change comment to apeter2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onpeter2002-09-172-0/+20
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Include <sys/types.h> directly rather than depending on <sys/fcntl.h>mike2002-09-171-0/+1
* pid_t will be shared with at least <fcntl.h>.mike2002-09-171-0/+4
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...jennifer2002-09-171-0/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-1745-349/+14
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-163-38/+48
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-166-245/+491
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-163-105/+456
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-169-32/+77
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-1611-166/+444
OpenPOWER on IntegriCloud