summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use an up-to-date make binary in the upgrade_checks target ifru2003-07-191-1/+1
| | | | | | | | | one is already available. This avoids sometimes unnecessary step of attempting to rebuild the make binary again which may fail at all if, for example, one has removed his /usr/include before doing an installworld (to keep /usr/include tidied up). Pointed out by: kris, marcel
* Trim /rescue.obrien2003-07-191-12/+10
| | | | Discussed on: freebsd-arch@
* Disabling multicast on vlan interface caused kernel panic.ume2003-07-191-0/+2
| | | | | | PR: kern/40723 Submitted by: Hideki ONO <ono@kame.net> MFC after: 1 week
* This commit was generated by cvs2svn to compensate for changes in r117783,mtm2003-07-192-0/+55
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The MD framework for libthr on alphamtm2003-07-192-0/+55
|
* Add description about tagged queuing.simokawa2003-07-191-0/+5
|
* MFC: atkbd(4) bug fix.hrs2003-07-192-2/+4
|
* Turn a KASSERT back into an EINVAL return value. So, next time someonemtm2003-07-191-2/+4
| | | | | | | comes across it, it will turn into a core dump in userland instead of a kernel panic. I had also inverted the sense of the test, so Double pointy hat to: mtm
* Merge the following from the English version:hrs2003-07-191-5/+81
| | | | 1.583 -> 1.592 relnotes/common/new.sgml
* make sockstat not print wierd addresses on not connected unix domain socketsjmg2003-07-191-1/+5
| | | | | Pointed out by: rwatson Reviewed by: peter
* Add new supported cardsimp2003-07-191-0/+3
|
* Three fixes:silby2003-07-191-2/+10
| | | | | | | | | | | | | - Make m_prepend use m_gethdr instead of m_get where appropriate - Make m_copym use m_gethdr instead of m_get where appropriate - Add a call to m_fixhdr in m_defrag; m_defrag can't deal with corrupted pkthdr.len counts. MFC after: 3 days
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-194-0/+10
|
* Add Addtron AWA-100 wireless PCI cardimp2003-07-191-0/+1
| | | | | Submitted by: Robin Reagan Pr: 37526
* Add Linksys WCF12: from Scott Lambertimp2003-07-191-0/+1
|
* Sync to 1.60imp2003-07-191-1/+4
|
* Minor fix to the MBUF_STRESS_TEST code so that it keepssilby2003-07-191-1/+1
| | | | | | | pkthdr.len consistant at all times. (Some debugging code I'm working on is tripped otherwise.) MFC after: 3 days
* Add Linksys compact flash wireless cardimp2003-07-191-0/+1
| | | | | Submitted by: Scott Lambert PR: 53881
* Add support for DFE-670TXD to OLDCARDimp2003-07-191-0/+6
| | | | | Submitted by: David Wolfskill PR: 53356
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Cardimp2003-07-191-0/+1
| | | | | PR: 47786 Submitted by: IHA, genta -san
* sync to 1.59imp2003-07-191-1/+4
|
* Add Buffalo LPC3_CLX.imp2003-07-191-0/+1
| | | | | PR: 47786 Submitted by: IHA, genta -san
* Override libc function raise(), in threading mode, raise() willdavidxu2003-07-195-0/+110
| | | | | | send signal to current thread. Reviewed by: deischen
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
| | | | | | thread library. Reviewed by: deischen
* Add some very beta amd64 bits. These will also need some tweaking.deischen2003-07-1911-0/+921
|
* Add amd64 versions of makecontext() and signalcontext() neededdeischen2003-07-193-1/+208
| | | | | for libkse (makecontext() is also needed for libthr). These probably will need some tweaking.
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
| | | | in the standard. Defer to gettimeofday(2) for error indications.
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
| | | | | | (if present), even on error. Pointed out by: Wojtek Lerch, on the Austin Group mailing-list
* Add mutex for routing entries.hsu2003-07-191-1/+8
| | | | Reviewed by: bmilekic, silby
* Adjust for new telnet situation (single telnet source tree).markm2003-07-191-3/+2
|
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
| | | | | | | | | | | | | | | don't probe the server at all for passwd.by* maps. This fixes interoperability with the Services For UNIX NIS server (which is really a front end to Captive^WActiveDirectory). This server incorrectly returns success for all YPPROC_MASTER requests, even for maps that don't exist, which makes it impossible to (ab)use it to probe for the existence of the master.passwd.by* maps. This is a little kludgey, but basically restores the original behavior of getpwent.c as it is in -stable, and works around both the lack of YPPROC_ORDER on NIS+ servers as well as the broken YPPROC_MASTER on Services For UNIX servers.
* Fix a busdma bogon:wpaul2003-07-181-3/+3
| | | | | | Some of the calls to bus_dmamap_sync() were syncing the DMA descriptor ring maps using the mbuf tag, when they should have been using the descriptor ring tag instead.
* Fix a printf format warning I introduced.phk2003-07-181-21/+19
| | | | | | Use the macro max number of swap devices rather than cache the constant in a variable. Avoid a (now) pointless variable.
* Report the I/O base address in hex to be consistent with itsdds2003-07-181-1/+1
| | | | | | | specification format. Approved by: schweikh (mentor) MFC after: 2 weeks
* Remove a lock held across casuptr() that snuck in last commit.mtm2003-07-181-2/+5
|
* New release notes: top(1) -H, mount(8)/umount(8) filesystem ID support.hrs2003-07-182-2/+20
|
* Move the decision on whether to unset the contestedmtm2003-07-181-48/+40
| | | | | | bit or not from lock to unlock time. Suggested by: jhb
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-183-17/+54
| | | | | | | | | | | | ID for each file system in addition to the normal information. In umount(8), accept filesystem IDs as well as the usual device and path names. This makes it possible to unambiguously specify which file system is to be unmounted even when two or more file systems share the same device and mountpoint names (e.g. NFS mounts from the same export into different chroots). Suggested by: Dan Nelson <dnelson@allantgroup.com>
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-182-13/+13
| | | | M_WAITOK nor M_NOWAIT.
* Reference PR for IntelligentStick quirk entry.thomas2003-07-181-1/+1
| | | | PR: kern/53005
* Prototype defttymode() instead of just declaring it.yar2003-07-181-1/+1
|
* Add a comment above rip_ctloutput() documenting that the privilegerwatson2003-07-181-0/+10
| | | | | | | | | | | check for raw IP system management operations is often (although not always) implicit due to the namespacing of raw IP sockets. I.e., you have to have privilege to get a raw IP socket, so much of the management code sitting on raw IP sockets assumes that any requests on the socket should be granted privilege. Obtained from: TrustedBSD Project Product of: France
* When INVARIANTS is defined make sure that uma_zalloc_arg (and henceharti2003-07-181-0/+20
| | | | | | | uma_zalloc) is called with exactly one of either M_WAITOK or M_NOWAIT and that it is called with neither M_TRYWAIT or M_DONTWAIT. Print a warning if anything is wrong. Default to M_WAITOK of no flag is given. This is the same test as in malloc(9).
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
|
* When reporting an error internalizing an ACL string, print out therwatson2003-07-181-2/+2
| | | | | | | | ACL that generated the error, rather than the function, which is more user-friendly. Obtained from: TrustedBSD Project Product of: France
* Correct a couple of slips: add a missing article at one pointyar2003-07-182-4/+4
| | | | and the plaintext word "option" after "</option>" at another.
* Clean up include files.simokawa2003-07-186-23/+6
|
* New release note: arp(8) -i.yar2003-07-182-0/+12
|
* Remove extern declaration of ps_showallprocs. The definition is already gone.tjr2003-07-181-1/+0
| | | | | PR: 54604 Submitted by: Pawel Jakub Dawidek
* Implement a new option: -i, which will allow to limityar2003-07-182-4/+33
| | | | | | | | | | | the scope of operation to the ARP entries on a particular interface. It should be useful on machines with numerous network interfaces, e.g., on inter-VLAN routers. PR: bin/54151 Submitted by: Dmitry Morozovsky <marck at rinet.ru> Discussed on: -net MFC after: 2 weeks
OpenPOWER on IntegriCloud