Age | Commit message (Expand) | Author |
2014-01-10 | Let "ddb show mbuf" print all mbuf fields in a consistent way. Move | Alexander Bluhm |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-09 | Fix the burner method, here the cookie is a pointer to rasops_info. | Martin Pieuchot |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | Ted Unangst |
2014-01-08 | regen | Brad Smith |
2014-01-08 | Use the same naming scheme on both sides for the Attansic entries and | Brad Smith |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-08 | Fix typo recieve -> receive. | Alexander Bluhm |
2014-01-08 | regen | joshua stein |
2014-01-08 | add a bunch of newer apple wellspring keyboard/trackpad ids | joshua stein |
2014-01-08 | Be sure to have pmap_extract() return FALSE for existing, but non-valid user | Miod Vallat |
2014-01-08 | Perform manual malloc/free of a large object in pfkeyv2_send() to | Theo de Raadt |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2014-01-07 | Some follow-up fixes for IFID collision handling in IPv6CP. | Stefan Sperling |
2014-01-07 | sync | Theo de Raadt |
2014-01-07 | some more devices; Alexey E. Suslikov | Theo de Raadt |
2014-01-07 | sync | Theo de Raadt |
2014-01-07 | FTX support; from Chris Hettrick | Theo de Raadt |
2014-01-07 | Remove unused fields. | Martin Pieuchot |
2014-01-07 | Increase the size of the bge_flags field to allow for more flags. | Brad Smith |
2014-01-07 | Delay checking the vnode locking of the target vnodes in tmpfs_rename() | Philip Guenther |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-06 | Disable the code disabling memory beyond 1.5GB on Octane temporarily, but | Miod Vallat |
2014-01-06 | Use the dedicated BCD macros from sys/time.h instead of handrolling | Paul Irofti |
2014-01-06 | typo | Miod Vallat |
2014-01-06 | Fix sparc64 kernel profiling, add the etext symbol back. | Tobias Ulmer |
2014-01-06 | In readsgilabel(), do not override the driver-provided initial geometry with | Miod Vallat |
2014-01-06 | Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default | Miod Vallat |
2014-01-06 | Remove I-sync stuff from pmap_changebit(). The AARM says that we | Miod Vallat |
2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; | Miod Vallat |
2014-01-06 | Make macppc/socppc boot() code path more similar to others. | Masao Uebayashi |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2014-01-06 | Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too. | Stefan Sperling |
2014-01-06 | Recognize the ALC292 | Brad Smith |
2014-01-05 | regen | Brad Smith |
2014-01-05 | Add Realtek RTS5227 | Brad Smith |
2014-01-05 | HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolen | Mike Larkin |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2014-01-05 | On some architectures you can get away with using an uninitialised mutex; | Joel Sing |
2014-01-05 | Cleanup some leftovers from previous changes. | Miod Vallat |
2014-01-04 | Fix of_cmap[] size. Makes the textmode cursor reappear on vgafb (i.e. | Miod Vallat |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2014-01-03 | Purging a queue requires it to be non-empty, not empty. | pelikan |
2014-01-03 | KNF, update comments, and delete LUNA(m68k) specific DIPSW comments. | Kenji Aoyama |
2014-01-03 | Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools. | pelikan |
2014-01-03 | Make queues disappear correctly on interfaces being destroyed. | pelikan |
2014-01-03 | regen | Joel Sing |
2014-01-03 | Fix previous commit, which clearly was not even compile tested, since it | Joel Sing |
2014-01-03 | regen | Brad Smith |