]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
19 years agoRevert change to struct ifnet. Use ifnet pointer in softc. Embedding
glebius [Tue, 1 Mar 2005 10:59:14 +0000 (10:59 +0000)]
Revert change to struct ifnet. Use ifnet pointer in softc. Embedding
ifnet into smth will soon be removed.

Requested by: brooks

19 years agocorrect WARNS=6 fix to use cast to (void *).
ume [Tue, 1 Mar 2005 10:55:06 +0000 (10:55 +0000)]
correct WARNS=6 fix to use cast to (void *).
use of struct sockaddr_strage * is thought as not good manner. :)

19 years agoRemove debugging printf.
glebius [Tue, 1 Mar 2005 09:31:36 +0000 (09:31 +0000)]
Remove debugging printf.

Reviewed by: mlaier

19 years agoUse BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp [Tue, 1 Mar 2005 08:58:06 +0000 (08:58 +0000)]
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
preference to some random negative number to allow other drivers a
bite at the apple.

19 years agoWhen mac_check_system_acct() fails, make sure to unlock as well as close
rwatson [Tue, 1 Mar 2005 08:56:13 +0000 (08:56 +0000)]
When mac_check_system_acct() fails, make sure to unlock as well as close
the vnode.

Pointed out by: jeff

19 years agoMerge from NetBSD.
sobomax [Tue, 1 Mar 2005 08:01:22 +0000 (08:01 +0000)]
Merge from NetBSD.

o usb_subr.c, add delta 1.119:

  Move usb_get_string() and make it public.

o usbdi.c, bring on par with 1.106, this includes:

  - Make an iterator abstraction for looping through all descriptors.

  - Whine about not being able to figure out default language if we are debugging.

  - Move usb_get_string() and make it public.

o usbdi.h, bring on par with 1.64, this includes:

  - Make an iterator abstraction for looping through all descriptors.

  - Move usb_get_string() and make it public.

o usbdi_util.c, bring on par with 1.42, this includes:

  - Add usbd_get_protocol().

  - Use NULL instead of 0.

  - Fix (mostly harmless) typo.

  - Move utility routine from uirda.c to usbdi_util.c.

o usbdi_util.h, bring on par with 1.31, this includes:

  - Add usbd_get_protocol().

  - Move utility routine from uirda.c to usbdi_util.c.

MFC after: 3 days

19 years agoCatch up with "physical memory" sysctl change.
grehan [Tue, 1 Mar 2005 07:59:24 +0000 (07:59 +0000)]
Catch up with "physical memory" sysctl change.
(MFi386: rev 1.608)

19 years agoReverse a condition so that the else clause can be changed
harti [Tue, 1 Mar 2005 07:58:18 +0000 (07:58 +0000)]
Reverse a condition so that the else clause can be changed
to a fallthrough.

Patch: 7.82

Submitted by: Max Okumoto <okumoto@ucsd.edu>

19 years agoUse BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp [Tue, 1 Mar 2005 07:50:12 +0000 (07:50 +0000)]
Use BUS_PROBE_DEFAULT in preference to 0.  Also for vx, return
BUS_PROBE_LOW_PRIORITY in stead of ifdef for devices that xl and vx
both support so that xl will snarf them on up.

19 years ago - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,
jeff [Tue, 1 Mar 2005 07:38:45 +0000 (07:38 +0000)]
 - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,
   not ACTIVECLEAR.

Submitted by: iedowse

19 years agoSync with 1.9 from NetBSD, this includes:
sobomax [Tue, 1 Mar 2005 06:35:04 +0000 (06:35 +0000)]
Sync with 1.9 from NetBSD, this includes:

o Add Ethernet descriptor.

o Use attribute packed for on-the-wire data structures.

MFC after: 3 days

19 years agoCorrect the freebsd32_kevent prototype.
ps [Tue, 1 Mar 2005 06:32:53 +0000 (06:32 +0000)]
Correct the freebsd32_kevent prototype.

