summaryrefslogtreecommitdiffstats
path: root/share/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.beck2019-10-061-4/+19
| | | | | | | | sweep tree to correct NDIINT op and flags ahead of time. document the requirement. This allows KERNELPATH to be used to bypass unveil for crash dumps with nosuidcoredump=2 or 3 ok visa@ deraadt@ florian@
* The rdtsc() macro has been removed in rev 1.7 ofmatthieu2019-10-051-27/+3
| | | | | /sys/arch/amd64/include/pctr.h. Adjust the manual page. ok deraadt@
* Add a manual page for octsmi(4).visa2019-10-012-4/+42
|
* pwmreg(4)kettenis2019-09-302-2/+44
|
* Fix pasto.kettenis2019-09-301-2/+2
|
* amlpwm(4)kettenis2019-09-302-3/+45
|
* segflg is singularkn2019-09-301-5/+5
| | | | Add commas while here; input and OK jmc
* update HISTORY and AUTHORS after last week's rewrite;schwarze2019-09-301-11/+12
| | | | input and OK kettenis@ and jmc@
* bpf_mtap_hdr doesn't take a custom copy function argument anymore.dlg2019-09-301-10/+2
|
* adjust for cn30xx -> oct driver renamingderaadt2019-09-284-16/+16
|
* Update page a little, in particular try to describe the underlying mechanismsderaadt2019-09-281-13/+22
| | | | | | | | | | | | | | | | in simple terms (mostly as a yardstick for others to be measured against): Entropy data stored previously is provided to the kernel during the boot sequence and used as inner-state of a stream cipher. High quality data is available immediately upon kernel startup. System activity (such as disk, network, and clock device interrupts), and hardware random generator output is collected, whitened with a crc and hash, then periodically folded together with stream cipher inner-state and outer- state to create a new inner state. Reads from all consumers (including the kernel itself, which makes many requests per second) are sliced from the same output stream, which carves the stream cipher output unpredictably and helps improve forward and backtracking protection beyond the strength of the stream cipher. some discussion with djm. There may be more updates.
* Add short manual for ksmn(4) driver.brynet2019-09-263-5/+56
|
* Mention 88E1545.visa2019-09-241-4/+5
|
* add STANDARDS section;schwarze2019-09-211-2/+9
| | | | | | similar to a diff sent in by <Masanori dot Ogino at gmail dot com>, but using the up-to-date reference rather than one from 30 years ago; OK jmc@
* Xr cn30xxgmx 4visa2019-09-151-2/+3
|
* Add manual pages for cn30xxgmx(4) and octpip(4).visa2019-09-153-3/+78
|
* fix markup of the return types of function pointers;schwarze2019-09-132-32/+32
| | | | found with mandoc -T lint
* make bpf_mtap_hdr take a const void *, not a caddr_t.dlg2019-09-121-3/+3
| | | | | | | this makes it easier to call at least, and makes it consistent with bpf_tap_hdr. ok stsp@ sashan@
* Inform about system call memory write protection and stack mappingbluhm2019-09-091-3/+3
| | | | | | | | 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@
* reverting for now; requested by deraadtdaniel2019-09-081-11/+2
|
* Only install the gcc-local(1) and clang-local(1) man pages if we also havedaniel2019-09-081-2/+11
| | | | | | the corresponding compiler on a given platform. ok deraadt@
* Mention octpcie(4).visa2019-09-071-2/+5
|
* Add a manual page for octpcie(4).visa2019-09-072-3/+55
|
* more Version 1 AT&T UNIX history:schwarze2019-09-072-4/+18
| | | | | a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@
* options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha2019-09-062-42/+4
|
* More Version 1 AT&T UNIX history.schwarze2019-09-062-11/+13
| | | | | | 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>.
* Mention imxiic(4), mviic(4), rkiic(4), sxitwi(4) and mcprtc(4).patrick2019-09-061-3/+17
| | | | Requested by and ok jmc@
* mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.patrick2019-09-062-3/+46
| | | | ok kettenis@
* Add mviic(4), a driver to support the I2C controller on thepatrick2019-09-062-3/+46
| | | | | | Armada 3700 SoC. With feedback from and ok kettenis@
* Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.patrick2019-09-052-2/+46
| | | | | | | At the moment it only supports disabling the watchdog, which lets me continue to work on the Turris Mox. ok kettenis@
* Add the set_blksz() and set_nblks() audio driver functions.ratchov2019-09-051-2/+56
| | | | | | | | | | | | | | | | 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@
* amlmmc(4)kettenis2019-09-032-2/+53
|
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-022-9/+9
| | | | | getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
* correct HISTORY of /dev/nullschwarze2019-08-311-5/+9
| | | | | | | | | | | | 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@
* ypclnt -> yp_bind;jmc2019-08-301-3/+3
|
* mop up resolver.3 rename; ok deraadtjmc2019-08-302-16/+9
|
* mop up for inet_net rename; ok deraadtjmc2019-08-301-3/+3
|
* catch up to ethers(3)->ether_aton(3) renamingderaadt2019-08-301-4/+4
|
* stdarg.3 -> va_start.3, because there is no stdarg(3)deraadt2019-08-301-2/+2
|
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-304-13/+11
| | | | | and correct Xr. ok jmc
* mop up for the pcap.3 rename;jmc2019-08-302-8/+6
| | | | help/ok deraadt
* Stop mentioning unsupported #number argument for break commandkn2019-08-291-12/+3
| | | | There is no code for addressing breakpoints by numbers at all.
* amldwusb(4), amlpciephy(4) and amlusbphy(4)kettenis2019-08-294-2/+137
|
* Add support for RTL8153B after study of Linux r8152 driver.kevlo2019-08-292-10/+9
| | | | Tested by myself, jcs@
* add config lines for amdgpu on arm64jsg2019-08-281-2/+8
|
* amlpinctrl(4)kettenis2019-08-282-2/+44
|
* typonaddy2019-08-281-3/+3
|
* amlrng(4)kettenis2019-08-272-2/+49
|
* Sync example with current databases/postgresql flagsawolk2019-08-271-4/+4
| | | | OK sthen@, pea@
* g77 is not a valid MODFORTRAN_COMPILER any morejca2019-08-271-4/+4
|