summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Grammar nits.thompsa2010-01-141-3/+3
| | | | Submitted by: Ben Kaduk
* Remove the 1000 pseudo terminal limit from pts(4).ed2010-01-131-26/+0
| | | | | Even with the old utmp format, we could in fact go to pts/9999, because ut_line wasn't guaranteed to be null terminated there.
* Update to Fredrik's latest uhso driver. This changes port detection, addsthompsa2010-01-131-6/+17
| | | | | | comments and other code nits. Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
* Remove <utmp.h> and its corresponding manual page.ed2010-01-132-269/+0
|
* Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differthompsa2010-01-132-0/+116
| | | | | | | | from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than using PPP over serial. uhsoctl(1) is used to initiate and close the WAN connection. Obtained from: Fredrik Lindberg <fli@shapeshifter.se>
* Various fixes.brueffer2010-01-122-20/+21
|
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-123-3/+3
| | | | | | | PR: bin/142566 Submitted by: N.J. Mann njm njm.me.uk Approved by: ed (mentor) MFC after: 2 weeks
* Update, reflecting added multichannel playback support.mav2010-01-121-4/+8
|
* Properly make the end key work again for TERM=xterm.ed2010-01-101-2/+2
| | | | | | | | | | I've been so busy hacking on utmpx the last couple of days, out of reflex, I committed it to the wrong source tree. Note to myself: don't hack on FreeBSD while watching TV at the same time. PR: conf/142578 Submitted by: Yuri Pankov <yuri pankov gmail com> Reminded by: stefanf
* Change the second usb example for ulpt to one describing libusb which would bethompsa2010-01-101-4/+6
| | | | more common.
* libusb20 was renamed libusb several months ago.antoine2010-01-091-1/+1
| | | | MFC after: 1 month
* Fix formatting.delphij2010-01-091-3/+0
| | | | MFC after: 2 weeks
* Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).delphij2010-01-095-4/+319
| | | | | Reviewed by: davidxu MFC after: 2 weeks
* bridge(4) acts like a switch, not like a hub.brueffer2010-01-091-2/+2
| | | | | | | PR: 141350 Submitted by: brucec Reviewed by: thompsa MFC after: 1 week
* Introduce the new kernel thread called "deadlock resolver".attilio2010-01-091-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | While the name is pretentious, a good explanation of its targets is reported in this 17 months old presentation e-mail: http://lists.freebsd.org/pipermail/freebsd-arch/2008-August/008452.html In order to implement it, the sq_type in sleepqueues is mandatory and not only compiled along with INVARIANTS option. Additively, a new sleepqueue function, sleepq_type() is added, returning the type of the sleepqueue linked to a wchan. Three new sysctls are added in order to configure the thread: debug.deadlkres.slptime_threshold debug.deadlkres.blktime_threshold debug.deadlkres.sleepfreq rappresenting the thresholds for sleep and block time that will lead to a deadlock matching (when exceeded), while the sleepfreq rappresents the number of seconds between 2 consecutive thread runnings. In order to enable the deadlock resolver thread recompile your kernel with the option DEADLKRES. Reviewed by: jeff Tested by: pho, Giovanni Trematerra Sponsored by: Nokia Incorporated, Sandvine Incorporated MFC after: 2 weeks
* Various language fixes.brueffer2010-01-091-19/+18
| | | | | | PR: 38061 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 1 week
* Complete the swap of carp(4) log levels and document the change.ru2010-01-081-5/+5
| | | | MFC after: 3 days
* - s/unsecure/insecure/ as this is the correct keyworddanger2010-01-071-2/+2
|
* Add a missing word.brueffer2010-01-041-1/+1
| | | | | | PR: 140989 Submitted by: Lachlan Kang MFC after: 1 week
* Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happenedbrueffer2010-01-043-6/+6
| | | | | | | | almost three years ago in r166794. PR: 140989 Submitted by: Lachlan Kang MFC after: 1 week
* Now that I'm free from mentorship, it's only fair to document whobcr2010-01-041-0/+2
| | | | my mentor was.
* PG_NOSYNC is called VPO_NOSYNC for long time.kib2010-01-041-1/+1
| | | | MFC after: 3 days
* Add one more supported controller.brueffer2010-01-021-1/+3
| | | | | Submitted by: pluknet <pluknet@gmail.com> MFC after: 1 week
* o Correct URL to announcements collection.maxim2009-12-311-1/+1
| | | | | | PR: docs/142204 Submitted by: Jason Helfman MFC after: 1 week
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+2
| | | | | | | | | | | | | | Unfortunately there are two slight problems with that: - Yacc and lex might generate code that generates warnings because of this. Require yacc and lex to be rebuilt during bootstrap. I'm not incrementing __FreeBSD_version here, because I assume someone else will do this eventually. - When running `make buildkernel', it uses share/mk from the source treeo to build aicasm. Because aicasm also depends on lex, this would break. Lower WARNS to 5 for now. We should just increment it to 6 again somewhere in the very far future.
* Add support for configuring vlan(4) interfaces as child devices similar tojhb2009-12-291-2/+47
| | | | | | | | | | | | | | wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_<IF>' variable. If a vlan interface is a number, then that number is treated as the vlan tag for the interface and the interface will be named '<IF>.<tag>'. Otherwise, the vlan tag must be provided via a vlan parameter in a 'create_args_<vlan>' variable. While I'm here, fix a few nits in rc.conf(5) and mention create_args_<IF> in the description of cloned_interfaces. Reviewed by: brooks MFC after: 2 weeks
* Remove examples for pppd and SLIP-related stuff.trasz2009-12-2919-277/+0
|
* MFV of tzdata2009u, r201187edwin2009-12-291-3/+38
| | | | | | Bangladesh will change its clock back to Standard Time on Dec 31, 2009. MFC after: now
* The net/if_slvar.h header is long gone.trasz2009-12-281-7/+1
|
* Bump manual page dates.trasz2009-12-282-2/+2
|
* Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.trasz2009-12-282-2/+2
|
* Line discipline support is gone; update tty(4) manual page to reflect this.trasz2009-12-281-64/+8
| | | | Reviewed by: ed
* Add references to termios-related stuff.trasz2009-12-281-0/+7
|
* Correct my e-mail address.marius2009-12-251-2/+2
|
* Add a man page for mk48txx(4).marius2009-12-252-0/+231
| | | | | Requested by: n_hibma Obtained from: NetBSD (original version)
* Document newly added loader tunable/sysctl variableyongari2009-12-241-1/+19
| | | | | dev.ste.%d.int_rx_mod. While I'm here add .Xr vlan as ste(4) supports long frames.
* Removed duplicate usbd_xfer_state(9) link.ru2009-12-222-2/+0
|
* Sort mlinks.ru2009-12-221-66/+66
|
* MFV of tzcode2009t, r200833edwin2009-12-223-11/+86
| | | | | | Comment only, no data changes. MFC after: 1 week
* If none of the watchdogs supports the requested timeout value, theru2009-12-211-3/+3
| | | | code returns EOPNOTSUPP, not EINVAL.
* - Eliminated hard sentence breaks.ru2009-12-211-14/+15
| | | | | - Fixed spelling of EINVAL. - Sorted sections.
* Removed one more Alpha leftover.ru2009-12-211-1/+0
|
* Reference the correct man page for firmware(9).bcr2009-12-191-1/+1
| | | | | | | | PR: docs/140986 Submitted by: Glen Barber (glen dot j dot barber at gmail dot com) MFC after: 4 days Reviewed by: sam Approved by: sam, jkois (mentor)
* Document more VIA Velocity family controllers to vge(4). Previouslyyongari2009-12-181-9/+10
| | | | | | | | it mentioned only VT6122. While I'm here remove the mention of VT3119 which seems to be VIA's internal model name and VT3119 wouldn't be available to end users. Reviewed by: brueffer
* Add new "hw.psm.tap_enabled" tunable and sysctl.dumbbell2009-12-181-0/+12
| | | | | | | | | | | | | This tunable allows one to enable (1) or disable (0) gestures like tap and tap-hold on Synaptics TouchPad when the Extended mode isn't enabled (ie. "hw.psm.synaptics_support" not set). By default, the value is -1 in order to keep the current behaviour of not enabling/disabling gestures explicitly. PR: kern/139272 Submitted by: David Horn <dhorn2000 AT gmail DOT com> Reviewed by: David Horn <dhorn2000 AT gmail DOT com>
* Document newly added loader tunable and sysctl variables.yongari2009-12-171-1/+33
| | | | | | | o hw.vge.msi_disable o dev.vge.%d.int_holdoff o dev.vge.%d.rx_coal_pkt o dev.vge.%d.tx_coal_pkt
* Make man page reflect the output columnsjulian2009-12-161-0/+2
| | | | MFC after: 1 week
* Forgot to bump .Dd, so do it with this commit. Chose local time overimp2009-12-162-2/+2
| | | | UTC time for the date...
* Docmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessary. Updateimp2009-12-162-2/+21
| | | | documentation on KERNFAST meaning.
* Improve the markupdougb2009-12-141-2/+5
| | | | Submitted by: ru
OpenPOWER on IntegriCloud