Age | Commit message (Expand) | Author |
2023-03-14 | sync the boot options list, and some macro fixes; | Jason McIntyre |
2023-03-13 | Switch alpha to new boot blocks. | Miod Vallat |
2023-03-13 | Add manual page. | Miod Vallat |
2023-03-11 | New alpha secondary boot blocks using the MI code base. Not linked to the | Miod Vallat |
2023-03-11 | Remove long dead "tool". | Miod Vallat |
2023-03-11 | Allow strip and objcopy to be overrridden, for easier cross-buildability. NFC | Miod Vallat |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-07 | Since we override CFLAGS here, don't forget to put -Oz in there so as to compile | Miod Vallat |
2023-02-06 | Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in years | Miod Vallat |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-16 | some kernel prototypes should also be made available to _STANDALONE | Theo de Raadt |
2023-01-16 | roughly cleanup terrible pre-ansi practices | Theo de Raadt |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-04 | Gordon W. Ross agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-02 | Fix the check for the BWX extension introduced in 1.92. | Miod Vallat |
2022-12-10 | alpha: switch to clockintr | Scott Soule Cheloha |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-31 | style: 'The function type should be on a line by itself preceding the function.' | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-15 | ansi | Jonathan Gray |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-09-12 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-12 | Make sure we don't pass uninitialized siginfo values to trapsignal(); from | Miod Vallat |
2022-08-10 | Remove alpha kernel code to process userland misaligned accesses, and the | Miod Vallat |
2022-08-10 | match other archs use %s for version printf | Jonathan Gray |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
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-04 | remove unused file | Jonathan Gray |
2022-01-02 | Prism54 (only full-mac varients) -> Prism54 Full-MAC | Jonathan Gray |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |