aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make __packed attribute apply to structs themselves, not their typedefs.Alexander Kabaev2004-07-281-14/+17
* Name non-physical devices.Paul Saab2004-07-281-1/+1
* Initialize s variable early to shut up GCC warnings.Alexander Kabaev2004-07-284-14/+31
* Allow for aggressive function inlining. This might have to be fine-tunedAlexander Kabaev2004-07-281-1/+3
* Avoid casts as lvalues.Alexander Kabaev2004-07-282-2/+2
* Define our own memcpy here instead of relying on GCC to provide one.Alexander Kabaev2004-07-282-8/+0
* Erroneously decreased __FreeBSD_version, which should have been increased ins...Oliver Eikemeier2004-07-281-1/+1
* Fix a bug in the sack code that was causing data to be retransmittedJayanth Vijayaraghavan2004-07-281-4/+13
* back out the localkg changes until things have settled.Oliver Eikemeier2004-07-281-1/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,Robert Watson2004-07-273-35/+160
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-276-4/+60
* Convert the vfsconf list to a TAILQ.Poul-Henning Kamp2004-07-275-147/+114
* Use kernel_vmount() instead of vfs_nmount().Poul-Henning Kamp2004-07-271-15/+4
* When making a peer of unknown type framework tries to load moduleGleb Smirnoff2004-07-273-19/+40
* When node is server serve both standard RFC2516 and non-standard 3ComGleb Smirnoff2004-07-272-44/+119
* Correct typo in prior commit: s/cd/td/Robert Watson2004-07-271-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-278-48/+35
* Don't consider TCP connections beyond LISTEN stateYaroslav Tykhiy2004-07-271-19/+10
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inRobert Watson2004-07-273-0/+11
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB toPeter Grehan2004-07-271-0/+4
* Make sure icache is sync'd whenever memory is touched. It mayPeter Grehan2004-07-271-0/+2
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.Alan Cox2004-07-276-25/+30
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sPeter Grehan2004-07-272-0/+8
* Move the schedlock owner state update following the contextBosko Milekic2004-07-271-12/+14
* Improve boot-time debugging with DDB by extracting the ksym start/endPeter Grehan2004-07-272-0/+18
* Use file2c instead of a combination of hexdump, sed and shell script toTim J. Robbins2004-07-271-11/+1
* Fix for a SACK bug where the very last segment retransmittedJayanth Vijayaraghavan2004-07-261-1/+1
* compare pointer against NULL, not 0John-Mark Gurney2004-07-261-2/+2
* Implement the protection check required by the pmap_extract_and_hold()Alan Cox2004-07-263-9/+18
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-263-59/+69
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.Pawel Jakub Dawidek2004-07-262-24/+19
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.Pawel Jakub Dawidek2004-07-262-16/+14
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.Pawel Jakub Dawidek2004-07-261-8/+1
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.Pawel Jakub Dawidek2004-07-261-8/+1
* Stop tinkering with the parent's VLAN_MTU capability.Yaroslav Tykhiy2004-07-261-27/+7
* In revision 1.228, I accidentally broke the "total number of processes inColin Percival2004-07-261-1/+2
* Save the vinum config back to disk after syncing two plexes.Lukas Ertl2004-07-261-0/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-2632-109/+110
* Don't force an immediate probe/attach for all devices when compiled withNate Lawson2004-07-261-3/+0
* When sizing the FIFO, don't count all the way up to 1030 if any FIFOMarcel Moolenaar2004-07-261-1/+1
* Revert modification of subr_turnstile.c accidentally included in theRobert Watson2004-07-251-1/+0
* In uipc_connect(), assert that the passed thread is curthread, and passRobert Watson2004-07-252-1/+4
* Do some initial locking on accept filter registration and attach. WhileRobert Watson2004-07-251-29/+76
* There's a chance that the VINUMDRIVE class tastes before theLukas Ertl2004-07-251-2/+13
* Eliminate unused second argument to reassignbuf() and simplify itPoul-Henning Kamp2004-07-256-37/+18
* Add netatalk mutexes to hard-coded WITNESS lock order.Robert Watson2004-07-251-0/+6
* For years, kmem_alloc_pageable() has been misused. Now that the last ofAlan Cox2004-07-252-25/+0
* Expand the generic, but bogusly formed, copyright notice to includeWarner Losh2004-07-251-1/+21
* Remove spl calls.Alan Cox2004-07-251-11/+0
* Check for a NULL pointer before dereferencing it.Lukas Ertl2004-07-251-0/+2