summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* fix style.. Return in the kernel always has () around the arguments.julian2002-09-191-1/+1
* Compiler was correct:julian2002-09-191-1/+1
* move wl (isa wavelan card, not "wi") to i386-onlypeter2002-09-192-7/+6
* move "profile 2" to i386peter2002-09-192-4/+4
* move ncv, nsp, stg to i386-only section (there is no pc98-specific version)peter2002-09-192-9/+14
* Move dgb to the i386 sectionpeter2002-09-192-11/+11
* If M_PKTHDR is set then we don't need to do a loop to find the total length.darrenr2002-09-191-0/+3
* Regen for added syscalls.alfred2002-09-198-3/+94
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-1910-4/+195
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.rwatson2002-09-189-27/+18
* style nit: unsigned -> u_int in the kernel, particularly tobmilekic2002-09-181-11/+11
* more style fixes: 'unsigned' should be 'u_int' in this file.bmilekic2002-09-181-2/+2
* 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
OpenPOWER on IntegriCloud