summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-144-92/+196
* Correct the SiS 755 PCI ID. Confirmed against Linux code.anholt2005-02-142-2/+2
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tanholt2005-02-142-4/+0
* Remove card_get_function. It looks like it was intended to be aimp2005-02-142-17/+0
* Rework DL10019/DL10022 support. This tries to reset things in a moreimp2005-02-142-12/+26
* MFp4: Merge in AX88790 support from my p4 tree. I've had this in myimp2005-02-142-3/+17
* Add some comments in preparation for converting bcopy/bzero to busspace.imp2005-02-141-9/+14
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsimp2005-02-141-4/+4
* Add sys/dev/ieee488/ibfoo.c for hte pcii driver. Fixes the broken tinderboxscottl2005-02-141-0/+1
* Abort any active transfers when the device detaches. This fixes aiedowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersiedowse2005-02-142-0/+7
* Fix a missing /*-obrien2005-02-141-1/+1
* Request a CPU private mapping from sf_buf_alloc().alc2005-02-131-1/+5
* Expand *n't contractions.ru2005-02-131-1/+1
* Request a CPU private mapping from sf_buf_alloc(). If the swap-backedalc2005-02-131-1/+6
* When attached to a high-speed device, report a more appropriateiedowse2005-02-133-3/+18
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".njl2005-02-131-2/+6
* Unbreak the kernel build. Pointy hat to: sobomax.njl2005-02-131-1/+1
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-132-13/+47
* Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores providescognet2005-02-131-0/+4
* Remove unused prototype.cognet2005-02-131-1/+0
* Remove redondant includes.cognet2005-02-131-2/+0
* Backout addition of SIGTHR into the list of signals allowed to be deliveredsobomax2005-02-131-1/+0
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-138-37/+23
* Set levels on all CPUs and attach a cpufreq device to each one. Sysctlnjl2005-02-131-22/+62
* Don't prototype pmap_kenter().cognet2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-138-22/+36
* Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.archie2005-02-131-2/+2
* Synchronize HEAD copyright/license with RELENG_5 copyright/license:rwatson2005-02-131-5/+5
* Install netgraph type at an appropriate time.ru2005-02-132-2/+2
* Implement support for CPU private mappings within sf_buf_alloc().alc2005-02-132-1/+37
* Barrow from kmod.mk and protect against adding -fno-strict-aliasingobrien2005-02-131-1/+1
* Add the new CPUFREQ_FLAG_INFO_ONLY flag for drivers which can attach tonjl2005-02-131-1/+10
* Be sure to register with cpufreq(4). On systems that only supportednjl2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightnjl2005-02-131-2/+2
* Drop mythical module dependency on ng_ether.ru2005-02-131-2/+0
* Check handle types.phk2005-02-123-78/+199
* Add ibcntl as alias for ibcntphk2005-02-123-243/+274
* Restore previous cookie. Old programs will work with new node OK,glebius2005-02-121-1/+1
* - bzero sockaddr_dlglebius2005-02-121-8/+4
* Back out no longer necessary work-arounds added in rev. 1.59 for buildingmarius2005-02-121-5/+3
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-123-86/+176
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.marius2005-02-121-2/+2
* Fix typo in a comment.ru2005-02-121-1/+1
* Validate ifc->ifc_len before submitting its incarnation to sbuf_new,delphij2005-02-121-0/+4
* Split the ibfoo API into its own file.phk2005-02-124-794/+926
* Connect ng_source(4) to the build.ru2005-02-121-0/+1
* Fallout from the ALTQ import.ru2005-02-121-1/+1
* Improve the mining of MAC address from the card:imp2005-02-121-7/+36
* Allocate enough space for new tag.glebius2005-02-121-1/+2
OpenPOWER on IntegriCloud