summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Syscall kill(2) called for a zombie process should return 0.pjd2004-07-291-1/+10
* Fill some informations about zombie processes as well.pjd2004-07-291-7/+6
* Correct a documentation bug.ceri2004-07-291-1/+1
* Correct typo in a comment.ceri2004-07-291-1/+1
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-294-55/+81
* Use newly added __used attribute to keep static function symbol fromkan2004-07-291-1/+1
* Rework the way slab header storage space is calculated in UMA.bmilekic2004-07-292-52/+176
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* Implement MD parts of ptrace.ssouhlal2004-07-292-26/+86
* Don't use cast as lvalue.cognet2004-07-291-1/+1
* Shut up the compiler and temporarily '#if 0' gv_destroy_geom(),le2004-07-291-0/+2
* Clean up structure packing.ps2004-07-292-25/+22
* Address node in a less complex way.glebius2004-07-291-1/+1
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-286-98/+17
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-2811-15/+14
* Correct a very old error in both vm_object_madvise() (originating inalc2004-07-281-2/+2
* 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
OpenPOWER on IntegriCloud