19 years agoAdd a manual page for the fm801 chipsets.
trhodes [Tue, 1 Mar 2005 05:58:16 +0000 (05:58 +0000)]
Add a manual page for the fm801 chipsets.

PR: 78143
Submitted by: Joel Dahl <joel@automatvapen.se> (original version)

19 years agoAdd sysdoc, a small set of scripts which will parse a kernel binary and
trhodes [Tue, 1 Mar 2005 05:48:37 +0000 (05:48 +0000)]
Add sysdoc, a small set of scripts which will parse a kernel binary and
modules to rip out the available sysctls.  It will then produce a manual
page which may be installed with 'make install'.  Currently typing 'make'
in the directory uses the default /boot/kernel files.  To use a specific
directory, run sysdoc -k [location].

19 years agoUse the kernel pmap's lock to guarantee that only one thread at a time is
alc [Tue, 1 Mar 2005 05:06:52 +0000 (05:06 +0000)]
Use the kernel pmap's lock to guarantee that only one thread at a time is
using either pmap_temp_map_1 or pmap_temp_map_2.

Tested by: kris@

19 years agoCatch up with the "physical memory" sysctl change.
obrien [Tue, 1 Mar 2005 04:18:32 +0000 (04:18 +0000)]
Catch up with the "physical memory" sysctl change.
(MFi386: rev 1.608)

19 years agoAdd rc.bsdextended. It's been tested enough.
trhodes [Tue, 1 Mar 2005 03:59:24 +0000 (03:59 +0000)]
Add rc.bsdextended.  It's been tested enough.

19 years agoSupport \H, \h, \w, \W, \$ string expansion in the prompt.
obrien [Tue, 1 Mar 2005 03:35:58 +0000 (03:35 +0000)]
Support \H, \h, \w, \W, \$ string expansion in the prompt.

Submitted by: mini

19 years agoMake an advise that a rebuild of fsck(8) is recommended for -CURRENT
delphij [Tue, 1 Mar 2005 02:33:34 +0000 (02:33 +0000)]
Make an advise that a rebuild of fsck(8) is recommended for -CURRENT
after 20050220 due to the superblock summary recomputation change.
Also make a note about how to go back to the old behavior.

MFC After: 1 day

19 years ago- Split tests into three rough categories.
das [Tue, 1 Mar 2005 01:43:20 +0000 (01:43 +0000)]
- Split tests into three rough categories.
- Use fesetround() instead of fpsetround(), and add tests for
  various rounding modes.
- Test that all NaNs generated are quiet.

