2006-09-13 |
Simon Schubert | Merge from vendor branch CVS: |
tree | commitdiff |
2006-09-13 |
Sascha Wildner | Change one forgotten malloc() to kmalloc(). |
tree | commitdiff |
2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 2/3. |
tree | commitdiff |
2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 1/3. |
tree | commitdiff |
2006-09-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
tree | commitdiff |
2006-09-10 |
Matthew Dillon | Reserve upcall IDs 0-31 for system use. |
tree | commitdiff |
2006-09-10 |
YONETANI Tomokazu | acpiioctl() can be left without ACPI_UNLOCK(), leading to |
tree | commitdiff |
2006-09-10 |
Sepherosa Ziehau | unbreak LINT building |
tree | commitdiff |
2006-09-10 |
Sepherosa Ziehau | Fix comment. |
tree | commitdiff |
2006-09-10 |
Sepherosa Ziehau | Add "Turbo mode" and "Monitor mode" |
tree | commitdiff |
2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
tree | commitdiff |
2006-09-09 |
Matthew Dillon | Rename the kernel NODEV to NOCDEV to avoid conflicts... |
tree | commitdiff |
2006-09-09 |
Matthew Dillon | Rename struct specinfo into struct cdev. Add a new... |
tree | commitdiff |
2006-09-09 |
Matthew Dillon | Get rid of a struct device naming conflict. |
tree | commitdiff |
2006-09-09 |
Matthew Dillon | Attempt to fix a vnode<->namecache deadlock in NFS... |
tree | commitdiff |
2006-09-09 |
Sepherosa Ziehau | Alias for 1000SX is not corrected by last commit. ... |
tree | commitdiff |
2006-09-09 |
Sepherosa Ziehau | - Correct aliases for 1000CX/1000SX |
tree | commitdiff |
2006-09-07 |
YONETANI Tomokazu | Fix malloc->kmalloc leftover to fix kernel without... |
tree | commitdiff |
2006-09-06 |
Simon Schubert | Merge from vendor branch OPENSSL: |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Fix malloc macros for dual-use header file. |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Clean up module build failures when compiling a kernel... |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Move the code that eats certain PNP IDs into a ISA... |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Remove KMALLOC_ONLY from LINT |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Make KMALLOC_ONLY the default, remove compatibility... |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
tree | commitdiff |
2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
tree | commitdiff |
2006-09-04 |
Matthew Dillon | Create 'k' versions of the kernel malloc API. |
tree | commitdiff |
2006-09-04 |
Matthew Dillon | Split extern in6* declarations for libc vs the kernel. |
tree | commitdiff |
2006-09-04 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
tree | commitdiff |
2006-09-03 |
Matthew Dillon | Add skeleton procedures for the vmspace_*() series... |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | Add comment: |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | - Add comment about wlan_ratectl_onoe |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | - Port rtw(4) from NetBSD, which supports various RealT... |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | regen |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | - Add Belkin vendor id |
tree | commitdiff |
2006-09-03 |
Sepherosa Ziehau | Add missing MODULE_DEPEND(). |
tree | commitdiff |
2006-09-02 |
Matthew Dillon | Fix a case where a spinlock was not being released. |
tree | commitdiff |
2006-09-02 |
Sepherosa Ziehau | Add nVidia MCP61/65 GigE support. |
tree | commitdiff |
2006-09-02 |
Sepherosa Ziehau | regen |
tree | commitdiff |
2006-09-02 |
Sepherosa Ziehau | Add more nVidia GigE PCI ids. |
tree | commitdiff |
2006-09-02 |
Sepherosa Ziehau | Merge from vendor branch HOSTAPD: |
tree | commitdiff |
2006-09-01 |
Sepherosa Ziehau | - More reverse engineer: acx111 does support multi... |
tree | commitdiff |
2006-09-01 |
Sepherosa Ziehau | Implement a generic TX rate control algorithm framework... |
tree | commitdiff |
2006-08-27 |
David Xu | Use type lwpid_t for lwp_tid. |
tree | commitdiff |
2006-08-27 |
Sepherosa Ziehau | Hook nfe(4) into LINT |
tree | commitdiff |
2006-08-27 |
Sepherosa Ziehau | Add an entry for nfe(4) |
tree | commitdiff |
2006-08-27 |
Sepherosa Ziehau | Hook nfe(4) into module building |
tree | commitdiff |
2006-08-27 |
Sepherosa Ziehau | - Port nfe(4) from OpenBSD. |
tree | commitdiff |
2006-08-26 |
Joerg Sonnenberger | Move atomic_intr_t to machine/stdint.h and predent... |
tree | commitdiff |
2006-08-25 |
Sascha Wildner | Remove more DEC Alpha support. |
tree | commitdiff |
2006-08-23 |
Joerg Sonnenberger | Merge rev 1.96 of NetBSD's net/if_spppsubr.c: |
tree | commitdiff |
2006-08-23 |
Matthew Dillon | Bring in the initial cut of the Cache Coherency Managem... |
tree | commitdiff |
2006-08-19 |
Matthew Dillon | VNode sequencing and locking - part 4/4 - subpart 1... |
tree | commitdiff |
2006-08-19 |
Sepherosa Ziehau | Correct the rgephy driver so that it only applies the... |
tree | commitdiff |
2006-08-19 |
Sascha Wildner | Remove coda remains. |
tree | commitdiff |
2006-08-17 |
Matthew Dillon | Remove the coda fs. It hasn't worked in a long time. |
tree | commitdiff |
2006-08-17 |
Gregory Neil Shapiro | Merge from vendor branch SENDMAIL: |
tree | commitdiff |
2006-08-13 |
Matthew Dillon | Add some linux compatibility defines, _DIRENT_HAVE_D_NA... |
tree | commitdiff |
2006-08-13 |
Matthew Dillon | Add a #define that source code can check to determine... |
tree | commitdiff |
2006-08-12 |
Sepherosa Ziehau | For some iwi(4), the frequency of firmware error is... |
tree | commitdiff |
2006-08-12 |
Sepherosa Ziehau | Sync with Intel's em(4) driver version 6.1.4 |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | * Remove bsd.cpu.gcc2.mk and bsd.cpu.gcc3.mk since... |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | Use pcidevs.h |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | Use pcidevs.h |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | Use pcidevs.h's definition of the BCM5714 id. |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | regenerate |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | Add ids for Broadcom's BCM5714 and Comtrol RocketPort... |
tree | commitdiff |
2006-08-12 |
Sascha Wildner | Silence LINT warning. |
tree | commitdiff |
2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
tree | commitdiff |
2006-08-11 |
Matthew Dillon | VNode sequencing and locking - part 2/4. |
tree | commitdiff |
2006-08-09 |
Matthew Dillon | VNode sequencing and locking - part 1/4. |
tree | commitdiff |
2006-08-08 |
Matthew Dillon | Protect the pfshead[] hash table with a token. |
tree | commitdiff |
2006-08-08 |
Matthew Dillon | LK_NOPAUSE no longer serves a purpose, scrap it. |
tree | commitdiff |
2006-08-08 |
Matthew Dillon | minor syslink cleanups to get the syslink_read() and... |
tree | commitdiff |
2006-08-08 |
Matthew Dillon | Instead of indirectly calling vop_stdlock() and friends... |
tree | commitdiff |
2006-08-07 |
YONETANI Tomokazu | Fix a BM control -related panic by bringing rev 1.44... |
tree | commitdiff |
2006-08-07 |
Sascha Wildner | Add a pointer to boot(8) where the kernel options are... |
tree | commitdiff |
2006-08-06 |
Matthew Dillon | Add structures and skeleton code for a new system call... |
tree | commitdiff |
2006-08-06 |
Sascha Wildner | Perform the following cleanup in sys/dev/netif: |
tree | commitdiff |
2006-08-06 |
Sepherosa Ziehau | Sync MII support with NetBSD/OpenBSD: |
tree | commitdiff |
2006-08-05 |
Sepherosa Ziehau | none_funcname() -> none_crypto_funcname() |
tree | commitdiff |
2006-08-04 |
Sepherosa Ziehau | - Add ieee80211com.ic_sysctl_oid, so sub-wlan module... |
tree | commitdiff |
2006-08-04 |
Sepherosa Ziehau | Rename acx_fw_txdesc.f_tx_{ack,rts}_fail to |
tree | commitdiff |
2006-08-03 |
Sascha Wildner | Remove all occurences of double semicolons at the end... |
tree | commitdiff |
2006-08-03 |
Matthew Dillon | Get rid of a bogus check that cut the blocked-lock... |
tree | commitdiff |
2006-08-02 |
Matthew Dillon | Get rid of some unused fields in the fileops and adjust... |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Don't call pci_get_device() multiple times. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
2006-08-01 |
Sascha Wildner | Use pcidevs.h. |
tree | commitdiff |
next |