1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
OpenBSD
Go to file
cheloha cb8c274b68 sleep(1): style(9) and other dusting
- Sort includes alphabetically
- Sort prototypes alphabetically
- Sort stack variables by size
- Add missing braces to the getopt(3) loop
- Be explicit: there is *one* argument, so use argv[0], not *argv
- If nanosleep(2) somehow fails, say that "nanosleep" failed when
  we err(3)
- Remove extra parentheses from the return statement
- De-(void) the obvious fprintf(3) in usage()
- __progname -> getprogname(3)
- POSIX 1003.2 has long since become POSIX.1
- Remove an ARGUSED linter comment
- stdio(3) flushing is not the only potential issue with an exit(3)
  from a signal handler.  Just note that exit(3) isn't safe and leave
  it at that.
2020-02-25 15:46:15 +00:00
bin sleep(1): style(9) and other dusting 2020-02-25 15:46:15 +00:00
distrib sync 2020-02-23 04:00:09 +00:00
etc Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start". 2020-02-22 18:58:13 +00:00
games no need to declare "extern optarg" and "extern optind" 2020-02-14 19:17:33 +00:00
gnu avoid build race condition: our make has an "expensive job" heuristic 2020-01-03 03:50:44 +00:00
include RDIRS for libcbor and libfido2 2019-11-14 21:14:53 +00:00
lib The decryption_failed alert must not be sent by compliant implementations. 2020-02-23 17:59:03 +00:00
libexec Now that the kernel skips the two instructions immediately following 2020-02-18 12:19:11 +00:00
regress Add test for IPsec transport mode. Check not only flows but also SAs, 2020-02-21 15:21:47 +00:00
sbin fix column alignment of 'ifconfig joinlist'; padding had an extra " " 2020-02-24 10:39:00 +00:00
share Fix daemon_rtable route command mention 2020-02-21 00:47:21 +00:00
sys Make bwfm(4) call if_input() only once per interrupt. 2020-02-25 14:24:58 +00:00
usr.bin unused file 2020-02-25 14:04:24 +00:00
usr.sbin httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@ 2020-02-25 15:18:41 +00:00
Makefile a few depend:-related thingies that were still in. 2019-12-21 21:39:59 +00:00
Makefile.cross Simplify by getting rid of the unecessary 'depend' rule. 2019-11-07 11:32:23 +00:00