summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Copy the warning about incorrect multibyte character handling from vis(3).tjr2004-06-241-1/+9
* | Document the fact that comm(1) does not recognize multibyte characterstjr2004-06-241-1/+7
* | Add support for multibyte characters and characters that take up moretjr2004-06-241-24/+27
* | Add support for multibyte characters and for characters that take uptjr2004-06-241-19/+27
* | Add russian translation for readmeden2004-06-242-0/+483
* | The description of the -S option in the man page says we won't fail if thedes2004-06-241-1/+0
* | Add support for multibyte characters and for characters that take uptjr2004-06-241-12/+23
* | Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to bejoerg2004-06-241-0/+6
* | When considering an ethernet frame that is not destined for us, do notjoerg2004-06-241-3/+9
* | Make dependencies on the TCP/IP stack conditional on INET / INET6. Thisdes2004-06-241-0/+21
* | s/SS_CANTSENDMORE/SBS_CANTSENDMORE/rik2004-06-241-1/+1
* | Don't force class to give a valid softc to g_slice_new(), it is not alwayspjd2004-06-241-2/+6
* | #include <sys/serial.h>phk2004-06-241-0/+1
* | Use the correct names for modem control signals as the primary and makephk2004-06-241-4/+5
* | Use the new serial port definitions for modemsignals.phk2004-06-246-105/+92
* | Use CTASSERT to enforce the relationship between the new serial portphk2004-06-241-0/+17
* | Add a tty-independent include file for definitions pertaining to serialphk2004-06-241-0/+62
* | Add russian translation for install notesden2004-06-2421-0/+2264
* | Update some comments and remove non-standard notation.njl2004-06-241-4/+7
* | Hook acpi_quirks up to the build for kernel and modules.njl2004-06-242-0/+16
* | Add a script to parse acpi_quirks into a header file that we can compilenjl2004-06-241-0/+191
* | Add a quirks array based on matching ACPI tables. The entries in this filenjl2004-06-241-0/+482
* | Sync to usbdevs 1.183jb2004-06-242-2/+25
* | Insert device foo for a few drivers that don't have it. Replace theimp2004-06-2411-23/+19
* | Add Delorme Publishing Earthmate GPSjb2004-06-241-0/+5
* | We really don't need pointers to st/sd anymore. They were obsoleted in 3.0.imp2004-06-243-84/+0
* | Acquire the receive socket buffer lock when modifying out-of-bandrwatson2004-06-241-5/+4
* | Lock socket buffers when processing setting socket options SO_SNDLOWATrwatson2004-06-241-0/+4
* | Annotate so_error as being used for simple assignment and reads, andrwatson2004-06-241-1/+2
* | Call vm_pageout_page_stats() with the page queues lock held.alc2004-06-241-3/+2
* | Update the section on device wiring to match how things are done in 5.x.scottl2004-06-241-16/+39
* | Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-248-0/+55
* | Fix a bug I introduced by some last-minute changes in -r 1.102. I endedgad2004-06-241-1/+1
* | Remove spl calls.alc2004-06-241-14/+1
* | Annotate which SB_ constants are for sb_flags fields.rwatson2004-06-241-0/+3
* | When updating sb_flags, acquire the socket buffer lock to preventrwatson2004-06-241-0/+4
* | Constify send and receive space constants in natm.rwatson2004-06-241-4/+4
* | Add a Nicollism.wollman2004-06-241-0/+3
* | Broaden scope of the socket buffer lock when processing an ACK so thatrwatson2004-06-242-4/+8
* | Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broadenrwatson2004-06-243-9/+7
* | Better OFW console support on Sun Ultra2 machines.obrien2004-06-243-9/+20
* | Currently, if the drives specified for volume creation arecsjp2004-06-241-2/+19
* | Add casts so all these quantities are a constant type.obrien2004-06-241-1/+1
* | Cast variable-sized (based on platform) quantities before printing out.obrien2004-06-241-2/+2
* | In ip_ctloutput(), acquire the inpcb lock around some of the basicrwatson2004-06-241-5/+10
* | When asserting non-Giant locks in the network stack, also assertrwatson2004-06-244-9/+33
* | Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console",gad2004-06-241-15/+43
* | Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* | Clean up use of ng_hdhasb_mtx a little:rwatson2004-06-241-0/+5
* | Acquire socket lock in the "waiting for connection" loop inrwatson2004-06-241-1/+4
OpenPOWER on IntegriCloud