aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove un-needed stack variable 'ops'.Robert Watson2002-09-189-27/+18
* style nit: unsigned -> u_int in the kernel, particularly toBosko Milekic2002-09-181-11/+11
* more style fixes: 'unsigned' should be 'u_int' in this file.Bosko Milekic2002-09-181-2/+2
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningDoug Ambrisko2002-09-181-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-1815-150/+32
* style fixes to mbuf.hBosko Milekic2002-09-181-16/+15
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offPoul-Henning Kamp2002-09-181-8/+7
* Use m_length() instead of home-rolled.Poul-Henning Kamp2002-09-181-4/+3
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-188-81/+30
* Use m_fixhdr() rather than roll our own.Poul-Henning Kamp2002-09-181-6/+2
* Make m_length() and m_fixhdr() return unsigned.Poul-Henning Kamp2002-09-182-6/+6
* Introduce the m_length() function which will return the accumulatedPoul-Henning Kamp2002-09-182-6/+20
* Add missing #include <sys/mbuf.h>Poul-Henning Kamp2002-09-181-0/+1
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.Poul-Henning Kamp2002-09-184-16/+15
* Always open file in the DENYNONE mode and let the server to decide what isBoris Popov2002-09-181-5/+15
* Add support for the VIA 8235.Søren Schmidt2002-09-182-2/+5
* Implement additional SMB calls to allow proper update of file size as someBoris Popov2002-09-184-3/+239
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.Jeff Roberson2002-09-186-125/+110
* Permit an empty username which is useful for browsing.Boris Popov2002-09-181-0/+4
* Increase send/receive queue to accomodate large readx/writex requests.Boris Popov2002-09-182-22/+78
* Restore status register A of RTC at resume time.Mitsuru IWASAKI2002-09-185-0/+5
* Implement C99's va_copy() macro.Mike Barcroft2002-09-186-0/+18
* Move definition of nl_item type to <sys/_types.h>, so that it can beMike Barcroft2002-09-181-0/+1
* Add a toggle to disable VM enforcement.Robert Watson2002-09-189-0/+63
* At the cost of seeming a little gauche, make use of more traditionalRobert Watson2002-09-189-36/+36
* Don't call VOP_LEASE() while holding the accounting mutex.Robert Watson2002-09-181-1/+1
* o Add typedefs for mode_t, off_t, pid_t rather than includingMike Barcroft2002-09-171-13/+37
* Guido reported an interesting bug where an FTP connection between aMatthew Dillon2002-09-172-10/+46
* Fix standard kse breakge of non-x86 platforms. sigh.Jake Burkholder2002-09-172-18/+2
* - increment interface output counter. sync w/ netbsd-currentHajimu UMEMOTO2002-09-171-2/+11
* Firewire device support for Apple eMac with PPC kernel.Katsushi Kobayashi2002-09-174-1/+29
* Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.Poul-Henning Kamp2002-09-171-23/+136
* Remove __RCSID().Maxim Sobolev2002-09-172-6/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakMaxim Konovalov2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()Maxim Konovalov2002-09-171-1/+3
* Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernelMaxim Sobolev2002-09-172-4/+16
* - reject SIOCSIFADDR if embedded address is in private address rangeHajimu UMEMOTO2002-09-171-1/+26
* Make netatm/spans compile in the kernel without depending on userlandPeter Wemm2002-09-175-6/+383
* Add stub function for cpu_set_upcall_kse()Peter Wemm2002-09-171-0/+7
* #if 0 out the following functions:Peter Wemm2002-09-171-2/+9
* Make this compile after the last kse commit.Peter Wemm2002-09-171-1/+1
* Argh. I've been reading makefiles for too long. Change comment to aPeter Wemm2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onPeter Wemm2002-09-172-0/+20
* It seems I accidently committed a change that removed the userland includesPeter Wemm2002-09-171-2/+0
* Include <sys/types.h> directly rather than depending on <sys/fcntl.h>Mike Barcroft2002-09-171-0/+1
* pid_t will be shared with at least <fcntl.h>.Mike Barcroft2002-09-171-0/+4
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...Jennifer Yang2002-09-171-0/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-1745-349/+14
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-163-38/+48
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-166-245/+491