Some of these tests won't pass until problems in vendor sources
(gdtoa and gcc) are fixed and new versions imported, but I
want to get these changes into the tree before I accidentally
blow them away again.  :-(

19 years ago- Split the printfloat test into 11 individually wrapped and packaged
das [Tue, 1 Mar 2005 01:43:05 +0000 (01:43 +0000)]
- Split the printfloat test into 11 individually wrapped and packaged
  tests.  (Buy 10, get one free!)  The separate categories were
  already there; they just weren't labeled.
- Use fesetround() instead of fpsetround(), since the former is
  standard and implemented on all supported architectures.  Add
  tests for each rounding mode.
- Add additional tests for subnormals.

Some of these tests won't pass until problems in vendor sources
(gdtoa and gcc) are fixed and new versions imported, but I
want to get these changes into the tree before I accidentally
blow them away.

19 years agoMFi386: Sync whitespace and an abbreviation
peter [Mon, 28 Feb 2005 23:39:58 +0000 (23:39 +0000)]
MFi386: Sync whitespace and an abbreviation

19 years agoMFi386: Update alc's copyright notice
peter [Mon, 28 Feb 2005 23:38:15 +0000 (23:38 +0000)]
MFi386:  Update alc's copyright notice

19 years agoMFi386: Bring over John's local apic timer code
peter [Mon, 28 Feb 2005 23:37:35 +0000 (23:37 +0000)]
MFi386:  Bring over John's local apic timer code

19 years agoBootstrap pwd_mkdb(8) and use its new feature during "make distribute".
ru [Mon, 28 Feb 2005 22:55:43 +0000 (22:55 +0000)]
Bootstrap pwd_mkdb(8) and use its new feature during "make distribute".

19 years agoAdd a sysctl that records the amount of physical memory in the machine.
wes [Mon, 28 Feb 2005 21:42:56 +0000 (21:42 +0000)]
Add a sysctl that records the amount of physical memory in the machine.

Submitted by: Nicko Dehaine <nicko@stbernard.com>
MFC after: 1 day

19 years agoSave and restore the VGA state across a suspend-resume cycle. This
iedowse [Mon, 28 Feb 2005 21:06:14 +0000 (21:06 +0000)]
Save and restore the VGA state across a suspend-resume cycle. This
is particularly useful when VESA is available (either `options VESA'
or load the vesa module), as BIOSes in some notebooks may correctly
save and restore LCD panel settings using VESA in cases where calling
the video BIOS POST is not effective. On some systems it may also
be necessary to set the hw.acpi.reset_video sysctl to 0.

19 years agoAdd endianness support.
ru [Mon, 28 Feb 2005 21:05:30 +0000 (21:05 +0000)]
Add endianness support.

While version 4 entries are architecture-independent, we
also store old (version 3) entries in native byte order.
Also, the hash itself is created in a native byte order.

With this change, pwd_mkdb(8) can be used to cross-build
*pwd.db files for another architecture.

Tested on: i386, amd64, alpha, sparc64

19 years agoAdd a missing bcopy() to make saving the VESA state actually work.
iedowse [Mon, 28 Feb 2005 20:40:44 +0000 (20:40 +0000)]
Add a missing bcopy() to make saving the VESA state actually work.
Also save the DAC state, increase the maximum save state size from
4k to 8k, and refuse to save the VESA state if the BIOS reports it
is larger than the maximum size we can handle.

It doesn't appear that anything currently uses this code, but it
turns out to be capable of restoring some notebook displays to a
working state after a suspend-resume cycle.

19 years agoDefine the _mtx_assert() function prototype as well as the MA_* constants
jhb [Mon, 28 Feb 2005 19:26:16 +0000 (19:26 +0000)]
Define the _mtx_assert() function prototype as well as the MA_* constants
if either INVARIANTS or INVARIANT_SUPPORT is defined so that kernel modules
that want to use mtx_assert() only need to define INVARIANTS.

MFC after: 1 week

19 years agoFix a grammar nit of mine.
obrien [Mon, 28 Feb 2005 18:32:25 +0000 (18:32 +0000)]
Fix a grammar nit of mine.

19 years ago-mandoc style tweak rev 1.13.
obrien [Mon, 28 Feb 2005 18:28:58 +0000 (18:28 +0000)]
-mandoc style tweak rev 1.13.
Submitted by: ru

19 years agoDon't extract the .gdbinit file from the distribution.
harti [Mon, 28 Feb 2005 17:29:10 +0000 (17:29 +0000)]
Don't extract the .gdbinit file from the distribution.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r142810,
harti [Mon, 28 Feb 2005 17:27:11 +0000 (17:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r142810,
which included commits to RCS files with non-trunk default branches.

19 years agoVirgin import of bsnmpd 1.8
harti [Mon, 28 Feb 2005 17:27:11 +0000 (17:27 +0000)]
Virgin import of bsnmpd 1.8

19 years agoVarParseLong: Move the initialisation of dynamic up which saves
harti [Mon, 28 Feb 2005 17:23:17 +0000 (17:23 +0000)]
VarParseLong: Move the initialisation of dynamic up which saves
an else clause. Move the assignment to the lengthPtr down to
just before the return statements.

Patch: 7.81

Submitted by: Max Okumoto <okumoto@ucsd.edu>

19 years agoIncrease the default stacksizes:
marcus [Mon, 28 Feb 2005 17:15:31 +0000 (17:15 +0000)]
Increase the default stacksizes:

32-bit 64-bit
main thread 2 MB 4 MB
other threads 1 MB 2 MB

Adapted from: libpthread
Approved by: deischen

19 years agoBuf_GetAll wants a pointer as its second argument, not a boolean -
harti [Mon, 28 Feb 2005 17:05:26 +0000 (17:05 +0000)]
Buf_GetAll wants a pointer as its second argument, not a boolean -
replace FALSE by NULL.

Submitted by: Max Okumoto <okumoto@ucsd.edu>

19 years agoGive a better advice on how to convert DOS text to UNIX text.
yar [Mon, 28 Feb 2005 17:05:00 +0000 (17:05 +0000)]
Give a better advice on how to convert DOS text to UNIX text.
The former tip used `col -bx', which would not only discard
CR's, but also expand TAB's and remove BS'en.  This effect is
not always wanted.

MFC after: 1 week

19 years agoUse 0 instead if NULL for vm_offset_t argument to windrv_lookup() to
wpaul [Mon, 28 Feb 2005 16:47:54 +0000 (16:47 +0000)]
Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to
silence compiler warnings.

19 years agoIn hardware/sparc64/proc-sparc64.sgml, Ultra 5 is listed twice times, avoid
rushani [Mon, 28 Feb 2005 16:41:33 +0000 (16:41 +0000)]
In hardware/sparc64/proc-sparc64.sgml, Ultra 5 is listed twice times, avoid
duplication.

Noticed by: Ryusuke Suzuki <ryusuke at nucl dot sci dot hokudai dot ac dot jp>

19 years agoSupport running carp(4) over a vlan(4) parent interface.
yar [Mon, 28 Feb 2005 16:19:11 +0000 (16:19 +0000)]
Support running carp(4) over a vlan(4) parent interface.

Encouraged by: glebius

19 years agoDon't modify the input string in VarParseLong(). It is not
harti [Mon, 28 Feb 2005 15:01:37 +0000 (15:01 +0000)]
Don't modify the input string in VarParseLong(). It is not
necessary to NUL-terminated it, because we know the lengths
from the pointers.

Patch: 7.80

Submitted by: Max Okumoto <okumoto@ucsd.edu>

19 years agoStep 1/2 of making "make distribute" work for cross-builds.
ru [Mon, 28 Feb 2005 14:16:53 +0000 (14:16 +0000)]
Step 1/2 of making "make distribute" work for cross-builds.

19 years agoIn bpf_setf(), protect against races between multiple user threads
rwatson [Mon, 28 Feb 2005 14:04:09 +0000 (14:04 +0000)]
In bpf_setf(), protect against races between multiple user threads
attempting to change the BPF filter on a BPF descriptor at the same
time: retrieve the old filter pointer under the same locked region
as setting the new pointer.

MFC after: 3 days

19 years agoAdd missing ()
phk [Mon, 28 Feb 2005 13:49:06 +0000 (13:49 +0000)]
Add missing ()

19 years agoIncrease usefulness of telnet(1) as a protocol tester. By prepending
tobez [Mon, 28 Feb 2005 12:46:53 +0000 (12:46 +0000)]
Increase usefulness of telnet(1) as a protocol tester.  By prepending
"+" to the port number, disable option negotiation and allow
transferring of data with high bit set.

OKed by: markm (maintainer)
PR: 52032
Submitted by: Valentin Nechayev <netch maybe-at netch stop kiev stop ua>
MFC After: 2 weeks

19 years agoUpdate a comment describing bpf_iflist to indicate that the BPF interface
rwatson [Mon, 28 Feb 2005 12:35:52 +0000 (12:35 +0000)]
Update a comment describing bpf_iflist to indicate that the BPF interface
structures correspond to specific link layers, so the same network
interface may appear more than once.

MFC after: 3 days

19 years agoRemove unused field from carp softc.
glebius [Mon, 28 Feb 2005 11:57:03 +0000 (11:57 +0000)]
Remove unused field from carp softc.

OK'ed by: mcbride@OpenBSD

19 years agoFix tcpdump(8) on carp(4) interface:
glebius [Mon, 28 Feb 2005 11:54:36 +0000 (11:54 +0000)]
Fix tcpdump(8) on carp(4) interface:
- Use our loop DLT type, not OpenBSD. [1]
- The fields that are converted to network byte order are not 32-bit
  fields but 16-bit fields, so htons should be used in htonl. [1]
- Secondly, ip_input changes ip->ip_len into its value without
  the ip-header length. So, restore the length to make bpf happy. [1]
- Use bpf_mtap2(), use temporary af1, since bpf_mtap2 doesn't
  understand uint8_t af identifier.

Submitted by: Frank Volf [1]

19 years agoMFi386: revisions 1.1186 and 1187
nyan [Mon, 28 Feb 2005 11:51:18 +0000 (11:51 +0000)]
MFi386: revisions 1.1186 and 1187
  - Connect "options MP_WATCHDOG" to the LINT builds.
  - Spell "options" correctly as "options ".

19 years agoCatch the case where the idle loop is entered with interrupts disabled,
grehan [Mon, 28 Feb 2005 09:49:00 +0000 (09:49 +0000)]
Catch the case where the idle loop is entered with interrupts disabled,
causing a hard hang.

19 years agoCatch up with the latest policies on knobs.
obrien [Mon, 28 Feb 2005 09:42:08 +0000 (09:42 +0000)]
Catch up with the latest policies on knobs.

19 years agoAccept the old user interface for NO_CLEAN as it is a POLA violation as
obrien [Mon, 28 Feb 2005 09:23:38 +0000 (09:23 +0000)]
Accept the old user interface for NO_CLEAN as it is a POLA violation as
we've eventually changed the user interface of a common command.

19 years agoTypo.
pjd [Mon, 28 Feb 2005 08:55:53 +0000 (08:55 +0000)]
Typo.

19 years ago- switch pcpu to a struct declaration ala amd64. It may be more efficient to
grehan [Mon, 28 Feb 2005 08:47:51 +0000 (08:47 +0000)]
- switch pcpu to a struct declaration ala amd64. It may be more efficient to
  cache-align this struct, but that's a topic for a far-in-the-future
  commit.
- eliminate commented-out reference to a non-existent pcpu field.

19 years agoUnbreak buildworld.
ru [Mon, 28 Feb 2005 07:16:39 +0000 (07:16 +0000)]
Unbreak buildworld.

19 years agoCorrectly set kernelname for kern.bootfile sysctl
grehan [Mon, 28 Feb 2005 07:14:13 +0000 (07:14 +0000)]
Correctly set kernelname for kern.bootfile sysctl

Noticed by: gad
Code stolen from: sparc64

19 years agoProtect against multiple includes and use _KERNEL to protect the PCI fns.
njl [Mon, 28 Feb 2005 05:39:34 +0000 (05:39 +0000)]
Protect against multiple includes and use _KERNEL to protect the PCI fns.

19 years agoBump FreeBSD version for change to install acpica includes in /usr/include.
njl [Mon, 28 Feb 2005 05:28:29 +0000 (05:28 +0000)]
Bump FreeBSD version for change to install acpica includes in /usr/include.

19 years agoAdd missing va_end() in fdc_cmd.
yongari [Mon, 28 Feb 2005 05:14:45 +0000 (05:14 +0000)]
Add missing va_end() in fdc_cmd.
0 -> NULL in arguments of fdc_sense_int().

Reminded by: joerg

19 years agoInstall acpi includes in dev/acpica. This should later be trimmed (the pci
njl [Mon, 28 Feb 2005 02:20:03 +0000 (02:20 +0000)]
Install acpi includes in dev/acpica.  This should later be trimmed (the pci
bus one is not needed) and ifdef _KERNEL added.

PR: kern/74215
MFC after: 1 day

19 years agoCorrect a macro name.
brueffer [Mon, 28 Feb 2005 02:02:27 +0000 (02:02 +0000)]
Correct a macro name.

PR: 78171
Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
MFC after: 3 days

19 years agoTypos and grammar fixes, wordsmithing
brueffer [Mon, 28 Feb 2005 01:33:10 +0000 (01:33 +0000)]
Typos and grammar fixes, wordsmithing

19 years agoThere were two calls to cardbus_do_cis when cardbus_do_cis changed,
imp [Mon, 28 Feb 2005 01:27:24 +0000 (01:27 +0000)]
There were two calls to cardbus_do_cis when cardbus_do_cis changed,
yet I only changed one of them.  So when we loaded drivers, we'd fail
to allocate resources correct.

This pointed out that we were doing the wrong thing when we failed to
attach a child.  We released all the resources and almost deleted the
child.  Instead, we should keep the resources allocated so when/if a
driver is loaded, we can go w/o having to allocate them.  We use
pci_cfg_save/restore to restore the BARs with these resources.

This seems to fix the problems that we were seeing that I thought
might have magically gone away in the last revision of cardbus.c (but
really didn't).

Noticed by: avatar (nicely done!)

19 years agoExpose pci_cfg_safe/restore for subclasses of pci to use.
imp [Mon, 28 Feb 2005 01:14:15 +0000 (01:14 +0000)]
Expose pci_cfg_safe/restore for subclasses of pci to use.

19 years agoSpell "options" correctly as "options ".
obrien [Mon, 28 Feb 2005 00:58:06 +0000 (00:58 +0000)]
Spell "options" correctly as "options ".

19 years agoConnect "options MP_WATCHDOG" to the LINT builds.
obrien [Mon, 28 Feb 2005 00:55:16 +0000 (00:55 +0000)]
Connect "options MP_WATCHDOG" to the LINT builds.

19 years agoAdd FreeBSD ID.
obrien [Mon, 28 Feb 2005 00:53:29 +0000 (00:53 +0000)]
Add FreeBSD ID.

19 years agoUse mss_{format,speed}() rather than chn_set{format,speed}() and hold
mdodd [Sun, 27 Feb 2005 23:32:21 +0000 (23:32 +0000)]
Use mss_{format,speed}() rather than chn_set{format,speed}() and hold
mss lock across call.

This allows my Thinkpad 600E to resume with the sound driver loaded and
vchans enabled.

19 years ago- Add md_provsize field to metadata, which will help with
pjd [Sun, 27 Feb 2005 23:07:47 +0000 (23:07 +0000)]
- Add md_provsize field to metadata, which will help with
  shared-last-sector problem.
  After this change, even if there is more than one provider with the same
  last sector, the proper one will be chosen based on its size.
  It still doesn't fix the 'c' partition problem (when da0s1 can be confused
  with da0s1c) and situation when 'a' partition starts at offset 0
  (then da0s1a can be confused with da0s1 and da0s1c). One can use '-h'
  option there, when creating device or avoid sharing last sector.
  Actually, when providers share the same last sector and their size is equal,
  they provide exactly the same data, so the name (da0s1, da0s1a, da0s1c)
  isn't important at all.
- Provide backward compatibility.
- Update copyright's year.

MFC after: 1 week

19 years agoAlso handle d_maj hints from cloning drivers correctly.
phk [Sun, 27 Feb 2005 22:57:32 +0000 (22:57 +0000)]
Also handle d_maj hints from cloning drivers correctly.

19 years agoWhine about any drivers which hardcode the device major number.
phk [Sun, 27 Feb 2005 22:41:07 +0000 (22:41 +0000)]
Whine about any drivers which hardcode the device major number.

19 years agoFix typo.
pjd [Sun, 27 Feb 2005 22:34:07 +0000 (22:34 +0000)]
Fix typo.

19 years agoMFi386: rev 1.3:
obrien [Sun, 27 Feb 2005 22:31:35 +0000 (22:31 +0000)]
MFi386: rev 1.3:
- Add debug.watchdog tunable, so we can specify watchdog CPU from loader
  which will help to debug hangs on boot.
- Remove 'U' from debug.watchdog sysctl definition, so if we set it to '-1'
  it really shows '-1'.
- Fix comment.

19 years agoFix grammatical issue.
trhodes [Sun, 27 Feb 2005 22:24:24 +0000 (22:24 +0000)]
Fix grammatical issue.

Submitted by: ceri

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:19:35 +0000 (22:19 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:17:51 +0000 (22:17 +0000)]
Use dynamic major number allocation.

19 years agoBackout NLS catalog handling, until all edge cases are resolved
phantom [Sun, 27 Feb 2005 22:17:47 +0000 (22:17 +0000)]
Backout NLS catalog handling, until all edge cases are resolved

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:16:58 +0000 (22:16 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:16:30 +0000 (22:16 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:11:02 +0000 (22:11 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:02:37 +0000 (22:02 +0000)]
Use dynamic major number allocation.

19 years agostyle.Makefile(5): remove trailing spaces.
obrien [Sun, 27 Feb 2005 22:02:31 +0000 (22:02 +0000)]
style.Makefile(5): remove trailing spaces.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:02:04 +0000 (22:02 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:02:03 +0000 (22:02 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:01:09 +0000 (22:01 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 22:00:45 +0000 (22:00 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation.
phk [Sun, 27 Feb 2005 21:59:52 +0000 (21:59 +0000)]
Use dynamic major number allocation.

19 years agoUse dynamic major number allocation for /dev/console, there is no
phk [Sun, 27 Feb 2005 21:52:42 +0000 (21:52 +0000)]
Use dynamic major number allocation for /dev/console, there is no
longer any benefit from hard wiring it.

Remove special hack used to wire major to zero despite zero having a
different magic meaning as well.

19 years agoAdd my birthday.
barner [Sun, 27 Feb 2005 21:34:08 +0000 (21:34 +0000)]
Add my birthday.

Approved by: arved (mentor)

19 years agoUnbreak !NLS case
phantom [Sun, 27 Feb 2005 21:17:22 +0000 (21:17 +0000)]
Unbreak !NLS case

19 years agoRemove debug printout of major/minor numbers, print name instead.
phk [Sun, 27 Feb 2005 21:16:26 +0000 (21:16 +0000)]
Remove debug printout of major/minor numbers, print name instead.

19 years ago- Add GEOM_LIBRARY_PATH environment variable which allows to specify an
pjd [Sun, 27 Feb 2005 21:14:58 +0000 (21:14 +0000)]
- Add GEOM_LIBRARY_PATH environment variable which allows to specify an
  alternative to /lib/geom/ path where shared libraries are stored.
- Improve debugging.

MFC after: 3 days

19 years agoIf the receiver sends an ack that is out of [snd_una, snd_max],
ps [Sun, 27 Feb 2005 20:39:04 +0000 (20:39 +0000)]
If the receiver sends an ack that is out of [snd_una, snd_max],
ignore the sack options in that segment. Else we'd end up
corrupting the scoreboard.

Found by: Raja Mukerji (raja at moselle dot com)
Submitted by: Mohan Srinivasan

19 years agoMake the format of LC_COLLATE files architecture independent.
ru [Sun, 27 Feb 2005 20:31:13 +0000 (20:31 +0000)]
Make the format of LC_COLLATE files architecture independent.

19 years agoFix two cut'n'paste'os which violated format of NLS catalogs
phantom [Sun, 27 Feb 2005 19:42:48 +0000 (19:42 +0000)]
Fix two cut'n'paste'os which violated format of NLS catalogs

19 years agoFix build on sparc64.
ru [Sun, 27 Feb 2005 19:37:51 +0000 (19:37 +0000)]
Fix build on sparc64.

19 years agoBootstrap gencat(1).
ru [Sun, 27 Feb 2005 19:13:41 +0000 (19:13 +0000)]
Bootstrap gencat(1).

OK'ed by: phantom

19 years agouse uiomove return value instead of always returning 0 when doing a
sam [Sun, 27 Feb 2005 18:58:31 +0000 (18:58 +0000)]
use uiomove return value instead of always returning 0 when doing a
readlink of a fast link

Noticed by: Coverity Prevent analysis tool
Reviewed by: phk