Commit Graph

16956 Commits

Author SHA1 Message Date
martin
fed74b7300 Remove duplicate conditional assignment in previous - pointed out by wiz@ 2018-10-06 18:52:59 +00:00
martin
8775572996 Switch amd64, sparc64 and alpha to .tar.xz sets 2018-10-06 18:47:29 +00:00
wiz
eefb44d3d2 Fix some xrefs. 2018-10-06 13:53:58 +00:00
jmcneill
51976c5c14 If fs_spec starts with the special string "ROOT.", replace it with a device
path derived from the value of the kern.root_device sysctl.
2018-10-06 13:09:53 +00:00
christos
fc10b73e5a document kern.expose_address 2018-10-05 22:16:50 +00:00
uwe
f6e5045d93 Minor markup fixes. Add a missing word. 2018-10-05 16:21:22 +00:00
wiz
5e5fafd9a4 Simplify macro usage. No visible change. 2018-10-05 15:37:26 +00:00
hannken
fef73d22c5 Bring back three state file system suspension:
NORMAL -> SUSPENDING -> SUSPENDED

and add operation fstrans_start_lazy() that only blocks while SUSPENDED.

Change vndthread() support operation handle_with_rdwr() to bracket
its file system operations by fstrans_start_lazy() and fstrans_done().

PR kern/53624 (dom0 freeze on domU exit)
2018-10-05 09:51:55 +00:00
uwe
a66d4123c2 Use more .Ql (quoted literal) for variable values.
Misc markup fixes.
2018-10-01 11:16:04 +00:00
wiz
30e86e49c7 Use more markup. 2018-10-01 07:11:27 +00:00
martin
56d7a6f003 Discussed some years ago but never commited: add an option to have a
single tmpfs (on /tmp) and use that for /var/shm as well (via a symlink
created after the tmpfs on /tmp has been mounted)
2018-09-30 10:38:05 +00:00
martin
0249e79129 Add defaults and documentation for USE_XZ_SETS - a new variable
controlling whether an architecture will use .tgz or tar.xz
sets.
2018-09-29 06:48:22 +00:00
maxv
e1c39198f4 regen 2018-09-27 16:33:14 +00:00
sevan
93b3123a43 Add PCB used in a networking context.
Wondered by alnsn at EuroBSDcon 2018.
2018-09-25 20:50:10 +00:00
maxv
ebec90347e Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.
2018-09-23 09:20:57 +00:00
maxv
6049b090a1 Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.
2018-09-23 07:24:19 +00:00
maxv
89453def58 Remove isic(4). It is part of ISDN, which we are now retiring. 2018-09-22 16:22:22 +00:00
maxv
7210117d62 Remove iwic(4). It is part of ISDN, which we are now retiring. This driver
was still marked as experimental (its man page dates back to 2002).
2018-09-22 12:41:00 +00:00
maxv
a48d481e84 Remove ifpci(4). It is part of ISDN, which we are retiring. 2018-09-22 12:19:11 +00:00
maxv
ff948ad040 Remove iavc(4). 2018-09-21 18:38:25 +00:00
rin
8cfe831ad7 - pci_intr_setattr() is in pci_intr(9)
- pci_intr_type() is in pci_msi(9)
2018-09-20 07:08:00 +00:00
rin
cad9018e14 Link pci_intr_*(9) to pci_intr(9), except for those described in pci_msi(9). 2018-09-20 06:54:36 +00:00
rin
91dfd30087 pci_intr_type() is described in pci_msi(9). 2018-09-20 06:48:53 +00:00
ginsbach
4a25b40a6e Add AMDD, ASF, MSC, RMCP, SAML, STOMP, and YAML
Hyphenate TDD description (grammar)
2018-09-19 18:53:25 +00:00
ginsbach
1a57b81d0a Add BDFL and SJW 2018-09-19 18:50:39 +00:00
maxv
9d7954dab6 Remove daic(4), it has never been functional.
ok martin@
2018-09-19 13:58:26 +00:00
mrg
ce7cf81a7e remove usb(4)'s "flags 1" code. it has been dead for a while,
as it runs during the interrupts part of configuration now,
and all the devices try attach as early as possible, including
any root or boot required disk or keyboard device, which is
what this flag was for.
2018-09-18 05:37:54 +00:00
christos
4cc871c9e6 add what {PROG,LIB}DPLIBS are useful for 2018-09-16 13:14:12 +00:00
christos
f111c8bc02 document PROGDPLIBS 2018-09-16 13:11:48 +00:00
christos
c1f2b118ff PR/53608: Ian Bruene: document __{printf,syslog}like. 2018-09-14 20:53:49 +00:00
joerg
1228936036 __dead functions can not return, which is different from not returning a
value.
2018-09-14 20:38:38 +00:00
rin
16d2f880d4 pseudo-device ifmpls was renamed to mpls long ago. 2018-09-14 08:11:30 +00:00
mrg
0f93dcdd53 - link to pci_mapreg_type() from pci_mapreg_map() for the type argument
- note that 64 bit memory mappings are different to others
- bump date
2018-09-12 09:45:59 +00:00
maxv
a0705ff4fb more netkey->netipsec 2018-09-06 10:09:29 +00:00
maxv
5c1f9396e5 Remove lurking references to Midway. These lists don't seem to be really
up-to-date, by the way.
2018-09-06 09:47:30 +00:00
maxv
8b9a99f7b4 Replace netkey/ -> netipsec/, everything was moved into netipsec/. 2018-09-06 09:44:09 +00:00
maxv
f922b0f6bd Remove the network ATM code. 2018-09-06 06:41:59 +00:00
maxv
6c90bd5a8d Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.
2018-09-06 05:36:49 +00:00
mrg
51f05bcba3 flip all ports to gcc.old GCC 6.4. 2018-09-05 06:54:29 +00:00
eadler
c054025b1b bsd-family-tree: Add NetBSD 7.2; fix 8.0
8.0 was not derived from 7.x.
Also add recent release of 7.2.

Reported by:	martin
2018-09-05 04:01:32 +00:00
mrg
cb3618ce23 s/of/or/ 2018-09-04 00:00:47 +00:00
maxv
b4c7496bd8 well well well it's September now 2018-09-02 17:21:28 +00:00
maxv
dcebb1dcbd remove reference to ipnat 2018-09-02 16:02:18 +00:00
sevan
0c4575d687 Use the An macro in the AUTHORS section. 2018-08-31 19:36:28 +00:00
sevan
d0f2c75d59 Pp before Bl 2018-08-31 19:34:44 +00:00
sevan
486b78bb06 New sentence, new line. 2018-08-31 18:27:47 +00:00
sevan
2b478831b9 Apply Tn macro to XTS 2018-08-31 18:20:10 +00:00
wiz
1de883b4aa Remove superfluous Pp. 2018-08-31 17:35:06 +00:00
sevan
277cc6c3c7 Add the correct PHY to SYNOPSIS
axe0 at uhub3 port 1
axe0: Apple Computer (0x5ac) Apple USB to Ethernet (0x1402), rev 2.00/0.01, addr 3
axe0: Ethernet address b8:8d:12:XX:XX:XX
ukphy0 at axe0 phy 16: OUI 0x007063, model 0x0006, rev. 1
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
2018-08-31 16:43:26 +00:00
wiz
f9e13d680e Fix Dd. New line after macro argument end. 2018-08-26 06:47:27 +00:00