summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-282-15/+2
* Remove (at least temporarily) the check that prevents us from includingmux2004-07-281-4/+0
* Damage control. Correcly advance symtab and strtab pointers, notkan2004-07-281-2/+2
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofkan2004-07-281-0/+2
* Emply __used attribute to prevent compiler from removing unreferencedkan2004-07-281-1/+1
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-283-12/+16
* Avoid casts as lvalues.kan2004-07-2811-24/+37
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-6/+6
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Avoid casts as lvalues.kan2004-07-283-7/+6
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-2811-109/+120
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for thatdavidxu2004-07-281-1/+1
* Avoid casts as lvalues.kan2004-07-283-4/+4
* Avoid casts as lvalues.kan2004-07-286-17/+33
* Make __packed attribute apply to structs themselves, not their typedefs.kan2004-07-281-14/+17
* Name non-physical devices.ps2004-07-281-1/+1
* Initialize s variable early to shut up GCC warnings.kan2004-07-284-14/+31
* Allow for aggressive function inlining. This might have to be fine-tunedkan2004-07-281-1/+3
* Avoid casts as lvalues.kan2004-07-282-2/+2
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
* Erroneously decreased __FreeBSD_version, which should have been increased ins...eik2004-07-281-1/+1
* Fix a bug in the sack code that was causing data to be retransmittedjayanth2004-07-281-4/+13
* back out the localkg changes until things have settled.eik2004-07-281-1/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,rwatson2004-07-273-35/+160
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-276-4/+60
* Convert the vfsconf list to a TAILQ.phk2004-07-275-147/+114
* Use kernel_vmount() instead of vfs_nmount().phk2004-07-271-15/+4
* When making a peer of unknown type framework tries to load moduleglebius2004-07-273-19/+40
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-272-44/+119
* Correct typo in prior commit: s/cd/td/rwatson2004-07-271-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-278-48/+35
* Don't consider TCP connections beyond LISTEN stateyar2004-07-271-19/+10
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inrwatson2004-07-273-0/+11
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB togrehan2004-07-271-0/+4
* Make sure icache is sync'd whenever memory is touched. It maygrehan2004-07-271-0/+2
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-276-25/+30
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-272-0/+8
* Move the schedlock owner state update following the contextbmilekic2004-07-271-12/+14
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-272-0/+18
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* Fix for a SACK bug where the very last segment retransmittedjayanth2004-07-261-1/+1
* compare pointer against NULL, not 0jmg2004-07-261-2/+2
* Implement the protection check required by the pmap_extract_and_hold()alc2004-07-263-9/+18
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-263-59/+69
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-24/+19
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-262-16/+14
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
OpenPOWER on IntegriCloud