Age | Commit message (Expand) | Author |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt |
2007-06-01 | Remove the hci_enable now done in a higher layer. | Gordon Willem Klok |
2007-06-01 | Only probe phy's at address 0; gets rid of bogus phy's on the | Mark Kettenis |
2007-06-01 | rework the sensor task handling to run in the kernels generic workq. | David Gwynne |
2007-06-01 | set debug level to 0 | Uwe Stuehler |
2007-06-01 | complete the sys/netbt import and adopt some more code to our interfaces | Uwe Stuehler |
2007-06-01 | sc_carplladdr does not need to be dereferenced. | Marco Pfatschbacher |
2007-06-01 | save metdata in context using dlg and tedu's shiny new workq api. | Marco Peereboom |
2007-06-01 | never attempt to tweak a file just before commit | Ted Unangst |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-06-01 | Remove code to create a carp(4) Token Ring lladdr. | Marco Pfatschbacher |
2007-05-31 | panic if mtx_leave is called on an unlocked mutex. ok kettenis@ | Dale Rahn |
2007-05-31 | Enable packet flow between HCI driver and controller | Uwe Stuehler |
2007-05-31 | don't print debug messages | Uwe Stuehler |
2007-05-31 | intel pchb rnd support, from i386 | Ted Unangst |
2007-05-31 | It's the time to squash antique bugs. This has been there | Tobias Weingartner |
2007-05-31 | Clean up and fix sbt_write_packet() | Uwe Stuehler |
2007-05-31 | Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go) | Uwe Stuehler |
2007-05-31 | Sync comment regarding rthdr0 w/ kame tree. | Ryan Thomas McBride |
2007-05-31 | when getting ESTALE from the server, allow the client to retry in the | Thordur I. Bjornsson |
2007-05-31 | Make sure that pf_state_key and pf_state_key_cmp are in sync. | Ryan Thomas McBride |
2007-05-31 | some more pchb that have rnd powers, IDs from NetBSD | Ted Unangst |
2007-05-31 | RAW_PART is defined to be 2 in vax (like elsewhere) so use it rather | Kenneth R Westerback |
2007-05-31 | Well, whatever the bug was, it does not seem to appear anymore. | Artur Grabowski |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-05-31 | further improvement of the bus space i/o. firmware loading, booting, | Reyk Floeter |
2007-05-31 | remove p_lock from struct proc; unused debug goo for lockmgr, | Thordur I. Bjornsson |
2007-05-31 | Minor bounds_check_with_label nits. | Kenneth R Westerback |
2007-05-31 | Redo the syncer to be a little smarter on interaction while shutting down | Marco Peereboom |
2007-05-31 | ckuethe found i missed a file in the workq update. my bad | Ted Unangst |
2007-05-31 | Forgot to commit the changes to this file with the rest of the ELF32+64 | Tom Cosgrove |
2007-05-31 | switch the flags argument to the front, requested by art | Ted Unangst |
2007-05-31 | zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for | Thordur I. Bjornsson |
2007-05-31 | unlink the right state, ryan ok | Henning Brauer |
2007-05-31 | kill some ifdef noyet code, de-static functions (makes my traces nicer), | Thordur I. Bjornsson |
2007-05-31 | zap nfs_cltpsock; Unused since NQNFS died. | Thordur I. Bjornsson |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | use the right capitalization for `MBus' | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | enable all debugging messages by default if the driver is compiled with | Reyk Floeter |
2007-05-31 | fix the myx_write function | Reyk Floeter |
2007-05-31 | Fix redundancy for RAID 1. Now one can pull a disk and continue running. | Marco Peereboom |
2007-05-31 | include files.bluetooth here; ok gwk | Uwe Stuehler |
2007-05-31 | Move the state id and creatorid (used mainly by pfsync) into struct pf_state. | Ryan Thomas McBride |
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | Uwe Stuehler |
2007-05-31 | add myx(4) | Reyk Floeter |
2007-05-31 | erroneously EINVAL is always reported where the function | David Gwynne |