Age | Commit message (Collapse) | Author |
|
|
|
|
|
found with mandoc -T lint
|
|
this makes it easier to call at least, and makes it consistent with
bpf_tap_hdr.
ok stsp@ sashan@
|
|
violations in system accounting. This will help to find missbehaving
programs and possible attacks. The flags bit field is full, so
recycle the PDP-11 compatibility on VAX. lastcomm(1) prints the
AMAP flag as 'M'. daily(8) prints a list of affected processes.
OK deraadt@
|
|
|
|
the corresponding compiler on a given platform.
ok deraadt@
|
|
|
|
|
|
a few cases that weren't altogether straightforward;
tweak and OK jmc@, OK sobrado@
|
|
|
|
This became possible because copies of the original v1 manuals
have shown up on the Internet some time ago.
Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
|
|
Requested by and ok jmc@
|
|
|
|
ok kettenis@
|
|
Armada 3700 SoC.
With feedback from and ok kettenis@
|
|
At the moment it only supports disabling the watchdog, which lets me
continue to work on the Turris Mox.
ok kettenis@
|
|
The first sets the block size in frames, which is necessarily common
to play and recording directions no matter the number of channels. The
second sets the number of blocks per buffer for the given
direction. Together, these two functions allow audio drivers to easily
set the block size, matching both playback and recording constraints.
The round_blocksize() didn't allow to do so because it returns the
block size in *bytes*. Since the driver doesn't know if it's called
for the play or for the record block size, it's impossible to
calculate the block size in all cases if play and record number of
channels are different.
ok mpi@
|
|
|
|
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc
|
|
facts researched from:
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man1/sh.1
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/mem.c
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/sys/dmr/mem.c
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man4/mem.4
error reported by Sevan Janiyan <venture37 at geeklan dot co dot uk>
wording proposed by jmc@
OK jmc@ sobrado@
|
|
|
|
|
|
|
|
|
|
|
|
and correct Xr.
ok jmc
|
|
help/ok deraadt
|
|
There is no code for addressing breakpoints by numbers at all.
|
|
|
|
Tested by myself, jcs@
|
|
|
|
|
|
|
|
|
|
OK sthen@, pea@
|
|
|
|
|
|
the i.MX8M SoCs.
ok kettenis@
|
|
|
|
|
|
|
|
|
|
The DST and TIMEZONE options(4) are incompatible with KARL, so we need
some other way to compensate for an RTC running with a known offset.
Enter kern.utc_offset, an offset in minutes East of UTC. TIMEZONE has
always been minutes West, but this is inconsistent with how everyone
else talks about timezones, hence the flip.
TIMEZONE has the advantage of being compiled into the binary. Our new
sysctl(2) has no such luck, so it needs to be set as early as possible
in boot, from sysctl.conf(5), so we can correct the kernel clock from
the RTC's local time to UTC before daemons like ntpd(8) and cron(8)
start. To encourage this, kern.utc_offset is made immutable after the
securelevel(7) is raised to 1.
Prompted by yasuoka@. Discussed with deraadt@, kettenis@, yasuoka@.
Additional testing by yasuoka@.
ok deraadt@, yasuoka@
|
|
|
|
|
|
|
|
getting etherip(4) to talk to a switch so i could verify this was
pretty fun.
remi@ pointed this bit of the manpage out somewhere, but it didn't
seem right anymore since etherip(4) was split out of gif(4). these
days if we have an interface that can be added to a bridge, we try
to make it look like an actual ethernet interface, which includes
having a mac address. we don't really have interfaces that change
modes and have these edge cases anymore.
|
|
noticed by freda_bundchen. ok gilles millert
|
|
does exist -- execv(3). Still call this a family but without "Nm".
Adjust Xr in various pages to refer to the precise function used
rather than the family, in most cases the semantics of execve(2) are
being referenced, so change the Xr.
ok jmc
|