summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* stub call to addr2ascii().bms2007-03-011-1/+3
| | | | Noticed by: brooks
* Update the isp man page.mjacob2007-02-281-27/+41
| | | | MFC after: 2 weeks
* Update bus_setup_intr() man page after recent newbus modification:piso2007-02-281-11/+24
| | | | | | | | | | | o uniform the driver_intr_t parameter name to 'ithread' o delete any reference to INTR_FAST o document a bit the difference between the filter and ithread argument Reviewed by: mdoc-police (ru)
* Increase helpfulness in diagnostic message - ypbind running without -ypset orjmallett2007-02-281-1/+1
| | | | | -ypsetme will prevent use of ypset. Remind the user to check that it was started correctly.
* More cleanup for rev. 1.56brueffer2007-02-281-8/+9
| | | | Submitted by: ru
* Prepare for 802.1p:bms2007-02-281-3/+34
| | | | | | | | | | | | | Add macro EVL_APPLY_VLID() which may be used to apply an 802.1q VLAN ID to the M_VLANTAG field in an mbuf packet header non-destructively. This will be used by net80211 to begin with. Add macro EVL_APPLY_PRI() which may be used to apply an 802.1p priority class to the M_VLANTAG field in an mbuf packet header non-destructively. Add other macros for manipulating tags and the CFI bit. Submitted by: Boris Kovalenko (EVL_CFIOFTAG(), EVL_MAKETAG())
* Add comments about common idioms for cleanup pass at a later date.bms2007-02-281-0/+3
|
* mdoc cleanup for the previous commit and touch .Ddbrueffer2007-02-281-6/+8
|
* Document removal of addr2ascii/ascii2addr and addition of AF_LINKbms2007-02-281-0/+8
| | | | support for getnameinfo.
* Document the AF_LINK extension which was imported from NetBSD.bms2007-02-281-4/+19
|
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-289-441/+125
| | | | | | | | | | | | | | in FreeBSD, and originated from INRIA IPv6. Stub out netstat reference to addr2ascii() I mistakenly introduced. Update misleading man page sections. Merge NetBSD's getnameinfo() AF_LINK extensions for a portable way to print link-layer addresses given a sockaddr_dl(), minus the IEEE 1394 bits which don't map directly to our code. Obtained from: NetBSD (getnameinfo.c) Discussed on: current (March 2006)
* In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss().mohans2007-02-282-6/+4
| | | | The TCP hostcache logic in tcp_mss() depends on the snd_wnd being initialized.
* Remove code which would never be used, viz a viz Quality-of-Service;bms2007-02-282-23/+1
| | | | | the token bucket filter got killed in netinet, so it gets killed here too. Correct comments.
* Add a comment about a struct which needs to be global.bms2007-02-281-11/+8
| | | | | Remove an unused global variable. Staticize variables which do not need to be global.
* Resurrect one of the patches from attic and refine theru2007-02-281-31/+18
| | | | | | | | | | lib32 build somewhat. Specifically, instead of spamming ${CC} et al with -I${LIB32TMP}/usr/include which can be harmful (as has been demonstrated by the ncursesw WIP), use slightly different approach to achieve the same goal. This also simplifies things a bit. Prodded by: rafan
* Style: Move declaration of subsystem mutex to where otherbms2007-02-281-16/+25
| | | | mutexes are in this file, and use macros for dealing with it.
* Update the tcp(4) manpage with the new (and some older undocumented) sysctls.mohans2007-02-281-3/+19
| | | | Remove a sysctl that is no longer used.
* Minor reformatting.thomas2007-02-281-2/+2
|
* International code for Russian Ruble is changed from RUR to RUBache2007-02-285-5/+5
| | | | starting from 1.1.2001 (ISO 4217)
* Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn'tglebius2007-02-281-0/+2
| | | | | | | | be returned up to the caller. PR: 100172 Submitted by: "Andrew - Supernews" <andrew supernews.net> Reviewed by: rwatson, bms
* Toss the code, that handles errors from ip_output(), to make it moreglebius2007-02-281-30/+26
| | | | | | | | readable: - Merge two embedded if() into one. - Introduce switch() block to handle different kinds of errors. Reviewed by: rwatson, bms
* Fix markup.ru2007-02-281-2/+3
|
* Fix a nit noticed during translation.ru2007-02-281-0/+2
|
* Backport markup fixes from a translated version of a manpage.ru2007-02-281-2/+2
|
* Check in some insignificant fixes obtained as a result ofru2007-02-281-18/+19
| | | | the translation work.
* - Adopt the short description from POSIX as it better matches theru2007-02-281-7/+6
| | | | | | | utility name. - Fix a bug in description: the range preceded by a dash selects up to the last number, not first.
* Revert previous change and take back a pointy hat.ru2007-02-281-1/+1
|
* Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() onrwatson2007-02-281-1/+1
| | | | datagram UNIX domain sockets, not before.
* Fix panic on boot caused by setting up a NULL interrupt handler.ru2007-02-281-1/+1
| | | | | Submitted by: Goran Gajic Pointy hat to: piso
* Add a comment for PRIV_NET_SETLLADDR.pjd2007-02-271-1/+1
| | | | OK'ed by: rwatson
* Furhter clarifications:grog2007-02-271-6/+15
| | | | | | | | | - the issues with wakeup_one are due to address space clashes between unrelated groups of threads. - sleep() was removed in FreeBSD 2.2. - date the page today, not 4 days ago. - replace grammatically correct "woken" with "woken up" for consistency with the function name.
* Some USB mass storage devices return the number of sectors in responseimp2007-02-271-0/+18
| | | | | | | | | | | | | | | | | | to a READ_CAPACITY request rather than the maximum sector (off by one problem). This causes a huge cascade of errors as the geom tasting code tries to read the last sector (which isn't really there in the face of this error). automated tools that manipulate disk labels and such also have issues. Create a new quirk READ_CAPACITY_OFFBY1 and add a quirk for the SanDISK ImageMate that I have that suffers from this problem (the SDDR-31). It intercepts the READ_CAPACITY response and adjusts it from number of sectors to max sector for devices with this quirk. Reading the Linux source suggests that there are a host of other devices with this issue, including iPods and some popular cameras. I've not added quirks for them, since I don't have the devices in front of me to test.
* Entries sorted by id number, not nameimp2007-02-271-1/+1
|
* Use pause() in vm_object_deallocate() to yield the CPU to the lock holderjhb2007-02-271-1/+1
| | | | | | rather than a tsleep() on &proc0. The only wakeup on &proc0 is intended to awaken the swapper, not random threads blocked in vm_object_deallocate().
* Print tid's rather than thread pointers in KTR_PROC traces.jhb2007-02-271-8/+8
|
* Use taskqueue_drain() to wait for any pending tasks to complete ratherjhb2007-02-271-4/+2
| | | | than just pausing for a second.
* Use pause() instead of tsleep()'s on the softc pointer that have nojhb2007-02-271-6/+6
| | | | | corresponding wakeups. Also, at least some of the comments nearby indicate that these are fixed-length I/O sleeps.
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-2719-44/+38
|
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-273-7/+3
|
* Use pause() rather than using tsleep() on a dummy variable.jhb2007-02-272-2/+1
|
* Always protect the kthread flags with the lock and close a race withjhb2007-02-271-2/+1
| | | | | | module unload and kthread_exit(). MFC after: 3 days
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-272-4/+4
|
* o consistently check strlcpy resultsam2007-02-271-2/+10
| | | | o warn when we skip an interface because it's name is too long
* Do not execute filter only handlers in ithread_execute_handlers():piso2007-02-271-0/+4
| | | | | this fixes the panics when filter only and ithread only handlers where sharing the same irq .
* correct type to silence const complaintsam2007-02-271-1/+2
|
* unbreak create operation, must copy argument to global namesam2007-02-271-0/+1
| | | | Spotted by: des
* Fix obvious typo (use long name if short name isn't provided).flz2007-02-271-1/+1
| | | | | Reviewed by: sam MFC after: 3 days
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.jhb2007-02-271-3/+3
|
* Fix markup and grammar bugs in recent revisions.ru2007-02-271-6/+8
|
* Remove a (harmless) stray backslash.ru2007-02-271-1/+1
|
OpenPOWER on IntegriCloud