Age | Commit message (Expand) | Author |
2023-03-10 | Fix possible leak of spibuf and flowbuf in error case. | Tobias Heider |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-07 | Avoid enabling TSO on interfaces which are already attached to a bridge. | Jan Klemkow |
2023-03-07 | Delete obsolete /* ARGSUSED1 */ lint comments. | Philip Guenther |
2023-03-07 | restore tags for commands lost in r1.112 restructuring; OK jmc | Klemens Nanni |
2023-03-07 | mpls gateway clarification; from claudio | Jason McIntyre |
2023-03-06 | Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for NetBSD GPT | Kenneth R Westerback |
2023-03-06 | Define a few more attributes for the sake of the readattr subcommand; | Miod Vallat |
2023-03-06 | Use nitems() of source and destination partition arrays | Kenneth R Westerback |
2023-03-05 | Fix clean process shutdown by storing env globally like vmd and httpd do | Tobias Heider |
2023-03-04 | Don't whine about invalid start/end values when | Kenneth R Westerback |
2023-03-04 | Sync proc.c from vmd(8) to enabled fork + exec for all processes. This gives | Tobias Heider |
2023-03-04 | Use nitems() in the simple iterations over mbr->mbr_prt[]. | Kenneth R Westerback |
2023-03-04 | Toss in some const's to ensure that static data pointed to | Kenneth R Westerback |
2023-03-03 | namservers -> nameservers | Jonathan Gray |
2023-03-02 | restructure the page into one single list for all routing commands; | Jason McIntyre |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2023-03-02 | No need to protect exports from SIGHUP, the handler just sets a flag. | Todd C. Miller |
2023-03-01 | Fix potentially uninitialized use of variable fsb on error. | Todd C. Miller |
2023-02-27 | sort VEB and add "rules"; ok stsp | Jason McIntyre |
2023-02-27 | Add missing documentation of veb(4) ioctls to the ifconfig(8) VEB section. | Stefan Sperling |
2023-02-21 | some nameserver proposal bits: | Jason McIntyre |
2023-02-20 | Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" and | Kenneth R Westerback |
2023-02-18 | Missing space | Claudio Jeker |
2023-02-18 | Fix possibly uninitialized variable in editor_allocspace(); ok krw@ | Miod Vallat |
2023-02-15 | proc_ispeer() is not used anywhere anymore so remove it everywhere. | Tobias Heider |
2023-02-15 | Use correct order of arguments for shutdown(2). | Florian Obser |
2023-02-14 | Add -mpls to the route monitor case. It is an allowed address family. | Claudio Jeker |
2023-02-14 | Typofix -ssthresh in HISTORY | Klemens Nanni |
2023-02-10 | Add support for configuring multiple name servers as roadwarrior | Tobias Heider |
2023-02-08 | iked: remove another unused variable | Theo Buehler |
2023-02-08 | iked: garbage collect an unused counter variable to make clang 15 happier | Theo Buehler |
2023-02-08 | dump/fsck_ffs: convert two function definitions to ansi, missed | Theo Buehler |
2023-02-08 | isakmpd: add missing void to a function definition | Theo Buehler |
2023-02-08 | unwind: add two missing void to function definitions | Theo Buehler |
2023-02-07 | internal representation of icmp type/code in pfctl(8)/pf(4) does not | Alexandr Nedvedicky |
2023-02-07 | home.arpa is a special-use domain, internally answered by libunbound. | Florian Obser |
2023-02-07 | Extend template parsing to allow "[mount point] *" as the specification for | Kenneth R Westerback |
2023-02-04 | correct history, shutdown(8) appeared in 4.1BSD before 4.1c | Jonathan Gray |
2023-02-02 | Tweak restored code chunk to eliminate duplicate checks. | Kenneth R Westerback |
2023-02-02 | Restore incorrectly deleted test for default partitions intruding | Kenneth R Westerback |
2023-01-28 | Nuke unused variable. | Kenneth R Westerback |
2023-01-25 | Use getpartno() in editor_delete(), enhancing getpartno() to | Kenneth R Westerback |
2023-01-24 | Use getpartno() in editor_add(), enhancing getpartno() to find | Kenneth R Westerback |
2023-01-22 | Fix incorrect comparison. Restores ability to edit 'p'. | Kenneth R Westerback |
2023-01-21 | editor_resize(), editor_change(), editor_modify() and | Kenneth R Westerback |
2023-01-20 | editor_name() and get_mp() don't change the disklabel so | Kenneth R Westerback |
2023-01-20 | char * -> const char * parameters where clang doesn't complain. | Kenneth R Westerback |
2023-01-18 | remove redundant SIOCS80211JOIN ioctl call in ifconfig delifjoinlist() | Stefan Sperling |
2023-01-18 | Use ROUNDDOWN() to round down to cylinder boundary. | Kenneth R Westerback |