Age | Commit message (Expand) | Author |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | STACK_OFFSET was to support it varying when compiling some code for | Philip Guenther |
2022-10-25 | rwindow32 is gone and won't be coming back. ok miod@ | Philip Guenther |
2022-10-23 | Fix a misleading comment | Philip Guenther |
2022-10-22 | Put struct rwindow back in reg.h, pcb.h depends on this. | Miod Vallat |
2022-10-21 | Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in | Miod Vallat |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-10-15 | ansi | Jonathan Gray |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-10-06 | Build CRC calc/static block decode tables when needed to fix netboot | Klemens Nanni |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Remove old debug code knobs, wrong comments, and unused pv entry flags. | Miod Vallat |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-02 | Add softraid(4) RAID 1C boot support | Klemens Nanni |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-17 | Fix vldc(4) event filters | Visa Hankala |
2022-08-04 | Default to softraid on boot-device iff found | Klemens Nanni |
2022-07-27 | Fix reconstructed softraid bootline | Klemens Nanni |
2022-07-25 | Print function name for context | Klemens Nanni |
2022-07-20 | Add size to free(9) call | Klemens Nanni |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-10 | Add missing device_unref() calls. | Visa Hankala |
2022-07-04 | Use destination buffer size as strlcpy() bound, not source; harmless here for | Miod Vallat |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-27 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-21 | independednt -> independent, let's -> lets | Jonathan Gray |
2022-02-21 | iommmu -> iommu | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
2022-01-04 | hide more things behind _KERNEL, in case userland manages to include | Theo de Raadt |
2022-01-02 | approprate -> appropriate | Jonathan Gray |
2022-01-02 | Resore -> Restore | Jonathan Gray |
2022-01-02 | Prism54 (only full-mac varients) -> Prism54 Full-MAC | Jonathan Gray |
2022-01-02 | Nummber -> Number | Jonathan Gray |
2022-01-02 | numers -> numbers | Jonathan Gray |
2022-01-01 | Add ENTRY_NB() macro for doing an ASM function entry without setting | Philip Guenther |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |