summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo. We want to unlock mutex here.pjd2005-02-121-1/+1
* Fix prototype for ibeot()phk2005-02-121-1/+1
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataglebius2005-02-122-3/+10
* Bump __FreeBSD_version for removal of matherr() from libm. (matherr()das2005-02-121-1/+1
* Connect ng_atmllc(4) to the build.ru2005-02-121-0/+1
* Don't export symbols, all netgraph modules appear to haveru2005-02-121-3/+0
* Bitrot: the ethernet parse type is long standard.ru2005-02-121-2/+0
* Two problems here:ru2005-02-122-42/+2
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,glebius2005-02-122-2/+59
* Removed redundant MODULE_VERSION().ru2005-02-122-2/+0
* Make netgraph ISR and callout MPSAFE.glebius2005-02-122-4/+3
* Add comment about MAC miningimp2005-02-121-0/+8
* Remove a shadow declaration of 'error' that caused certain tests to bescottl2005-02-121-1/+0
OpenPOWER on IntegriCloud