summaryrefslogtreecommitdiff
path: root/sysdep/unix
AgeCommit message (Expand)Author
2023-01-18Alloc: Minor cleanupsOndrej Zajicek
2023-01-18Merge branch 'master' of https://gitlab.nic.cz/labs/birdMaria Matejka
2023-01-18Fix memory pre-allocationMaria Matejka
2023-01-17Alloc: Disable transparent huge pagesOndrej Zajicek
2023-01-12Log message before abortingMike Crute
2022-12-10CLI: Fix for long-lived sessions during high loadsOndrej Zajicek
2022-11-30BSD: Fix krt socket code w.r.t. rte/rta changesOndrej Zajicek
2022-11-09Conf: Make 'configure check' command restrictedOndrej Zajicek
2022-11-09Conf: Free stored old config before parsing new oneOndrej Zajicek
2022-11-03Page allocator: Fixed minor bugs and added commentaryMaria Matejka
2022-11-02Memory pages are not munmapped, instead we just madvise()Maria Matejka
2022-09-27KRT: Fix setting default preferenceAlexander Zubkov
2022-08-18Simplified the protocol hookup code in MakefilesMaria Matejka
2022-07-27Merge branch 'master' into backportOndrej Zajicek
2022-07-24KRT: Scan routing tables separetely on linux to avoid congestionOndrej Zajicek
2022-07-11Merge remote-tracking branch 'origin/master' into backportMaria Matejka
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Filter: Implement soft scopesOndrej Zajicek (work)
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka
2022-06-04IO: Improve resolution of latency debugging messagesOndrej Zajicek
2022-04-13Fixed a munmap abort bugMaria Matejka
2022-04-06Protocols have their own explicit init routinesMaria Matejka
2022-03-09Fixed a static assert in page allocatorMaria Matejka
2022-03-09Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesundMaria Matejka
2022-03-09Merge commit 'e42eedb9' into haugesundMaria Matejka
2022-03-09Merge commit '5cff1d5f' into haugesundMaria Matejka
2022-03-09Merge commit 'd5a32563' into haugesundMaria Matejka
2022-03-09Fixed resource initialization in unit testsMaria Matejka
2022-03-09Merge commit '0c59f7ff' into haugesundMaria Matejka
2022-03-09Revert "Bound allocated pages to resource pools with page caches to avoid unn...Maria Matejka
2022-03-09Revert "Multipage allocation"Maria Matejka
2022-03-09Single-threaded version of sark-branch memory page managementMaria Matejka
2022-03-02Introducing an universal temporary linpool flushed after every taskMaria Matejka
2022-03-02Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka
2022-02-08Alloc: Use posix_memalign() instead of aligned_alloc()Ondrej Zajicek (work)
2022-01-08IO: Support nonlocal bind in socket interfaceAlexander Zubkov
2021-11-24Directly mapped pages are kept for future use if temporarily not neededMaria Matejka
2021-10-13Kernel: Convert the rte-local attributes to extended attributes and flags to ...Maria Matejka
2021-10-13Route: moved rte_src pointer from rta to rteMaria Matejka
2021-10-13Preexport: No route modification, no linpool neededMaria Matejka
2021-10-13RIP fixup + dropping the tmp_attrs mechanism as obsoleteMaria Matejka
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Multipage allocationMaria Matejka
2021-10-13CLI socket accept() may also fail and should produce some message, not a core...Maria Matejka
2021-09-10Bound allocated pages to resource pools with page caches to avoid unnecessary...Maria Matejka
2021-09-10Debug output uses local buffer to avoid clashes between threads.Maria Matejka
2021-09-10Nest: Clean up main channel handlingOndrej Zajicek (work)
2021-06-17Nest: Clean up main channel handlingOndrej Zajicek (work)
2021-06-06sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)