aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Be resistant to DESTDIR being set to some unkosher value, e.g. "/".Ruslan Ermilov2005-04-281-1/+1
* Add support for the P600 and name the E400.Paul Saab2005-04-281-1/+2
* Only allow RAID5 plexes to be parity checked.Lukas Ertl2005-04-281-0/+4
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-286-29/+89
* Update comment to direct the reader to libkern.h instead of systm.h.Marcel Moolenaar2005-04-281-1/+1
* Slightly reformat apb_alloc_resource() to create some horizontal spaceMarcel Moolenaar2005-04-281-44/+43
* Inline functions belong in <sys/libkern.h>, not in <sys/systm.h>.Marcel Moolenaar2005-04-282-22/+20
* Delete stale files post their move to "sys/dev/hwpmc/".Joseph Koshy2005-04-286-7077/+0
* Use the new path (post repo-copy) to our sources.Joseph Koshy2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualMarcel Moolenaar2005-04-272-16/+39
* Make the Z8530 more reliable as low-level console by making use of theMarcel Moolenaar2005-04-271-3/+3
* Add code from Kazuhito HONDA that allows the user to seeJulian Elischer2005-04-273-0/+157
* When NFS was converted to the new mount syscall, code was written that setsDag-Erling Smørgrav2005-04-271-3/+1
* Allocating the memory for the kernel stack one time is enough.Olivier Houchard2005-04-271-7/+0
* - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed.Jeff Roberson2005-04-271-1/+8
* - Changes to vgone() and related teardown code have meant that the vxthreadJeff Roberson2005-04-271-1/+0
* - Stop setting vxthread, we've asserted that it was useless for severalJeff Roberson2005-04-271-2/+0
* - Stop checking vxthread, we've asserted that it was useless for severalJeff Roberson2005-04-271-4/+2
* - Fix several locking problems in unionfs_mount so that it will comeJeff Roberson2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.Jeff Roberson2005-04-271-2/+1
* - Pass the ISOPEN flag to namei so filesystems will know we're about toJeff Roberson2005-04-275-6/+7
* - Add an ISOPEN flag that filesystems can use to determine if a namei()Jeff Roberson2005-04-271-0/+1
* The current H.323 proxy source has a license that isn't suitable for inclusionDarren Reed2005-04-271-1/+3
* - Comment out duplicate rcsid strings in *.c filesDarren Reed2005-04-276-11/+18
* While I'm here, list the new kenv (boot.netif.name) along with the others.Dag-Erling Smørgrav2005-04-261-0/+1
* When netbooting, as soon as we've figured out which interface we bootedDag-Erling Smørgrav2005-04-262-0/+3
* Introduce a struct icmphdr which contains the type, code, and cksumBrooks Davis2005-04-263-10/+17
* Add an include for netinet/ip_compat.h directly so that we don't need toDarren Reed2005-04-261-0/+2
* Drop the CURPROC, curkse, and curksegrp aliases as they aren't usedJohn Baldwin2005-04-261-3/+0
* I missed a s/nv/nve/.David E. O'Brien2005-04-261-1/+1
* Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long2005-04-261-1/+4
* Add 'curcpu', a shortcut to the current CPU ID, similar to curthread,Robert Watson2005-04-261-0/+1
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblySøren Schmidt2005-04-261-1/+1
* Remove the extra EEPROM reload step I added before. vge_reset()Bill Paul2005-04-251-2/+0
* Apply a torniquet to the problem of the drive unexpectedly disconnectingScott Long2005-04-251-1/+9
* Remove the ACPI_MAX_THREADS option.Scott Long2005-04-251-3/+0
* Add the vm.exec_map_entries tunable and read-only sysctl, which controlsKris Kennaway2005-04-251-1/+7
* new files and compile defines to build new ipfilterDarren Reed2005-04-251-2/+3
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-2520-9332/+17345
* Correct the if_link_state_change() logic: when the link went down,Bill Paul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workBill Paul2005-04-251-0/+11
* This commit was generated by cvs2svn to compensate for changes in r145516,Darren Reed2005-04-2518-111/+8348
|\
| * import ipfilter 4.1.8 into the kernel source treeDarren Reed2005-04-2538-7136/+25763
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchDarren Reed2004-06-2116-414/+736
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDRuslan Ermilov2005-04-251-5/+28
* | Fix provider's size check for 'insert' command.Pawel Jakub Dawidek2005-04-251-1/+2
* | Deal with failed malloc calls[1].Bjoern A. Zeeb2005-04-252-0/+44
* | CosmeticsSøren Schmidt2005-04-254-38/+26
* | Only try to allocate and use the SATA resource if they are enabledSøren Schmidt2005-04-251-44/+40
* | Retire the musycc E1/T1 driverPoul-Henning Kamp2005-04-251-1567/+0