aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisNate Lawson2005-02-132-13/+47
* Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores providesOlivier Houchard2005-02-131-0/+4
* Remove unused prototype.Olivier Houchard2005-02-131-1/+0
* Remove redondant includes.Olivier Houchard2005-02-131-2/+0
* Backout addition of SIGTHR into the list of signals allowed to be deliveredMaxim Sobolev2005-02-131-1/+0
* Backout previous change (disabling of security checks for signals deliveredMaxim Sobolev2005-02-138-37/+23
* Set levels on all CPUs and attach a cpufreq device to each one. SysctlNate Lawson2005-02-131-22/+62
* Don't prototype pmap_kenter().Olivier Houchard2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, theMaxim Sobolev2005-02-138-22/+36
* Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.Archie Cobbs2005-02-131-2/+2
* Synchronize HEAD copyright/license with RELENG_5 copyright/license:Robert Watson2005-02-131-5/+5
* Install netgraph type at an appropriate time.Ruslan Ermilov2005-02-132-2/+2
* Implement support for CPU private mappings within sf_buf_alloc().Alan Cox2005-02-132-1/+37
* Barrow from kmod.mk and protect against adding -fno-strict-aliasingDavid E. O'Brien2005-02-131-1/+1
* Add the new CPUFREQ_FLAG_INFO_ONLY flag for drivers which can attach toNate Lawson2005-02-131-1/+10
* Be sure to register with cpufreq(4). On systems that only supportedNate Lawson2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightNate Lawson2005-02-131-2/+2
* Drop mythical module dependency on ng_ether.Ruslan Ermilov2005-02-131-2/+0
* Check handle types.Poul-Henning Kamp2005-02-123-78/+199
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-123-243/+274
* Restore previous cookie. Old programs will work with new node OK,Gleb Smirnoff2005-02-121-1/+1
* - bzero sockaddr_dlGleb Smirnoff2005-02-121-8/+4
* Back out no longer necessary work-arounds added in rev. 1.59 for buildingMarius Strobl2005-02-121-5/+3
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-123-86/+176
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.Marius Strobl2005-02-121-2/+2
* Fix typo in a comment.Ruslan Ermilov2005-02-121-1/+1
* Validate ifc->ifc_len before submitting its incarnation to sbuf_new,Xin LI2005-02-121-0/+4
* Split the ibfoo API into its own file.Poul-Henning Kamp2005-02-124-794/+926
* Connect ng_source(4) to the build.Ruslan Ermilov2005-02-121-0/+1
* Fallout from the ALTQ import.Ruslan Ermilov2005-02-121-1/+1
* Improve the mining of MAC address from the card:Warner Losh2005-02-121-7/+36
* Allocate enough space for new tag.Gleb Smirnoff2005-02-121-1/+2
* Fix typo. We want to unlock mutex here.Pawel Jakub Dawidek2005-02-121-1/+1
* Fix prototype for ibeot()Poul-Henning Kamp2005-02-121-1/+1
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataGleb Smirnoff2005-02-122-3/+10
* Bump __FreeBSD_version for removal of matherr() from libm. (matherr()David Schultz2005-02-121-1/+1
* Connect ng_atmllc(4) to the build.Ruslan Ermilov2005-02-121-0/+1
* Don't export symbols, all netgraph modules appear to haveRuslan Ermilov2005-02-121-3/+0
* Bitrot: the ethernet parse type is long standard.Ruslan Ermilov2005-02-121-2/+0
* Two problems here:Ruslan Ermilov2005-02-122-42/+2
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,Gleb Smirnoff2005-02-122-2/+59
* Removed redundant MODULE_VERSION().Ruslan Ermilov2005-02-122-2/+0
* Make netgraph ISR and callout MPSAFE.Gleb Smirnoff2005-02-122-4/+3
* Add comment about MAC miningWarner Losh2005-02-121-0/+8
* Remove a shadow declaration of 'error' that caused certain tests to beScott Long2005-02-121-1/+0
* Add lock assertion.Alan Cox2005-02-121-0/+1
* Add much needed descriptions for a number of the IPC related sysctl OIDs.Christian S.J. Peron2005-02-123-24/+47
* Bumped up the driver version, following recent changes.Vinod Kashyap2005-02-121-1/+1
* Really old PCMCIA cards stored the MAC address in the attribute memoryWarner Losh2005-02-121-3/+41
* style: fix indentation and spacing.Gleb Smirnoff2005-02-111-4/+4