summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Note: this is OLDCARD, and tweak comment about clpd 6729/30.imp2003-03-291-1/+3
|
* Add a new man page for bus_activate_resource andimp2003-03-292-2/+100
| | | | | bus_deactivate_resource. It could use some improvement, and others are welcomed to do so :-)
* Clearify what happens with the cookiep in various cases.imp2003-03-291-1/+11
|
* Fix some typos:imp2003-03-291-6/+14
| | | | | | | | race->rare rman_activate_resource -> bus_activate_resource Add xref to bus_activate_resource Minor markup changes for the start/end/count parameters.
* 320.rdist is OBE as we don't have rdist in the base system any more.obrien2003-03-291-1/+0
|
* This is OBE as we don't have rdist in the base system any longer.obrien2003-03-291-31/+0
|
* Globally use -mieee in /usr/src for Alpha.obrien2003-03-291-0/+4
|
* Reduce "code duplication" for AMD CPU's.obrien2003-03-291-30/+10
|
* Back out the totally unapproved backout of my commits.obrien2003-03-294-60/+2
|
* Small mdoc fixseanc2003-03-292-2/+2
|
* Text formatting changes.mdodd2003-03-292-65/+68
|
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
|
* add missing copyright noticessam2003-03-283-4/+90
| | | | Noticed by: Robert Watson
* If IPCP is disabled, susccess of IPV6CP negotiation is sufficientume2003-03-281-0/+5
| | | | | to communicate by IPv6. So, the prompt should be `PPP' rather than `PPp'.
* Typo fixes. Translators can probably ignore these.bmah2003-03-282-6/+6
| | | | Submitted by: ispell(1)
* New release notes: adduser(8) -g, gstat(8), omshell(1)/dhcpctl(3).bmah2003-03-282-0/+20
|
* Check for the PS_NEEDSIGCHK flag in the right flags field.jhb2003-03-282-2/+2
|
* Add an option to print the time in 12-hour format.mux2003-03-282-4/+26
| | | | Submitted by: Samy Al Bahra <samy@kerneled.com>
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
| | | | Move AC97 link control power up poke so it is always performed on attach.
* xargs(1) is WARNS=6 clean.mux2003-03-281-1/+1
| | | | Tested on: i386, sparc64
* When -o isn't specified, open /dev/null as stdin.mux2003-03-281-2/+5
| | | | Suggested by: jhb
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-284-31/+28
|
* Sysctl treats `long' and `unsigned long' differently - fix a comment.robert2003-03-281-1/+1
|
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
| | | | Requested by: bde
* Add pc-card from ARCHOS CD-224E cdrom.sobomax2003-03-281-0/+4
| | | | MFC after: 1 week
* bump __FreeBSD_version for thread-safe realpath(3)fjoe2003-03-281-1/+1
|
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
|
* Expound a little bit about the softc, where its size is found and aimp2003-03-281-2/+16
| | | | caution against emulating legacy softc methods used in the tree.
* Remove bogus card.4, and replace it with a link to oldcard.4. ruimp2003-03-282-104/+1
| | | | | | | | pointed this out a while ago, and I'm just now getting back to it. It obsoletes one of ru's changes, but since oldcard.4 is so much better, that doesn't matter. Submitted by: ru
* Create a man page for bus_child_present(9), a function to see if aimp2003-03-282-1/+84
| | | | | given device is considered accessible by its parent device bus driver (or its parent, etc).
* pccarddevs_data.h no longer generatedimp2003-03-281-3/+2
|
* MFp4:imp2003-03-282-106/+10
| | | | | Don't generate the data file. Use 0xffffffff rather than -1 for sign safety as these fields are uint32_t.
* - Clean up function calling conventions.mdodd2003-03-284-439/+525
| | | | | | - Be consistent about what we call our softc. - Minor formatting. - Add some register definitions gleaned from NetBSD/Linux.
* Allow m_dup_pkthdr to accept mbufs with attached clusters assilby2003-03-281-3/+3
| | | | | | targets. Submitted by: bmilekic
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-282-4/+25
| | | | | | | | | | | | time a character is written. Use this at boot time to reject the existing buffer contents if they are corrupt. This fixes a problem seen on some hardware (especially laptops) where the message buffer gets partially corrupted during a short power cycle or reset, but the msgbuf structure is left intact so it gets reused, resulting in random junk and control characters appearing in dmesg and /var/log/messages. PR: kern/28497
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
| | | | Submitted by: Craig Boston <craig@xfoil.gank.org>
* Close the disk file descriptor that is RO before trying to open thejmallett2003-03-281-4/+1
| | | | | | | | | new one, and do not fall back to the RO fd. There was a bug here in that the RO fd was never closed, if the RDRW open succeeded, but this code is bogus anyway, and it breaks newfs of floppies, at least for me, due to "Device busy." Anything that wants to fall back is doing something significantly odd that it should have some more complex code on its end.
* Default data length should be 56, not 64.mdodd2003-03-281-1/+1
|
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-272-111/+128
| | | | Submitted by: Constantin S. Svintsoff <kostik (at) iclub.nsu.ru>
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
|
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()rwatson2003-03-271-1/+1
| | | | | | as this can result in a NULL pointer deference when parsing the flags later. This change fixes "pkg_add -r" on 5.0-CURRENT for me; not quite clear how the problem was introduced.
* Correct LDBL_* constants based on values from i386.das2003-03-271-9/+9
|
* - Rely on ether_ifattach() to initialize part of our struct ifnetmdodd2003-03-271-23/+17
| | | | | | | rather than doing it ourself. - Set ifq_maxlen. - Include the size of the ethernet header when we allocate our mbuf chain in ieget().
* Add an information and fix typo.shiba2003-03-271-2/+2
|
* Eliminate a buffer sleep/wakeup race.tegge2003-03-271-7/+3
|
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-279-10/+10
| | | | | | | | the vendor is only included in the long name currently, reducing verbosity when modules are registered and unregistered. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add missing includes from previous commit.jhb2003-03-272-0/+2
| | | | Reported by: des
* Fix indentation.maxim2003-03-271-2/+2
|
* o Protect set_fs_param() by splimp(9).maxim2003-03-272-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote from kern/37573: There is an obvious race in netinet/ip_dummynet.c:config_pipe(). Interrupts are not blocked when changing the params of an existing pipe. The specific crash observed: ... -> config_pipe -> set_fs_parms -> config_red malloc a new w_q_lookup table but take an interrupt before intializing it, interrupt handler does: ... -> dummynet_io -> red_drops red_drops dereferences the uninitialized (zeroed) w_q_lookup table. o Flush accumulated credits for idle pipes. o Flush accumulated credits when change pipe characteristics. o Change dn_flow_queue.numbytes type to unsigned long. Overlapping dn_flow_queue->numbytes in ready_event() leads to numbytes becomes negative and SET_TICKS() macro returns a very big value. heap_insert() overlaps dn_key again and inserts a queue to a ready heap with a sched_time points to the past. That leads to an "infinity" loop. PR: kern/33234, kern/37573, misc/42459, kern/43133, kern/44045, kern/48099 Submitted by: Mike Hibler <mike@cs.utah.edu> (kern/37573) MFC after: 6 weeks
* Run a revision on the OAM api.phk2003-03-276-180/+440
| | | | | | | Use prefix gctl_ systematically. Add flag with access perms for each argument. Add ro/rw versions of argument building functions. General cleanup.
OpenPOWER on IntegriCloud