aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox2006-08-0113-296/+153
* In vlan_input(), if the network interface does not perform h/w basedQing Li2006-08-011-15/+9
* Another small update to the re(4) driver:Bill Paul2006-08-012-23/+60
* Make system call modules a bit more robust:John Baldwin2006-08-013-2/+13
* - Add a new function nfsrv_destroycache() to tear down the server requestJohn Baldwin2006-08-013-3/+17
* Use TAILQ_FOREACH_SAFE() in a couple of places.John Baldwin2006-08-012-5/+2
* Don't lock each of the processes while looking for a pid. The allproc andJohn Baldwin2006-08-011-5/+1
* Some cosmetic tweaks:John Baldwin2006-08-011-10/+10
* - add read only sysctl to indicate if write-combining was enabledAndrew Gallatin2006-08-011-1/+7
* Reimplement socket buffer tear-down in sofree(): as the socket is noRobert Watson2006-08-013-27/+76
* Correct spelling of 3DNow!.David E. O'Brien2006-08-012-4/+4
* Close a race that occurs when using sendto() to connect and send on aRobert Watson2006-07-311-2/+22
* Add some statistics that are needed to support RFC4188 as part of the SoC2006Andrew Thompson2006-07-314-1/+161
* Rather than print out a nice error message giving details sufficent to fixDavid E. O'Brien2006-07-311-3/+5
* Trim an obsolete comment. ktrgenio() stopped doing crazy gymnastics whenJohn Baldwin2006-07-311-9/+0
* Fix the following bugs in re(4)Bill Paul2006-07-302-40/+51
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt toNate Lawson2006-07-292-2/+7
* Bump __FreeBSD_version for OpenSSL 0.9.8b import.Simon L. B. Nielsen2006-07-291-1/+1
* Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar2006-07-2915-44/+141
* Allow to configure a kernel with envy24 support as documented in theAlexander Leidinger2006-07-282-0/+6
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-2810-14/+11
* Regen for MPSAFE flag removal.John Baldwin2006-07-2827-1479/+1489
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-2821-1605/+1465
* Various fixes to comments in the syscall master files including removingJohn Baldwin2006-07-284-19/+10
* - fix memory leak after "kldunload snd_ak452x.ko"Alexander Leidinger2006-07-282-10/+26
* Regen.John Baldwin2006-07-284-7/+7
* - Explicitly lock Giant to protect the fields in the svr4_strm structureJohn Baldwin2006-07-283-12/+44
* Remove trailing spaces.Pawel Jakub Dawidek2006-07-281-1/+1
* Use existing roundup2() macro.Pawel Jakub Dawidek2006-07-281-1/+1
* Unify the checking for lock misbehavior in the various syscall()John Baldwin2006-07-2710-53/+117
* Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(John Baldwin2006-07-271-1/+1
* Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isJohn Baldwin2006-07-273-1/+17
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itJohn Baldwin2006-07-273-0/+20
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofAndrew Thompson2006-07-275-53/+50
* Add extra code into kbdmux(4)s read_char() method toMaksim Yevmenkin2006-07-271-0/+21
* Hold the reference on the mountpoint slightly longer in kern_statfs() andJohn Baldwin2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forceJohn Baldwin2006-07-272-0/+16
* Fix a file descriptor race I reintroduced when I split accept1() up intoJohn Baldwin2006-07-273-16/+41
* Add missing ptrace(2) system-call stops to various syscall()John Baldwin2006-07-274-0/+20
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryJohn Baldwin2006-07-272-8/+17
* Remove Alpha remnants.Marcel Moolenaar2006-07-275-37/+0
* Fix what looks like a typo: MODULE_DEPEND() takes module names,Yaroslav Tykhiy2006-07-271-1/+1
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB canOlivier Houchard2006-07-271-0/+3
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.Tai-hwa Liang2006-07-271-0/+1
* Add device ID for second generation D-Link DGE-530T.Pyun YongHyeon2006-07-272-3/+10
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.Tai-hwa Liang2006-07-272-0/+2
* Prepending an mbuf after loading a DMA map results in unexpectedPyun YongHyeon2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.Pyun YongHyeon2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsPyun YongHyeon2006-07-271-5/+8
* Properly propagate overrun conditions to the TTY layer.Marcel Moolenaar2006-07-271-0/+2